Trace number 3710591

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 specific settings 2.3.2 snapshotSAT (TO)333 1800.63 1790.36

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8a4.opb
MD5SUM39250f205953aedd83d7a2bcba6bda16
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark283
Best CPU time to get the best result obtained on this benchmark1.59476
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 283
Optimality of the best value was proved NO
Number of variables792
Total number of constraints3194
Number of constraints which are clauses3194
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 constraint8
Number of terms in the objective function 792
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 792
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 792
Number of bits of the biggest sum of numbers10
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710591-1338145693.opb
0.09/0.12	c reading problem ... 
0.46/0.30	c ... done. Wall clock time 0.175s.
0.46/0.30	c declared #vars     792
0.46/0.30	c #constraints  3194
0.46/0.30	c constraints type 
0.46/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 350
0.46/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2844
0.46/0.30	c 3194 constraints processed.
0.46/0.31	c SATISFIABLE
0.46/0.31	c OPTIMIZING...
0.46/0.31	c Got one! Elapsed wall clock time (in seconds):0.191
0.46/0.31	o 341
1.49/0.95	c cleaning 2498 clauses out of 5005 with flag 5001/5005
2.08/1.47	c cleaning 4252 clauses out of 8506 with flag 11000/11004
2.70/2.08	c cleaning 5628 clauses out of 11255 with flag 18001/18005
3.41/2.79	c cleaning 6808 clauses out of 13626 with flag 26000/26004
4.36/3.61	c cleaning 7909 clauses out of 15818 with flag 35000/35004
5.27/4.55	c cleaning 8955 clauses out of 17910 with flag 45001/45005
5.78/5.07	c Got one! Elapsed wall clock time (in seconds):4.948
5.78/5.07	o 336
5.88/5.16	c cleaning 7447 clauses out of 14904 with flag 1001/50954
6.39/5.70	c cleaning 6728 clauses out of 13457 with flag 7001/56954
7.16/6.34	c cleaning 6855 clauses out of 13728 with flag 14000/63953
8.01/7.16	c cleaning 7435 clauses out of 14874 with flag 22001/71954
8.93/8.01	c cleaning 8214 clauses out of 16438 with flag 31000/80953
9.76/8.87	c cleaning 9105 clauses out of 18225 with flag 41001/90954
10.97/10.01	c cleaning 10054 clauses out of 20119 with flag 52000/101953
11.99/11.07	c cleaning 11033 clauses out of 22066 with flag 64001/113954
13.11/12.18	c cleaning 12012 clauses out of 24032 with flag 77000/126953
14.50/13.54	c cleaning 13004 clauses out of 26021 with flag 91001/140954
16.21/15.22	c cleaning 14010 clauses out of 28020 with flag 106004/155957
17.95/16.96	c cleaning 15001 clauses out of 30006 with flag 122000/171953
19.67/18.67	c cleaning 16000 clauses out of 32006 with flag 139001/188954
21.47/20.47	c cleaning 16998 clauses out of 34006 with flag 157001/206954
23.58/22.53	c cleaning 17996 clauses out of 36008 with flag 176001/225954
26.00/24.92	c cleaning 18999 clauses out of 38012 with flag 196001/245954
28.42/27.40	c cleaning 20003 clauses out of 40012 with flag 217000/266953
30.63/29.53	c cleaning 21004 clauses out of 42009 with flag 239000/288953
32.96/31.81	c cleaning 21996 clauses out of 44006 with flag 262001/311954
35.19/34.03	c cleaning 23000 clauses out of 46009 with flag 286000/335953
37.80/36.66	c cleaning 23988 clauses out of 48010 with flag 311001/360954
40.84/39.69	c cleaning 25010 clauses out of 50022 with flag 337001/386954
41.56/40.35	c Got one! Elapsed wall clock time (in seconds):40.226
41.56/40.35	o 333
42.06/40.82	c cleaning 17760 clauses out of 35532 with flag 5001/397474
42.67/41.41	c cleaning 11879 clauses out of 23772 with flag 11001/403474
43.47/42.27	c cleaning 9436 clauses out of 18892 with flag 18000/410473
44.59/43.33	c cleaning 8722 clauses out of 17457 with flag 26001/418474
45.40/44.19	c cleaning 8865 clauses out of 17735 with flag 35001/427474
46.31/45.06	c cleaning 9433 clauses out of 18869 with flag 45000/437473
47.22/45.99	c cleaning 10214 clauses out of 20437 with flag 56001/448474
48.63/47.34	c cleaning 11107 clauses out of 22222 with flag 68000/460473
50.13/48.87	c cleaning 12056 clauses out of 24115 with flag 81000/473473
51.64/50.32	c cleaning 13019 clauses out of 26060 with flag 95001/487474
53.07/51.76	c cleaning 14016 clauses out of 28040 with flag 110000/502473
54.87/53.54	c cleaning 15011 clauses out of 30024 with flag 126000/518473
56.59/55.29	c cleaning 15998 clauses out of 32013 with flag 143000/535473
58.61/57.22	c cleaning 17006 clauses out of 34015 with flag 161000/553473
60.73/59.32	c cleaning 18004 clauses out of 36009 with flag 180000/572473
62.84/61.47	c cleaning 19000 clauses out of 38006 with flag 200001/592474
64.85/63.42	c cleaning 19998 clauses out of 40005 with flag 221000/613473
66.85/65.46	c cleaning 21001 clauses out of 42008 with flag 243001/635474
69.47/68.08	c cleaning 21998 clauses out of 44006 with flag 266000/658473
72.47/71.04	c cleaning 22995 clauses out of 46009 with flag 290001/682474
74.79/73.38	c cleaning 24004 clauses out of 48013 with flag 315000/707473
77.72/76.20	c cleaning 24998 clauses out of 50009 with flag 341000/733473
81.44/79.91	c cleaning 26005 clauses out of 52011 with flag 368000/760473
85.18/83.69	c cleaning 27003 clauses out of 54006 with flag 396000/788473
88.20/86.69	c cleaning 27990 clauses out of 56003 with flag 425000/817473
91.74/90.19	c cleaning 29007 clauses out of 58014 with flag 455001/847474
95.46/93.83	c cleaning 30000 clauses out of 60006 with flag 486000/878473
98.80/97.17	c cleaning 31003 clauses out of 62006 with flag 518000/910473
102.63/100.95	c cleaning 31996 clauses out of 64005 with flag 551002/943475
106.47/104.76	c cleaning 32992 clauses out of 66008 with flag 585001/977474
111.09/109.32	c cleaning 34007 clauses out of 68015 with flag 620000/1012473
115.22/113.45	c cleaning 34995 clauses out of 70010 with flag 656002/1048475
119.55/117.74	c cleaning 36007 clauses out of 72013 with flag 693000/1085473
124.90/123.00	c cleaning 36995 clauses out of 74006 with flag 731000/1123473
130.54/128.67	c cleaning 38003 clauses out of 76012 with flag 770001/1162474
135.08/133.15	c cleaning 38996 clauses out of 78009 with flag 810001/1202474
139.41/137.46	c cleaning 40002 clauses out of 80012 with flag 851000/1243473
144.34/142.34	c cleaning 41002 clauses out of 82011 with flag 893001/1285474
149.38/147.39	c cleaning 42003 clauses out of 84011 with flag 936003/1328476
153.89/151.83	c cleaning 42997 clauses out of 86006 with flag 980001/1372474
159.50/157.43	c cleaning 44005 clauses out of 88009 with flag 1025001/1417474
164.33/162.24	c cleaning 44995 clauses out of 90003 with flag 1071000/1463473
169.26/167.13	c cleaning 46001 clauses out of 92008 with flag 1118000/1510473
174.80/172.66	c cleaning 46992 clauses out of 94008 with flag 1166001/1558474
182.93/180.75	c cleaning 48006 clauses out of 96015 with flag 1215000/1607473
188.65/186.47	c cleaning 49003 clauses out of 98010 with flag 1265001/1657474
195.19/192.93	c cleaning 49997 clauses out of 100007 with flag 1316001/1708474
202.98/200.61	c cleaning 51000 clauses out of 102009 with flag 1368000/1760473
209.25/206.87	c cleaning 52000 clauses out of 104009 with flag 1421000/1813473
216.39/213.94	c cleaning 53000 clauses out of 106010 with flag 1475001/1867474
223.73/221.25	c cleaning 54000 clauses out of 108010 with flag 1530001/1922474
231.26/228.77	c cleaning 55001 clauses out of 110010 with flag 1586001/1978474
237.98/235.47	c cleaning 56001 clauses out of 112009 with flag 1643001/2035474
244.60/242.08	c cleaning 56994 clauses out of 114007 with flag 1701000/2093473
251.27/248.66	c cleaning 57994 clauses out of 116013 with flag 1760000/2152473
259.21/256.53	c cleaning 59001 clauses out of 118019 with flag 1820000/2212473
267.75/265.05	c cleaning 59998 clauses out of 120019 with flag 1881001/2273474
275.80/273.10	c cleaning 61001 clauses out of 122021 with flag 1943001/2335474
286.72/283.97	c cleaning 62008 clauses out of 124019 with flag 2006000/2398473
295.75/292.98	c cleaning 62997 clauses out of 126011 with flag 2070000/2462473
303.92/301.02	c cleaning 64000 clauses out of 128014 with flag 2135000/2527473
312.47/309.54	c cleaning 65000 clauses out of 130015 with flag 2201001/2593474
320.73/317.76	c cleaning 65995 clauses out of 132014 with flag 2268000/2660473
331.42/328.33	c cleaning 67000 clauses out of 134020 with flag 2336001/2728474
343.27/340.12	c cleaning 68003 clauses out of 136019 with flag 2405000/2797473
355.36/352.10	c cleaning 69006 clauses out of 138017 with flag 2475001/2867474
368.30/365.07	c cleaning 70003 clauses out of 140010 with flag 2546000/2938473
380.16/376.80	c cleaning 70995 clauses out of 142007 with flag 2618000/3010473
389.42/386.02	c cleaning 71998 clauses out of 144012 with flag 2691000/3083473
397.85/394.43	c cleaning 72999 clauses out of 146015 with flag 2765001/3157474
406.51/403.04	c cleaning 74001 clauses out of 148015 with flag 2840000/3232473
415.77/412.25	c cleaning 75002 clauses out of 150015 with flag 2916001/3308474
426.90/423.30	c cleaning 75987 clauses out of 152012 with flag 2993000/3385473
436.46/432.89	c cleaning 77008 clauses out of 154026 with flag 3071001/3463474
447.00/443.35	c cleaning 78003 clauses out of 156017 with flag 3150000/3542473
459.88/456.11	c cleaning 79004 clauses out of 158015 with flag 3230001/3622474
470.62/466.73	c cleaning 79998 clauses out of 160010 with flag 3311000/3703473
481.46/477.53	c cleaning 81006 clauses out of 162013 with flag 3393001/3785474
493.59/489.54	c cleaning 81994 clauses out of 164007 with flag 3476001/3868474
505.36/501.20	c cleaning 83001 clauses out of 166012 with flag 3560000/3952473
516.90/512.75	c cleaning 84004 clauses out of 168012 with flag 3645001/4037474
531.08/526.86	c cleaning 85001 clauses out of 170007 with flag 3731000/4123473
550.81/546.60	c cleaning 86001 clauses out of 172006 with flag 3818000/4210473
568.38/564.00	c cleaning 87000 clauses out of 174005 with flag 3906000/4298473
582.14/577.72	c cleaning 87999 clauses out of 176006 with flag 3995001/4387474
597.00/592.52	c cleaning 88996 clauses out of 178006 with flag 4085000/4477473
607.98/603.49	c cleaning 90002 clauses out of 180011 with flag 4176001/4568474
618.05/613.40	c cleaning 90986 clauses out of 182008 with flag 4268000/4660473
631.50/626.86	c cleaning 91998 clauses out of 184023 with flag 4361001/4753474
644.06/639.31	c cleaning 93001 clauses out of 186024 with flag 4455000/4847473
657.39/652.62	c cleaning 94009 clauses out of 188023 with flag 4550000/4942473
671.04/666.22	c cleaning 94999 clauses out of 190015 with flag 4646001/5038474
684.60/679.79	c cleaning 96000 clauses out of 192016 with flag 4743001/5135474
696.85/691.93	c cleaning 96997 clauses out of 194016 with flag 4841001/5233474
709.91/704.90	c cleaning 98006 clauses out of 196019 with flag 4940001/5332474
722.87/717.82	c cleaning 99002 clauses out of 198013 with flag 5040001/5432474
735.02/729.89	c cleaning 99995 clauses out of 200011 with flag 5141001/5533474
751.70/746.46	c cleaning 101004 clauses out of 202015 with flag 5243000/5635473
772.50/767.13	c cleaning 102002 clauses out of 204011 with flag 5346000/5738473
792.89/787.41	c cleaning 103000 clauses out of 206009 with flag 5450000/5842473
811.07/805.51	c cleaning 104000 clauses out of 208010 with flag 5555001/5947474
826.76/821.10	c cleaning 105003 clauses out of 210010 with flag 5661001/6053474
843.83/838.14	c cleaning 105991 clauses out of 212007 with flag 5768001/6160474
862.10/856.36	c cleaning 107004 clauses out of 214016 with flag 5876001/6268474
879.99/874.17	c cleaning 108000 clauses out of 216012 with flag 5985001/6377474
898.89/892.95	c cleaning 109000 clauses out of 218011 with flag 6095000/6487473
916.79/910.72	c cleaning 109999 clauses out of 220011 with flag 6206000/6598473
936.37/930.21	c cleaning 111007 clauses out of 222013 with flag 6318001/6710474
952.23/946.01	c cleaning 112003 clauses out of 224006 with flag 6431001/6823474
966.48/960.30	c cleaning 112992 clauses out of 226004 with flag 6545002/6937475
982.15/975.86	c cleaning 114004 clauses out of 228011 with flag 6660001/7052474
1000.04/993.64	c cleaning 115004 clauses out of 230007 with flag 6776001/7168474
1017.70/1011.23	c cleaning 115990 clauses out of 232003 with flag 6893001/7285474
1039.39/1032.83	c cleaning 116999 clauses out of 234012 with flag 7011000/7403473
1061.80/1055.10	c cleaning 118004 clauses out of 236013 with flag 7130000/7522473
1087.31/1080.52	c cleaning 118999 clauses out of 238010 with flag 7250001/7642474
1109.15/1102.24	c cleaning 120001 clauses out of 240010 with flag 7371000/7763473
1127.64/1120.64	c cleaning 121004 clauses out of 242009 with flag 7493000/7885473
1145.91/1138.86	c cleaning 121994 clauses out of 244005 with flag 7616000/8008473
1168.37/1161.27	c cleaning 123003 clauses out of 246012 with flag 7740001/8132474
1188.36/1181.11	c cleaning 124004 clauses out of 248008 with flag 7865000/8257473
1209.22/1201.96	c cleaning 124996 clauses out of 250004 with flag 7991000/8383473
1233.58/1226.25	c cleaning 125998 clauses out of 252008 with flag 8118000/8510473
1261.87/1254.41	c cleaning 127000 clauses out of 254010 with flag 8246000/8638473
1287.21/1279.70	c cleaning 128004 clauses out of 256011 with flag 8375001/8767474
1308.57/1301.07	c cleaning 128995 clauses out of 258006 with flag 8505000/8897473
1328.12/1320.52	c cleaning 129992 clauses out of 260012 with flag 8636001/9028474
1350.84/1343.26	c cleaning 131003 clauses out of 262019 with flag 8768000/9160473
1377.13/1369.47	c cleaning 132004 clauses out of 264016 with flag 8901000/9293473
1400.44/1392.62	c cleaning 132999 clauses out of 266013 with flag 9035001/9427474
1425.89/1418.09	c cleaning 134007 clauses out of 268014 with flag 9170001/9562474
1452.19/1444.21	c cleaning 134996 clauses out of 270007 with flag 9306001/9698474
1479.95/1471.99	c cleaning 136000 clauses out of 272010 with flag 9443000/9835473
1510.59/1502.48	c cleaning 136998 clauses out of 274010 with flag 9581000/9973473
1539.25/1531.10	c cleaning 138006 clauses out of 276012 with flag 9720000/10112473
1554.65/1546.36	c cleaning 139000 clauses out of 278008 with flag 9860002/10252475
1574.42/1566.03	c cleaning 139992 clauses out of 280006 with flag 10001000/10393473
1601.76/1593.06	c cleaning 141003 clauses out of 282015 with flag 10143001/10535474
1626.61/1617.63	c cleaning 141995 clauses out of 284012 with flag 10286001/10678474
1650.13/1641.18	c cleaning 143002 clauses out of 286017 with flag 10430001/10822474
1670.42/1661.33	c cleaning 143998 clauses out of 288014 with flag 10575000/10967473
1690.43/1681.28	c cleaning 144999 clauses out of 290016 with flag 10721000/11113473
1715.73/1706.43	c cleaning 146004 clauses out of 292017 with flag 10868000/11260473
1744.03/1734.66	c cleaning 147002 clauses out of 294014 with flag 11016001/11408474
1765.78/1756.22	c cleaning 148001 clauses out of 296011 with flag 11165000/11557473
1787.11/1777.46	c cleaning 148996 clauses out of 298010 with flag 11315000/11707473
1800.10/1790.31	c starts		: 326
1800.10/1790.31	c conflicts		: 11799107
1800.10/1790.31	c decisions		: 13769175
1800.10/1790.31	c propagations		: 270197899
1800.10/1790.31	c inspects		: 6060481247
1800.10/1790.31	c shortcuts		: 0
1800.10/1790.31	c learnt literals	: 0
1800.10/1790.31	c learnt binary clauses	: 141
1800.10/1790.31	c learnt ternary clauses	: 128
1800.10/1790.31	c learnt constraints	: 11799107
1800.10/1790.31	c ignored constraints	: 0
1800.10/1790.31	c root simplifications	: 326
1800.10/1790.31	c removed literals (reason simplification)	: 1793750486
1800.10/1790.31	c reason swapping (by a shorter reason)	: 0
1800.10/1790.31	c Calls to reduceDB	: 174
1800.10/1790.31	c number of reductions to clauses (during analyze)	: 0
1800.10/1790.31	c number of learned constraints concerned by reduction	: 0
1800.10/1790.31	c number of learning phase by resolution	: 0
1800.10/1790.31	c number of learning phase by cutting planes	: 0
1800.10/1790.31	c speed (assignments/second)	: 150947.8136702106
1800.10/1790.31	c non guided choices	396
1800.10/1790.34	c learnt constraints type 
1800.10/1790.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 141
1800.10/1790.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 240711
1800.10/1790.34	c constraints type 
1800.10/1790.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 350
1800.10/1790.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.10/1790.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2844
1800.10/1790.34	c 3195 constraints processed.
1800.10/1790.34	s SATISFIABLE
1800.10/1790.35	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 -x451 x452 -x453 x454 x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 x464 -x465 x466 x467 -x468 -x469 -x470 x471 -x472 -x473 x474 -x475 x476 -x477 x478 -x479 x480 -x481 -x482 x483 -x484 -x485 -x486 -x487 x488 -x489 x490 -x491 -x492 -x493 x494 -x495 x496 -x497 x498 x499 -x500 -x501 x502 -x503 x504 -x505 x506 -x507 x508 -x509 x510 -x511 x512 x513 -x514 -x515 x516 -x517 x518 -x519 x520 -x521 x522 -x523 x524 x525 -x526 -x527 x528 -x529 x530 -x531 x532 -x533 x534 -x535 x536 x537 -x538 -x539 x540 -x541 -x542 x543 -x544 -x545 -x546 -x547 x548 -x549 x550 -x551 -x552 -x553 -x554 x555 -x556 -x557 -x558 -x559 x560 -x561 x562 -x563 -x564 -x565 x566 -x567 x568 -x569 x570 x571 -x572 -x573 x574 -x575 x576 -x577 x578 -x579 x580 -x581 x582 -x583 x584 x585 -x586 -x587 x588 -x589 -x590 -x591 -x592 x593 -x594 -x595 x596 -x597 x598 -x599 x600 -x601 x602 -x603 x604 -x605 x606 -x607 x608 x609 -x610 -x611 x612 -x613 -x614 -x615 -x616 x617 -x618 -x619 x620 -x621 x622 -x623 x624 -x625 x626 -x627 x628 -x629 x630 x631 -x632 -x633 x634 -x635 x636 -x637 -x638 x639 -x640 -x641 x642 -x643 x644 -x645 x646 -x647 x648 x649 -x650 -x651 -x652 -x653 x654 -x655 x656 -x657 x658 -x659 -x660 -x661 -x662 x663 -x664 -x665 -x666 -x667 x668 -x669 x670 -x671 -x672 x673 -x674 x675 -x676 x677 -x678 -x679 x680 -x681 x682 -x683 x684 -x685 x686 -x687 x688 -x689 x690 -x691 x692 x693 -x694 -x695 x696 x697 -x698 -x699 -x700 -x701 -x702 -x703 x704 -x705 x706 -x707 -x708 -x709 x710 -x711 x712 -x713 x714 -x715 x716 x717 -x718 -x719 x720 x721 -x722 -x723 -x724 x725 -x726 -x727 x728 -x729 x730 -x731 x732 -x733 -x734 x735 -x736 -x737 x738 -x739 x740 -x741 x742 -x743 x744 -x745 x746 -x747 x748 -x749 x750 x751 -x752 -x753 x754 -x755 x756 -x757 -x758 x759 -x760 -x761 -x762 -x763 x764 -x765 x766 -x767 -x768 x769 -x770 -x771 -x772 x773 -x774 -x775 x776 -x777 x778 -x779 x780 -x781 x782 -x783 x784 -x785 x786 x787 -x788 -x789 x790 -x791 x792 
1800.10/1790.35	c objective function=333
1800.10/1790.35	c Total wall clock time (in seconds): 1790.225

