Trace number 3711201

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)12 1800.09 1796.05

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_10_4.opb
MD5SUM431de611ddaca60ef9395e6cd3a99cf2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark4.32434
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 11
Optimality of the best value was proved NO
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint11
Maximum length of a constraint19
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1258
Sum of products size (including duplicates)2516
Number of different products1258
Sum of products size2516

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.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3711201-1338165613.opb
0.10/0.12	c reading problem ... 
0.23/0.25	c ... done. Wall clock time 0.134s.
0.23/0.25	c declared #vars     100
0.23/0.25	c internal #vars     1358
0.23/0.25	c #constraints  2616
0.23/0.25	c constraints type 
0.23/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1358
0.23/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1258
0.23/0.25	c 2616 constraints processed.
0.23/0.27	c SATISFIABLE
0.23/0.27	c OPTIMIZING...
0.23/0.27	c Got one! Elapsed wall clock time (in seconds):0.152
0.23/0.27	o 99
0.23/0.28	c Got one! Elapsed wall clock time (in seconds):0.166
0.23/0.28	o 98
0.23/0.30	c Got one! Elapsed wall clock time (in seconds):0.176
0.23/0.30	o 97
0.47/0.31	c Got one! Elapsed wall clock time (in seconds):0.187
0.47/0.31	o 96
0.47/0.32	c Got one! Elapsed wall clock time (in seconds):0.202
0.47/0.32	o 95
0.47/0.33	c Got one! Elapsed wall clock time (in seconds):0.214
0.47/0.33	o 94
0.47/0.34	c Got one! Elapsed wall clock time (in seconds):0.218
0.47/0.34	o 93
0.47/0.34	c Got one! Elapsed wall clock time (in seconds):0.221
0.47/0.34	o 92
0.47/0.34	c Got one! Elapsed wall clock time (in seconds):0.224
0.47/0.34	o 91
0.47/0.35	c Got one! Elapsed wall clock time (in seconds):0.227
0.47/0.35	o 90
0.47/0.35	c Got one! Elapsed wall clock time (in seconds):0.23
0.47/0.35	o 89
0.47/0.35	c Got one! Elapsed wall clock time (in seconds):0.233
0.47/0.35	o 88
0.47/0.35	c Got one! Elapsed wall clock time (in seconds):0.235
0.47/0.35	o 87
0.47/0.36	c Got one! Elapsed wall clock time (in seconds):0.236
0.47/0.36	o 86
0.47/0.36	c Got one! Elapsed wall clock time (in seconds):0.238
0.47/0.36	o 85
0.47/0.36	c Got one! Elapsed wall clock time (in seconds):0.239
0.47/0.36	o 84
0.47/0.36	c Got one! Elapsed wall clock time (in seconds):0.241
0.47/0.36	o 83
0.47/0.36	c Got one! Elapsed wall clock time (in seconds):0.242
0.47/0.36	o 82
0.47/0.36	c Got one! Elapsed wall clock time (in seconds):0.244
0.47/0.36	o 81
0.47/0.36	c Got one! Elapsed wall clock time (in seconds):0.245
0.47/0.36	o 80
0.47/0.37	c Got one! Elapsed wall clock time (in seconds):0.247
0.47/0.37	o 79
0.47/0.37	c Got one! Elapsed wall clock time (in seconds):0.248
0.47/0.37	o 78
0.47/0.37	c Got one! Elapsed wall clock time (in seconds):0.25
0.47/0.37	o 77
0.47/0.37	c Got one! Elapsed wall clock time (in seconds):0.251
0.47/0.37	o 76
0.47/0.37	c Got one! Elapsed wall clock time (in seconds):0.253
0.47/0.37	o 75
0.47/0.37	c Got one! Elapsed wall clock time (in seconds):0.255
0.47/0.37	o 74
0.47/0.38	c Got one! Elapsed wall clock time (in seconds):0.256
0.47/0.38	o 73
0.47/0.38	c Got one! Elapsed wall clock time (in seconds):0.258
0.47/0.38	o 72
0.47/0.38	c Got one! Elapsed wall clock time (in seconds):0.26
0.47/0.38	o 71
0.47/0.38	c Got one! Elapsed wall clock time (in seconds):0.262
0.47/0.38	o 70
0.47/0.38	c Got one! Elapsed wall clock time (in seconds):0.266
0.47/0.38	o 69
0.47/0.39	c Got one! Elapsed wall clock time (in seconds):0.272
0.47/0.39	o 14
0.76/0.40	c Got one! Elapsed wall clock time (in seconds):0.281
0.76/0.40	o 13
1.64/1.18	c cleaning 2504 clauses out of 5018 with flag 5003/5018
2.60/2.05	c cleaning 4254 clauses out of 8512 with flag 11001/11016
3.60/3.09	c cleaning 5615 clauses out of 11257 with flag 18000/18015
4.81/4.23	c cleaning 6816 clauses out of 13643 with flag 26001/26016
6.14/5.53	c cleaning 7901 clauses out of 15826 with flag 35000/35015
7.64/7.00	c cleaning 8962 clauses out of 17932 with flag 45007/45022
9.25/8.70	c cleaning 9970 clauses out of 19963 with flag 56000/56015
11.05/10.44	c cleaning 10985 clauses out of 21993 with flag 68000/68015
13.05/12.40	c cleaning 11997 clauses out of 24009 with flag 81001/81016
15.07/14.41	c cleaning 13000 clauses out of 26012 with flag 95001/95016
17.08/16.48	c cleaning 13995 clauses out of 28011 with flag 110000/110015
19.48/18.82	c cleaning 15001 clauses out of 30016 with flag 126000/126015
21.88/21.27	c cleaning 15999 clauses out of 32015 with flag 143000/143015
24.59/23.98	c cleaning 16999 clauses out of 34017 with flag 161001/161016
27.59/26.90	c cleaning 18006 clauses out of 36019 with flag 180002/180017
30.51/29.83	c cleaning 18997 clauses out of 38011 with flag 200000/200015
33.52/32.81	c cleaning 19992 clauses out of 40014 with flag 221000/221015
36.82/36.13	c cleaning 21000 clauses out of 42022 with flag 243000/243015
40.23/39.59	c cleaning 21997 clauses out of 44025 with flag 266003/266018
44.04/43.30	c cleaning 23001 clauses out of 46026 with flag 290001/290016
47.44/46.79	c cleaning 24006 clauses out of 48024 with flag 315000/315015
51.46/50.78	c cleaning 24993 clauses out of 50018 with flag 341000/341015
55.68/54.98	c cleaning 26006 clauses out of 52025 with flag 368000/368015
60.28/59.56	c cleaning 27001 clauses out of 54019 with flag 396000/396015
65.01/64.29	c cleaning 27997 clauses out of 56018 with flag 425000/425015
69.92/69.16	c cleaning 29000 clauses out of 58021 with flag 455000/455015
74.82/74.09	c cleaning 29999 clauses out of 60021 with flag 486000/486015
79.93/79.19	c cleaning 30996 clauses out of 62023 with flag 518001/518016
85.13/84.36	c cleaning 31994 clauses out of 64026 with flag 551000/551015
90.44/89.68	c cleaning 33001 clauses out of 66033 with flag 585001/585016
96.26/95.41	c cleaning 33994 clauses out of 68031 with flag 620000/620015
101.99/101.11	c cleaning 35006 clauses out of 70037 with flag 656000/656015
107.71/106.85	c cleaning 35999 clauses out of 72032 with flag 693001/693016
113.64/112.78	c cleaning 37008 clauses out of 74032 with flag 731000/731015
119.76/118.88	c cleaning 37996 clauses out of 76026 with flag 770002/770017
125.87/124.98	c cleaning 39002 clauses out of 78029 with flag 810001/810016
132.40/131.49	c cleaning 39996 clauses out of 80026 with flag 851000/851015
139.22/138.20	c cleaning 41007 clauses out of 82030 with flag 893000/893015
146.15/145.20	c cleaning 41997 clauses out of 84023 with flag 936000/936015
153.55/152.51	c cleaning 42999 clauses out of 86026 with flag 980000/980015
160.99/159.99	c cleaning 44005 clauses out of 88030 with flag 1025003/1025018
168.51/167.40	c cleaning 44995 clauses out of 90024 with flag 1071002/1071017
176.54/175.48	c cleaning 46000 clauses out of 92028 with flag 1118001/1118016
184.66/183.59	c cleaning 46988 clauses out of 94030 with flag 1166003/1166018
192.69/191.53	c cleaning 48003 clauses out of 96039 with flag 1215000/1215015
201.03/199.81	c cleaning 49003 clauses out of 98038 with flag 1265002/1265017
209.34/208.13	c cleaning 50001 clauses out of 100033 with flag 1316000/1316015
218.19/216.93	c cleaning 51006 clauses out of 102034 with flag 1368002/1368017
227.11/225.88	c cleaning 51998 clauses out of 104026 with flag 1421000/1421015
236.53/235.23	c cleaning 53003 clauses out of 106028 with flag 1475000/1475015
246.05/244.77	c cleaning 53999 clauses out of 108026 with flag 1530001/1530016
255.88/254.57	c cleaning 54996 clauses out of 110026 with flag 1586000/1586015
265.21/263.85	c cleaning 56005 clauses out of 112030 with flag 1643000/1643015
274.72/273.36	c cleaning 57001 clauses out of 114025 with flag 1701000/1701015
284.43/283.08	c cleaning 57994 clauses out of 116024 with flag 1760000/1760015
294.97/293.59	c cleaning 59004 clauses out of 118033 with flag 1820003/1820018
305.29/303.85	c cleaning 59998 clauses out of 120026 with flag 1881000/1881015
316.20/314.79	c cleaning 60997 clauses out of 122028 with flag 1943000/1943015
327.31/325.88	c cleaning 62003 clauses out of 124032 with flag 2006001/2006016
338.71/337.21	c cleaning 63000 clauses out of 126028 with flag 2070000/2070015
350.53/349.03	c cleaning 63996 clauses out of 128028 with flag 2135000/2135015
362.67/361.12	c cleaning 65006 clauses out of 130034 with flag 2201002/2201017
374.61/373.05	c cleaning 65999 clauses out of 132027 with flag 2268001/2268016
386.02/384.42	c cleaning 67004 clauses out of 134029 with flag 2336002/2336017
396.75/395.14	c cleaning 67989 clauses out of 136024 with flag 2405001/2405016
409.08/407.45	c cleaning 69001 clauses out of 138034 with flag 2475000/2475015
421.40/419.74	c cleaning 69994 clauses out of 140033 with flag 2546000/2546015
434.21/432.53	c cleaning 71004 clauses out of 142039 with flag 2618000/2618015
447.83/446.12	c cleaning 72004 clauses out of 144040 with flag 2691005/2691020
461.55/459.83	c cleaning 73002 clauses out of 146036 with flag 2765005/2765020
475.48/473.79	c cleaning 74005 clauses out of 148031 with flag 2840002/2840017
490.42/488.68	c cleaning 75001 clauses out of 150025 with flag 2916001/2916016
505.43/503.70	c cleaning 75997 clauses out of 152023 with flag 2993000/2993015
520.16/518.39	c cleaning 77006 clauses out of 154026 with flag 3071000/3071015
534.86/533.08	c cleaning 78004 clauses out of 156023 with flag 3150003/3150018
549.59/547.77	c cleaning 78985 clauses out of 158016 with flag 3230000/3230015
565.20/563.33	c cleaning 80006 clauses out of 160033 with flag 3311002/3311017
581.53/579.66	c cleaning 80993 clauses out of 162025 with flag 3393000/3393015
597.47/595.51	c cleaning 82001 clauses out of 164032 with flag 3476000/3476015
612.99/611.07	c cleaning 83009 clauses out of 166031 with flag 3560000/3560015
628.71/626.79	c cleaning 83998 clauses out of 168023 with flag 3645001/3645016
645.02/643.08	c cleaning 85001 clauses out of 170025 with flag 3731001/3731016
661.65/659.69	c cleaning 86000 clauses out of 172023 with flag 3818000/3818015
677.59/675.55	c cleaning 87004 clauses out of 174026 with flag 3906003/3906018
694.50/692.47	c cleaning 87999 clauses out of 176019 with flag 3995000/3995015
712.93/710.81	c cleaning 89000 clauses out of 178021 with flag 4085001/4085016
731.16/729.08	c cleaning 89998 clauses out of 180021 with flag 4176001/4176016
749.28/747.18	c cleaning 90985 clauses out of 182022 with flag 4268000/4268015
766.80/764.65	c cleaning 92004 clauses out of 184039 with flag 4361002/4361017
785.23/783.06	c cleaning 93008 clauses out of 186035 with flag 4455002/4455017
805.06/802.82	c cleaning 94004 clauses out of 188025 with flag 4550000/4550015
823.77/821.51	c cleaning 95001 clauses out of 190021 with flag 4646000/4646015
842.38/840.14	c cleaning 95990 clauses out of 192022 with flag 4743002/4743017
861.51/859.26	c cleaning 96996 clauses out of 194031 with flag 4841001/4841016
880.84/878.50	c cleaning 98006 clauses out of 196034 with flag 4940000/4940015
900.26/897.90	c cleaning 98995 clauses out of 198032 with flag 5040004/5040019
920.93/918.53	c cleaning 99996 clauses out of 200033 with flag 5141000/5141015
942.24/939.82	c cleaning 100997 clauses out of 202038 with flag 5243001/5243016
961.87/959.49	c cleaning 102002 clauses out of 204040 with flag 5346000/5346015
982.31/979.87	c cleaning 103009 clauses out of 206038 with flag 5450000/5450015
1003.53/1001.01	c cleaning 103994 clauses out of 208029 with flag 5555000/5555015
1023.76/1021.25	c Got one! Elapsed wall clock time (in seconds):1021.135
1023.76/1021.25	o 12
1026.46/1023.92	c cleaning 104760 clauses out of 209535 with flag 5000/5660515
1027.77/1025.27	c cleaning 55369 clauses out of 110776 with flag 11001/5666516
1028.88/1026.37	c cleaning 31195 clauses out of 62406 with flag 18000/5673515
1030.00/1027.49	c cleaning 19586 clauses out of 39211 with flag 26000/5681515
1031.20/1028.70	c cleaning 14298 clauses out of 28625 with flag 35000/5690515
1032.50/1029.98	c cleaning 12140 clauses out of 24327 with flag 45000/5700515
1034.02/1031.40	c cleaning 11582 clauses out of 23187 with flag 56000/5711515
1035.55/1032.94	c cleaning 11786 clauses out of 23608 with flag 68003/5723518
1037.16/1034.53	c cleaning 12392 clauses out of 24819 with flag 81000/5736515
1038.87/1036.26	c cleaning 13200 clauses out of 26427 with flag 95000/5750515
1040.89/1038.22	c cleaning 14099 clauses out of 28229 with flag 110002/5765517
1042.90/1040.26	c cleaning 15045 clauses out of 30128 with flag 126000/5781515
1045.12/1042.49	c cleaning 16029 clauses out of 32083 with flag 143000/5798515
1047.54/1044.81	c cleaning 17006 clauses out of 34054 with flag 161000/5816515
1049.97/1047.22	c cleaning 18012 clauses out of 36049 with flag 180001/5835516
1052.46/1049.73	c cleaning 18992 clauses out of 38036 with flag 200000/5855515
1055.28/1052.52	c cleaning 20006 clauses out of 40046 with flag 221002/5876517
1058.09/1055.38	c cleaning 21002 clauses out of 42039 with flag 243001/5898516
1061.10/1058.32	c cleaning 21992 clauses out of 44037 with flag 266001/5921516
1064.03/1061.28	c cleaning 23017 clauses out of 46046 with flag 290002/5945517
1067.33/1064.59	c cleaning 23994 clauses out of 48027 with flag 315000/5970515
1071.14/1068.32	c cleaning 25003 clauses out of 50033 with flag 341000/5996515
1075.06/1072.26	c cleaning 25989 clauses out of 52030 with flag 368000/6023515
1079.29/1076.44	c cleaning 27001 clauses out of 54041 with flag 396000/6051515
1083.60/1080.72	c cleaning 28005 clauses out of 56041 with flag 425001/6080516
1088.05/1085.11	c cleaning 29003 clauses out of 58039 with flag 455004/6110519
1092.57/1089.63	c cleaning 30010 clauses out of 60032 with flag 486000/6141515
1097.50/1094.55	c cleaning 30996 clauses out of 62023 with flag 518001/6173516
1102.50/1099.52	c cleaning 31990 clauses out of 64026 with flag 551000/6206515
1107.10/1104.19	c cleaning 33002 clauses out of 66036 with flag 585000/6240515
1112.22/1109.29	c cleaning 33994 clauses out of 68034 with flag 620000/6275515
1117.75/1114.71	c cleaning 34996 clauses out of 70040 with flag 656000/6311515
1123.66/1120.60	c cleaning 36004 clauses out of 72045 with flag 693001/6348516
1129.57/1126.53	c cleaning 36993 clauses out of 74041 with flag 731001/6386516
1135.59/1132.59	c cleaning 38006 clauses out of 76047 with flag 770000/6425515
1141.71/1138.67	c cleaning 39002 clauses out of 78043 with flag 810002/6465517
1148.25/1145.12	c cleaning 39997 clauses out of 80039 with flag 851000/6506515
1154.58/1151.44	c cleaning 41009 clauses out of 82050 with flag 893008/6548523
1161.41/1158.21	c cleaning 42000 clauses out of 84033 with flag 936000/6591515
1168.22/1165.05	c cleaning 43000 clauses out of 86035 with flag 980002/6635517
1175.24/1172.01	c cleaning 44005 clauses out of 88033 with flag 1025000/6680515
1182.47/1179.21	c cleaning 44998 clauses out of 90028 with flag 1071000/6726515
1190.09/1186.90	c cleaning 45995 clauses out of 92030 with flag 1118000/6773515
1197.90/1194.64	c cleaning 47006 clauses out of 94035 with flag 1166000/6821515
1205.80/1202.56	c cleaning 48002 clauses out of 96029 with flag 1215000/6870515
1213.91/1210.68	c cleaning 48999 clauses out of 98028 with flag 1265001/6920516
1222.62/1219.36	c cleaning 49999 clauses out of 100028 with flag 1316000/6971515
1231.23/1227.95	c cleaning 51005 clauses out of 102032 with flag 1368003/7023518
1240.23/1236.90	c cleaning 51999 clauses out of 104024 with flag 1421000/7076515
1249.06/1245.76	c cleaning 52995 clauses out of 106025 with flag 1475000/7130515
1258.27/1254.92	c cleaning 53999 clauses out of 108033 with flag 1530003/7185518
1267.78/1264.43	c cleaning 54989 clauses out of 110032 with flag 1586001/7241516
1277.29/1273.94	c cleaning 55997 clauses out of 112043 with flag 1643001/7298516
1286.90/1283.58	c cleaning 57007 clauses out of 114049 with flag 1701004/7356519
1296.41/1293.06	c cleaning 58005 clauses out of 116038 with flag 1760000/7415515
1306.43/1303.00	c cleaning 58999 clauses out of 118033 with flag 1820000/7475515
1316.14/1312.73	c cleaning 60002 clauses out of 120034 with flag 1881000/7536515
1326.15/1322.73	c cleaning 61007 clauses out of 122032 with flag 1943000/7598515
1336.46/1333.08	c cleaning 61995 clauses out of 124025 with flag 2006000/7661515
1347.08/1343.66	c cleaning 62996 clauses out of 126030 with flag 2070000/7725515
1358.50/1355.10	c cleaning 64005 clauses out of 128035 with flag 2135001/7790516
1369.72/1366.26	c cleaning 64997 clauses out of 130030 with flag 2201001/7856516
1381.02/1377.59	c cleaning 66010 clauses out of 132032 with flag 2268000/7923515
1392.83/1389.30	c cleaning 66992 clauses out of 134022 with flag 2336000/7991515
1404.35/1400.82	c cleaning 68006 clauses out of 136032 with flag 2405002/8060517
1416.26/1412.76	c cleaning 69002 clauses out of 138028 with flag 2475004/8130519
1427.97/1424.50	c cleaning 69999 clauses out of 140022 with flag 2546000/8201515
1440.97/1437.43	c cleaning 70997 clauses out of 142025 with flag 2618002/8273517
1454.49/1450.91	c cleaning 71995 clauses out of 144027 with flag 2691001/8346516
1467.51/1463.99	c cleaning 72993 clauses out of 146031 with flag 2765000/8420515
1480.73/1477.13	c cleaning 73992 clauses out of 148038 with flag 2840000/8495515
1493.53/1489.95	c cleaning 75007 clauses out of 150046 with flag 2916000/8571515
1507.44/1503.86	c cleaning 76008 clauses out of 152043 with flag 2993004/8648519
1521.36/1517.74	c cleaning 76989 clauses out of 154031 with flag 3071000/8726515
1535.17/1531.50	c cleaning 77996 clauses out of 156042 with flag 3150000/8805515
1548.98/1545.39	c cleaning 79005 clauses out of 158049 with flag 3230003/8885518
1562.90/1559.23	c cleaning 79998 clauses out of 160043 with flag 3311002/8966517
1577.43/1573.72	c cleaning 81009 clauses out of 162046 with flag 3393003/9048518
1592.16/1588.46	c cleaning 82006 clauses out of 164034 with flag 3476000/9131515
1606.39/1602.63	c cleaning 82997 clauses out of 166029 with flag 3560001/9215516
1621.51/1617.70	c cleaning 83994 clauses out of 168031 with flag 3645000/9300515
1636.86/1633.01	c cleaning 85000 clauses out of 170038 with flag 3731001/9386516
1652.16/1648.37	c cleaning 86001 clauses out of 172037 with flag 3818000/9473515
1667.40/1663.53	c cleaning 86999 clauses out of 174036 with flag 3906000/9561515
1682.32/1678.41	c cleaning 87995 clauses out of 176038 with flag 3995001/9650516
1697.84/1693.94	c cleaning 88999 clauses out of 178042 with flag 4085000/9740515
1713.18/1709.27	c cleaning 90005 clauses out of 180046 with flag 4176003/9831518
1730.50/1726.58	c cleaning 91007 clauses out of 182038 with flag 4268000/9923515
1747.23/1743.21	c cleaning 91998 clauses out of 184031 with flag 4361000/10016515
1765.14/1761.13	c cleaning 93007 clauses out of 186033 with flag 4455000/10110515
1784.07/1780.06	c cleaning 94002 clauses out of 188027 with flag 4550001/10205516
1800.09/1796.01	c starts		: 351
1800.09/1796.01	c conflicts		: 10292136
1800.09/1796.01	c decisions		: 18800229
1800.09/1796.01	c propagations		: 1549622165
1800.09/1796.01	c inspects		: 19804754401
1800.09/1796.01	c shortcuts		: 0
1800.09/1796.01	c learnt literals	: 0
1800.09/1796.01	c learnt binary clauses	: 0
1800.09/1796.01	c learnt ternary clauses	: 30
1800.09/1796.01	c learnt constraints	: 10292136
1800.09/1796.01	c ignored constraints	: 0
1800.09/1796.01	c root simplifications	: 351
1800.09/1796.01	c removed literals (reason simplification)	: 495461
1800.09/1796.01	c reason swapping (by a shorter reason)	: 0
1800.09/1796.01	c Calls to reduceDB	: 192
1800.09/1796.01	c number of reductions to clauses (during analyze)	: 0
1800.09/1796.01	c number of learned constraints concerned by reduction	: 0
1800.09/1796.01	c number of learning phase by resolution	: 0
1800.09/1796.01	c number of learning phase by cutting planes	: 0
1800.09/1796.01	c speed (assignments/second)	: 862937.8277178586
1800.09/1796.01	c non guided choices	6141
1800.09/1796.04	c learnt constraints type 
1800.09/1796.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 180722
1800.09/1796.04	c constraints type 
1800.09/1796.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1358
1800.09/1796.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.09/1796.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1258
1800.09/1796.04	c 2617 constraints processed.
1800.09/1796.04	s SATISFIABLE
1800.09/1796.04	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 
1800.09/1796.04	c objective function=12
1800.09/1796.04	c Total wall clock time (in seconds): 1795.921

