Trace number 3733030

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
PB11: Sat4j Res//CP 2.3.0SAT (TO)-26 1800.14 962.685

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.1.v20110525
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		9996466904
0.07/0.11	c Max memory 		10048897024
0.07/0.11	c Total memory 		10048897024
0.07/0.11	c Number of processors 	8
0.07/0.14	c Pseudo Boolean Optimization
0.07/0.14	c ManyCore solver with 2 solvers running in parallel
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.14	c No reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3733030-1338687479.opb
0.07/0.14	c reading problem ... 
0.96/0.50	c ... done. Wall clock time 0.364s.
0.96/0.50	c #vars     450
0.96/0.50	c #constraints  17831
0.96/0.50	c constraints type 
0.96/0.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17831
0.96/0.50	c constraints type 
0.96/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17831
0.96/0.51	c  And the winner is CuttingPlanes
0.97/1.00	c SATISFIABLE
0.97/1.00	c OPTIMIZING...
0.97/1.00	c Got one! Elapsed wall clock time (in seconds):0.869
0.97/1.00	o -21
0.97/1.02	c  And the winner is Resolution
1.04/1.51	c Got one! Elapsed wall clock time (in seconds):1.373
1.04/1.51	o -22
1.04/1.57	c  And the winner is Resolution
1.36/2.01	c Got one! Elapsed wall clock time (in seconds):1.875
1.36/2.01	o -23
1.36/2.04	c  And the winner is Resolution
1.58/2.51	c Got one! Elapsed wall clock time (in seconds):2.377
1.58/2.51	o -24
2.97/2.98	c  And the winner is Resolution
3.19/3.06	c Got one! Elapsed wall clock time (in seconds):2.879
3.19/3.06	o -25
3.41/3.13	c cleaning 3017 clauses out of 6033 with flag 1000/6033
4.66/3.72	c cleaning 4508 clauses out of 9016 with flag 7000/12033
6.13/4.43	c cleaning 5750 clauses out of 11508 with flag 14000/19033
7.90/5.33	c cleaning 6877 clauses out of 13758 with flag 22000/27033
9.86/6.36	c cleaning 7939 clauses out of 15881 with flag 31000/36033
12.02/7.47	c cleaning 8971 clauses out of 17942 with flag 41000/46033
14.65/8.76	c cleaning 9984 clauses out of 19972 with flag 52001/57034
17.58/10.22	c cleaning 10987 clauses out of 21988 with flag 64001/69034
20.84/11.91	c cleaning 11998 clauses out of 24000 with flag 77000/82033
24.18/13.66	c cleaning 12998 clauses out of 26002 with flag 91000/96033
28.30/15.74	c cleaning 13995 clauses out of 28004 with flag 106000/111033
32.04/17.68	c cleaning 15004 clauses out of 30009 with flag 122000/127033
36.66/20.03	c cleaning 16000 clauses out of 32005 with flag 139000/144033
41.55/22.53	c cleaning 17000 clauses out of 34005 with flag 157000/162033
46.84/25.22	c cleaning 17503 clauses out of 35005 with flag 175000/180033
51.71/27.70	c cleaning 17749 clauses out of 35502 with flag 193000/198033
57.12/30.51	c cleaning 17876 clauses out of 35753 with flag 211000/216033
57.80/30.93	c  And the winner is Resolution
58.17/31.39	c Got one! Elapsed wall clock time (in seconds):31.252
58.17/31.39	o -26
58.76/31.72	c cleaning 11588 clauses out of 23207 with flag 3000/221363
60.23/32.58	c cleaning 8808 clauses out of 17620 with flag 9001/227364
62.10/33.54	c cleaning 7899 clauses out of 15812 with flag 16001/234364
64.08/34.65	c cleaning 7948 clauses out of 15912 with flag 24000/242363
66.36/35.87	c cleaning 8478 clauses out of 16965 with flag 33001/251364
69.04/37.21	c cleaning 9234 clauses out of 18486 with flag 43000/261363
71.52/38.56	c cleaning 10126 clauses out of 20252 with flag 54000/272363
74.71/40.27	c cleaning 11056 clauses out of 22126 with flag 66000/284363
77.98/41.93	c cleaning 12028 clauses out of 24070 with flag 79000/297363
82.06/44.05	c cleaning 13019 clauses out of 26042 with flag 93000/311363
87.31/46.74	c cleaning 14009 clauses out of 28023 with flag 108000/326363
92.28/49.32	c cleaning 14995 clauses out of 30015 with flag 124001/342364
97.34/51.95	c cleaning 16008 clauses out of 32019 with flag 141000/359363
102.81/54.79	c cleaning 17004 clauses out of 34011 with flag 159000/377363
109.66/58.25	c cleaning 17505 clauses out of 35009 with flag 177002/395365
114.79/60.97	c cleaning 17748 clauses out of 35502 with flag 195000/413363
119.24/63.29	c cleaning 17873 clauses out of 35754 with flag 213000/431363
124.07/65.79	c cleaning 17927 clauses out of 35881 with flag 231000/449363
129.10/68.32	c cleaning 17974 clauses out of 35955 with flag 249001/467364
134.61/71.24	c cleaning 17988 clauses out of 35981 with flag 267001/485364
140.24/74.14	c cleaning 17992 clauses out of 35993 with flag 285001/503364
145.70/76.99	c cleaning 17993 clauses out of 36000 with flag 303000/521363
150.73/79.55	c cleaning 17998 clauses out of 36007 with flag 321000/539363
157.02/82.82	c cleaning 18001 clauses out of 36009 with flag 339000/557363
162.05/85.49	c cleaning 17998 clauses out of 36008 with flag 357000/575363
168.69/88.83	c cleaning 18004 clauses out of 36011 with flag 375001/593364
173.73/91.43	c cleaning 17998 clauses out of 36006 with flag 393000/611363
178.60/94.04	c cleaning 17996 clauses out of 36008 with flag 411000/629363
183.84/96.75	c cleaning 18002 clauses out of 36013 with flag 429001/647364
189.05/99.48	c cleaning 18001 clauses out of 36011 with flag 447001/665364
195.09/102.53	c cleaning 18005 clauses out of 36010 with flag 465001/683364
201.17/105.71	c cleaning 17997 clauses out of 36004 with flag 483000/701363
206.60/108.58	c cleaning 17999 clauses out of 36007 with flag 501000/719363
211.79/111.23	c cleaning 17997 clauses out of 36008 with flag 519000/737363
218.19/114.52	c cleaning 18001 clauses out of 36011 with flag 537000/755363
224.48/117.87	c cleaning 18005 clauses out of 36010 with flag 555000/773363
231.05/121.29	c cleaning 17996 clauses out of 36005 with flag 573000/791363
236.62/124.18	c cleaning 17991 clauses out of 36009 with flag 591000/809363
242.41/127.12	c cleaning 18008 clauses out of 36018 with flag 609000/827363
248.44/130.31	c cleaning 17998 clauses out of 36010 with flag 627000/845363
254.64/133.50	c cleaning 18000 clauses out of 36012 with flag 645000/863363
261.03/136.83	c cleaning 18006 clauses out of 36013 with flag 663001/881364
266.41/139.62	c cleaning 17990 clauses out of 36006 with flag 681000/899363
271.43/142.31	c cleaning 18008 clauses out of 36017 with flag 699001/917364
276.45/144.96	c cleaning 18002 clauses out of 36009 with flag 717001/935364
281.84/147.79	c cleaning 17998 clauses out of 36007 with flag 735001/953364
288.03/150.91	c cleaning 17995 clauses out of 36009 with flag 753001/971364
293.05/153.66	c cleaning 17999 clauses out of 36013 with flag 771000/989363
299.03/156.74	c cleaning 17989 clauses out of 36015 with flag 789001/1007364
304.79/159.78	c cleaning 18008 clauses out of 36025 with flag 807000/1025363
310.95/162.93	c cleaning 18005 clauses out of 36018 with flag 825001/1043364
317.36/166.30	c cleaning 18006 clauses out of 36012 with flag 843000/1061363
323.75/169.64	c cleaning 18001 clauses out of 36006 with flag 861000/1079363
328.89/172.31	c cleaning 17989 clauses out of 36005 with flag 879000/1097363
334.66/175.34	c cleaning 18007 clauses out of 36017 with flag 897001/1115364
340.64/178.56	c cleaning 17998 clauses out of 36009 with flag 915000/1133363
343.44/180.01	c cleaning 0 clauses out of 5866 with flag 0/5868
347.13/181.83	c cleaning 17997 clauses out of 36012 with flag 933001/1151364
353.80/185.29	c cleaning 17994 clauses out of 36015 with flag 951001/1169364
359.80/188.46	c cleaning 18009 clauses out of 36021 with flag 969001/1187364
365.59/191.47	c cleaning 17998 clauses out of 36011 with flag 987000/1205363
371.94/194.78	c cleaning 18006 clauses out of 36013 with flag 1005000/1223363
378.26/198.03	c cleaning 17983 clauses out of 36008 with flag 1023001/1241364
384.06/201.17	c cleaning 17997 clauses out of 36026 with flag 1041002/1259365
390.82/204.61	c cleaning 18008 clauses out of 36027 with flag 1059000/1277363
396.98/207.81	c cleaning 17988 clauses out of 36019 with flag 1077000/1295363
403.10/211.00	c cleaning 18016 clauses out of 36032 with flag 1095001/1313364
409.65/214.54	c cleaning 18003 clauses out of 36016 with flag 1113001/1331364
413.97/216.89	c cleaning 18000 clauses out of 36013 with flag 1131001/1349364
419.12/219.52	c cleaning 17993 clauses out of 36012 with flag 1149000/1367363
424.05/222.14	c cleaning 18004 clauses out of 36019 with flag 1167000/1385363
429.38/225.08	c cleaning 17998 clauses out of 36015 with flag 1185000/1403363
435.30/228.13	c cleaning 18001 clauses out of 36017 with flag 1203000/1421363
441.06/231.15	c cleaning 17998 clauses out of 36016 with flag 1221000/1439363
446.58/234.10	c cleaning 17999 clauses out of 36019 with flag 1239001/1457364
451.90/236.93	c cleaning 18001 clauses out of 36020 with flag 1257001/1475364
457.62/239.90	c cleaning 18001 clauses out of 36018 with flag 1275000/1493363
462.94/242.79	c cleaning 17999 clauses out of 36018 with flag 1293001/1511364
469.26/246.07	c cleaning 17996 clauses out of 36018 with flag 1311000/1529363
475.77/249.51	c cleaning 17986 clauses out of 36022 with flag 1329000/1547363
482.09/252.86	c cleaning 17999 clauses out of 36037 with flag 1347001/1565364
488.83/256.33	c cleaning 18013 clauses out of 36038 with flag 1365001/1583364
496.33/260.20	c cleaning 17992 clauses out of 36024 with flag 1383000/1601363
502.63/263.64	c cleaning 18009 clauses out of 36032 with flag 1401000/1619363
507.75/266.39	c cleaning 18004 clauses out of 36024 with flag 1419001/1637364
513.86/269.50	c cleaning 18002 clauses out of 36020 with flag 1437001/1655364
519.76/272.68	c cleaning 17999 clauses out of 36017 with flag 1455000/1673363
526.66/276.39	c cleaning 18004 clauses out of 36019 with flag 1473001/1691364
532.78/279.59	c cleaning 17993 clauses out of 36014 with flag 1491000/1709363
539.69/283.12	c cleaning 18006 clauses out of 36021 with flag 1509000/1727363
546.58/286.71	c cleaning 18002 clauses out of 36016 with flag 1527001/1745364
552.09/289.78	c cleaning 17994 clauses out of 36014 with flag 1545001/1763364
557.61/292.65	c cleaning 18005 clauses out of 36019 with flag 1563000/1781363
563.12/295.53	c cleaning 18000 clauses out of 36014 with flag 1581000/1799363
569.02/298.63	c cleaning 18001 clauses out of 36014 with flag 1599000/1817363
574.88/301.89	c cleaning 18002 clauses out of 36013 with flag 1617000/1835363
580.99/305.02	c cleaning 17993 clauses out of 36011 with flag 1635000/1853363
586.89/308.19	c cleaning 18005 clauses out of 36018 with flag 1653000/1871363
593.60/311.61	c cleaning 17999 clauses out of 36014 with flag 1671001/1889364
600.26/315.26	c cleaning 17993 clauses out of 36014 with flag 1689000/1907363
606.18/318.38	c cleaning 17996 clauses out of 36021 with flag 1707000/1925363
611.87/321.37	c cleaning 17998 clauses out of 36026 with flag 1725001/1943364
617.54/324.37	c cleaning 17999 clauses out of 36027 with flag 1743000/1961363
623.83/327.78	c cleaning 18009 clauses out of 36028 with flag 1761000/1979363
630.30/331.12	c cleaning 18005 clauses out of 36019 with flag 1779000/1997363
634.98/333.62	c cleaning 18001 clauses out of 36015 with flag 1797001/2015364
640.26/336.42	c cleaning 18000 clauses out of 36013 with flag 1815000/2033363
645.72/339.40	c cleaning 17994 clauses out of 36013 with flag 1833000/2051363
650.81/342.12	c cleaning 18002 clauses out of 36019 with flag 1851000/2069363
656.67/345.21	c cleaning 18009 clauses out of 36018 with flag 1869001/2087364
662.94/348.57	c cleaning 17993 clauses out of 36008 with flag 1887000/2105363
669.74/352.21	c cleaning 18006 clauses out of 36017 with flag 1905002/2123365
674.99/355.07	c cleaning 17985 clauses out of 36009 with flag 1923000/2141363
681.07/358.26	c cleaning 18008 clauses out of 36024 with flag 1941000/2159363
688.53/362.18	c cleaning 18000 clauses out of 36016 with flag 1959000/2177363
695.52/365.92	c cleaning 18004 clauses out of 36016 with flag 1977000/2195363
701.40/369.01	c cleaning 18004 clauses out of 36013 with flag 1995001/2213364
707.03/372.04	c cleaning 17996 clauses out of 36008 with flag 2013000/2231363
713.49/375.47	c cleaning 17992 clauses out of 36013 with flag 2031001/2249364
719.48/378.75	c cleaning 17999 clauses out of 36020 with flag 2049000/2267363
726.33/382.33	c cleaning 18008 clauses out of 36021 with flag 2067000/2285363
731.80/385.20	c cleaning 18000 clauses out of 36013 with flag 2085000/2303363
737.86/388.40	c cleaning 17999 clauses out of 36014 with flag 2103001/2321364
744.84/392.26	c cleaning 17996 clauses out of 36014 with flag 2121000/2339363
750.69/395.36	c cleaning 18001 clauses out of 36018 with flag 2139000/2357363
756.74/398.56	c cleaning 18001 clauses out of 36017 with flag 2157000/2375363
762.39/401.58	c cleaning 18001 clauses out of 36016 with flag 2175000/2393363
768.73/405.04	c cleaning 18000 clauses out of 36015 with flag 2193000/2411363
774.36/408.10	c cleaning 18004 clauses out of 36015 with flag 2211000/2429363
779.56/410.83	c cleaning 17996 clauses out of 36011 with flag 2229000/2447363
786.04/414.27	c cleaning 18007 clauses out of 36016 with flag 2247001/2465364
792.43/417.70	c cleaning 17998 clauses out of 36010 with flag 2265002/2483365
798.88/421.20	c cleaning 17997 clauses out of 36010 with flag 2283000/2501363
804.72/424.25	c cleaning 18004 clauses out of 36013 with flag 2301000/2519363
810.99/427.59	c cleaning 17996 clauses out of 36009 with flag 2319000/2537363
817.58/431.14	c cleaning 17997 clauses out of 36013 with flag 2337000/2555363
824.21/434.62	c cleaning 18001 clauses out of 36016 with flag 2355000/2573363
830.62/438.08	c cleaning 17997 clauses out of 36017 with flag 2373002/2591365
837.05/441.46	c cleaning 18005 clauses out of 36019 with flag 2391001/2609364
844.04/445.24	c cleaning 17997 clauses out of 36013 with flag 2409000/2627363
850.08/448.42	c cleaning 17999 clauses out of 36016 with flag 2427000/2645363
856.53/451.83	c cleaning 18005 clauses out of 36017 with flag 2445000/2663363
862.57/455.08	c cleaning 18001 clauses out of 36013 with flag 2463001/2681364
868.98/458.51	c cleaning 18002 clauses out of 36012 with flag 2481001/2699364
874.63/461.59	c cleaning 17994 clauses out of 36009 with flag 2499000/2717363
880.26/464.55	c cleaning 18003 clauses out of 36015 with flag 2517000/2735363
886.10/467.64	c cleaning 17995 clauses out of 36012 with flag 2535000/2753363
892.65/471.27	c cleaning 18004 clauses out of 36018 with flag 2553001/2771364
898.66/474.48	c cleaning 18001 clauses out of 36013 with flag 2571000/2789363
905.26/477.90	c cleaning 17998 clauses out of 36012 with flag 2589000/2807363
911.28/481.16	c cleaning 18004 clauses out of 36014 with flag 2607000/2825363
918.02/484.81	c cleaning 17994 clauses out of 36011 with flag 2625001/2843364
924.67/488.36	c cleaning 18002 clauses out of 36016 with flag 2643000/2861363
931.50/491.92	c cleaning 17999 clauses out of 36014 with flag 2661000/2879363
938.12/495.43	c cleaning 17997 clauses out of 36016 with flag 2679001/2897364
945.44/499.42	c cleaning 18002 clauses out of 36019 with flag 2697001/2915364
952.04/502.92	c cleaning 18003 clauses out of 36017 with flag 2715001/2933364
959.03/506.69	c cleaning 17996 clauses out of 36013 with flag 2733000/2951363
966.64/510.60	c cleaning 18005 clauses out of 36018 with flag 2751001/2969364
973.26/514.27	c cleaning 18007 clauses out of 36013 with flag 2769001/2987364
978.86/517.25	c cleaning 17993 clauses out of 36006 with flag 2787001/3005364
983.87/519.92	c cleaning 18001 clauses out of 36012 with flag 2805000/3023363
990.09/523.24	c cleaning 18001 clauses out of 36011 with flag 2823000/3041363
996.25/526.64	c cleaning 18002 clauses out of 36010 with flag 2841000/3059363
1001.86/529.68	c cleaning 17994 clauses out of 36008 with flag 2859000/3077363
1007.27/532.57	c cleaning 17988 clauses out of 36014 with flag 2877000/3095363
1013.30/535.71	c cleaning 18004 clauses out of 36026 with flag 2895000/3113363
1018.77/538.89	c cleaning 18001 clauses out of 36022 with flag 2913000/3131363
1025.40/542.38	c cleaning 18007 clauses out of 36021 with flag 2931000/3149363
1031.99/545.89	c cleaning 17996 clauses out of 36014 with flag 2949000/3167363
1038.17/549.18	c cleaning 17991 clauses out of 36018 with flag 2967000/3185363
1043.90/552.33	c cleaning 18001 clauses out of 36027 with flag 2985000/3203363
1049.70/555.41	c cleaning 18002 clauses out of 36026 with flag 3003000/3221363
1055.90/558.77	c cleaning 17992 clauses out of 36024 with flag 3021000/3239363
1062.09/562.06	c cleaning 18006 clauses out of 36032 with flag 3039000/3257363
1068.57/565.66	c cleaning 18004 clauses out of 36026 with flag 3057000/3275363
1074.77/568.96	c cleaning 17995 clauses out of 36023 with flag 3075001/3293364
1081.15/572.31	c cleaning 18001 clauses out of 36027 with flag 3093000/3311363
1088.13/576.00	c cleaning 18012 clauses out of 36027 with flag 3111001/3329364
1095.40/580.07	c cleaning 18003 clauses out of 36015 with flag 3129001/3347364
1102.01/583.52	c cleaning 17998 clauses out of 36011 with flag 3147000/3365363
1108.21/586.86	c cleaning 18005 clauses out of 36013 with flag 3165000/3383363
1115.23/590.57	c cleaning 17993 clauses out of 36008 with flag 3183000/3401363
1121.49/594.08	c cleaning 17995 clauses out of 36015 with flag 3201000/3419363
1128.87/597.92	c cleaning 17998 clauses out of 36020 with flag 3219000/3437363
1134.83/601.11	c cleaning 17988 clauses out of 36022 with flag 3237000/3455363
1141.64/604.72	c cleaning 18007 clauses out of 36034 with flag 3255000/3473363
1149.08/608.90	c cleaning 17997 clauses out of 36027 with flag 3273000/3491363
1155.29/612.12	c cleaning 17999 clauses out of 36030 with flag 3291000/3509363
1161.50/615.49	c cleaning 18013 clauses out of 36031 with flag 3309000/3527363
1168.28/619.10	c cleaning 17993 clauses out of 36018 with flag 3327000/3545363
1174.45/622.42	c cleaning 18005 clauses out of 36025 with flag 3345000/3563363
1180.61/625.78	c cleaning 17983 clauses out of 36020 with flag 3363000/3581363
1187.81/629.51	c cleaning 18014 clauses out of 36038 with flag 3381001/3599364
1194.00/632.87	c cleaning 18002 clauses out of 36023 with flag 3399000/3617363
1200.29/636.38	c cleaning 18008 clauses out of 36021 with flag 3417000/3635363
1206.49/639.64	c cleaning 18006 clauses out of 36014 with flag 3435001/3653364
1211.69/642.42	c cleaning 17995 clauses out of 36007 with flag 3453000/3671363
1217.05/645.39	c cleaning 17996 clauses out of 36012 with flag 3471000/3689363
1223.50/648.93	c cleaning 17995 clauses out of 36016 with flag 3489000/3707363
1229.88/652.35	c cleaning 18000 clauses out of 36021 with flag 3507000/3725363
1236.26/655.78	c cleaning 18005 clauses out of 36021 with flag 3525000/3743363
1242.04/658.87	c cleaning 17997 clauses out of 36016 with flag 3543000/3761363
1248.45/662.49	c cleaning 18006 clauses out of 36019 with flag 3561000/3779363
1255.21/666.00	c cleaning 17988 clauses out of 36014 with flag 3579001/3797364
1261.37/669.38	c cleaning 18002 clauses out of 36025 with flag 3597000/3815363
1267.32/672.53	c cleaning 18000 clauses out of 36023 with flag 3615000/3833363
1273.54/676.08	c cleaning 18007 clauses out of 36023 with flag 3633000/3851363
1279.69/679.35	c cleaning 17983 clauses out of 36016 with flag 3651000/3869363
1285.85/682.69	c cleaning 18012 clauses out of 36033 with flag 3669000/3887363
1291.98/685.94	c cleaning 17998 clauses out of 36021 with flag 3687000/3905363
1298.79/689.79	c cleaning 18005 clauses out of 36024 with flag 3705001/3923364
1305.13/693.10	c cleaning 18002 clauses out of 36018 with flag 3723000/3941363
1310.92/696.23	c cleaning 17998 clauses out of 36016 with flag 3741000/3959363
1316.85/699.49	c cleaning 17998 clauses out of 36018 with flag 3759000/3977363
1323.10/702.92	c cleaning 18001 clauses out of 36021 with flag 3777001/3995364
1329.27/706.22	c cleaning 18007 clauses out of 36019 with flag 3795000/4013363
1335.44/709.54	c cleaning 17987 clauses out of 36012 with flag 3813000/4031363
1341.81/712.99	c cleaning 18007 clauses out of 36025 with flag 3831000/4049363
1347.73/716.28	c cleaning 17992 clauses out of 36018 with flag 3849000/4067363
1353.50/719.35	c cleaning 18001 clauses out of 36026 with flag 3867000/4085363
1359.66/722.65	c cleaning 17997 clauses out of 36025 with flag 3885000/4103363
1366.20/726.16	c cleaning 18001 clauses out of 36029 with flag 3903001/4121364
1372.42/729.68	c cleaning 18005 clauses out of 36028 with flag 3921001/4139364
1378.78/733.01	c cleaning 17997 clauses out of 36022 with flag 3939000/4157363
1385.14/736.40	c cleaning 18004 clauses out of 36025 with flag 3957000/4175363
1391.48/739.82	c cleaning 17998 clauses out of 36022 with flag 3975001/4193364
1397.57/743.22	c cleaning 17999 clauses out of 36023 with flag 3993000/4211363
1403.71/746.54	c cleaning 18001 clauses out of 36024 with flag 4011000/4229363
1410.08/749.97	c cleaning 18005 clauses out of 36023 with flag 4029000/4247363
1416.23/753.24	c cleaning 18009 clauses out of 36019 with flag 4047001/4265364
1422.59/756.72	c cleaning 17991 clauses out of 36009 with flag 4065000/4283363
1428.56/759.96	c cleaning 18005 clauses out of 36018 with flag 4083000/4301363
1434.91/763.37	c cleaning 17993 clauses out of 36013 with flag 4101000/4319363
1440.86/766.57	c cleaning 18004 clauses out of 36021 with flag 4119001/4337364
1447.60/770.25	c cleaning 18003 clauses out of 36016 with flag 4137000/4355363
1454.55/773.99	c cleaning 17990 clauses out of 36013 with flag 4155000/4373363
1461.50/777.65	c cleaning 18009 clauses out of 36023 with flag 4173000/4391363
1468.24/781.23	c cleaning 17993 clauses out of 36014 with flag 4191000/4409363
1474.90/784.96	c cleaning 17999 clauses out of 36023 with flag 4209002/4427365
1481.24/788.31	c cleaning 18005 clauses out of 36022 with flag 4227000/4445363
1487.19/791.59	c cleaning 17994 clauses out of 36017 with flag 4245000/4463363
1493.52/794.96	c cleaning 17995 clauses out of 36023 with flag 4263000/4481363
1499.31/798.27	c cleaning 17994 clauses out of 36028 with flag 4281000/4499363
1504.66/801.12	c cleaning 18012 clauses out of 36034 with flag 4299000/4517363
1510.01/804.06	c cleaning 18000 clauses out of 36022 with flag 4317000/4535363
1515.95/807.26	c cleaning 18002 clauses out of 36022 with flag 4335000/4553363
1522.37/810.81	c cleaning 17997 clauses out of 36020 with flag 4353000/4571363
1527.91/813.80	c cleaning 18000 clauses out of 36023 with flag 4371000/4589363
1533.65/816.92	c cleaning 17999 clauses out of 36023 with flag 4389000/4607363
1539.19/819.99	c cleaning 17999 clauses out of 36024 with flag 4407000/4625363
1545.39/823.49	c cleaning 18006 clauses out of 36025 with flag 4425000/4643363
1551.34/826.68	c cleaning 18010 clauses out of 36020 with flag 4443001/4661364
1557.07/829.75	c cleaning 17993 clauses out of 36009 with flag 4461000/4679363
1562.01/832.44	c cleaning 17990 clauses out of 36017 with flag 4479001/4697364
1568.42/836.01	c cleaning 18007 clauses out of 36026 with flag 4497000/4715363
1574.58/839.30	c cleaning 17992 clauses out of 36019 with flag 4515000/4733363
1580.90/842.79	c cleaning 18004 clauses out of 36027 with flag 4533000/4751363
1587.22/846.10	c cleaning 17998 clauses out of 36023 with flag 4551000/4769363
1593.62/849.71	c cleaning 18004 clauses out of 36026 with flag 4569001/4787364
1599.55/852.96	c cleaning 18001 clauses out of 36021 with flag 4587000/4805363
1605.68/856.25	c cleaning 18008 clauses out of 36021 with flag 4605001/4823364
1612.22/859.73	c cleaning 17999 clauses out of 36012 with flag 4623000/4841363
1618.60/863.37	c cleaning 17998 clauses out of 36014 with flag 4641001/4859364
1625.16/866.81	c cleaning 17991 clauses out of 36016 with flag 4659001/4877364
1631.88/870.42	c cleaning 18004 clauses out of 36024 with flag 4677000/4895363
1637.81/873.66	c cleaning 18008 clauses out of 36020 with flag 4695000/4913363
1644.41/877.30	c cleaning 17987 clauses out of 36012 with flag 4713000/4931363
1649.94/880.38	c cleaning 17996 clauses out of 36026 with flag 4731001/4949364
1656.09/883.65	c cleaning 18002 clauses out of 36030 with flag 4749001/4967364
1662.21/886.92	c cleaning 18006 clauses out of 36028 with flag 4767001/4985364
1668.66/890.58	c cleaning 17998 clauses out of 36021 with flag 4785000/5003363
1671.96/892.49	c cleaning 0 clauses out of 11864 with flag 0/11866
1677.06/895.27	c cleaning 17988 clauses out of 36023 with flag 4803000/5021363
1683.58/898.79	c cleaning 18010 clauses out of 36035 with flag 4821000/5039363
1689.93/902.37	c cleaning 17997 clauses out of 36025 with flag 4839000/5057363
1696.25/905.73	c cleaning 17999 clauses out of 36029 with flag 4857001/5075364
1702.35/909.08	c cleaning 18001 clauses out of 36029 with flag 4875000/5093363
1709.25/912.73	c cleaning 17988 clauses out of 36028 with flag 4893000/5111363
1716.24/916.67	c cleaning 18010 clauses out of 36040 with flag 4911000/5129363
1723.53/920.52	c cleaning 18014 clauses out of 36032 with flag 4929002/5147365
1728.82/923.50	c cleaning 18001 clauses out of 36016 with flag 4947000/5165363
1735.34/926.94	c cleaning 17995 clauses out of 36015 with flag 4965000/5183363
1741.53/930.41	c cleaning 17999 clauses out of 36021 with flag 4983001/5201364
1748.21/934.02	c cleaning 18004 clauses out of 36022 with flag 5001001/5219364
1754.71/937.53	c cleaning 18006 clauses out of 36017 with flag 5019000/5237363
1761.59/941.22	c cleaning 18001 clauses out of 36012 with flag 5037001/5255364
1768.11/944.90	c cleaning 17986 clauses out of 36010 with flag 5055000/5273363
1773.59/947.98	c cleaning 17998 clauses out of 36025 with flag 5073001/5291364
1779.87/951.33	c cleaning 18002 clauses out of 36026 with flag 5091000/5309363
1785.98/954.65	c cleaning 18003 clauses out of 36024 with flag 5109000/5327363
1792.86/958.53	c cleaning 17991 clauses out of 36022 with flag 5127001/5345364
1799.35/962.07	c cleaning 17994 clauses out of 36030 with flag 5145000/5363363
1800.13/962.65	c starts		: 280
1800.13/962.65	c conflicts		: 5363395
1800.13/962.65	c decisions		: 5684395
1800.13/962.65	c propagations		: 32367675
1800.13/962.65	c inspects		: 4437195198
1800.13/962.65	c shortcuts		: 0
1800.13/962.65	c learnt literals	: 0
1800.13/962.65	c learnt binary clauses	: 0
1800.13/962.65	c learnt ternary clauses	: 0
1800.13/962.65	c learnt constraints	: 5363397
1800.13/962.65	c ignored constraints	: 0
1800.13/962.65	c root simplifications	: 0
1800.13/962.65	c removed literals (reason simplification)	: 83150267
1800.13/962.65	c reason swapping (by a shorter reason)	: 0
1800.13/962.65	c Calls to reduceDB	: 308
1800.13/962.65	c number of reductions to clauses (during analyze)	: 0
1800.13/962.65	c number of learned constraints concerned by reduction	: 0
1800.13/962.65	c number of learning phase by resolution	: 0
1800.13/962.65	c number of learning phase by cutting planes	: 0
1800.13/962.65	c speed (assignments/second)	: 34756.69975785625
1800.13/962.65	c non guided choices	0
1800.13/962.67	c learnt constraints type 
1800.13/962.67	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18222
1800.13/962.67	c constraints type 
1800.13/962.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.13/962.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17831
1800.13/962.67	c constraints type 
1800.13/962.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17831
1800.13/962.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.13/962.67	s SATISFIABLE
1800.13/962.67	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.13/962.67	c objective function=-26
1800.13/962.67	c Total wall clock time (in seconds): 962.535