Verifier Data

OK	333

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-3710591-1338145693/watcher-3710591-1338145693 -o /tmp/evaluation-result-3710591-1338145693/solver-3710591-1338145693 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710591-1338145693.opb 

running on 4 cores: 1,3,5,7

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: 1.92 1.98 1.99 3/194 27995
/proc/meminfo: memFree=28672888/32873844 swapFree=6856/6856
[pid=27995] ppid=27993 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/27995/stat : 27995 (java) D 27993 27995 24682 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 280694215 9515008 182 33554432000 1073741824 1073778376 140734046690080 140734046681112 223651643061 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/27995/statm: 2323 182 140 9 0 71 0

[startup+0.058419 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 27995
/proc/meminfo: memFree=28672888/32873844 swapFree=6856/6856
[pid=27995] ppid=27993 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/27995/stat : 27995 (java) S 27993 27995 24682 0 -1 4202496 3078 0 1 0 3 0 0 0 20 0 13 0 280694215 9446973440 3775 33554432000 1073741824 1073778376 140734521401856 140734521392992 223655002173 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27995/statm: 2306390 3775 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100222 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 27995
/proc/meminfo: memFree=28672888/32873844 swapFree=6856/6856
[pid=27995] ppid=27993 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/27995/stat : 27995 (java) S 27993 27995 24682 0 -1 4202496 4235 0 1 0 8 1 0 0 20 0 18 0 280694215 9787842560 5442 33554432000 1073741824 1073778376 140734521401856 140734521392992 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27995/statm: 2389610 5444 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300176 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 27995
/proc/meminfo: memFree=28672888/32873844 swapFree=6856/6856
[pid=27995] ppid=27993 vsize=9558440 CPUtime=0.46 cores=1,3,5,7
/proc/27995/stat : 27995 (java) S 27993 27995 24682 0 -1 4202496 5415 0 1 0 45 1 0 0 20 0 18 0 280694215 9787842560 8404 33554432000 1073741824 1073778376 140734521401856 140734521392992 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27995/statm: 2389610 8404 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.700269 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 27995
/proc/meminfo: memFree=28672888/32873844 swapFree=6856/6856
[pid=27995] ppid=27993 vsize=9625004 CPUtime=1.25 cores=1,3,5,7
/proc/27995/stat : 27995 (java) S 27993 27995 24682 0 -1 4202496 8890 0 1 0 123 2 0 0 20 0 19 0 280694215 9856004096 11206 33554432000 1073741824 1073778376 140734521401856 140734521392992 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27995/statm: 2406251 11206 2245 9 0 2396937 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9625004

[startup+1.50073 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 28014
/proc/meminfo: memFree=28624996/32873844 swapFree=6856/6856
[pid=27995] ppid=27993 vsize=9625004 CPUtime=2.2 cores=1,3,5,7
/proc/27995/stat : 27995 (java) S 27993 27995 24682 0 -1 4202496 9614 0 1 0 217 3 0 0 20 0 19 0 280694215 9856004096 15915 33554432000 1073741824 1073778376 140734521401856 140734521392992 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27995/statm: 2406251 15915 2279 9 0 2396937 0
[pid=27995/tid=27997] ppid=27993 vsize=9625004 CPUtime=1.44 cores=1,3,5,7
/proc/27995/task/27997/stat : 27997 (java) R 27993 27995 24682 0 -1 4202560 2513 0 1 0 142 2 0 0 20 0 19 0 280694216 9856004096 15915 33554432000 1073741824 1073778376 140734521401856 140715155607976 140715024244434 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27995/tid=27998] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/27998/stat : 27998 (java) S 27993 27995 24682 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 280694218 9856004096 15915 33554432000 1073741824 1073778376 140734521401856 140715144669864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27995/tid=27999] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/27999/stat : 27999 (java) S 27993 27995 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694218 9856004096 15915 33554432000 1073741824 1073778376 140734521401856 140715143617320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27995/tid=28000] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28000/stat : 28000 (java) S 27993 27995 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694218 9856004096 15915 33554432000 1073741824 1073778376 140734521401856 140715142564776 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28001] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28001/stat : 28001 (java) S 27993 27995 24682 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280694218 9856004096 15915 33554432000 1073741824 1073778376 140734521401856 140714996087848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27995/tid=28002] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28002/stat : 28002 (java) S 27993 27995 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694218 9856004096 15915 33554432000 1073741824 1073778376 140734521401856 140714995034280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27995/tid=28003] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28003/stat : 28003 (java) S 27993 27995 24682 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280694218 9856004096 15915 33554432000 1073741824 1073778376 140734521401856 140714993981736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27995/tid=28004] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28004/stat : 28004 (java) S 27993 27995 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694218 9856004096 15915 33554432000 1073741824 1073778376 140734521401856 140714992929192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28005] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28005/stat : 28005 (java) S 27993 27995 24682 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280694218 9856004096 15915 33554432000 1073741824 1073778376 140734521401856 140714991876648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28006] ppid=27993 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/27995/task/28006/stat : 28006 (java) S 27993 27995 24682 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 19 0 280694219 9856004096 15915 33554432000 1073741824 1073778376 140734521401856 140714979678824 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28007] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28007/stat : 28007 (java) S 27993 27995 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280694219 9856004096 15915 33554432000 1073741824 1073778376 140734521401856 140714978625144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28008] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28008/stat : 28008 (java) S 27993 27995 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280694219 9856004096 15915 33554432000 1073741824 1073778376 140734521401856 140714977572488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28009] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28009/stat : 28009 (java) S 27993 27995 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694222 9856004096 15915 33554432000 1073741824 1073778376 140734521401856 140714976521232 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28010] ppid=27993 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/27995/task/28010/stat : 28010 (java) S 27993 27995 24682 0 -1 4202560 2569 0 0 0 35 0 0 0 20 0 19 0 280694222 9856004096 15915 33554432000 1073741824 1073778376 140734521401856 140714975467576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27995/tid=28011] ppid=27993 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/27995/task/28011/stat : 28011 (java) S 27993 27995 24682 0 -1 4202560 3281 0 0 0 32 0 0 0 20 0 19 0 280694222 9856004096 15915 33554432000 1073741824 1073778376 140734521401856 140714974415032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28012] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28012/stat : 28012 (java) S 27993 27995 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694222 9856004096 15915 33554432000 1073741824 1073778376 140734521401856 140714973362680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28013] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28013/stat : 28013 (java) S 27993 27995 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694222 9856004096 15915 33554432000 1073741824 1073778376 140734521401856 140714972310344 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27995/tid=28014] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28014/stat : 28014 (java) S 27993 27995 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280694246 9856004096 15915 33554432000 1073741824 1073778376 140734521401856 140714971256104 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9625004

