Trace number 3711204

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)5 1800.06 1796.35

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_4.opb
MD5SUM4c6ab7a9b1b11dc4bf8c6231156cc585
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark1.88071
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
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 constraint26
Maximum length of a constraint41
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)3070
Sum of products size (including duplicates)6140
Number of different products3070
Sum of products size6140

Quality of the solution as a function of time


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

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.07	c version 2.3.2.v20120418
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		501472288
0.01/0.07	c Max memory 		7480803328
0.01/0.07	c Total memory 		504102912
0.01/0.07	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3711204-1338166769.opb
0.10/0.11	c reading problem ... 
0.47/0.33	c ... done. Wall clock time 0.222s.
0.47/0.33	c declared #vars     100
0.47/0.33	c internal #vars     3170
0.47/0.33	c #constraints  6240
0.47/0.33	c constraints type 
0.47/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3170
0.47/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3070
0.47/0.33	c 6240 constraints processed.
0.47/0.37	c SATISFIABLE
0.47/0.37	c OPTIMIZING...
0.47/0.37	c Got one! Elapsed wall clock time (in seconds):0.265
0.47/0.37	o 99
0.78/0.41	c Got one! Elapsed wall clock time (in seconds):0.3
0.78/0.41	o 98
0.78/0.43	c Got one! Elapsed wall clock time (in seconds):0.324
0.78/0.43	o 97
0.78/0.44	c Got one! Elapsed wall clock time (in seconds):0.331
0.78/0.44	o 96
0.78/0.45	c Got one! Elapsed wall clock time (in seconds):0.34
0.78/0.45	o 95
0.78/0.46	c Got one! Elapsed wall clock time (in seconds):0.347
0.78/0.46	o 94
0.78/0.46	c Got one! Elapsed wall clock time (in seconds):0.354
0.78/0.46	o 93
0.78/0.47	c Got one! Elapsed wall clock time (in seconds):0.36
0.78/0.47	o 92
0.78/0.48	c Got one! Elapsed wall clock time (in seconds):0.366
0.78/0.48	o 91
0.78/0.48	c Got one! Elapsed wall clock time (in seconds):0.369
0.78/0.48	o 90
0.78/0.48	c Got one! Elapsed wall clock time (in seconds):0.372
0.78/0.48	o 89
0.78/0.48	c Got one! Elapsed wall clock time (in seconds):0.374
0.78/0.48	o 88
0.78/0.49	c Got one! Elapsed wall clock time (in seconds):0.377
0.78/0.49	o 87
0.78/0.49	c Got one! Elapsed wall clock time (in seconds):0.38
0.78/0.49	o 86
0.78/0.49	c Got one! Elapsed wall clock time (in seconds):0.383
0.78/0.49	o 85
0.78/0.49	c Got one! Elapsed wall clock time (in seconds):0.386
0.78/0.49	o 84
1.06/0.50	c Got one! Elapsed wall clock time (in seconds):0.388
1.06/0.50	o 83
1.06/0.50	c Got one! Elapsed wall clock time (in seconds):0.391
1.06/0.50	o 82
1.06/0.50	c Got one! Elapsed wall clock time (in seconds):0.393
1.06/0.50	o 81
1.06/0.50	c Got one! Elapsed wall clock time (in seconds):0.395
1.06/0.50	o 80
1.06/0.51	c Got one! Elapsed wall clock time (in seconds):0.396
1.06/0.51	o 79
1.06/0.51	c Got one! Elapsed wall clock time (in seconds):0.398
1.06/0.51	o 78
1.06/0.51	c Got one! Elapsed wall clock time (in seconds):0.4
1.06/0.51	o 77
1.06/0.51	c Got one! Elapsed wall clock time (in seconds):0.401
1.06/0.51	o 76
1.06/0.51	c Got one! Elapsed wall clock time (in seconds):0.403
1.06/0.51	o 75
1.06/0.51	c Got one! Elapsed wall clock time (in seconds):0.404
1.06/0.51	o 74
1.06/0.52	c Got one! Elapsed wall clock time (in seconds):0.406
1.06/0.52	o 73
1.06/0.52	c Got one! Elapsed wall clock time (in seconds):0.408
1.06/0.52	o 72
1.06/0.52	c Got one! Elapsed wall clock time (in seconds):0.41
1.06/0.52	o 71
1.06/0.52	c Got one! Elapsed wall clock time (in seconds):0.411
1.06/0.52	o 70
1.06/0.52	c Got one! Elapsed wall clock time (in seconds):0.413
1.06/0.52	o 69
1.06/0.52	c Got one! Elapsed wall clock time (in seconds):0.414
1.06/0.52	o 68
1.06/0.52	c Got one! Elapsed wall clock time (in seconds):0.416
1.06/0.52	o 67
1.06/0.53	c Got one! Elapsed wall clock time (in seconds):0.417
1.06/0.53	o 66
1.06/0.53	c Got one! Elapsed wall clock time (in seconds):0.419
1.06/0.53	o 65
1.06/0.53	c Got one! Elapsed wall clock time (in seconds):0.42
1.06/0.53	o 64
1.06/0.53	c Got one! Elapsed wall clock time (in seconds):0.422
1.06/0.53	o 63
1.06/0.53	c Got one! Elapsed wall clock time (in seconds):0.423
1.06/0.53	o 62
1.06/0.53	c Got one! Elapsed wall clock time (in seconds):0.425
1.06/0.53	o 61
1.06/0.54	c Got one! Elapsed wall clock time (in seconds):0.426
1.06/0.54	o 60
1.06/0.54	c Got one! Elapsed wall clock time (in seconds):0.428
1.06/0.54	o 59
1.06/0.54	c Got one! Elapsed wall clock time (in seconds):0.43
1.06/0.54	o 58
1.06/0.54	c Got one! Elapsed wall clock time (in seconds):0.431
1.06/0.54	o 57
1.06/0.54	c Got one! Elapsed wall clock time (in seconds):0.433
1.06/0.54	o 56
1.06/0.54	c Got one! Elapsed wall clock time (in seconds):0.434
1.06/0.54	o 55
1.06/0.55	c Got one! Elapsed wall clock time (in seconds):0.436
1.06/0.55	o 54
1.06/0.55	c Got one! Elapsed wall clock time (in seconds):0.437
1.06/0.55	o 53
1.06/0.55	c Got one! Elapsed wall clock time (in seconds):0.439
1.06/0.55	o 52
1.06/0.55	c Got one! Elapsed wall clock time (in seconds):0.44
1.06/0.55	o 51
1.06/0.55	c Got one! Elapsed wall clock time (in seconds):0.442
1.06/0.55	o 50
1.06/0.55	c Got one! Elapsed wall clock time (in seconds):0.443
1.06/0.55	o 49
1.06/0.55	c Got one! Elapsed wall clock time (in seconds):0.444
1.06/0.55	o 48
1.06/0.56	c Got one! Elapsed wall clock time (in seconds):0.446
1.06/0.56	o 47
1.06/0.56	c Got one! Elapsed wall clock time (in seconds):0.447
1.06/0.56	o 46
1.06/0.56	c Got one! Elapsed wall clock time (in seconds):0.449
1.06/0.56	o 45
1.06/0.56	c Got one! Elapsed wall clock time (in seconds):0.45
1.06/0.56	o 44
1.06/0.56	c Got one! Elapsed wall clock time (in seconds):0.452
1.06/0.56	o 43
1.06/0.57	c Got one! Elapsed wall clock time (in seconds):0.459
1.06/0.57	o 42
1.06/0.58	c Got one! Elapsed wall clock time (in seconds):0.467
1.06/0.58	o 8
1.06/0.58	c Got one! Elapsed wall clock time (in seconds):0.469
1.06/0.58	o 7
2.70/1.97	c cleaning 2501 clauses out of 5004 with flag 5003/5004
4.36/3.50	c cleaning 4248 clauses out of 8500 with flag 11000/11001
5.67/4.81	c Got one! Elapsed wall clock time (in seconds):4.7
5.67/4.81	o 6
6.97/6.18	c cleaning 7161 clauses out of 14322 with flag 5008/21071
8.59/7.74	c cleaning 6555 clauses out of 13155 with flag 11002/27065
10.43/9.55	c cleaning 6790 clauses out of 13598 with flag 18000/34063
12.55/11.66	c cleaning 7400 clauses out of 14808 with flag 26000/42063
14.97/14.01	c cleaning 8201 clauses out of 16412 with flag 35004/51067
17.58/16.65	c cleaning 9107 clauses out of 18220 with flag 45013/61076
20.59/19.67	c cleaning 10049 clauses out of 20101 with flag 56001/72064
23.79/22.87	c cleaning 11018 clauses out of 22051 with flag 68000/84063
27.40/26.45	c cleaning 11996 clauses out of 24034 with flag 81001/97064
31.30/30.30	c cleaning 13018 clauses out of 26039 with flag 95002/111065
35.32/34.35	c cleaning 14004 clauses out of 28021 with flag 110002/126065
39.72/38.73	c cleaning 14998 clauses out of 30015 with flag 126000/142063
44.52/43.50	c cleaning 16008 clauses out of 32017 with flag 143000/159063
49.53/48.57	c cleaning 17000 clauses out of 34013 with flag 161004/177067
54.74/53.77	c cleaning 17999 clauses out of 36009 with flag 180000/196063
60.35/59.35	c cleaning 18994 clauses out of 38012 with flag 200002/216065
66.37/65.34	c cleaning 20002 clauses out of 40017 with flag 221001/237064
72.60/71.53	c cleaning 21004 clauses out of 42014 with flag 243000/259063
79.00/77.90	c cleaning 22001 clauses out of 44011 with flag 266001/282064
85.81/84.74	c cleaning 22998 clauses out of 46009 with flag 290000/306063
93.01/91.95	c cleaning 23995 clauses out of 48017 with flag 315006/331069
100.21/99.18	c cleaning 25007 clauses out of 50016 with flag 341000/357063
107.63/106.52	c cleaning 25995 clauses out of 52011 with flag 368002/384065
115.56/114.41	c cleaning 27006 clauses out of 54018 with flag 396004/412067
123.87/122.76	c cleaning 28004 clauses out of 56010 with flag 425002/441065
132.47/131.37	c cleaning 28997 clauses out of 58004 with flag 455000/471063
141.58/140.41	c cleaning 30000 clauses out of 60008 with flag 486001/502064
150.61/149.44	c cleaning 31000 clauses out of 62008 with flag 518001/534064
160.01/158.82	c cleaning 31997 clauses out of 64008 with flag 551001/567064
169.13/167.93	c cleaning 32995 clauses out of 66013 with flag 585003/601066
179.55/178.35	c cleaning 34002 clauses out of 68015 with flag 620000/636063
190.38/189.11	c cleaning 34989 clauses out of 70017 with flag 656004/672067
201.20/199.97	c cleaning 35980 clauses out of 72024 with flag 693000/709063
212.30/211.05	c cleaning 37017 clauses out of 74048 with flag 731004/747067
223.54/222.25	c cleaning 38005 clauses out of 76027 with flag 770000/786063
235.26/233.93	c cleaning 38980 clauses out of 78027 with flag 810005/826068
245.66/244.31	c cleaning 39999 clauses out of 80043 with flag 851001/867064
258.49/257.13	c cleaning 41009 clauses out of 82048 with flag 893005/909068
271.63/270.21	c cleaning 42010 clauses out of 84034 with flag 936000/952063
284.54/283.15	c cleaning 42988 clauses out of 86024 with flag 980000/996063
297.86/296.49	c cleaning 43998 clauses out of 88038 with flag 1025002/1041065
310.77/309.35	c cleaning 45011 clauses out of 90038 with flag 1071000/1087063
325.02/323.54	c cleaning 46003 clauses out of 92028 with flag 1118001/1134064
339.52/338.05	c cleaning 46999 clauses out of 94024 with flag 1166000/1182063
354.33/352.81	c cleaning 48007 clauses out of 96027 with flag 1215002/1231065
369.05/367.58	c cleaning 48999 clauses out of 98019 with flag 1265001/1281064
385.27/383.77	c cleaning 49999 clauses out of 100022 with flag 1316003/1332066
402.02/400.48	c cleaning 51007 clauses out of 102024 with flag 1368004/1384067
419.14/417.50	c cleaning 51989 clauses out of 104016 with flag 1421003/1437066
435.64/434.07	c cleaning 52981 clauses out of 106024 with flag 1475000/1491063
453.37/451.70	c cleaning 53998 clauses out of 108043 with flag 1530000/1546063
469.29/467.65	c cleaning 55016 clauses out of 110045 with flag 1586000/1602063
487.60/485.95	c cleaning 55979 clauses out of 112029 with flag 1643000/1659063
505.83/504.10	c cleaning 57005 clauses out of 114053 with flag 1701003/1717066
523.45/521.79	c cleaning 58014 clauses out of 116045 with flag 1760000/1776063
541.47/539.79	c cleaning 59003 clauses out of 118035 with flag 1820004/1836067
560.00/558.26	c cleaning 60005 clauses out of 120030 with flag 1881002/1897065
579.12/577.37	c cleaning 61001 clauses out of 122025 with flag 1943002/1959065
599.15/597.34	c cleaning 62004 clauses out of 124025 with flag 2006003/2022066
620.65/618.83	c cleaning 63001 clauses out of 126018 with flag 2070000/2086063
641.58/639.71	c cleaning 63978 clauses out of 128021 with flag 2135004/2151067
662.61/660.74	c cleaning 64985 clauses out of 130039 with flag 2201000/2217063
683.24/681.34	c cleaning 66020 clauses out of 132056 with flag 2268002/2284065
706.67/704.77	c cleaning 66999 clauses out of 134034 with flag 2336000/2352063
729.02/727.04	c cleaning 67989 clauses out of 136035 with flag 2405000/2421063
751.45/749.41	c cleaning 69021 clauses out of 138047 with flag 2475001/2491064
775.76/773.79	c cleaning 69983 clauses out of 140027 with flag 2546002/2562065
798.29/796.22	c cleaning 71008 clauses out of 142042 with flag 2618000/2634063
822.42/820.33	c cleaning 72012 clauses out of 144035 with flag 2691001/2707064
847.05/844.96	c cleaning 72977 clauses out of 146022 with flag 2765000/2781063
871.96/869.83	c cleaning 74007 clauses out of 148045 with flag 2840000/2856063
896.99/894.83	c cleaning 75000 clauses out of 150039 with flag 2916001/2932064
923.11/920.97	c cleaning 76012 clauses out of 152038 with flag 2993000/3009063
951.64/949.47	c cleaning 77000 clauses out of 154027 with flag 3071001/3087064
979.89/977.68	c cleaning 77969 clauses out of 156026 with flag 3150000/3166063
1007.63/1005.40	c cleaning 79015 clauses out of 158058 with flag 3230001/3246064
1035.05/1032.77	c cleaning 80002 clauses out of 160043 with flag 3311001/3327064
1062.67/1060.32	c cleaning 81011 clauses out of 162041 with flag 3393001/3409064
1092.59/1090.25	c cleaning 81999 clauses out of 164029 with flag 3476000/3492063
1121.71/1119.36	c cleaning 83009 clauses out of 166035 with flag 3560005/3576068
1151.44/1149.08	c cleaning 84006 clauses out of 168023 with flag 3645002/3661065
1181.47/1179.07	c cleaning 85000 clauses out of 170015 with flag 3731000/3747063
1212.05/1209.55	c cleaning 85997 clauses out of 172015 with flag 3818000/3834063
1243.39/1240.82	c cleaning 86988 clauses out of 174019 with flag 3906001/3922064
1273.52/1270.94	c cleaning 87993 clauses out of 176031 with flag 3995001/4011064
1305.47/1302.80	c cleaning 88993 clauses out of 178037 with flag 4085000/4101063
1336.21/1333.59	c cleaning 90013 clauses out of 180048 with flag 4176004/4192067
1368.35/1365.61	c cleaning 91002 clauses out of 182033 with flag 4268002/4284065
1399.41/1396.66	c cleaning 91996 clauses out of 184029 with flag 4361000/4377063
1429.94/1427.10	c cleaning 92991 clauses out of 186034 with flag 4455001/4471064
1466.60/1463.74	c cleaning 94005 clauses out of 188042 with flag 4550000/4566063
1502.34/1499.41	c cleaning 94975 clauses out of 190037 with flag 4646000/4662063
1513.77/1510.90	c Got one! Elapsed wall clock time (in seconds):1510.787
1513.77/1510.90	o 5
1516.17/1513.25	c cleaning 68590 clauses out of 137192 with flag 5005/4704193
1518.19/1515.25	c cleaning 37292 clauses out of 74597 with flag 11000/4710188
1520.20/1517.26	c cleaning 22141 clauses out of 44308 with flag 18003/4717191
1522.31/1519.34	c cleaning 15065 clauses out of 30164 with flag 26000/4725188
1524.63/1521.63	c cleaning 12028 clauses out of 24102 with flag 35003/4734191
1527.04/1524.00	c cleaning 11002 clauses out of 22072 with flag 45001/4744189
1529.46/1526.40	c cleaning 11024 clauses out of 22069 with flag 56000/4755188
1532.50/1529.45	c cleaning 11510 clauses out of 23045 with flag 68000/4767188
1535.51/1532.48	c cleaning 12267 clauses out of 24536 with flag 81001/4780189
1539.33/1536.23	c cleaning 13120 clauses out of 26268 with flag 95000/4794188
1543.16/1540.06	c cleaning 14071 clauses out of 28149 with flag 110001/4809189
1546.96/1543.83	c cleaning 15030 clauses out of 30077 with flag 126000/4825188
1551.66/1548.52	c cleaning 16019 clauses out of 32048 with flag 143001/4842189
1556.40/1553.23	c cleaning 17007 clauses out of 34028 with flag 161000/4860188
1560.90/1557.76	c cleaning 18010 clauses out of 36022 with flag 180001/4879189
1566.42/1563.23	c cleaning 19001 clauses out of 38014 with flag 200003/4899191
1571.55/1568.35	c cleaning 20001 clauses out of 40010 with flag 221000/4920188
1577.47/1574.28	c cleaning 21004 clauses out of 42011 with flag 243002/4942190
1583.58/1580.33	c cleaning 21996 clauses out of 44005 with flag 266000/4965188
1589.71/1586.44	c cleaning 23000 clauses out of 46009 with flag 290000/4989188
1596.14/1592.85	c cleaning 23999 clauses out of 48009 with flag 315000/5014188
1602.64/1599.34	c cleaning 25000 clauses out of 50013 with flag 341003/5040191
1609.74/1606.43	c cleaning 25992 clauses out of 52013 with flag 368003/5067191
1617.66/1614.34	c cleaning 26992 clauses out of 54020 with flag 396002/5095190
1625.18/1621.88	c cleaning 28006 clauses out of 56028 with flag 425002/5124190
1632.89/1629.57	c cleaning 28999 clauses out of 58020 with flag 455000/5154188
1641.61/1638.25	c cleaning 30003 clauses out of 60023 with flag 486002/5185190
1650.14/1646.78	c cleaning 30998 clauses out of 62018 with flag 518000/5217188
1658.64/1655.27	c cleaning 32002 clauses out of 64020 with flag 551000/5250188
1667.26/1663.83	c cleaning 32996 clauses out of 66018 with flag 585000/5284188
1676.80/1673.33	c cleaning 33986 clauses out of 68026 with flag 620004/5319192
1686.04/1682.58	c cleaning 34996 clauses out of 70036 with flag 656000/5355188
1695.56/1692.03	c cleaning 36010 clauses out of 72040 with flag 693000/5392188
1705.47/1701.90	c cleaning 37008 clauses out of 74035 with flag 731005/5430193
1715.79/1712.20	c cleaning 37995 clauses out of 76022 with flag 770000/5469188
1725.90/1722.32	c cleaning 39004 clauses out of 78027 with flag 810000/5509188
1737.12/1733.57	c cleaning 39988 clauses out of 80023 with flag 851000/5550188
1748.24/1744.63	c cleaning 41014 clauses out of 82035 with flag 893000/5592188
1760.06/1756.48	c cleaning 41993 clauses out of 84021 with flag 936000/5635188
1771.58/1767.95	c cleaning 43000 clauses out of 86028 with flag 980000/5679188
1783.10/1779.41	c cleaning 43994 clauses out of 88028 with flag 1025000/5724188
1794.54/1790.89	c cleaning 45014 clauses out of 90037 with flag 1071003/5770191
1800.06/1796.32	c starts		: 337
1800.06/1796.32	c conflicts		: 5792986
1800.06/1796.32	c decisions		: 9429610
1800.06/1796.32	c propagations		: 1856756883
1800.06/1796.32	c inspects		: 19498133977
1800.06/1796.32	c shortcuts		: 0
1800.06/1796.32	c learnt literals	: 0
1800.06/1796.32	c learnt binary clauses	: 0
1800.06/1796.32	c learnt ternary clauses	: 65
1800.06/1796.32	c learnt constraints	: 5792986
1800.06/1796.32	c ignored constraints	: 0
1800.06/1796.32	c root simplifications	: 337
1800.06/1796.32	c removed literals (reason simplification)	: 880270
1800.06/1796.32	c reason swapping (by a shorter reason)	: 0
1800.06/1796.32	c Calls to reduceDB	: 136
1800.06/1796.32	c number of reductions to clauses (during analyze)	: 0
1800.06/1796.32	c number of learned constraints concerned by reduction	: 0
1800.06/1796.32	c number of learning phase by resolution	: 0
1800.06/1796.32	c number of learning phase by cutting planes	: 0
1800.06/1796.32	c speed (assignments/second)	: 1033842.3164661907
1800.06/1796.32	c non guided choices	13151
1800.06/1796.34	c learnt constraints type 
1800.06/1796.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 67926
1800.06/1796.34	c constraints type 
1800.06/1796.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3170
1800.06/1796.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.06/1796.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3070
1800.06/1796.34	c 6241 constraints processed.
1800.06/1796.34	s SATISFIABLE
1800.06/1796.34	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.06/1796.34	c objective function=5
1800.06/1796.34	c Total wall clock time (in seconds): 1796.234