Verifier Data

OK	-26

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3733030-1338687479/watcher-3733030-1338687479 -o /tmp/evaluation-result-3733030-1338687479/solver-3733030-1338687479 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733030-1338687479.opb 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.00 3.20 3.25 3/197 3718
/proc/meminfo: memFree=26215828/32873844 swapFree=7628/7628
[pid=3718] ppid=3716 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/3718/stat : 3718 (java) D 3716 3718 442 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 334872310 9515008 182 33554432000 1073741824 1073778376 140733773292000 140733773283032 254750310069 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/3718/statm: 2323 182 140 9 0 71 0

[startup+0.0638891 s]
/proc/loadavg: 3.00 3.20 3.25 3/197 3718
/proc/meminfo: memFree=26215828/32873844 swapFree=7628/7628
[pid=3718] ppid=3716 vsize=11253516 CPUtime=0.04 cores=0,2,4,6
/proc/3718/stat : 3718 (java) S 3716 3718 442 0 -1 4202496 4322 0 1 0 3 1 0 0 20 0 13 0 334872310 11523600384 12174 33554432000 1073741824 1073778376 140736676767376 140736676758512 254753669181 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3718/statm: 2813379 12174 1700 9 0 2804080 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11253516

[startup+0.100257 s]
/proc/loadavg: 3.00 3.20 3.25 3/197 3718
/proc/meminfo: memFree=26215828/32873844 swapFree=7628/7628
[pid=3718] ppid=3716 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/3718/stat : 3718 (java) S 3716 3718 442 0 -1 4202496 4502 0 1 0 6 1 0 0 20 0 18 0 334872310 11864465408 12865 33554432000 1073741824 1073778376 140736676767376 140736676758512 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3718/statm: 2896598 12865 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300217 s]
/proc/loadavg: 3.00 3.20 3.25 3/197 3718
/proc/meminfo: memFree=26215828/32873844 swapFree=7628/7628
[pid=3718] ppid=3716 vsize=11586392 CPUtime=0.44 cores=0,2,4,6
/proc/3718/stat : 3718 (java) S 3716 3718 442 0 -1 4202496 6204 0 1 0 42 2 0 0 20 0 18 0 334872310 11864465408 15848 33554432000 1073741824 1073778376 140736676767376 140736676758512 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3718/statm: 2896598 15848 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 11586392