[startup+3.10066 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 28014
/proc/meminfo: memFree=28618604/32873844 swapFree=6856/6856
[pid=27995] ppid=27993 vsize=9625004 CPUtime=3.86 cores=1,3,5,7
/proc/27995/stat : 27995 (java) S 27993 27995 24682 0 -1 4202496 10118 0 1 0 383 3 0 0 20 0 19 0 280694215 9856004096 16468 33554432000 1073741824 1073778376 140734521401856 140734521392992 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27995/statm: 2406251 16468 2279 9 0 2396937 0
[pid=27995/tid=27997] ppid=27993 vsize=9625004 CPUtime=3 cores=1,3,5,7
/proc/27995/task/27997/stat : 27997 (java) R 27993 27995 24682 0 -1 4202560 2514 0 1 0 298 2 0 0 20 0 19 0 280694216 9856004096 16468 33554432000 1073741824 1073778376 140734521401856 140715155607816 140715024284820 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=27998] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/27998/stat : 27998 (java) S 27993 27995 24682 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 280694218 9856004096 16468 33554432000 1073741824 1073778376 140734521401856 140715144669864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=27999] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/27999/stat : 27999 (java) S 27993 27995 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694218 9856004096 16468 33554432000 1073741824 1073778376 140734521401856 140715143617320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27995/tid=28000] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28000/stat : 28000 (java) S 27993 27995 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694218 9856004096 16468 33554432000 1073741824 1073778376 140734521401856 140715142564776 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28001] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28001/stat : 28001 (java) S 27993 27995 24682 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 280694218 9856004096 16468 33554432000 1073741824 1073778376 140734521401856 140714996087848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28002] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28002/stat : 28002 (java) S 27993 27995 24682 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280694218 9856004096 16468 33554432000 1073741824 1073778376 140734521401856 140714995034280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27995/tid=28003] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28003/stat : 28003 (java) S 27993 27995 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280694218 9856004096 16468 33554432000 1073741824 1073778376 140734521401856 140714993981736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27995/tid=28004] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28004/stat : 28004 (java) S 27993 27995 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694218 9856004096 16468 33554432000 1073741824 1073778376 140734521401856 140714992929192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28005] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28005/stat : 28005 (java) S 27993 27995 24682 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280694218 9856004096 16468 33554432000 1073741824 1073778376 140734521401856 140714991876648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28006] ppid=27993 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/27995/task/28006/stat : 28006 (java) S 27993 27995 24682 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 19 0 280694219 9856004096 16468 33554432000 1073741824 1073778376 140734521401856 140714979678824 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27995/tid=28007] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28007/stat : 28007 (java) S 27993 27995 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280694219 9856004096 16468 33554432000 1073741824 1073778376 140734521401856 140714978625144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28008] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28008/stat : 28008 (java) S 27993 27995 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280694219 9856004096 16468 33554432000 1073741824 1073778376 140734521401856 140714977572488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28009] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28009/stat : 28009 (java) S 27993 27995 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694222 9856004096 16468 33554432000 1073741824 1073778376 140734521401856 140714976521232 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28010] ppid=27993 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/27995/task/28010/stat : 28010 (java) S 27993 27995 24682 0 -1 4202560 3060 0 0 0 40 0 0 0 20 0 19 0 280694222 9856004096 16468 33554432000 1073741824 1073778376 140734521401856 140714975467576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27995/tid=28011] ppid=27993 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/27995/task/28011/stat : 28011 (java) S 27993 27995 24682 0 -1 4202560 3281 0 0 0 33 0 0 0 20 0 19 0 280694222 9856004096 16468 33554432000 1073741824 1073778376 140734521401856 140714974415032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28012] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28012/stat : 28012 (java) S 27993 27995 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694222 9856004096 16468 33554432000 1073741824 1073778376 140734521401856 140714973362680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28013] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28013/stat : 28013 (java) S 27993 27995 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694222 9856004096 16468 33554432000 1073741824 1073778376 140734521401856 140714972310344 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27995/tid=28014] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28014/stat : 28014 (java) S 27993 27995 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280694246 9856004096 16468 33554432000 1073741824 1073778376 140734521401856 140714971256104 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 9625004