Verifier Data

OK	12

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-3711201-1338165613/watcher-3711201-1338165613 -o /tmp/evaluation-result-3711201-1338165613/solver-3711201-1338165613 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711201-1338165613.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: 1.97 2.00 2.00 3/195 1099
/proc/meminfo: memFree=30987452/32873844 swapFree=7624/7624
[pid=1099] ppid=1097 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/1099/stat : 1099 (java) R 1097 1099 31312 0 -1 4202496 455 0 0 0 0 0 0 0 20 0 1 0 282686933 9515008 185 33554432000 1073741824 1073778376 140734593926704 140734593909432 214360485159 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1099/statm: 2323 185 143 9 0 71 0

[startup+0.0531569 s]
/proc/loadavg: 1.97 2.00 2.00 3/195 1099
/proc/meminfo: memFree=30987452/32873844 swapFree=7624/7624
[pid=1099] ppid=1097 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/1099/stat : 1099 (java) S 1097 1099 31312 0 -1 4202496 3092 0 1 0 3 0 0 0 20 0 13 0 282686933 9446973440 4301 33554432000 1073741824 1073778376 140734593926704 140734593917840 214373007421 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1099/statm: 2306390 4301 1714 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100316 s]
/proc/loadavg: 1.97 2.00 2.00 3/195 1099
/proc/meminfo: memFree=30987452/32873844 swapFree=7624/7624
[pid=1099] ppid=1097 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/1099/stat : 1099 (java) S 1097 1099 31312 0 -1 4202496 4270 0 1 0 9 1 0 0 20 0 18 0 282686933 9787842560 5988 33554432000 1073741824 1073778376 140734593926704 140734593917840 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1099/statm: 2389610 5988 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300157 s]
/proc/loadavg: 1.97 2.00 2.00 3/195 1099
/proc/meminfo: memFree=30987452/32873844 swapFree=7624/7624
[pid=1099] ppid=1097 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/1099/stat : 1099 (java) S 1097 1099 31312 0 -1 4202496 5455 0 1 0 46 1 0 0 20 0 19 0 282686933 9856004096 8337 33554432000 1073741824 1073778376 140734593926704 140734593917840 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1099/statm: 2406251 8337 2231 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625004