[startup+0.700284 s]
/proc/loadavg: 3.00 3.20 3.25 3/197 3718
/proc/meminfo: memFree=26215828/32873844 swapFree=7628/7628
[pid=3718] ppid=3716 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/3718/stat : 3718 (java) S 3716 3718 442 0 -1 4202496 10230 0 1 0 94 3 0 0 20 0 19 0 334872310 12137111552 27265 33554432000 1073741824 1073778376 140736676767376 140736676758512 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3718/statm: 2963162 27265 2248 9 0 2953849 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 11852648

[startup+1.50068 s]
/proc/loadavg: 3.00 3.20 3.25 3/216 3740
/proc/meminfo: memFree=26115160/32873844 swapFree=7628/7628
[pid=3718] ppid=3716 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/3718/stat : 3718 (java) S 3716 3718 442 0 -1 4202496 10303 0 1 0 99 5 0 0 20 0 19 0 334872310 12137111552 28335 33554432000 1073741824 1073778376 140736676767376 140736676758512 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3718/statm: 2963162 28335 2252 9 0 2953849 0
[pid=3718/tid=3720] ppid=3716 vsize=11852648 CPUtime=0.47 cores=0,2,4,6
/proc/3718/task/3720/stat : 3720 (java) S 3716 3718 442 0 -1 4202560 3434 0 1 0 45 2 0 0 20 0 19 0 334872311 12137111552 28335 33554432000 1073741824 1073778376 140736676767376 140590859682968 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3721] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3721/stat : 3721 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334872313 12137111552 28335 33554432000 1073741824 1073778376 140736676767376 140590697048360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3722] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3722/stat : 3722 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334872313 12137111552 28335 33554432000 1073741824 1073778376 140736676767376 140590695995560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3723] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3723/stat : 3723 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334872313 12137111552 28335 33554432000 1073741824 1073778376 140736676767376 140590694943272 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3718/tid=3724] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3724/stat : 3724 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334872313 12137111552 28335 33554432000 1073741824 1073778376 140736676767376 140590693890472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3725] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3725/stat : 3725 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334872313 12137111552 28335 33554432000 1073741824 1073778376 140736676767376 140590692838184 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3726] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3726/stat : 3726 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334872313 12137111552 28335 33554432000 1073741824 1073778376 140736676767376 140590691785384 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3727] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3727/stat : 3727 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334872313 12137111552 28335 33554432000 1073741824 1073778376 140736676767376 140590690733096 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3728] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3728/stat : 3728 (java) S 3716 3718 442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334872313 12137111552 28335 33554432000 1073741824 1073778376 140736676767376 140590689680296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3729] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3729/stat : 3729 (java) S 3716 3718 442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334872314 12137111552 28335 33554432000 1073741824 1073778376 140736676767376 140590677268712 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3730] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3730/stat : 3730 (java) S 3716 3718 442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334872315 12137111552 28335 33554432000 1073741824 1073778376 140736676767376 140590676214776 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3731] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3731/stat : 3731 (java) S 3716 3718 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334872315 12137111552 28335 33554432000 1073741824 1073778376 140736676767376 140590675162376 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3732] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3732/stat : 3732 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334872318 12137111552 28335 33554432000 1073741824 1073778376 140736676767376 140590674110864 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3733] ppid=3716 vsize=11852648 CPUtime=0.23 cores=0,2,4,6
/proc/3718/task/3733/stat : 3733 (java) S 3716 3718 442 0 -1 4202560 2604 0 0 0 23 0 0 0 20 0 19 0 334872318 12137111552 28335 33554432000 1073741824 1073778376 140736676767376 140590673058488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3734] ppid=3716 vsize=11852648 CPUtime=0.25 cores=0,2,4,6
/proc/3718/task/3734/stat : 3734 (java) S 3716 3718 442 0 -1 4202560 2955 0 0 0 25 0 0 0 20 0 19 0 334872318 12137111552 28335 33554432000 1073741824 1073778376 140736676767376 140590672005688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3735] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3735/stat : 3735 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334872318 12137111552 28335 33554432000 1073741824 1073778376 140736676767376 140590670953592 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3736] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3736/stat : 3736 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334872318 12137111552 28335 33554432000 1073741824 1073778376 140736676767376 140590669901000 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 11852648