Verifier Data

OK	5

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-3711204-1338166769/watcher-3711204-1338166769 -o /tmp/evaluation-result-3711204-1338166769/solver-3711204-1338166769 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711204-1338166769.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.91 1.98 1.99 2/194 5700
/proc/meminfo: memFree=28867316/32873648 swapFree=6844/6844
[pid=5700] ppid=5698 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/5700/stat : 5700 (java) S 5698 5700 3132 0 -1 4202496 1220 0 0 0 0 0 0 0 20 0 2 0 282802757 96370688 929 33554432000 1073741824 1073778376 140736099674224 140736099665360 259115745341 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5700/statm: 23528 931 705 9 0 16769 0
[pid=5700/tid=5701] ppid=5698 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5701/stat : 5701 (java) R 5698 5700 3132 0 -1 4202560 85 0 0 0 0 0 0 0 20 0 2 0 282802758 98635776 941 33554432000 1073741824 1073778376 140736099674224 139951830195752 259103160138 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.0219999 s]
/proc/loadavg: 1.91 1.98 1.99 2/194 5700
/proc/meminfo: memFree=28867316/32873648 swapFree=6844/6844
[pid=5700] ppid=5698 vsize=9016616 CPUtime=0.01 cores=0,2,4,6
/proc/5700/stat : 5700 (java) S 5698 5700 3132 0 -1 4202496 2783 0 1 0 1 0 0 0 20 0 10 0 282802757 9233014784 3481 33554432000 1073741824 1073778376 140736099674224 140736099665360 259115745341 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5700/statm: 2254154 3481 1538 9 0 2244855 0
[pid=5700/tid=5701] ppid=5698 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5701/stat : 5701 (java) R 5698 5700 3132 0 -1 4202560 1625 0 1 0 0 0 0 0 20 0 10 0 282802758 9233014784 3481 33554432000 1073741824 1073778376 140736099674224 139951830196928 259115771149 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.100289 s]
/proc/loadavg: 1.91 1.98 1.99 2/194 5700
/proc/meminfo: memFree=28867316/32873648 swapFree=6844/6844
[pid=5700] ppid=5698 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/5700/stat : 5700 (java) S 5698 5700 3132 0 -1 4202496 4367 0 1 0 10 0 0 0 20 0 18 0 282802757 9787842560 6084 33554432000 1073741824 1073778376 140736099674224 140736099665360 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5700/statm: 2389610 6084 2131 9 0 2380296 0
[pid=5700/tid=5701] ppid=5698 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/5700/task/5701/stat : 5701 (java) R 5698 5700 3132 0 -1 4202560 2481 0 1 0 7 0 0 0 20 0 18 0 282802758 9787842560 6084 33554432000 1073741824 1073778376 140736099674224 139951830184776 259115771149 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300261 s]
/proc/loadavg: 1.91 1.98 1.99 2/194 5700
/proc/meminfo: memFree=28867316/32873648 swapFree=6844/6844
[pid=5700] ppid=5698 vsize=9558664 CPUtime=0.47 cores=0,2,4,6
/proc/5700/stat : 5700 (java) S 5698 5700 3132 0 -1 4202496 5783 0 1 0 47 0 0 0 20 0 18 0 282802757 9788071936 8669 33554432000 1073741824 1073778376 140736099674224 140736099665360 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5700/statm: 2389666 8669 2234 9 0 2380352 0
[pid=5700/tid=5701] ppid=5698 vsize=9558664 CPUtime=0.27 cores=0,2,4,6
/proc/5700/task/5701/stat : 5701 (java) R 5698 5700 3132 0 -1 4202560 2494 0 1 0 27 0 0 0 20 0 18 0 282802758 9788071936 8669 33554432000 1073741824 1073778376 140736099674224 139951830169680 139951660447600 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558664