[startup+0.700265 s]
/proc/loadavg: 1.97 2.00 2.00 3/195 1099
/proc/meminfo: memFree=30987452/32873844 swapFree=7624/7624
[pid=1099] ppid=1097 vsize=9625004 CPUtime=1.23 cores=0,2,4,6
/proc/1099/stat : 1099 (java) S 1097 1099 31312 0 -1 4202496 8496 0 1 0 121 2 0 0 20 0 19 0 282686933 9856004096 9653 33554432000 1073741824 1073778376 140734593926704 140734593917840 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1099/statm: 2406251 9653 2251 9 0 2396937 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9625004

[startup+1.50061 s]
/proc/loadavg: 1.97 2.00 2.00 3/214 1118
/proc/meminfo: memFree=30957400/32873844 swapFree=7624/7624
[pid=1099] ppid=1097 vsize=9625004 CPUtime=2.07 cores=0,2,4,6
/proc/1099/stat : 1099 (java) S 1097 1099 31312 0 -1 4202496 8623 0 1 0 205 2 0 0 20 0 19 0 282686933 9856004096 11233 33554432000 1073741824 1073778376 140734593926704 140734593917840 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1099/statm: 2406251 11233 2276 9 0 2396937 0
[pid=1099/tid=1100] ppid=1097 vsize=9625004 CPUtime=1.45 cores=0,2,4,6
/proc/1099/task/1100/stat : 1100 (java) R 1097 1099 31312 0 -1 4202560 2520 0 1 0 145 0 0 0 20 0 19 0 282686933 9856004096 11233 33554432000 1073741824 1073778376 140734593926704 140276699771272 140276534855227 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1099/tid=1102] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1102/stat : 1102 (java) S 1097 1099 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282686934 9856004096 11233 33554432000 1073741824 1073778376 140734593926704 140276661263016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1099/tid=1103] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1103/stat : 1103 (java) S 1097 1099 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282686934 9856004096 11233 33554432000 1073741824 1073778376 140734593926704 140276660210472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1104] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1104/stat : 1104 (java) S 1097 1099 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282686934 9856004096 11233 33554432000 1073741824 1073778376 140734593926704 140276659157928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1099/tid=1105] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1105/stat : 1105 (java) S 1097 1099 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282686934 9856004096 11233 33554432000 1073741824 1073778376 140734593926704 140276658105384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1099/tid=1106] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1106/stat : 1106 (java) S 1097 1099 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282686934 9856004096 11233 33554432000 1073741824 1073778376 140734593926704 140276657051816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1099/tid=1107] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1107/stat : 1107 (java) S 1097 1099 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282686934 9856004096 11233 33554432000 1073741824 1073778376 140734593926704 140276655999272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1099/tid=1108] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1108/stat : 1108 (java) S 1097 1099 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282686934 9856004096 11233 33554432000 1073741824 1073778376 140734593926704 140276654946728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1099/tid=1109] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1109/stat : 1109 (java) S 1097 1099 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282686934 9856004096 11233 33554432000 1073741824 1073778376 140734593926704 140276653894184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1110] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1110/stat : 1110 (java) S 1097 1099 31312 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 282686935 9856004096 11233 33554432000 1073741824 1073778376 140734593926704 140276523194984 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1111] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1111/stat : 1111 (java) S 1097 1099 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282686936 9856004096 11233 33554432000 1073741824 1073778376 140734593926704 140276522141304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1112] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1112/stat : 1112 (java) S 1097 1099 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282686936 9856004096 11233 33554432000 1073741824 1073778376 140734593926704 140276521088648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1113] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1113/stat : 1113 (java) S 1097 1099 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282686938 9856004096 11233 33554432000 1073741824 1073778376 140734593926704 140276520037392 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1114] ppid=1097 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/1099/task/1114/stat : 1114 (java) S 1097 1099 31312 0 -1 4202560 2094 0 0 0 28 0 0 0 20 0 19 0 282686938 9856004096 11233 33554432000 1073741824 1073778376 140734593926704 140276518983736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1115] ppid=1097 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/1099/task/1115/stat : 1115 (java) S 1097 1099 31312 0 -1 4202560 2765 0 0 0 28 0 0 0 20 0 19 0 282686938 9856004096 11233 33554432000 1073741824 1073778376 140734593926704 140275645147320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1116] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1116/stat : 1116 (java) S 1097 1099 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282686938 9856004096 11233 33554432000 1073741824 1073778376 140734593926704 140275644094968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1117] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1117/stat : 1117 (java) S 1097 1099 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282686938 9856004096 11233 33554432000 1073741824 1073778376 140734593926704 140275643042632 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1118] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1118/stat : 1118 (java) S 1097 1099 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282686959 9856004096 11233 33554432000 1073741824 1073778376 140734593926704 140275641988392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9625004