[startup+3.10064 s]
/proc/loadavg: 2.92 3.18 3.25 3/216 3749
/proc/meminfo: memFree=26101484/32873844 swapFree=7628/7628
[pid=3718] ppid=3716 vsize=11852648 CPUtime=3.41 cores=0,2,4,6
/proc/3718/stat : 3718 (java) S 3716 3718 442 0 -1 4202496 19383 0 1 0 326 15 0 0 20 0 22 0 334872310 12137111552 67443 33554432000 1073741824 1073778376 140736676767376 140736676758512 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3718/statm: 2963162 67443 2264 9 0 2953849 0
[pid=3718/tid=3720] ppid=3716 vsize=11852648 CPUtime=0.48 cores=0,2,4,6
/proc/3718/task/3720/stat : 3720 (java) S 3716 3718 442 0 -1 4202560 3434 0 1 0 46 2 0 0 20 0 22 0 334872311 12137111552 67443 33554432000 1073741824 1073778376 140736676767376 140590859682968 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3721] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3721/stat : 3721 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334872313 12137111552 67443 33554432000 1073741824 1073778376 140736676767376 140590697048360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3722] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3722/stat : 3722 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334872313 12137111552 67443 33554432000 1073741824 1073778376 140736676767376 140590695995560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3723] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3723/stat : 3723 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334872313 12137111552 67443 33554432000 1073741824 1073778376 140736676767376 140590694943272 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3718/tid=3724] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3724/stat : 3724 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334872313 12137111552 67443 33554432000 1073741824 1073778376 140736676767376 140590693890472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3725] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3725/stat : 3725 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334872313 12137111552 67443 33554432000 1073741824 1073778376 140736676767376 140590692838184 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3726] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3726/stat : 3726 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334872313 12137111552 67443 33554432000 1073741824 1073778376 140736676767376 140590691785384 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3727] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3727/stat : 3727 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334872313 12137111552 67443 33554432000 1073741824 1073778376 140736676767376 140590690733096 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3728] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3728/stat : 3728 (java) S 3716 3718 442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334872313 12137111552 67443 33554432000 1073741824 1073778376 140736676767376 140590689680296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3729] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3729/stat : 3729 (java) S 3716 3718 442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334872314 12137111552 67443 33554432000 1073741824 1073778376 140736676767376 140590677268712 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3730] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3730/stat : 3730 (java) S 3716 3718 442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 334872315 12137111552 67443 33554432000 1073741824 1073778376 140736676767376 140590676214776 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3731] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3731/stat : 3731 (java) S 3716 3718 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334872315 12137111552 67443 33554432000 1073741824 1073778376 140736676767376 140590675162376 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3732] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3732/stat : 3732 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334872318 12137111552 67443 33554432000 1073741824 1073778376 140736676767376 140590674110864 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3733] ppid=3716 vsize=11852648 CPUtime=0.75 cores=0,2,4,6
/proc/3718/task/3733/stat : 3733 (java) S 3716 3718 442 0 -1 4202560 6584 0 0 0 74 1 0 0 20 0 22 0 334872318 12137111552 67443 33554432000 1073741824 1073778376 140736676767376 140590673058488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3734] ppid=3716 vsize=11852648 CPUtime=0.75 cores=0,2,4,6
/proc/3718/task/3734/stat : 3734 (java) S 3716 3718 442 0 -1 4202560 7939 0 0 0 74 1 0 0 20 0 22 0 334872318 12137111552 67443 33554432000 1073741824 1073778376 140736676767376 140590672005688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3735] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3735/stat : 3735 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334872318 12137111552 67443 33554432000 1073741824 1073778376 140736676767376 140590670953592 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3736] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3736/stat : 3736 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334872318 12137111552 67443 33554432000 1073741824 1073778376 140736676767376 140590669901000 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3743] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3743/stat : 3743 (java) S 3716 3718 442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334872411 12137111552 67443 33554432000 1073741824 1073778376 140736676767376 140590666684072 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 11852648