[startup+0.70026 s]
/proc/loadavg: 1.91 1.98 1.99 2/194 5700
/proc/meminfo: memFree=28867316/32873648 swapFree=6844/6844
[pid=5700] ppid=5698 vsize=9625004 CPUtime=1.48 cores=0,2,4,6
/proc/5700/stat : 5700 (java) S 5698 5700 3132 0 -1 4202496 9712 0 1 0 147 1 0 0 20 0 19 0 282802757 9856004096 12738 33554432000 1073741824 1073778376 140736099674224 140736099665360 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5700/statm: 2406251 12738 2261 9 0 2396937 0
[pid=5700/tid=5701] ppid=5698 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/5700/task/5701/stat : 5701 (java) R 5698 5700 3132 0 -1 4202560 2512 0 1 0 67 0 0 0 20 0 19 0 282802758 9856004096 12738 33554432000 1073741824 1073778376 140736099674224 139951830200728 139951660977845 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9625004

[startup+1.50063 s]
/proc/loadavg: 1.91 1.98 1.99 3/213 5719
/proc/meminfo: memFree=28824504/32873648 swapFree=6844/6844
[pid=5700] ppid=5698 vsize=9625004 CPUtime=2.29 cores=0,2,4,6
/proc/5700/stat : 5700 (java) S 5698 5700 3132 0 -1 4202496 9713 0 1 0 227 2 0 0 20 0 19 0 282802757 9856004096 13250 33554432000 1073741824 1073778376 140736099674224 140736099665360 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5700/statm: 2406251 13250 2261 9 0 2396937 0
[pid=5700/tid=5701] ppid=5698 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/5700/task/5701/stat : 5701 (java) R 5698 5700 3132 0 -1 4202560 2513 0 1 0 147 0 0 0 20 0 19 0 282802758 9856004096 13250 33554432000 1073741824 1073778376 140736099674224 139951830200792 139951660977826 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802758 9856004096 13250 33554432000 1073741824 1073778376 140736099674224 139951791692328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802758 9856004096 13250 33554432000 1073741824 1073778376 140736099674224 139951790639528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5700/tid=5705] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5705/stat : 5705 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802758 9856004096 13250 33554432000 1073741824 1073778376 140736099674224 139951789586728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5700/tid=5706] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5706/stat : 5706 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802758 9856004096 13250 33554432000 1073741824 1073778376 140736099674224 139951788533928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5700/tid=5707] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5707/stat : 5707 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802758 9856004096 13250 33554432000 1073741824 1073778376 140736099674224 139951787482152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5708] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5708/stat : 5708 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802758 9856004096 13250 33554432000 1073741824 1073778376 140736099674224 139951786429352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5700/tid=5709] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5709/stat : 5709 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802758 9856004096 13250 33554432000 1073741824 1073778376 140736099674224 139951785376552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5710] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5710/stat : 5710 (java) S 5698 5700 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282802758 9856004096 13250 33554432000 1073741824 1073778376 140736099674224 139951784323752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5711] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5711/stat : 5711 (java) S 5698 5700 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282802759 9856004096 13250 33554432000 1073741824 1073778376 140736099674224 139951654013416 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5712] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5712/stat : 5712 (java) S 5698 5700 3132 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 282802760 9856004096 13250 33554432000 1073741824 1073778376 140736099674224 139951652959480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5713] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5713/stat : 5713 (java) S 5698 5700 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282802760 9856004096 13250 33554432000 1073741824 1073778376 140736099674224 139951651906568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5714] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5714/stat : 5714 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802762 9856004096 13250 33554432000 1073741824 1073778376 140736099674224 139951650855056 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5715] ppid=5698 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/5700/task/5715/stat : 5715 (java) S 5698 5700 3132 0 -1 4202560 2484 0 0 0 37 0 0 0 20 0 19 0 282802762 9856004096 13250 33554432000 1073741824 1073778376 140736099674224 139951649803192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5716] ppid=5698 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/5700/task/5716/stat : 5716 (java) S 5698 5700 3132 0 -1 4202560 3520 0 0 0 40 0 0 0 20 0 19 0 282802762 9856004096 13250 33554432000 1073741824 1073778376 140736099674224 139951648750392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5700/tid=5717] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5717/stat : 5717 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802762 9856004096 13250 33554432000 1073741824 1073778376 140736099674224 139951647697784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5700/tid=5718] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5718/stat : 5718 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802762 9856004096 13250 33554432000 1073741824 1073778376 140736099674224 139951646645192 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5719] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5719/stat : 5719 (java) S 5698 5700 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282802791 9856004096 13250 33554432000 1073741824 1073778376 140736099674224 139951645590696 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9625004