[startup+3.10072 s]
/proc/loadavg: 1.97 2.00 2.00 3/214 1118
/proc/meminfo: memFree=30936108/32873844 swapFree=7624/7624
[pid=1099] ppid=1097 vsize=9625004 CPUtime=3.71 cores=0,2,4,6
/proc/1099/stat : 1099 (java) S 1097 1099 31312 0 -1 4202496 8633 0 1 0 369 2 0 0 20 0 19 0 282686933 9856004096 12261 33554432000 1073741824 1073778376 140734593926704 140734593917840 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1099/statm: 2406251 12261 2276 9 0 2396937 0
[pid=1099/tid=1100] ppid=1097 vsize=9625004 CPUtime=3.03 cores=0,2,4,6
/proc/1099/task/1100/stat : 1100 (java) S 1097 1099 31312 0 -1 4202560 2521 0 1 0 303 0 0 0 20 0 19 0 282686933 9856004096 12261 33554432000 1073741824 1073778376 140734593926704 140276699771304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1099/tid=1102] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1102/stat : 1102 (java) S 1097 1099 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282686934 9856004096 12261 33554432000 1073741824 1073778376 140734593926704 140276661263016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1099/tid=1103] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1103/stat : 1103 (java) S 1097 1099 31312 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282686934 9856004096 12261 33554432000 1073741824 1073778376 140734593926704 140276660210472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1099/tid=1104] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1104/stat : 1104 (java) S 1097 1099 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282686934 9856004096 12261 33554432000 1073741824 1073778376 140734593926704 140276659157928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1105] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1105/stat : 1105 (java) S 1097 1099 31312 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282686934 9856004096 12261 33554432000 1073741824 1073778376 140734593926704 140276658105384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1099/tid=1106] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1106/stat : 1106 (java) S 1097 1099 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282686934 9856004096 12261 33554432000 1073741824 1073778376 140734593926704 140276657051816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1099/tid=1107] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1107/stat : 1107 (java) S 1097 1099 31312 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282686934 9856004096 12261 33554432000 1073741824 1073778376 140734593926704 140276655999272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1099/tid=1108] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1108/stat : 1108 (java) S 1097 1099 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282686934 9856004096 12261 33554432000 1073741824 1073778376 140734593926704 140276654946728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1099/tid=1109] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1109/stat : 1109 (java) S 1097 1099 31312 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282686934 9856004096 12261 33554432000 1073741824 1073778376 140734593926704 140276653894184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1110] ppid=1097 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/1099/task/1110/stat : 1110 (java) R 1097 1099 31312 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 282686935 9856004096 12261 33554432000 1073741824 1073778376 140734593926704 140276523193960 214369317561 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1099/tid=1111] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1111/stat : 1111 (java) S 1097 1099 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282686936 9856004096 12261 33554432000 1073741824 1073778376 140734593926704 140276522141304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1112] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1112/stat : 1112 (java) S 1097 1099 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282686936 9856004096 12261 33554432000 1073741824 1073778376 140734593926704 140276521088648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1113] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1113/stat : 1113 (java) S 1097 1099 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282686938 9856004096 12261 33554432000 1073741824 1073778376 140734593926704 140276520037392 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1114] ppid=1097 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/1099/task/1114/stat : 1114 (java) S 1097 1099 31312 0 -1 4202560 2095 0 0 0 29 0 0 0 20 0 19 0 282686938 9856004096 12261 33554432000 1073741824 1073778376 140734593926704 140276518969832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1115] ppid=1097 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/1099/task/1115/stat : 1115 (java) S 1097 1099 31312 0 -1 4202560 2765 0 0 0 29 0 0 0 20 0 19 0 282686938 9856004096 12261 33554432000 1073741824 1073778376 140734593926704 140275645147320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1116] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1116/stat : 1116 (java) S 1097 1099 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282686938 9856004096 12261 33554432000 1073741824 1073778376 140734593926704 140275644094968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1117] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1117/stat : 1117 (java) S 1097 1099 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282686938 9856004096 12261 33554432000 1073741824 1073778376 140734593926704 140275643042632 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1118] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1118/stat : 1118 (java) S 1097 1099 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282686959 9856004096 12261 33554432000 1073741824 1073778376 140734593926704 140275641988392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 9625004