[startup+6.30084 s]
/proc/loadavg: 2.92 3.18 3.25 4/219 3755
/proc/meminfo: memFree=25615748/32873844 swapFree=7628/7628
[pid=3718] ppid=3716 vsize=11852648 CPUtime=9.86 cores=0,2,4,6
/proc/3718/stat : 3718 (java) S 3716 3718 442 0 -1 4202496 19691 0 1 0 962 24 0 0 20 0 22 0 334872310 12137111552 156445 33554432000 1073741824 1073778376 140736676767376 140736676758512 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3718/statm: 2963162 156445 2291 9 0 2953849 0
[pid=3718/tid=3720] ppid=3716 vsize=11852648 CPUtime=0.48 cores=0,2,4,6
/proc/3718/task/3720/stat : 3720 (java) S 3716 3718 442 0 -1 4202560 3434 0 1 0 46 2 0 0 20 0 22 0 334872311 12137111552 156445 33554432000 1073741824 1073778376 140736676767376 140590859682968 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3721] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3721/stat : 3721 (java) S 3716 3718 442 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 334872313 12137111552 156445 33554432000 1073741824 1073778376 140736676767376 140590697048360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3718/tid=3722] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3722/stat : 3722 (java) S 3716 3718 442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334872313 12137111552 156445 33554432000 1073741824 1073778376 140736676767376 140590695995560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3718/tid=3723] ppid=3716 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3718/task/3723/stat : 3723 (java) S 3716 3718 442 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 334872313 12137111552 156445 33554432000 1073741824 1073778376 140736676767376 140590694943272 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3724] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3724/stat : 3724 (java) S 3716 3718 442 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 334872313 12137111552 156445 33554432000 1073741824 1073778376 140736676767376 140590693890472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3725] ppid=3716 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3718/task/3725/stat : 3725 (java) S 3716 3718 442 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 334872313 12137111552 156445 33554432000 1073741824 1073778376 140736676767376 140590692838184 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3718/tid=3726] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3726/stat : 3726 (java) S 3716 3718 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334872313 12137111552 156445 33554432000 1073741824 1073778376 140736676767376 140590691785384 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3727] ppid=3716 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3718/task/3727/stat : 3727 (java) S 3716 3718 442 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 334872313 12137111552 156445 33554432000 1073741824 1073778376 140736676767376 140590690733096 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3728] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3728/stat : 3728 (java) S 3716 3718 442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334872313 12137111552 156445 33554432000 1073741824 1073778376 140736676767376 140590689680296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3729] ppid=3716 vsize=11852648 CPUtime=0.23 cores=0,2,4,6
/proc/3718/task/3729/stat : 3729 (java) S 3716 3718 442 0 -1 4202560 50 0 0 0 23 0 0 0 20 0 22 0 334872314 12137111552 156445 33554432000 1073741824 1073778376 140736676767376 140590677268712 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3730] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3730/stat : 3730 (java) S 3716 3718 442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334872315 12137111552 156445 33554432000 1073741824 1073778376 140736676767376 140590676214776 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3731] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3731/stat : 3731 (java) S 3716 3718 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334872315 12137111552 156445 33554432000 1073741824 1073778376 140736676767376 140590675162376 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3732] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3732/stat : 3732 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334872318 12137111552 156445 33554432000 1073741824 1073778376 140736676767376 140590674110864 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3733] ppid=3716 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/3718/task/3733/stat : 3733 (java) S 3716 3718 442 0 -1 4202560 6597 0 0 0 90 2 0 0 20 0 22 0 334872318 12137111552 156445 33554432000 1073741824 1073778376 140736676767376 140590673058488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3734] ppid=3716 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/3718/task/3734/stat : 3734 (java) S 3716 3718 442 0 -1 4202560 7944 0 0 0 84 1 0 0 20 0 22 0 334872318 12137111552 156445 33554432000 1073741824 1073778376 140736676767376 140590672005688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3735] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3735/stat : 3735 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334872318 12137111552 156445 33554432000 1073741824 1073778376 140736676767376 140590670953592 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3736] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3736/stat : 3736 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334872318 12137111552 156445 33554432000 1073741824 1073778376 140736676767376 140590669901000 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3743] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3743/stat : 3743 (java) S 3716 3718 442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334872411 12137111552 156445 33554432000 1073741824 1073778376 140736676767376 140590666684072 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3753] ppid=3716 vsize=11852648 CPUtime=2.97 cores=0,2,4,6
/proc/3718/task/3753/stat : 3753 (java) R 3716 3718 442 0 -1 4202560 16 0 0 0 297 0 0 0 20 0 22 0 334872612 12137111552 156445 33554432000 1073741824 1073778376 140736676767376 140590668787920 140590732268280 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3754] ppid=3716 vsize=11852648 CPUtime=2.94 cores=0,2,4,6
/proc/3718/task/3754/stat : 3754 (java) R 3716 3718 442 0 -1 4202560 144 0 0 0 290 4 0 0 20 0 22 0 334872612 12137111552 156445 33554432000 1073741824 1073778376 140736676767376 140590667733392 140590732383893 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3755] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3755/stat : 3755 (java) S 3716 3718 442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334872612 12137111552 156445 33554432000 1073741824 1073778376 140736676767376 140590665630888 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=3718/tid=3724] ppid=3716 vsize=11852648 CPUtime=3.55 cores=0,2,4,6
/proc/3718/task/3724/stat : 3724 (java) S 3716 3718 442 0 -1 4202560 197 0 0 0 352 3 0 0 20 0 22 0 334872313 12137111552 305695 33554432000 1073741824 1073778376 140736676767376 140590693890472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3725] ppid=3716 vsize=11852648 CPUtime=3.38 cores=0,2,4,6
/proc/3718/task/3725/stat : 3725 (java) S 3716 3718 442 0 -1 4202560 211 0 0 0 336 2 0 0 20 0 22 0 334872313 12137111552 305695 33554432000 1073741824 1073778376 140736676767376 140590692838184 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3726] ppid=3716 vsize=11852648 CPUtime=3.46 cores=0,2,4,6
/proc/3718/task/3726/stat : 3726 (java) S 3716 3718 442 0 -1 4202560 256 0 0 0 343 3 0 0 20 0 22 0 334872313 12137111552 305695 33554432000 1073741824 1073778376 140736676767376 140590691785384 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3718/tid=3727] ppid=3716 vsize=11852648 CPUtime=3.31 cores=0,2,4,6
/proc/3718/task/3727/stat : 3727 (java) S 3716 3718 442 0 -1 4202560 264 0 0 0 329 2 0 0 20 0 22 0 334872313 12137111552 305695 33554432000 1073741824 1073778376 140736676767376 140590690733096 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3728] ppid=3716 vsize=11852648 CPUtime=3.35 cores=0,2,4,6
/proc/3718/task/3728/stat : 3728 (java) S 3716 3718 442 0 -1 4202560 230 0 0 0 332 3 0 0 20 0 22 0 334872313 12137111552 305695 33554432000 1073741824 1073778376 140736676767376 140590689680296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3729] ppid=3716 vsize=11852648 CPUtime=131.31 cores=0,2,4,6
/proc/3718/task/3729/stat : 3729 (java) S 3716 3718 442 0 -1 4202560 295 0 0 0 13119 12 0 0 20 0 22 0 334872314 12137111552 305695 33554432000 1073741824 1073778376 140736676767376 140590677268712 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3730] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3730/stat : 3730 (java) S 3716 3718 442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334872315 12137111552 305695 33554432000 1073741824 1073778376 140736676767376 140590676214776 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3731] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3731/stat : 3731 (java) S 3716 3718 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334872315 12137111552 305695 33554432000 1073741824 1073778376 140736676767376 140590675162376 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3732] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3732/stat : 3732 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334872318 12137111552 305695 33554432000 1073741824 1073778376 140736676767376 140590674110864 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3733] ppid=3716 vsize=11852648 CPUtime=1.52 cores=0,2,4,6
/proc/3718/task/3733/stat : 3733 (java) S 3716 3718 442 0 -1 4202560 7567 0 0 0 150 2 0 0 20 0 22 0 334872318 12137111552 305695 33554432000 1073741824 1073778376 140736676767376 140590673058488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3734] ppid=3716 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/3718/task/3734/stat : 3734 (java) S 3716 3718 442 0 -1 4202560 7950 0 0 0 91 1 0 0 20 0 22 0 334872318 12137111552 305695 33554432000 1073741824 1073778376 140736676767376 140590672005688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3735] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3735/stat : 3735 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334872318 12137111552 305695 33554432000 1073741824 1073778376 140736676767376 140590670953592 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3736] ppid=3716 vsize=11852648 CPUtime=0.37 cores=0,2,4,6
/proc/3718/task/3736/stat : 3736 (java) S 3716 3718 442 0 -1 4202560 54 0 0 0 19 18 0 0 20 0 22 0 334872318 12137111552 305695 33554432000 1073741824 1073778376 140736676767376 140590669901000 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3743] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3743/stat : 3743 (java) S 3716 3718 442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334872411 12137111552 305695 33554432000 1073741824 1073778376 140736676767376 140590666684072 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3756] ppid=3716 vsize=11852648 CPUtime=771.84 cores=0,2,4,6
/proc/3718/task/3756/stat : 3756 (java) R 3716 3718 442 0 -1 4202560 64 0 0 0 77172 12 0 0 20 0 22 0 334875449 12137111552 305695 33554432000 1073741824 1073778376 140736676767376 140590667735496 140590732275688 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3757] ppid=3716 vsize=11852648 CPUtime=771.7 cores=0,2,4,6
/proc/3718/task/3757/stat : 3757 (java) R 3716 3718 442 0 -1 4202560 12 0 0 0 77158 12 0 0 20 0 22 0 334875449 12137111552 305695 33554432000 1073741824 1073778376 140736676767376 140590668786432 140590732383911 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3758] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3758/stat : 3758 (java) S 3716 3718 442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334875449 12137111552 305695 33554432000 1073741824 1073778376 140736676767376 140590665631016 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1762.9
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+962.507 s]
/proc/loadavg: 4.03 3.89 3.64 4/219 3856
/proc/meminfo: memFree=22969908/32873844 swapFree=7628/7628
[pid=3718] ppid=3716 vsize=11852648 CPUtime=1800.03 cores=0,2,4,6
/proc/3718/stat : 3718 (java) S 3716 3718 442 0 -1 4202496 23190 0 1 0 179925 78 0 0 20 0 22 0 334872310 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140736676758512 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3718/statm: 2963162 305729 2292 9 0 2953849 0
[pid=3718/tid=3720] ppid=3716 vsize=11852648 CPUtime=0.53 cores=0,2,4,6
/proc/3718/task/3720/stat : 3720 (java) S 3716 3718 442 0 -1 4202560 3661 0 1 0 49 4 0 0 20 0 22 0 334872311 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590859682680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3721] ppid=3716 vsize=11852648 CPUtime=3.53 cores=0,2,4,6
/proc/3718/task/3721/stat : 3721 (java) S 3716 3718 442 0 -1 4202560 268 0 0 0 350 3 0 0 20 0 22 0 334872313 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590697048360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3722] ppid=3716 vsize=11852648 CPUtime=3.41 cores=0,2,4,6
/proc/3718/task/3722/stat : 3722 (java) S 3716 3718 442 0 -1 4202560 206 0 0 0 339 2 0 0 20 0 22 0 334872313 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590695995560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3718/tid=3723] ppid=3716 vsize=11852648 CPUtime=3.73 cores=0,2,4,6
/proc/3718/task/3723/stat : 3723 (java) S 3716 3718 442 0 -1 4202560 260 0 0 0 370 3 0 0 20 0 22 0 334872313 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590694943272 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3724] ppid=3716 vsize=11852648 CPUtime=3.62 cores=0,2,4,6
/proc/3718/task/3724/stat : 3724 (java) S 3716 3718 442 0 -1 4202560 200 0 0 0 359 3 0 0 20 0 22 0 334872313 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590693890472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3725] ppid=3716 vsize=11852648 CPUtime=3.47 cores=0,2,4,6
/proc/3718/task/3725/stat : 3725 (java) S 3716 3718 442 0 -1 4202560 214 0 0 0 345 2 0 0 20 0 22 0 334872313 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590692838184 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3726] ppid=3716 vsize=11852648 CPUtime=3.54 cores=0,2,4,6
/proc/3718/task/3726/stat : 3726 (java) S 3716 3718 442 0 -1 4202560 261 0 0 0 351 3 0 0 20 0 22 0 334872313 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590691785384 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3727] ppid=3716 vsize=11852648 CPUtime=3.4 cores=0,2,4,6
/proc/3718/task/3727/stat : 3727 (java) S 3716 3718 442 0 -1 4202560 264 0 0 0 338 2 0 0 20 0 22 0 334872313 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590690733096 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3728] ppid=3716 vsize=11852648 CPUtime=3.44 cores=0,2,4,6
/proc/3718/task/3728/stat : 3728 (java) S 3716 3718 442 0 -1 4202560 237 0 0 0 341 3 0 0 20 0 22 0 334872313 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590689680296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3729] ppid=3716 vsize=11852648 CPUtime=134.92 cores=0,2,4,6
/proc/3718/task/3729/stat : 3729 (java) R 3716 3718 442 0 -1 4202560 297 0 0 0 13479 13 0 0 20 0 22 0 334872314 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590677267568 140590866190368 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3730] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3730/stat : 3730 (java) S 3716 3718 442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334872315 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590676214776 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3731] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3731/stat : 3731 (java) S 3716 3718 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334872315 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590675162376 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3732] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3732/stat : 3732 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334872318 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590674110864 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3733] ppid=3716 vsize=11852648 CPUtime=1.52 cores=0,2,4,6
/proc/3718/task/3733/stat : 3733 (java) S 3716 3718 442 0 -1 4202560 7567 0 0 0 150 2 0 0 20 0 22 0 334872318 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590673058488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3734] ppid=3716 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/3718/task/3734/stat : 3734 (java) S 3716 3718 442 0 -1 4202560 7950 0 0 0 91 1 0 0 20 0 22 0 334872318 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590672005688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3735] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3735/stat : 3735 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334872318 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590670953592 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3736] ppid=3716 vsize=11852648 CPUtime=0.38 cores=0,2,4,6
/proc/3718/task/3736/stat : 3736 (java) S 3716 3718 442 0 -1 4202560 56 0 0 0 20 18 0 0 20 0 22 0 334872318 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590669901000 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3743] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3743/stat : 3743 (java) S 3716 3718 442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334872411 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590666684072 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3756] ppid=3716 vsize=11852648 CPUtime=788.19 cores=0,2,4,6
/proc/3718/task/3756/stat : 3756 (java) S 3716 3718 442 0 -1 4202560 64 0 0 0 78807 12 0 0 20 0 22 0 334875449 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590667735496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3757] ppid=3716 vsize=11852648 CPUtime=788.06 cores=0,2,4,6
/proc/3718/task/3757/stat : 3757 (java) S 3716 3718 442 0 -1 4202560 12 0 0 0 78794 12 0 0 20 0 22 0 334875449 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590668786552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3758] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3758/stat : 3758 (java) S 3716 3718 442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334875449 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590665631016 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 11852648

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

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