[startup+3.10062 s]
/proc/loadavg: 1.91 1.98 1.99 3/213 5719
/proc/meminfo: memFree=28811596/32873648 swapFree=6844/6844
[pid=5700] ppid=5698 vsize=9625004 CPUtime=3.93 cores=0,2,4,6
/proc/5700/stat : 5700 (java) S 5698 5700 3132 0 -1 4202496 9770 0 1 0 391 2 0 0 20 0 19 0 282802757 9856004096 15857 33554432000 1073741824 1073778376 140736099674224 140736099665360 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5700/statm: 2406251 15857 2289 9 0 2396937 0
[pid=5700/tid=5701] ppid=5698 vsize=9625004 CPUtime=3.04 cores=0,2,4,6
/proc/5700/task/5701/stat : 5701 (java) R 5698 5700 3132 0 -1 4202560 2516 0 1 0 304 0 0 0 20 0 19 0 282802758 9856004096 15857 33554432000 1073741824 1073778376 140736099674224 139951830200472 139951661015579 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (java) S 5698 5700 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282802758 9856004096 15857 33554432000 1073741824 1073778376 140736099674224 139951791692328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802758 9856004096 15857 33554432000 1073741824 1073778376 140736099674224 139951790639528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5700/tid=5705] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5705/stat : 5705 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802758 9856004096 15857 33554432000 1073741824 1073778376 140736099674224 139951789586728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5700/tid=5706] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5706/stat : 5706 (java) S 5698 5700 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282802758 9856004096 15857 33554432000 1073741824 1073778376 140736099674224 139951788533928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5700/tid=5707] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5707/stat : 5707 (java) S 5698 5700 3132 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282802758 9856004096 15857 33554432000 1073741824 1073778376 140736099674224 139951787482152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5700/tid=5708] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5708/stat : 5708 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802758 9856004096 15857 33554432000 1073741824 1073778376 140736099674224 139951786429352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5700/tid=5709] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5709/stat : 5709 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802758 9856004096 15857 33554432000 1073741824 1073778376 140736099674224 139951785376552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5700/tid=5710] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5710/stat : 5710 (java) S 5698 5700 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282802758 9856004096 15857 33554432000 1073741824 1073778376 140736099674224 139951784323752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5711] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5711/stat : 5711 (java) S 5698 5700 3132 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 282802759 9856004096 15857 33554432000 1073741824 1073778376 140736099674224 139951654013416 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5712] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5712/stat : 5712 (java) S 5698 5700 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282802760 9856004096 15857 33554432000 1073741824 1073778376 140736099674224 139951652959480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5713] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5713/stat : 5713 (java) S 5698 5700 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282802760 9856004096 15857 33554432000 1073741824 1073778376 140736099674224 139951651906568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5714] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5714/stat : 5714 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802762 9856004096 15857 33554432000 1073741824 1073778376 140736099674224 139951650855056 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5715] ppid=5698 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/5700/task/5715/stat : 5715 (java) S 5698 5700 3132 0 -1 4202560 2489 0 0 0 40 0 0 0 20 0 19 0 282802762 9856004096 15857 33554432000 1073741824 1073778376 140736099674224 139951649803192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5700/tid=5716] ppid=5698 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/5700/task/5716/stat : 5716 (java) S 5698 5700 3132 0 -1 4202560 3523 0 0 0 42 0 0 0 20 0 19 0 282802762 9856004096 15857 33554432000 1073741824 1073778376 140736099674224 139951648750392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5700/tid=5717] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5717/stat : 5717 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802762 9856004096 15857 33554432000 1073741824 1073778376 140736099674224 139951647697784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5700/tid=5718] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5718/stat : 5718 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802762 9856004096 15857 33554432000 1073741824 1073778376 140736099674224 139951646645192 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5719] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5719/stat : 5719 (java) S 5698 5700 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282802791 9856004096 15857 33554432000 1073741824 1073778376 140736099674224 139951645590696 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 9625004