[startup+6.30066 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 28014
/proc/meminfo: memFree=28607372/32873844 swapFree=6856/6856
[pid=27995] ppid=27993 vsize=9625004 CPUtime=7.16 cores=1,3,5,7
/proc/27995/stat : 27995 (java) S 27993 27995 24682 0 -1 4202496 10660 0 1 0 713 3 0 0 20 0 19 0 280694215 9856004096 18470 33554432000 1073741824 1073778376 140734521401856 140734521392992 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27995/statm: 2406251 18470 2279 9 0 2396937 0
[pid=27995/tid=27997] ppid=27993 vsize=9625004 CPUtime=6.11 cores=1,3,5,7
/proc/27995/task/27997/stat : 27997 (java) R 27993 27995 24682 0 -1 4202560 2519 0 1 0 609 2 0 0 20 0 19 0 280694216 9856004096 18470 33554432000 1073741824 1073778376 140734521401856 140715155607816 140715024179040 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=27998] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/27998/stat : 27998 (java) S 27993 27995 24682 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 280694218 9856004096 18470 33554432000 1073741824 1073778376 140734521401856 140715144669864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27995/tid=27999] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/27999/stat : 27999 (java) S 27993 27995 24682 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280694218 9856004096 18470 33554432000 1073741824 1073778376 140734521401856 140715143617320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27995/tid=28000] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28000/stat : 28000 (java) S 27993 27995 24682 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280694218 9856004096 18470 33554432000 1073741824 1073778376 140734521401856 140715142564776 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28001] ppid=27993 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/27995/task/28001/stat : 28001 (java) S 27993 27995 24682 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 280694218 9856004096 18470 33554432000 1073741824 1073778376 140734521401856 140714996087848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28002] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28002/stat : 28002 (java) S 27993 27995 24682 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280694218 9856004096 18470 33554432000 1073741824 1073778376 140734521401856 140714995034280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27995/tid=28003] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28003/stat : 28003 (java) S 27993 27995 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280694218 9856004096 18470 33554432000 1073741824 1073778376 140734521401856 140714993981736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27995/tid=28004] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28004/stat : 28004 (java) S 27993 27995 24682 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 280694218 9856004096 18470 33554432000 1073741824 1073778376 140734521401856 140714992929192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28005] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28005/stat : 28005 (java) S 27993 27995 24682 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280694218 9856004096 18470 33554432000 1073741824 1073778376 140734521401856 140714991876648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28006] ppid=27993 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/27995/task/28006/stat : 28006 (java) S 27993 27995 24682 0 -1 4202560 35 0 0 0 10 0 0 0 20 0 19 0 280694219 9856004096 18470 33554432000 1073741824 1073778376 140734521401856 140714979678824 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27995/tid=28007] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28007/stat : 28007 (java) S 27993 27995 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280694219 9856004096 18470 33554432000 1073741824 1073778376 140734521401856 140714978625144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28008] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28008/stat : 28008 (java) S 27993 27995 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280694219 9856004096 18470 33554432000 1073741824 1073778376 140734521401856 140714977572488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28009] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28009/stat : 28009 (java) S 27993 27995 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694222 9856004096 18470 33554432000 1073741824 1073778376 140734521401856 140714976521232 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28010] ppid=27993 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/27995/task/28010/stat : 28010 (java) S 27993 27995 24682 0 -1 4202560 3583 0 0 0 45 0 0 0 20 0 19 0 280694222 9856004096 18470 33554432000 1073741824 1073778376 140734521401856 140714975467576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27995/tid=28011] ppid=27993 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/27995/task/28011/stat : 28011 (java) S 27993 27995 24682 0 -1 4202560 3281 0 0 0 33 0 0 0 20 0 19 0 280694222 9856004096 18470 33554432000 1073741824 1073778376 140734521401856 140714974415032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28012] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28012/stat : 28012 (java) S 27993 27995 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694222 9856004096 18470 33554432000 1073741824 1073778376 140734521401856 140714973362680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28013] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28013/stat : 28013 (java) S 27993 27995 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694222 9856004096 18470 33554432000 1073741824 1073778376 140734521401856 140714972310344 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27995/tid=28014] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28014/stat : 28014 (java) S 27993 27995 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280694246 9856004096 18470 33554432000 1073741824 1073778376 140734521401856 140714971256104 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=27995/tid=28003] ppid=27993 vsize=9625004 CPUtime=1.34 cores=1,3,5,7
/proc/27995/task/28003/stat : 28003 (java) S 27993 27995 24682 0 -1 4202560 325 0 0 0 130 4 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714993981736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27995/tid=28004] ppid=27993 vsize=9625004 CPUtime=1.42 cores=1,3,5,7
/proc/27995/task/28004/stat : 28004 (java) S 27993 27995 24682 0 -1 4202560 328 0 0 0 136 6 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714992929192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28005] ppid=27993 vsize=9625004 CPUtime=1.55 cores=1,3,5,7
/proc/27995/task/28005/stat : 28005 (java) S 27993 27995 24682 0 -1 4202560 355 0 0 0 148 7 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714991876648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28006] ppid=27993 vsize=9625004 CPUtime=10.97 cores=1,3,5,7
/proc/27995/task/28006/stat : 28006 (java) S 27993 27995 24682 0 -1 4202560 457 0 0 0 1093 4 0 0 20 0 19 0 280694219 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714979678824 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27995/tid=28007] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28007/stat : 28007 (java) S 27993 27995 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280694219 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714978625144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28008] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28008/stat : 28008 (java) S 27993 27995 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280694219 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714977572488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28009] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28009/stat : 28009 (java) S 27993 27995 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694222 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714976521232 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28010] ppid=27993 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/27995/task/28010/stat : 28010 (java) S 27993 27995 24682 0 -1 4202560 4148 0 0 0 52 0 0 0 20 0 19 0 280694222 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714975467576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28011] ppid=27993 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/27995/task/28011/stat : 28011 (java) S 27993 27995 24682 0 -1 4202560 3281 0 0 0 33 0 0 0 20 0 19 0 280694222 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714974415032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28012] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28012/stat : 28012 (java) S 27993 27995 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694222 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714973362680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28013] ppid=27993 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/27995/task/28013/stat : 28013 (java) S 27993 27995 24682 0 -1 4202560 99 0 0 0 13 17 0 0 20 0 19 0 280694222 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714972310344 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27995/tid=28014] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28014/stat : 28014 (java) S 27993 27995 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280694246 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714971256104 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1731.73
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 28090
/proc/meminfo: memFree=28160324/32873844 swapFree=6856/6856
[pid=27995] ppid=27993 vsize=9625004 CPUtime=1792.09 cores=1,3,5,7
/proc/27995/stat : 27995 (java) S 27993 27995 24682 0 -1 4202496 14682 0 1 0 179131 78 0 0 20 0 19 0 280694215 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140734521392992 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27995/statm: 2406251 136818 2280 9 0 2396937 0
[pid=27995/tid=27997] ppid=27993 vsize=9625004 CPUtime=1767.29 cores=1,3,5,7
/proc/27995/task/27997/stat : 27997 (java) R 27993 27995 24682 0 -1 4202560 2741 0 1 0 176697 32 0 0 20 0 19 0 280694216 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140715155607856 140715024231206 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27995/tid=27998] ppid=27993 vsize=9625004 CPUtime=1.67 cores=1,3,5,7
/proc/27995/task/27998/stat : 27998 (java) S 27993 27995 24682 0 -1 4202560 341 0 0 0 160 7 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140715144669864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27995/tid=27999] ppid=27993 vsize=9625004 CPUtime=1.51 cores=1,3,5,7
/proc/27995/task/27999/stat : 27999 (java) S 27993 27995 24682 0 -1 4202560 301 0 0 0 145 6 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140715143617320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27995/tid=28000] ppid=27993 vsize=9625004 CPUtime=1.63 cores=1,3,5,7
/proc/27995/task/28000/stat : 28000 (java) S 27993 27995 24682 0 -1 4202560 216 0 0 0 155 8 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140715142564776 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28001] ppid=27993 vsize=9625004 CPUtime=1.51 cores=1,3,5,7
/proc/27995/task/28001/stat : 28001 (java) S 27993 27995 24682 0 -1 4202560 413 0 0 0 144 7 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714996087848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27995/tid=28002] ppid=27993 vsize=9625004 CPUtime=1.65 cores=1,3,5,7
/proc/27995/task/28002/stat : 28002 (java) S 27993 27995 24682 0 -1 4202560 489 0 0 0 157 8 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714995034280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27995/tid=28003] ppid=27993 vsize=9625004 CPUtime=1.42 cores=1,3,5,7
/proc/27995/task/28003/stat : 28003 (java) S 27993 27995 24682 0 -1 4202560 325 0 0 0 138 4 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714993981736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28004] ppid=27993 vsize=9625004 CPUtime=1.45 cores=1,3,5,7
/proc/27995/task/28004/stat : 28004 (java) S 27993 27995 24682 0 -1 4202560 328 0 0 0 139 6 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714992929192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28005] ppid=27993 vsize=9625004 CPUtime=1.63 cores=1,3,5,7
/proc/27995/task/28005/stat : 28005 (java) S 27993 27995 24682 0 -1 4202560 355 0 0 0 156 7 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714991876648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28006] ppid=27993 vsize=9625004 CPUtime=11.35 cores=1,3,5,7
/proc/27995/task/28006/stat : 28006 (java) S 27993 27995 24682 0 -1 4202560 461 0 0 0 1131 4 0 0 20 0 19 0 280694219 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714979678824 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27995/tid=28007] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28007/stat : 28007 (java) S 27993 27995 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280694219 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714978625144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28008] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28008/stat : 28008 (java) S 27993 27995 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280694219 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714977572488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28009] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28009/stat : 28009 (java) S 27993 27995 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694222 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714976521232 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28010] ppid=27993 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/27995/task/28010/stat : 28010 (java) S 27993 27995 24682 0 -1 4202560 4148 0 0 0 52 0 0 0 20 0 19 0 280694222 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714975467576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28011] ppid=27993 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/27995/task/28011/stat : 28011 (java) S 27993 27995 24682 0 -1 4202560 3281 0 0 0 33 0 0 0 20 0 19 0 280694222 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714974415032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28012] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28012/stat : 28012 (java) S 27993 27995 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694222 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714973362680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28013] ppid=27993 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/27995/task/28013/stat : 28013 (java) S 27993 27995 24682 0 -1 4202560 103 0 0 0 13 18 0 0 20 0 19 0 280694222 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714972310344 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27995/tid=28014] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28014/stat : 28014 (java) S 27993 27995 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280694246 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714971256104 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1792.09
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 28090
/proc/meminfo: memFree=28160324/32873844 swapFree=6856/6856
[pid=27995] ppid=27993 vsize=9625004 CPUtime=1800.1 cores=1,3,5,7
/proc/27995/stat : 27995 (java) S 27993 27995 24682 0 -1 4202496 14682 0 1 0 179932 78 0 0 20 0 19 0 280694215 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140734521392992 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27995/statm: 2406251 136818 2280 9 0 2396937 0
[pid=27995/tid=27997] ppid=27993 vsize=9625004 CPUtime=1775.3 cores=1,3,5,7
/proc/27995/task/27997/stat : 27997 (java) R 27993 27995 24682 0 -1 4202560 2741 0 1 0 177498 32 0 0 20 0 19 0 280694216 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140715155607856 140715024276731 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27995/tid=27998] ppid=27993 vsize=9625004 CPUtime=1.67 cores=1,3,5,7
/proc/27995/task/27998/stat : 27998 (java) S 27993 27995 24682 0 -1 4202560 341 0 0 0 160 7 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140715144669864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27995/tid=27999] ppid=27993 vsize=9625004 CPUtime=1.51 cores=1,3,5,7
/proc/27995/task/27999/stat : 27999 (java) S 27993 27995 24682 0 -1 4202560 301 0 0 0 145 6 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140715143617320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27995/tid=28000] ppid=27993 vsize=9625004 CPUtime=1.63 cores=1,3,5,7
/proc/27995/task/28000/stat : 28000 (java) S 27993 27995 24682 0 -1 4202560 216 0 0 0 155 8 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140715142564776 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28001] ppid=27993 vsize=9625004 CPUtime=1.51 cores=1,3,5,7
/proc/27995/task/28001/stat : 28001 (java) S 27993 27995 24682 0 -1 4202560 413 0 0 0 144 7 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714996087848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27995/tid=28002] ppid=27993 vsize=9625004 CPUtime=1.65 cores=1,3,5,7
/proc/27995/task/28002/stat : 28002 (java) S 27993 27995 24682 0 -1 4202560 489 0 0 0 157 8 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714995034280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27995/tid=28003] ppid=27993 vsize=9625004 CPUtime=1.42 cores=1,3,5,7
/proc/27995/task/28003/stat : 28003 (java) S 27993 27995 24682 0 -1 4202560 325 0 0 0 138 4 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714993981736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28004] ppid=27993 vsize=9625004 CPUtime=1.45 cores=1,3,5,7
/proc/27995/task/28004/stat : 28004 (java) S 27993 27995 24682 0 -1 4202560 328 0 0 0 139 6 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714992929192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28005] ppid=27993 vsize=9625004 CPUtime=1.63 cores=1,3,5,7
/proc/27995/task/28005/stat : 28005 (java) S 27993 27995 24682 0 -1 4202560 355 0 0 0 156 7 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714991876648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28006] ppid=27993 vsize=9625004 CPUtime=11.35 cores=1,3,5,7
/proc/27995/task/28006/stat : 28006 (java) S 27993 27995 24682 0 -1 4202560 461 0 0 0 1131 4 0 0 20 0 19 0 280694219 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714979678824 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27995/tid=28007] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28007/stat : 28007 (java) S 27993 27995 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280694219 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714978625144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28008] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28008/stat : 28008 (java) S 27993 27995 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280694219 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714977572488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28009] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28009/stat : 28009 (java) S 27993 27995 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694222 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714976521232 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28010] ppid=27993 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/27995/task/28010/stat : 28010 (java) S 27993 27995 24682 0 -1 4202560 4148 0 0 0 52 0 0 0 20 0 19 0 280694222 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714975467576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28011] ppid=27993 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/27995/task/28011/stat : 28011 (java) S 27993 27995 24682 0 -1 4202560 3281 0 0 0 33 0 0 0 20 0 19 0 280694222 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714974415032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28012] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28012/stat : 28012 (java) S 27993 27995 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694222 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714973362680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28013] ppid=27993 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/27995/task/28013/stat : 28013 (java) S 27993 27995 24682 0 -1 4202560 103 0 0 0 13 18 0 0 20 0 19 0 280694222 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714972310344 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27995/tid=28014] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28014/stat : 28014 (java) S 27993 27995 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280694246 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714971256104 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1790.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 28090
/proc/meminfo: memFree=28160324/32873844 swapFree=6856/6856
[pid=27995] ppid=27993 vsize=9625004 CPUtime=1800.1 cores=1,3,5,7
/proc/27995/stat : 27995 (java) S 27993 27995 24682 0 -1 4202496 14682 0 1 0 179932 78 0 0 20 0 19 0 280694215 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140734521392992 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27995/statm: 2406251 136818 2280 9 0 2396937 0
[pid=27995/tid=27997] ppid=27993 vsize=9625004 CPUtime=1775.3 cores=1,3,5,7
/proc/27995/task/27997/stat : 27997 (java) R 27993 27995 24682 0 -1 4202560 2741 0 1 0 177498 32 0 0 20 0 19 0 280694216 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140715155607856 140715024276731 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27995/tid=27998] ppid=27993 vsize=9625004 CPUtime=1.67 cores=1,3,5,7
/proc/27995/task/27998/stat : 27998 (java) S 27993 27995 24682 0 -1 4202560 341 0 0 0 160 7 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140715144669864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27995/tid=27999] ppid=27993 vsize=9625004 CPUtime=1.51 cores=1,3,5,7
/proc/27995/task/27999/stat : 27999 (java) S 27993 27995 24682 0 -1 4202560 301 0 0 0 145 6 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140715143617320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27995/tid=28000] ppid=27993 vsize=9625004 CPUtime=1.63 cores=1,3,5,7
/proc/27995/task/28000/stat : 28000 (java) S 27993 27995 24682 0 -1 4202560 216 0 0 0 155 8 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140715142564776 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28001] ppid=27993 vsize=9625004 CPUtime=1.51 cores=1,3,5,7
/proc/27995/task/28001/stat : 28001 (java) S 27993 27995 24682 0 -1 4202560 413 0 0 0 144 7 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714996087848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27995/tid=28002] ppid=27993 vsize=9625004 CPUtime=1.65 cores=1,3,5,7
/proc/27995/task/28002/stat : 28002 (java) S 27993 27995 24682 0 -1 4202560 489 0 0 0 157 8 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714995034280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27995/tid=28003] ppid=27993 vsize=9625004 CPUtime=1.42 cores=1,3,5,7
/proc/27995/task/28003/stat : 28003 (java) S 27993 27995 24682 0 -1 4202560 325 0 0 0 138 4 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714993981736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28004] ppid=27993 vsize=9625004 CPUtime=1.45 cores=1,3,5,7
/proc/27995/task/28004/stat : 28004 (java) S 27993 27995 24682 0 -1 4202560 328 0 0 0 139 6 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714992929192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28005] ppid=27993 vsize=9625004 CPUtime=1.63 cores=1,3,5,7
/proc/27995/task/28005/stat : 28005 (java) S 27993 27995 24682 0 -1 4202560 355 0 0 0 156 7 0 0 20 0 19 0 280694218 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714991876648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28006] ppid=27993 vsize=9625004 CPUtime=11.35 cores=1,3,5,7
/proc/27995/task/28006/stat : 28006 (java) S 27993 27995 24682 0 -1 4202560 461 0 0 0 1131 4 0 0 20 0 19 0 280694219 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714979678824 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27995/tid=28007] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28007/stat : 28007 (java) S 27993 27995 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280694219 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714978625144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28008] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28008/stat : 28008 (java) S 27993 27995 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280694219 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714977572488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28009] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28009/stat : 28009 (java) S 27993 27995 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694222 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714976521232 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28010] ppid=27993 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/27995/task/28010/stat : 28010 (java) S 27993 27995 24682 0 -1 4202560 4148 0 0 0 52 0 0 0 20 0 19 0 280694222 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714975467576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27995/tid=28011] ppid=27993 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/27995/task/28011/stat : 28011 (java) S 27993 27995 24682 0 -1 4202560 3281 0 0 0 33 0 0 0 20 0 19 0 280694222 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714974415032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28012] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28012/stat : 28012 (java) S 27993 27995 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280694222 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714973362680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27995/tid=28013] ppid=27993 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/27995/task/28013/stat : 28013 (java) S 27993 27995 24682 0 -1 4202560 103 0 0 0 13 18 0 0 20 0 19 0 280694222 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714972310344 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27995/tid=28014] ppid=27993 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27995/task/28014/stat : 28014 (java) S 27993 27995 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280694246 9856004096 136818 33554432000 1073741824 1073778376 140734521401856 140714971256104 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1790.36
CPU time (s): 1800.63
CPU user time (s): 1799.42
CPU system time (s): 1.21181
CPU usage (%): 100.574
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 1.21182
maximum resident set size= 547432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14725
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42816
involuntary context switches= 48340