[startup+962.612 s]
/proc/loadavg: 4.03 3.89 3.64 4/219 3856
/proc/meminfo: memFree=22969908/32873844 swapFree=7628/7628
[pid=3718] ppid=3716 vsize=11852648 CPUtime=1800.13 cores=0,2,4,6
/proc/3718/stat : 3718 (java) S 3716 3718 442 0 -1 4202496 23190 0 1 0 179935 78 0 0 20 0 22 0 334872310 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140736676758512 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3718/statm: 2963162 305729 2292 9 0 2953849 0
[pid=3718/tid=3720] ppid=3716 vsize=11852648 CPUtime=0.53 cores=0,2,4,6
/proc/3718/task/3720/stat : 3720 (java) S 3716 3718 442 0 -1 4202560 3661 0 1 0 49 4 0 0 20 0 22 0 334872311 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590859682680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3721] ppid=3716 vsize=11852648 CPUtime=3.53 cores=0,2,4,6
/proc/3718/task/3721/stat : 3721 (java) S 3716 3718 442 0 -1 4202560 268 0 0 0 350 3 0 0 20 0 22 0 334872313 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590697048360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3722] ppid=3716 vsize=11852648 CPUtime=3.41 cores=0,2,4,6
/proc/3718/task/3722/stat : 3722 (java) S 3716 3718 442 0 -1 4202560 206 0 0 0 339 2 0 0 20 0 22 0 334872313 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590695995560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3718/tid=3723] ppid=3716 vsize=11852648 CPUtime=3.73 cores=0,2,4,6
/proc/3718/task/3723/stat : 3723 (java) S 3716 3718 442 0 -1 4202560 260 0 0 0 370 3 0 0 20 0 22 0 334872313 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590694943272 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3724] ppid=3716 vsize=11852648 CPUtime=3.62 cores=0,2,4,6
/proc/3718/task/3724/stat : 3724 (java) S 3716 3718 442 0 -1 4202560 200 0 0 0 359 3 0 0 20 0 22 0 334872313 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590693890472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3725] ppid=3716 vsize=11852648 CPUtime=3.47 cores=0,2,4,6
/proc/3718/task/3725/stat : 3725 (java) S 3716 3718 442 0 -1 4202560 214 0 0 0 345 2 0 0 20 0 22 0 334872313 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590692838184 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3726] ppid=3716 vsize=11852648 CPUtime=3.54 cores=0,2,4,6
/proc/3718/task/3726/stat : 3726 (java) S 3716 3718 442 0 -1 4202560 261 0 0 0 351 3 0 0 20 0 22 0 334872313 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590691785384 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3727] ppid=3716 vsize=11852648 CPUtime=3.4 cores=0,2,4,6
/proc/3718/task/3727/stat : 3727 (java) S 3716 3718 442 0 -1 4202560 264 0 0 0 338 2 0 0 20 0 22 0 334872313 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590690733096 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3728] ppid=3716 vsize=11852648 CPUtime=3.44 cores=0,2,4,6
/proc/3718/task/3728/stat : 3728 (java) S 3716 3718 442 0 -1 4202560 237 0 0 0 341 3 0 0 20 0 22 0 334872313 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590689680296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3729] ppid=3716 vsize=11852648 CPUtime=135.02 cores=0,2,4,6
/proc/3718/task/3729/stat : 3729 (java) R 3716 3718 442 0 -1 4202560 297 0 0 0 13489 13 0 0 20 0 22 0 334872314 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590677267568 140590867449306 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3730] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3730/stat : 3730 (java) S 3716 3718 442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334872315 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590676214776 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3731] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3731/stat : 3731 (java) S 3716 3718 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334872315 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590675162376 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3732] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3732/stat : 3732 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334872318 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590674110408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3733] ppid=3716 vsize=11852648 CPUtime=1.52 cores=0,2,4,6
/proc/3718/task/3733/stat : 3733 (java) S 3716 3718 442 0 -1 4202560 7567 0 0 0 150 2 0 0 20 0 22 0 334872318 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590673058488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3734] ppid=3716 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/3718/task/3734/stat : 3734 (java) S 3716 3718 442 0 -1 4202560 7950 0 0 0 91 1 0 0 20 0 22 0 334872318 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590672005688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3735] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3735/stat : 3735 (java) S 3716 3718 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334872318 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590670953592 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3736] ppid=3716 vsize=11852648 CPUtime=0.38 cores=0,2,4,6
/proc/3718/task/3736/stat : 3736 (java) S 3716 3718 442 0 -1 4202560 56 0 0 0 20 18 0 0 20 0 22 0 334872318 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590669901000 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3718/tid=3743] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3743/stat : 3743 (java) S 3716 3718 442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334872411 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590666684072 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3756] ppid=3716 vsize=11852648 CPUtime=788.19 cores=0,2,4,6
/proc/3718/task/3756/stat : 3756 (java) S 3716 3718 442 0 -1 4202560 64 0 0 0 78807 12 0 0 20 0 22 0 334875449 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590667735496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3718/tid=3757] ppid=3716 vsize=11852648 CPUtime=788.06 cores=0,2,4,6
/proc/3718/task/3757/stat : 3757 (java) S 3716 3718 442 0 -1 4202560 12 0 0 0 78794 12 0 0 20 0 22 0 334875449 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590668786552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3718/tid=3758] ppid=3716 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3718/task/3758/stat : 3758 (java) S 3716 3718 442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334875449 12137111552 305729 33554432000 1073741824 1073778376 140736676767376 140590665631016 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 11852648

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3718 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=810147
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=181820
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.00999451
#  lost CPU user time (s): 0.0199966
#  lost CPU system time (s): -0.01