[startup+6.30158 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 5719
/proc/meminfo: memFree=28809300/32873648 swapFree=6844/6844
[pid=5700] ppid=5698 vsize=9625004 CPUtime=7.18 cores=0,2,4,6
/proc/5700/stat : 5700 (java) S 5698 5700 3132 0 -1 4202496 9796 0 1 0 716 2 0 0 20 0 19 0 282802757 9856004096 16893 33554432000 1073741824 1073778376 140736099674224 140736099665360 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5700/statm: 2406251 16893 2289 9 0 2396937 0
[pid=5700/tid=5701] ppid=5698 vsize=9625004 CPUtime=6.19 cores=0,2,4,6
/proc/5700/task/5701/stat : 5701 (java) R 5698 5700 3132 0 -1 4202560 2518 0 1 0 619 0 0 0 20 0 19 0 282802758 9856004096 16893 33554432000 1073741824 1073778376 140736099674224 139951830200872 139951661097325 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (java) S 5698 5700 3132 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 282802758 9856004096 16893 33554432000 1073741824 1073778376 140736099674224 139951791692328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802758 9856004096 16893 33554432000 1073741824 1073778376 140736099674224 139951790639528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5700/tid=5705] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5705/stat : 5705 (java) S 5698 5700 3132 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282802758 9856004096 16893 33554432000 1073741824 1073778376 140736099674224 139951789586728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5700/tid=5706] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5706/stat : 5706 (java) S 5698 5700 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282802758 9856004096 16893 33554432000 1073741824 1073778376 140736099674224 139951788533928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5700/tid=5707] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5707/stat : 5707 (java) S 5698 5700 3132 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282802758 9856004096 16893 33554432000 1073741824 1073778376 140736099674224 139951787482152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5700/tid=5708] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5708/stat : 5708 (java) S 5698 5700 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282802758 9856004096 16893 33554432000 1073741824 1073778376 140736099674224 139951786429352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5700/tid=5709] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5709/stat : 5709 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802758 9856004096 16893 33554432000 1073741824 1073778376 140736099674224 139951785376552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5700/tid=5710] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5710/stat : 5710 (java) S 5698 5700 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282802758 9856004096 16893 33554432000 1073741824 1073778376 140736099674224 139951784323752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5700/tid=5711] ppid=5698 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/5700/task/5711/stat : 5711 (java) S 5698 5700 3132 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 19 0 282802759 9856004096 16893 33554432000 1073741824 1073778376 140736099674224 139951654013416 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5712] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5712/stat : 5712 (java) S 5698 5700 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282802760 9856004096 16893 33554432000 1073741824 1073778376 140736099674224 139951652959480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5713] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5713/stat : 5713 (java) S 5698 5700 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282802760 9856004096 16893 33554432000 1073741824 1073778376 140736099674224 139951651906568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5714] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5714/stat : 5714 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802762 9856004096 16893 33554432000 1073741824 1073778376 140736099674224 139951650855056 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5715] ppid=5698 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/5700/task/5715/stat : 5715 (java) S 5698 5700 3132 0 -1 4202560 2496 0 0 0 42 0 0 0 20 0 19 0 282802762 9856004096 16893 33554432000 1073741824 1073778376 140736099674224 139951649803192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5716] ppid=5698 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/5700/task/5716/stat : 5716 (java) S 5698 5700 3132 0 -1 4202560 3523 0 0 0 44 0 0 0 20 0 19 0 282802762 9856004096 16893 33554432000 1073741824 1073778376 140736099674224 139951648750392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=5700/tid=5715] ppid=5698 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/5700/task/5715/stat : 5715 (java) S 5698 5700 3132 0 -1 4202560 2980 0 0 0 49 0 0 0 20 0 19 0 282802762 9856004096 35008 33554432000 1073741824 1073778376 140736099674224 139951649803192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5716] ppid=5698 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/5700/task/5716/stat : 5716 (java) S 5698 5700 3132 0 -1 4202560 3523 0 0 0 44 0 0 0 20 0 19 0 282802762 9856004096 35008 33554432000 1073741824 1073778376 140736099674224 139951648750392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5700/tid=5717] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5717/stat : 5717 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802762 9856004096 35008 33554432000 1073741824 1073778376 140736099674224 139951647697784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5700/tid=5718] ppid=5698 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/5700/task/5718/stat : 5718 (java) S 5698 5700 3132 0 -1 4202560 99 0 0 0 20 22 0 0 20 0 19 0 282802762 9856004096 35008 33554432000 1073741824 1073778376 140736099674224 139951646645192 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5700/tid=5719] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5719/stat : 5719 (java) S 5698 5700 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282802791 9856004096 35008 33554432000 1073741824 1073778376 140736099674224 139951645590696 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725.9
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6030
/proc/meminfo: memFree=28782488/32873648 swapFree=6844/6844
[pid=5700] ppid=5698 vsize=9625004 CPUtime=1786.03 cores=0,2,4,6
/proc/5700/stat : 5700 (java) S 5698 5700 3132 0 -1 4202496 11155 0 1 0 178566 37 0 0 20 0 19 0 282802757 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 140736099665360 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5700/statm: 2406251 35015 2290 9 0 2396937 0
[pid=5700/tid=5701] ppid=5698 vsize=9625004 CPUtime=1771.67 cores=0,2,4,6
/proc/5700/task/5701/stat : 5701 (java) R 5698 5700 3132 0 -1 4202560 2652 0 1 0 177137 30 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951830200624 139951661015694 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (java) S 5698 5700 3132 0 -1 4202560 124 0 0 0 54 0 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951791692328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (java) S 5698 5700 3132 0 -1 4202560 31 0 0 0 51 0 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951790639528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5705] ppid=5698 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/5700/task/5705/stat : 5705 (java) S 5698 5700 3132 0 -1 4202560 65 0 0 0 46 0 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951789586728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5700/tid=5706] ppid=5698 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/5700/task/5706/stat : 5706 (java) S 5698 5700 3132 0 -1 4202560 70 0 0 0 49 1 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951788533928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5707] ppid=5698 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/5700/task/5707/stat : 5707 (java) S 5698 5700 3132 0 -1 4202560 67 0 0 0 51 0 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951787482152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5700/tid=5708] ppid=5698 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/5700/task/5708/stat : 5708 (java) S 5698 5700 3132 0 -1 4202560 59 0 0 0 50 0 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951786429352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5700/tid=5709] ppid=5698 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/5700/task/5709/stat : 5709 (java) S 5698 5700 3132 0 -1 4202560 56 0 0 0 43 0 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951785376552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5700/tid=5710] ppid=5698 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/5700/task/5710/stat : 5710 (java) S 5698 5700 3132 0 -1 4202560 73 0 0 0 46 2 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951784323752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5700/tid=5711] ppid=5698 vsize=9625004 CPUtime=4.53 cores=0,2,4,6
/proc/5700/task/5711/stat : 5711 (java) S 5698 5700 3132 0 -1 4202560 170 0 0 0 452 1 0 0 20 0 19 0 282802759 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951654013416 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5700/tid=5712] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5712/stat : 5712 (java) S 5698 5700 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282802760 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951652959480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5713] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5713/stat : 5713 (java) S 5698 5700 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282802760 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951651906568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5714] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5714/stat : 5714 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802762 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951650855056 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5715] ppid=5698 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/5700/task/5715/stat : 5715 (java) S 5698 5700 3132 0 -1 4202560 2980 0 0 0 49 0 0 0 20 0 19 0 282802762 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951649803192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5716] ppid=5698 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/5700/task/5716/stat : 5716 (java) S 5698 5700 3132 0 -1 4202560 3523 0 0 0 44 0 0 0 20 0 19 0 282802762 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951648750392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5700/tid=5717] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5717/stat : 5717 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802762 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951647697784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5700/tid=5718] ppid=5698 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/5700/task/5718/stat : 5718 (java) S 5698 5700 3132 0 -1 4202560 103 0 0 0 21 23 0 0 20 0 19 0 282802762 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951646645192 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5700/tid=5719] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5719/stat : 5719 (java) S 5698 5700 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282802791 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951645590696 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.03
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6030
/proc/meminfo: memFree=28782240/32873648 swapFree=6844/6844
[pid=5700] ppid=5698 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/5700/stat : 5700 (java) S 5698 5700 3132 0 -1 4202496 11156 0 1 0 179969 37 0 0 20 0 19 0 282802757 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 140736099665360 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5700/statm: 2406251 35015 2290 9 0 2396937 0
[pid=5700/tid=5701] ppid=5698 vsize=9625004 CPUtime=1785.59 cores=0,2,4,6
/proc/5700/task/5701/stat : 5701 (java) R 5698 5700 3132 0 -1 4202560 2653 0 1 0 178528 31 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951830200624 139951660977858 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (java) S 5698 5700 3132 0 -1 4202560 124 0 0 0 55 0 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951791692328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (java) S 5698 5700 3132 0 -1 4202560 31 0 0 0 51 0 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951790639528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5705] ppid=5698 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/5700/task/5705/stat : 5705 (java) S 5698 5700 3132 0 -1 4202560 65 0 0 0 47 0 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951789586728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5700/tid=5706] ppid=5698 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/5700/task/5706/stat : 5706 (java) S 5698 5700 3132 0 -1 4202560 70 0 0 0 49 1 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951788533928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5707] ppid=5698 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/5700/task/5707/stat : 5707 (java) S 5698 5700 3132 0 -1 4202560 67 0 0 0 51 0 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951787482152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5700/tid=5708] ppid=5698 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/5700/task/5708/stat : 5708 (java) S 5698 5700 3132 0 -1 4202560 59 0 0 0 50 0 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951786429352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5700/tid=5709] ppid=5698 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/5700/task/5709/stat : 5709 (java) S 5698 5700 3132 0 -1 4202560 56 0 0 0 43 0 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951785376552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5700/tid=5710] ppid=5698 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/5700/task/5710/stat : 5710 (java) S 5698 5700 3132 0 -1 4202560 73 0 0 0 46 2 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951784323752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5700/tid=5711] ppid=5698 vsize=9625004 CPUtime=4.58 cores=0,2,4,6
/proc/5700/task/5711/stat : 5711 (java) S 5698 5700 3132 0 -1 4202560 170 0 0 0 457 1 0 0 20 0 19 0 282802759 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951654013416 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5700/tid=5712] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5712/stat : 5712 (java) S 5698 5700 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282802760 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951652959480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5713] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5713/stat : 5713 (java) S 5698 5700 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282802760 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951651906568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5714] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5714/stat : 5714 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802762 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951650855056 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5715] ppid=5698 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/5700/task/5715/stat : 5715 (java) S 5698 5700 3132 0 -1 4202560 2980 0 0 0 49 0 0 0 20 0 19 0 282802762 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951649803192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5716] ppid=5698 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/5700/task/5716/stat : 5716 (java) S 5698 5700 3132 0 -1 4202560 3523 0 0 0 44 0 0 0 20 0 19 0 282802762 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951648750392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5700/tid=5717] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5717/stat : 5717 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802762 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951647697784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5700/tid=5718] ppid=5698 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/5700/task/5718/stat : 5718 (java) S 5698 5700 3132 0 -1 4202560 103 0 0 0 21 23 0 0 20 0 19 0 282802762 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951646645192 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5700/tid=5719] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5719/stat : 5719 (java) S 5698 5700 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282802791 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951645590696 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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+1796.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6030
/proc/meminfo: memFree=28782240/32873648 swapFree=6844/6844
[pid=5700] ppid=5698 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/5700/stat : 5700 (java) S 5698 5700 3132 0 -1 4202496 11156 0 1 0 179969 37 0 0 20 0 19 0 282802757 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 140736099665360 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5700/statm: 2406251 35015 2290 9 0 2396937 0
[pid=5700/tid=5701] ppid=5698 vsize=9625004 CPUtime=1785.59 cores=0,2,4,6
/proc/5700/task/5701/stat : 5701 (java) R 5698 5700 3132 0 -1 4202560 2653 0 1 0 178528 31 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951830200624 139951660977858 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (java) S 5698 5700 3132 0 -1 4202560 124 0 0 0 55 0 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951791692328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (java) S 5698 5700 3132 0 -1 4202560 31 0 0 0 51 0 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951790639528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5705] ppid=5698 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/5700/task/5705/stat : 5705 (java) S 5698 5700 3132 0 -1 4202560 65 0 0 0 47 0 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951789586728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5700/tid=5706] ppid=5698 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/5700/task/5706/stat : 5706 (java) S 5698 5700 3132 0 -1 4202560 70 0 0 0 49 1 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951788533928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5707] ppid=5698 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/5700/task/5707/stat : 5707 (java) S 5698 5700 3132 0 -1 4202560 67 0 0 0 51 0 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951787482152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5700/tid=5708] ppid=5698 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/5700/task/5708/stat : 5708 (java) S 5698 5700 3132 0 -1 4202560 59 0 0 0 50 0 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951786429352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5700/tid=5709] ppid=5698 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/5700/task/5709/stat : 5709 (java) S 5698 5700 3132 0 -1 4202560 56 0 0 0 43 0 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951785376552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5700/tid=5710] ppid=5698 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/5700/task/5710/stat : 5710 (java) S 5698 5700 3132 0 -1 4202560 73 0 0 0 46 2 0 0 20 0 19 0 282802758 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951784323752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5700/tid=5711] ppid=5698 vsize=9625004 CPUtime=4.58 cores=0,2,4,6
/proc/5700/task/5711/stat : 5711 (java) S 5698 5700 3132 0 -1 4202560 170 0 0 0 457 1 0 0 20 0 19 0 282802759 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951654013416 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5700/tid=5712] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5712/stat : 5712 (java) S 5698 5700 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282802760 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951652959480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5713] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5713/stat : 5713 (java) S 5698 5700 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282802760 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951651906568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5714] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5714/stat : 5714 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802762 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951650855056 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5715] ppid=5698 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/5700/task/5715/stat : 5715 (java) S 5698 5700 3132 0 -1 4202560 2980 0 0 0 49 0 0 0 20 0 19 0 282802762 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951649803192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5700/tid=5716] ppid=5698 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/5700/task/5716/stat : 5716 (java) S 5698 5700 3132 0 -1 4202560 3523 0 0 0 44 0 0 0 20 0 19 0 282802762 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951648750392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5700/tid=5717] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5717/stat : 5717 (java) S 5698 5700 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282802762 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951647697784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5700/tid=5718] ppid=5698 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/5700/task/5718/stat : 5718 (java) S 5698 5700 3132 0 -1 4202560 103 0 0 0 21 23 0 0 20 0 19 0 282802762 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951646645192 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5700/tid=5719] ppid=5698 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5700/task/5719/stat : 5719 (java) S 5698 5700 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282802791 9856004096 35015 33554432000 1073741824 1073778376 140736099674224 139951645590696 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1796.35
CPU time (s): 1800.06
CPU user time (s): 1799.69
CPU system time (s): 0.37
CPU usage (%): 100.207
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.11
system time used= 0.72289
maximum resident set size= 140180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11188
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= 41752
involuntary context switches= 33142

runsolver used 7.67083 second user time and 13.262 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-28 02:59:29
IDJOB=3711204
IDBENCH=48143
IDSOLVER=2289
FILE ID=node124/3711204-1338166769
RUNJOBID= node124-1338143409-3148
PBS_JOBID= 14624516
Free space on /tmp= 71432 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_25_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-3711204-1338166769/watcher-3711204-1338166769 -o /tmp/evaluation-result-3711204-1338166769/solver-3711204-1338166769 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711204-1338166769.opb

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

MD5SUM BENCH= 4c6ab7a9b1b11dc4bf8c6231156cc585
RANDOM SEED=2077375025

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5357.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28867216 kB
Buffers:          357892 kB
Cached:          2695136 kB
SwapCached:            0 kB
Active:          1058908 kB
Inactive:        2137744 kB
Active(anon):     146128 kB
Inactive(anon):        0 kB
Active(file):     912780 kB
Inactive(file):  2137744 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:        152156 kB
Mapped:            22644 kB
Shmem:               200 kB
Slab:             669228 kB
SReclaimable:     113540 kB
SUnreclaim:       555688 kB
KernelStack:        1608 kB
PageTables:         4548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71432 MiB
End job on node124 at 2012-05-28 03:29:27