[startup+6.30065 s]
/proc/loadavg: 1.97 2.00 2.00 3/214 1118
/proc/meminfo: memFree=30890804/32873844 swapFree=7624/7624
[pid=1099] ppid=1097 vsize=9625004 CPUtime=6.93 cores=0,2,4,6
/proc/1099/stat : 1099 (java) S 1097 1099 31312 0 -1 4202496 8644 0 1 0 691 2 0 0 20 0 19 0 282686933 9856004096 12269 33554432000 1073741824 1073778376 140734593926704 140734593917840 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1099/statm: 2406251 12269 2276 9 0 2396937 0
[pid=1099/tid=1100] ppid=1097 vsize=9625004 CPUtime=6.18 cores=0,2,4,6
/proc/1099/task/1100/stat : 1100 (java) R 1097 1099 31312 0 -1 4202560 2523 0 1 0 618 0 0 0 20 0 19 0 282686933 9856004096 12269 33554432000 1073741824 1073778376 140734593926704 140276699771304 140276534875456 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1099/tid=1102] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1102/stat : 1102 (java) S 1097 1099 31312 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 282686934 9856004096 12269 33554432000 1073741824 1073778376 140734593926704 140276661263016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1099/tid=1103] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1103/stat : 1103 (java) S 1097 1099 31312 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282686934 9856004096 12269 33554432000 1073741824 1073778376 140734593926704 140276660210472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1104] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1104/stat : 1104 (java) S 1097 1099 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282686934 9856004096 12269 33554432000 1073741824 1073778376 140734593926704 140276659157928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1105] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1105/stat : 1105 (java) S 1097 1099 31312 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282686934 9856004096 12269 33554432000 1073741824 1073778376 140734593926704 140276658105384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1106] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1106/stat : 1106 (java) S 1097 1099 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282686934 9856004096 12269 33554432000 1073741824 1073778376 140734593926704 140276657051816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1099/tid=1107] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1107/stat : 1107 (java) S 1097 1099 31312 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282686934 9856004096 12269 33554432000 1073741824 1073778376 140734593926704 140276655999272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1099/tid=1108] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1108/stat : 1108 (java) S 1097 1099 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282686934 9856004096 12269 33554432000 1073741824 1073778376 140734593926704 140276654946728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1099/tid=1109] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1109/stat : 1109 (java) S 1097 1099 31312 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282686934 9856004096 12269 33554432000 1073741824 1073778376 140734593926704 140276653894184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1110] ppid=1097 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/1099/task/1110/stat : 1110 (java) S 1097 1099 31312 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 19 0 282686935 9856004096 12269 33554432000 1073741824 1073778376 140734593926704 140276523194984 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1111] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1111/stat : 1111 (java) S 1097 1099 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282686936 9856004096 12269 33554432000 1073741824 1073778376 140734593926704 140276522141304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1112] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1112/stat : 1112 (java) S 1097 1099 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282686936 9856004096 12269 33554432000 1073741824 1073778376 140734593926704 140276521088648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1113] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1113/stat : 1113 (java) S 1097 1099 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282686938 9856004096 12269 33554432000 1073741824 1073778376 140734593926704 140276520037392 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1114] ppid=1097 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/1099/task/1114/stat : 1114 (java) S 1097 1099 31312 0 -1 4202560 2096 0 0 0 31 0 0 0 20 0 19 0 282686938 9856004096 12269 33554432000 1073741824 1073778376 140734593926704 140276518983736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1115] ppid=1097 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/1099/task/1115/stat : 1115 (java) S 1097 1099 31312 0 -1 4202560 2765 0 0 0 29 0 0 0 20 0 19 0 282686938 9856004096 12269 33554432000 1073741824 1073778376 140734593926704 140275645147320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1116] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1116/stat : 1116 (java) S 1097 1099 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282686938 9856004096 12269 33554432000 1073741824 1073778376 140734593926704 140275644094968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1117] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1117/stat : 1117 (java) S 1097 1099 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282686938 9856004096 12269 33554432000 1073741824 1073778376 140734593926704 140275643042632 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1118] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1118/stat : 1118 (java) S 1097 1099 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282686959 9856004096 12269 33554432000 1073741824 1073778376 140734593926704 140275641988392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=1099/tid=1114] ppid=1097 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/1099/task/1114/stat : 1114 (java) S 1097 1099 31312 0 -1 4202560 2261 0 0 0 34 0 0 0 20 0 19 0 282686938 9856004096 28699 33554432000 1073741824 1073778376 140734593926704 140276518983736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1099/tid=1115] ppid=1097 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/1099/task/1115/stat : 1115 (java) S 1097 1099 31312 0 -1 4202560 2765 0 0 0 29 0 0 0 20 0 19 0 282686938 9856004096 28699 33554432000 1073741824 1073778376 140734593926704 140275645147320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1116] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1116/stat : 1116 (java) S 1097 1099 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282686938 9856004096 28699 33554432000 1073741824 1073778376 140734593926704 140275644094968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1117] ppid=1097 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/1099/task/1117/stat : 1117 (java) S 1097 1099 31312 0 -1 4202560 97 0 0 0 30 25 0 0 20 0 19 0 282686938 9856004096 28699 33554432000 1073741824 1073778376 140734593926704 140275643042632 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1118] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1118/stat : 1118 (java) S 1097 1099 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282686959 9856004096 28699 33554432000 1073741824 1073778376 140734593926704 140275641988392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1666.2
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 1152
/proc/meminfo: memFree=30753904/32873844 swapFree=7624/7624
[pid=1099] ppid=1097 vsize=9625004 CPUtime=1726.3 cores=0,2,4,6
/proc/1099/stat : 1099 (java) S 1097 1099 31312 0 -1 4202496 9865 0 1 0 172598 32 0 0 20 0 19 0 282686933 9856004096 28699 33554432000 1073741824 1073778376 140734593926704 140734593917840 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1099/statm: 2406251 28699 2278 9 0 2396937 0
[pid=1099/tid=1100] ppid=1097 vsize=9625004 CPUtime=1710.54 cores=0,2,4,6
/proc/1099/task/1100/stat : 1100 (java) R 1097 1099 31312 0 -1 4202560 2710 0 1 0 171027 27 0 0 20 0 19 0 282686933 9856004096 28699 33554432000 1073741824 1073778376 140734593926704 140276699771184 140276534934984 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1099/tid=1102] ppid=1097 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/1099/task/1102/stat : 1102 (java) S 1097 1099 31312 0 -1 4202560 86 0 0 0 59 0 0 0 20 0 19 0 282686934 9856004096 28699 33554432000 1073741824 1073778376 140734593926704 140276661263016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1103] ppid=1097 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/1099/task/1103/stat : 1103 (java) S 1097 1099 31312 0 -1 4202560 90 0 0 0 53 0 0 0 20 0 19 0 282686934 9856004096 28699 33554432000 1073741824 1073778376 140734593926704 140276660210472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1104] ppid=1097 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/1099/task/1104/stat : 1104 (java) S 1097 1099 31312 0 -1 4202560 130 0 0 0 55 0 0 0 20 0 19 0 282686934 9856004096 28699 33554432000 1073741824 1073778376 140734593926704 140276659157928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1105] ppid=1097 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/1099/task/1105/stat : 1105 (java) S 1097 1099 31312 0 -1 4202560 63 0 0 0 58 0 0 0 20 0 19 0 282686934 9856004096 28699 33554432000 1073741824 1073778376 140734593926704 140276658105384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1099/tid=1106] ppid=1097 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/1099/task/1106/stat : 1106 (java) S 1097 1099 31312 0 -1 4202560 47 0 0 0 50 2 0 0 20 0 19 0 282686934 9856004096 28699 33554432000 1073741824 1073778376 140734593926704 140276657051816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1099/tid=1107] ppid=1097 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/1099/task/1107/stat : 1107 (java) S 1097 1099 31312 0 -1 4202560 69 0 0 0 52 0 0 0 20 0 19 0 282686934 9856004096 28699 33554432000 1073741824 1073778376 140734593926704 140276655999272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1099/tid=1108] ppid=1097 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/1099/task/1108/stat : 1108 (java) S 1097 1099 31312 0 -1 4202560 99 0 0 0 60 0 0 0 20 0 19 0 282686934 9856004096 28699 33554432000 1073741824 1073778376 140734593926704 140276654946728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1109] ppid=1097 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/1099/task/1109/stat : 1109 (java) S 1097 1099 31312 0 -1 4202560 119 0 0 0 57 0 0 0 20 0 19 0 282686934 9856004096 28699 33554432000 1073741824 1073778376 140734593926704 140276653894184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1110] ppid=1097 vsize=9625004 CPUtime=5.9 cores=0,2,4,6
/proc/1099/task/1110/stat : 1110 (java) S 1097 1099 31312 0 -1 4202560 142 0 0 0 587 3 0 0 20 0 19 0 282686935 9856004096 28699 33554432000 1073741824 1073778376 140734593926704 140276523194984 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1111] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1111/stat : 1111 (java) S 1097 1099 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282686936 9856004096 28699 33554432000 1073741824 1073778376 140734593926704 140276522141304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1112] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1112/stat : 1112 (java) S 1097 1099 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282686936 9856004096 28699 33554432000 1073741824 1073778376 140734593926704 140276521088648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1113] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1113/stat : 1113 (java) S 1097 1099 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282686938 9856004096 28699 33554432000 1073741824 1073778376 140734593926704 140276520037392 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1114] ppid=1097 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/1099/task/1114/stat : 1114 (java) S 1097 1099 31312 0 -1 4202560 2261 0 0 0 34 0 0 0 20 0 19 0 282686938 9856004096 28699 33554432000 1073741824 1073778376 140734593926704 140276518983736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1099/tid=1115] ppid=1097 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/1099/task/1115/stat : 1115 (java) S 1097 1099 31312 0 -1 4202560 2765 0 0 0 29 0 0 0 20 0 19 0 282686938 9856004096 28699 33554432000 1073741824 1073778376 140734593926704 140275645147320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1116] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1116/stat : 1116 (java) S 1097 1099 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282686938 9856004096 28699 33554432000 1073741824 1073778376 140734593926704 140275644094968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1117] ppid=1097 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/1099/task/1117/stat : 1117 (java) S 1097 1099 31312 0 -1 4202560 99 0 0 0 32 26 0 0 20 0 19 0 282686938 9856004096 28699 33554432000 1073741824 1073778376 140734593926704 140275643042632 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1118] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1118/stat : 1118 (java) S 1097 1099 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282686959 9856004096 28699 33554432000 1073741824 1073778376 140734593926704 140275641988392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1726.3
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 1356
/proc/meminfo: memFree=30744356/32873844 swapFree=7624/7624
[pid=1099] ppid=1097 vsize=9625004 CPUtime=1786.38 cores=0,2,4,6
/proc/1099/stat : 1099 (java) S 1097 1099 31312 0 -1 4202496 9879 0 1 0 178604 34 0 0 20 0 19 0 282686933 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140734593917840 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1099/statm: 2406251 28701 2278 9 0 2396937 0
[pid=1099/tid=1100] ppid=1097 vsize=9625004 CPUtime=1770.17 cores=0,2,4,6
/proc/1099/task/1100/stat : 1100 (java) R 1097 1099 31312 0 -1 4202560 2714 0 1 0 176989 28 0 0 20 0 19 0 282686933 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276699771184 140276534855340 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1099/tid=1102] ppid=1097 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/1099/task/1102/stat : 1102 (java) S 1097 1099 31312 0 -1 4202560 86 0 0 0 60 0 0 0 20 0 19 0 282686934 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276661263016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1099/tid=1103] ppid=1097 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/1099/task/1103/stat : 1103 (java) S 1097 1099 31312 0 -1 4202560 90 0 0 0 55 0 0 0 20 0 19 0 282686934 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276660210472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1104] ppid=1097 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/1099/task/1104/stat : 1104 (java) S 1097 1099 31312 0 -1 4202560 130 0 0 0 55 1 0 0 20 0 19 0 282686934 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276659157928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1105] ppid=1097 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/1099/task/1105/stat : 1105 (java) S 1097 1099 31312 0 -1 4202560 63 0 0 0 59 0 0 0 20 0 19 0 282686934 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276658105384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1099/tid=1106] ppid=1097 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/1099/task/1106/stat : 1106 (java) S 1097 1099 31312 0 -1 4202560 47 0 0 0 52 2 0 0 20 0 19 0 282686934 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276657051816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1107] ppid=1097 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/1099/task/1107/stat : 1107 (java) S 1097 1099 31312 0 -1 4202560 69 0 0 0 52 0 0 0 20 0 19 0 282686934 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276655999272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1099/tid=1108] ppid=1097 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/1099/task/1108/stat : 1108 (java) S 1097 1099 31312 0 -1 4202560 99 0 0 0 62 0 0 0 20 0 19 0 282686934 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276654946728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1099/tid=1109] ppid=1097 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/1099/task/1109/stat : 1109 (java) S 1097 1099 31312 0 -1 4202560 121 0 0 0 59 0 0 0 20 0 19 0 282686934 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276653894184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1099/tid=1110] ppid=1097 vsize=9625004 CPUtime=6.08 cores=0,2,4,6
/proc/1099/task/1110/stat : 1110 (java) S 1097 1099 31312 0 -1 4202560 146 0 0 0 605 3 0 0 20 0 19 0 282686935 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276523194984 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1111] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1111/stat : 1111 (java) S 1097 1099 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282686936 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276522141304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1112] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1112/stat : 1112 (java) S 1097 1099 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282686936 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276521088648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1113] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1113/stat : 1113 (java) S 1097 1099 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282686938 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276520037392 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1114] ppid=1097 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/1099/task/1114/stat : 1114 (java) S 1097 1099 31312 0 -1 4202560 2261 0 0 0 34 0 0 0 20 0 19 0 282686938 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276518983736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1099/tid=1115] ppid=1097 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/1099/task/1115/stat : 1115 (java) S 1097 1099 31312 0 -1 4202560 2765 0 0 0 29 0 0 0 20 0 19 0 282686938 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140275645147320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1116] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1116/stat : 1116 (java) S 1097 1099 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282686938 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140275644094968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1117] ppid=1097 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/1099/task/1117/stat : 1117 (java) S 1097 1099 31312 0 -1 4202560 103 0 0 0 33 27 0 0 20 0 19 0 282686938 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140275643042632 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1118] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1118/stat : 1118 (java) S 1097 1099 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282686959 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140275641988392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1786.38
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 1423
/proc/meminfo: memFree=31026128/32873844 swapFree=7624/7624
[pid=1099] ppid=1097 vsize=9625004 CPUtime=1800.09 cores=0,2,4,6
/proc/1099/stat : 1099 (java) S 1097 1099 31312 0 -1 4202496 9879 0 1 0 179975 34 0 0 20 0 19 0 282686933 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140734593917840 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1099/statm: 2406251 28701 2278 9 0 2396937 0
[pid=1099/tid=1100] ppid=1097 vsize=9625004 CPUtime=1783.84 cores=0,2,4,6
/proc/1099/task/1100/stat : 1100 (java) R 1097 1099 31312 0 -1 4202560 2714 0 1 0 178355 29 0 0 20 0 19 0 282686933 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276699771184 140276534934994 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1099/tid=1102] ppid=1097 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/1099/task/1102/stat : 1102 (java) S 1097 1099 31312 0 -1 4202560 86 0 0 0 60 0 0 0 20 0 19 0 282686934 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276661263016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1099/tid=1103] ppid=1097 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/1099/task/1103/stat : 1103 (java) S 1097 1099 31312 0 -1 4202560 90 0 0 0 55 0 0 0 20 0 19 0 282686934 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276660210472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1104] ppid=1097 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/1099/task/1104/stat : 1104 (java) S 1097 1099 31312 0 -1 4202560 130 0 0 0 55 1 0 0 20 0 19 0 282686934 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276659157928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1105] ppid=1097 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/1099/task/1105/stat : 1105 (java) S 1097 1099 31312 0 -1 4202560 63 0 0 0 59 0 0 0 20 0 19 0 282686934 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276658105384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1099/tid=1106] ppid=1097 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/1099/task/1106/stat : 1106 (java) S 1097 1099 31312 0 -1 4202560 47 0 0 0 52 2 0 0 20 0 19 0 282686934 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276657051816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1107] ppid=1097 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/1099/task/1107/stat : 1107 (java) S 1097 1099 31312 0 -1 4202560 69 0 0 0 52 0 0 0 20 0 19 0 282686934 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276655999272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1099/tid=1108] ppid=1097 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/1099/task/1108/stat : 1108 (java) S 1097 1099 31312 0 -1 4202560 99 0 0 0 62 0 0 0 20 0 19 0 282686934 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276654946728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1099/tid=1109] ppid=1097 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/1099/task/1109/stat : 1109 (java) S 1097 1099 31312 0 -1 4202560 121 0 0 0 59 0 0 0 20 0 19 0 282686934 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276653894184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1099/tid=1110] ppid=1097 vsize=9625004 CPUtime=6.08 cores=0,2,4,6
/proc/1099/task/1110/stat : 1110 (java) S 1097 1099 31312 0 -1 4202560 146 0 0 0 605 3 0 0 20 0 19 0 282686935 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276523194984 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1111] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1111/stat : 1111 (java) S 1097 1099 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282686936 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276522141304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1112] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1112/stat : 1112 (java) S 1097 1099 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282686936 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276521088648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1113] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1113/stat : 1113 (java) S 1097 1099 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282686938 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276520037392 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1099/tid=1114] ppid=1097 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/1099/task/1114/stat : 1114 (java) S 1097 1099 31312 0 -1 4202560 2261 0 0 0 34 0 0 0 20 0 19 0 282686938 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140276518983736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1099/tid=1115] ppid=1097 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/1099/task/1115/stat : 1115 (java) S 1097 1099 31312 0 -1 4202560 2765 0 0 0 29 0 0 0 20 0 19 0 282686938 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140275645147320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1116] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1116/stat : 1116 (java) S 1097 1099 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282686938 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140275644094968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1117] ppid=1097 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/1099/task/1117/stat : 1117 (java) S 1097 1099 31312 0 -1 4202560 103 0 0 0 33 28 0 0 20 0 19 0 282686938 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140275643042632 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1099/tid=1118] ppid=1097 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1099/task/1118/stat : 1118 (java) S 1097 1099 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282686959 9856004096 28701 33554432000 1073741824 1073778376 140734593926704 140275641988392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1099 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=328068
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=771882
# CPU time returned by wait4() is 1796.1
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.05
CPU time (s): 1800.09
CPU user time (s): 1799.75
CPU system time (s): 0.34
CPU usage (%): 100.225
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.33
system time used= 0.771882
maximum resident set size= 117008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9921
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= 43151
involuntary context switches= 14174