Real time (s): 962.685
CPU time (s): 1800.14
CPU user time (s): 1799.37
CPU system time (s): 0.77
CPU usage (%): 186.992
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.81
system time used= 1.18182
maximum resident set size= 1223032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23222
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31929
involuntary context switches= 66559

runsolver used 3.67044 second user time and 8.39572 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-03 03:37:59
IDJOB=3733030
IDBENCH=2238
IDSOLVER=2328
FILE ID=node145/3733030-1338687479
RUNJOBID= node145-1338678626-461
PBS_JOBID= 14636668
Free space on /tmp= 70924 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-4.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733030-1338687479/watcher-3733030-1338687479 -o /tmp/evaluation-result-3733030-1338687479/solver-3733030-1338687479 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733030-1338687479.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 7bb05c60facd55e51c4cfcaa0e217e6e
RANDOM SEED=1467070990

node145.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5313.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26216092 kB
Buffers:          431332 kB
Cached:          4781312 kB
SwapCached:            0 kB
Active:          2192316 kB
Inactive:        3607276 kB
Active(anon):     578184 kB
Inactive(anon):    10916 kB
Active(file):    1614132 kB
Inactive(file):  3596360 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:        596456 kB
Mapped:            22272 kB
Shmem:               200 kB
Slab:             716228 kB
SReclaimable:     157660 kB
SUnreclaim:       558568 kB
KernelStack:        1624 kB
PageTables:         4980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    522240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70924 MiB
End job on node145 at 2012-06-03 03:54:04