runsolver used 6.24905 second user time and 14.4338 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-27 21:08:13
IDJOB=3710591
IDBENCH=2185
IDSOLVER=2289
FILE ID=node144/3710591-1338145693
RUNJOBID= node144-1338138284-27029
PBS_JOBID= 14624480
Free space on /tmp= 71496 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8a4.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710591-1338145693/watcher-3710591-1338145693 -o /tmp/evaluation-result-3710591-1338145693/solver-3710591-1338145693 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710591-1338145693.opb

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

MD5SUM BENCH= 39250f205953aedd83d7a2bcba6bda16
RANDOM SEED=142196877

node144.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		: 2666.196
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	: 5332.39
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		: 2666.196
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		: 2666.196
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	: 5438.54
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		: 2666.196
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		: 2666.196
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.90
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		: 2666.196
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.92
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		: 2666.196
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		: 2666.196
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28673416 kB
Buffers:          372756 kB
Cached:          2608744 kB
SwapCached:            0 kB
Active:          1169076 kB
Inactive:        2181868 kB
Active(anon):     370772 kB
Inactive(anon):        0 kB
Active(file):     798304 kB
Inactive(file):  2181868 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:        387136 kB
Mapped:            22556 kB
Shmem:               200 kB
Slab:             696660 kB
SReclaimable:     139136 kB
SUnreclaim:       557524 kB
KernelStack:        1608 kB
PageTables:         4912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    356352 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= 71496 MiB
End job on node144 at 2012-05-27 21:38:05