runsolver used 5.88011 second user time and 14.4238 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-28 02:40:13
IDJOB=3711201
IDBENCH=48105
IDSOLVER=2289
FILE ID=node130/3711201-1338165613
RUNJOBID= node130-1338158197-31328
PBS_JOBID= 14624537
Free space on /tmp= 71472 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_10_4.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-3711201-1338165613/watcher-3711201-1338165613 -o /tmp/evaluation-result-3711201-1338165613/solver-3711201-1338165613 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711201-1338165613.opb

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

MD5SUM BENCH= 431de611ddaca60ef9395e6cd3a99cf2
RANDOM SEED=1677014684

node130.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.875
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	: 5333.75
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.875
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.875
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	: 5331.91
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.875
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.86
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.875
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		: 2666.875
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30987724 kB
Buffers:          305624 kB
Cached:           484680 kB
SwapCached:         4512 kB
Active:           956840 kB
Inactive:          95892 kB
Active(anon):     252540 kB
Inactive(anon):     9016 kB
Active(file):     704300 kB
Inactive(file):    86876 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099912 kB
Dirty:              2448 kB
Writeback:             0 kB
AnonPages:        296224 kB
Mapped:            19960 kB
Shmem:                 8 kB
Slab:             693724 kB
SReclaimable:     134968 kB
SUnreclaim:       558756 kB
KernelStack:        1768 kB
PageTables:         4720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     825804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 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= 71472 MiB
End job on node130 at 2012-05-28 03:10:11