Trace number 3687835

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
Sat 4j PB Resolution 2.3.2 SnapshotSAT (TO)12 1800.89 1793.15

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:10:4.5:0.5:100.opb
MD5SUM4dfe0aab63c58302cf08520fc713ceae
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.027995
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables372
Total number of constraints421
Number of constraints which are clauses345
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint18
Number of terms in the objective function 372
Biggest coefficient in the objective function 220
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 983
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 220
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 983
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.2.v20120418
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3687835-1337875690.opb
0.09/0.12	c reading problem ... 
0.24/0.20	c ... done. Wall clock time 0.075s.
0.24/0.20	c declared #vars     372
0.24/0.20	c #constraints  421
0.24/0.20	c constraints type 
0.24/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7
0.24/0.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 75
0.24/0.20	c ignored satisfied constraints => 1
0.24/0.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 338
0.24/0.20	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.24/0.20	c 422 constraints processed.
0.24/0.20	c objective function length is 372 literals
0.24/0.21	c SATISFIABLE
0.24/0.21	c OPTIMIZING...
0.24/0.21	c Got one! Elapsed wall clock time (in seconds):0.087
0.24/0.21	o 12
0.92/0.61	c cleaning 2497 clauses out of 5001 with flag 5001/5001
1.27/0.91	c cleaning 4248 clauses out of 8504 with flag 11001/11001
1.59/1.25	c cleaning 5624 clauses out of 11257 with flag 18002/18002
2.00/1.67	c cleaning 6815 clauses out of 13631 with flag 26000/26000
2.53/2.15	c cleaning 7908 clauses out of 15816 with flag 35000/35000
3.13/2.70	c cleaning 8952 clauses out of 17908 with flag 45000/45000
3.65/3.29	c cleaning 9969 clauses out of 19956 with flag 56000/56000
4.34/3.92	c cleaning 10991 clauses out of 21989 with flag 68002/68002
4.94/4.59	c cleaning 11996 clauses out of 23996 with flag 81000/81000
5.76/5.31	c cleaning 12991 clauses out of 26000 with flag 95000/95000
6.58/6.13	c cleaning 14004 clauses out of 28009 with flag 110000/110000
7.49/7.02	c cleaning 14999 clauses out of 30005 with flag 126000/126000
8.40/7.99	c cleaning 16002 clauses out of 32009 with flag 143003/143003
9.61/9.16	c cleaning 16977 clauses out of 34007 with flag 161003/161003
10.82/10.33	c cleaning 18004 clauses out of 36027 with flag 180000/180000
12.03/11.54	c cleaning 18996 clauses out of 38023 with flag 200000/200000
13.34/12.80	c cleaning 19996 clauses out of 40027 with flag 221000/221000
14.75/14.26	c cleaning 20998 clauses out of 42032 with flag 243001/243001
16.25/15.75	c cleaning 22015 clauses out of 44033 with flag 266000/266000
17.86/17.35	c cleaning 23006 clauses out of 46018 with flag 290000/290000
19.37/18.89	c cleaning 23990 clauses out of 48012 with flag 315000/315000
20.90/20.30	c cleaning 24996 clauses out of 50022 with flag 341000/341000
22.42/21.85	c cleaning 26008 clauses out of 52026 with flag 368000/368000
24.04/23.47	c cleaning 27004 clauses out of 54019 with flag 396001/396001
25.75/25.11	c cleaning 27994 clauses out of 56015 with flag 425001/425001
27.49/26.86	c cleaning 28999 clauses out of 58020 with flag 455000/455000
29.41/28.78	c cleaning 30002 clauses out of 60021 with flag 486000/486000
31.43/30.74	c cleaning 31007 clauses out of 62019 with flag 518000/518000
33.33/32.62	c cleaning 32001 clauses out of 64012 with flag 551000/551000
35.35/34.60	c cleaning 33002 clauses out of 66011 with flag 585000/585000
37.56/36.81	c cleaning 33989 clauses out of 68009 with flag 620000/620000
39.89/39.14	c cleaning 34994 clauses out of 70020 with flag 656000/656000
42.32/41.53	c cleaning 36014 clauses out of 72027 with flag 693001/693001
45.06/44.28	c cleaning 36994 clauses out of 74012 with flag 731000/731000
48.07/47.22	c cleaning 37994 clauses out of 76019 with flag 770001/770001
50.80/49.99	c cleaning 39012 clauses out of 78026 with flag 810002/810002
53.73/52.83	c cleaning 39993 clauses out of 80012 with flag 851000/851000
56.95/56.10	c cleaning 40997 clauses out of 82019 with flag 893000/893000
60.07/59.13	c cleaning 41998 clauses out of 84022 with flag 936000/936000
63.60/62.66	c cleaning 43009 clauses out of 86024 with flag 980000/980000
67.11/66.16	c cleaning 43990 clauses out of 88015 with flag 1025000/1025000
70.64/69.62	c cleaning 45005 clauses out of 90025 with flag 1071000/1071000
74.15/73.16	c cleaning 46006 clauses out of 92020 with flag 1118000/1118000
77.78/76.71	c cleaning 46987 clauses out of 94014 with flag 1166000/1166000
82.00/80.92	c cleaning 47991 clauses out of 96027 with flag 1215000/1215000
85.75/84.68	c cleaning 49003 clauses out of 98036 with flag 1265000/1265000
89.37/88.22	c cleaning 49999 clauses out of 100034 with flag 1316001/1316001
93.22/92.03	c cleaning 51007 clauses out of 102036 with flag 1368002/1368002
97.54/96.37	c cleaning 52008 clauses out of 104029 with flag 1421002/1421002
101.47/100.27	c cleaning 53000 clauses out of 106019 with flag 1475000/1475000
105.88/104.60	c cleaning 53995 clauses out of 108019 with flag 1530000/1530000
110.51/109.22	c cleaning 55003 clauses out of 110024 with flag 1586000/1586000
115.02/113.71	c cleaning 56010 clauses out of 112024 with flag 1643003/1643003
119.54/118.26	c cleaning 56994 clauses out of 114011 with flag 1701000/1701000
124.47/123.12	c cleaning 58008 clauses out of 116018 with flag 1760001/1760001
128.79/127.43	c cleaning 58989 clauses out of 118009 with flag 1820000/1820000
133.31/131.96	c cleaning 59994 clauses out of 120020 with flag 1881000/1881000
137.83/136.44	c cleaning 61000 clauses out of 122026 with flag 1943000/1943000
142.65/141.21	c cleaning 62010 clauses out of 124026 with flag 2006000/2006000
147.45/146.08	c cleaning 62995 clauses out of 126016 with flag 2070000/2070000
152.76/151.33	c cleaning 64008 clauses out of 128024 with flag 2135003/2135003
157.90/156.48	c cleaning 64989 clauses out of 130013 with flag 2201000/2201000
163.84/162.37	c cleaning 66006 clauses out of 132024 with flag 2268000/2268000
169.64/168.13	c cleaning 67011 clauses out of 134021 with flag 2336003/2336003
175.69/174.13	c cleaning 67997 clauses out of 136007 with flag 2405000/2405000
181.73/180.19	c cleaning 68977 clauses out of 138010 with flag 2475000/2475000
187.17/185.51	c cleaning 70003 clauses out of 140035 with flag 2546002/2546002
192.00/190.32	c cleaning 71005 clauses out of 142030 with flag 2618000/2618000
197.61/195.94	c cleaning 72013 clauses out of 144025 with flag 2691000/2691000
203.33/201.67	c cleaning 72995 clauses out of 146012 with flag 2765000/2765000
209.96/208.28	c cleaning 73997 clauses out of 148017 with flag 2840000/2840000
216.90/215.14	c cleaning 75010 clauses out of 150020 with flag 2916000/2916000
225.17/223.38	c cleaning 75989 clauses out of 152010 with flag 2993000/2993000
231.82/229.92	c cleaning 77000 clauses out of 154023 with flag 3071002/3071002
238.22/236.33	c cleaning 77991 clauses out of 156022 with flag 3150001/3150001
244.45/242.51	c cleaning 79016 clauses out of 158032 with flag 3230002/3230002
250.79/248.88	c cleaning 79998 clauses out of 160015 with flag 3311001/3311001
257.15/255.11	c cleaning 80984 clauses out of 162016 with flag 3393000/3393000
264.26/262.22	c cleaning 82011 clauses out of 164032 with flag 3476000/3476000
272.20/270.17	c cleaning 83006 clauses out of 166021 with flag 3560000/3560000
279.13/277.00	c cleaning 84000 clauses out of 168015 with flag 3645000/3645000
287.55/285.42	c cleaning 84989 clauses out of 170017 with flag 3731002/3731002
295.87/293.70	c cleaning 86001 clauses out of 172026 with flag 3818000/3818000
303.50/301.36	c cleaning 86991 clauses out of 174026 with flag 3906001/3906001
312.00/309.81	c cleaning 88009 clauses out of 176034 with flag 3995000/3995000
320.32/318.13	c cleaning 89002 clauses out of 178025 with flag 4085000/4085000
328.75/326.57	c cleaning 90001 clauses out of 180023 with flag 4176000/4176000
337.06/334.87	c cleaning 91000 clauses out of 182022 with flag 4268000/4268000
346.61/344.31	c cleaning 91997 clauses out of 184022 with flag 4361000/4361000
356.08/353.73	c cleaning 93005 clauses out of 186025 with flag 4455000/4455000
364.91/362.51	c cleaning 94000 clauses out of 188021 with flag 4550001/4550001
375.55/373.13	c cleaning 95007 clauses out of 190021 with flag 4646001/4646001
385.00/382.53	c cleaning 95994 clauses out of 192013 with flag 4743000/4743000
393.33/390.89	c cleaning 97008 clauses out of 194021 with flag 4841002/4841002
400.84/398.37	c cleaning 97998 clauses out of 196011 with flag 4940000/4940000
411.68/409.11	c cleaning 98999 clauses out of 198013 with flag 5040000/5040000
421.02/418.37	c cleaning 99998 clauses out of 200015 with flag 5141001/5141001
430.77/428.03	c cleaning 100993 clauses out of 202017 with flag 5243001/5243001
440.80/438.09	c cleaning 101998 clauses out of 204023 with flag 5346000/5346000
450.81/448.07	c cleaning 103011 clauses out of 206028 with flag 5450003/5450003
461.74/459.00	c cleaning 104005 clauses out of 208015 with flag 5555001/5555001
473.07/470.22	c cleaning 105005 clauses out of 210010 with flag 5661001/5661001
484.72/481.84	c cleaning 105996 clauses out of 212005 with flag 5768001/5768001
495.66/492.79	c cleaning 106997 clauses out of 214009 with flag 5876001/5876001
508.10/505.15	c cleaning 107994 clauses out of 216011 with flag 5985000/5985000
519.54/516.59	c cleaning 108998 clauses out of 218017 with flag 6095000/6095000
532.18/529.16	c cleaning 109986 clauses out of 220019 with flag 6206000/6206000
544.79/541.71	c cleaning 111009 clauses out of 222033 with flag 6318000/6318000
555.33/552.21	c cleaning 111996 clauses out of 224026 with flag 6431002/6431002
568.75/565.65	c cleaning 113006 clauses out of 226028 with flag 6545000/6545000
582.27/579.14	c cleaning 114010 clauses out of 228022 with flag 6660000/6660000
595.33/592.12	c cleaning 114994 clauses out of 230012 with flag 6776000/6776000
606.16/602.97	c cleaning 116009 clauses out of 232018 with flag 6893000/6893000
619.10/615.84	c cleaning 117002 clauses out of 234009 with flag 7011000/7011000
629.16/625.90	c cleaning 117988 clauses out of 236008 with flag 7130001/7130001
639.88/636.51	c cleaning 118989 clauses out of 238019 with flag 7250000/7250000
651.71/648.37	c cleaning 120006 clauses out of 240030 with flag 7371000/7371000
662.73/659.39	c cleaning 120997 clauses out of 242025 with flag 7493001/7493001
675.58/672.16	c cleaning 121978 clauses out of 244027 with flag 7616000/7616000
686.09/682.68	c cleaning 123012 clauses out of 246049 with flag 7740000/7740000
698.40/694.92	c cleaning 124008 clauses out of 248037 with flag 7865000/7865000
711.46/707.91	c cleaning 125010 clauses out of 250030 with flag 7991001/7991001
725.10/721.57	c cleaning 125985 clauses out of 252020 with flag 8118001/8118001
737.94/734.34	c cleaning 127018 clauses out of 254035 with flag 8246001/8246001
752.48/748.81	c cleaning 127999 clauses out of 256016 with flag 8375000/8375000
764.68/760.96	c cleaning 129008 clauses out of 258017 with flag 8505000/8505000
776.72/772.92	c cleaning 129990 clauses out of 260009 with flag 8636000/8636000
788.21/784.32	c cleaning 130999 clauses out of 262019 with flag 8768000/8768000
801.03/797.13	c cleaning 132001 clauses out of 264020 with flag 8901000/8901000
815.25/811.35	c cleaning 132981 clauses out of 266019 with flag 9035000/9035000
831.68/827.73	c cleaning 134006 clauses out of 268039 with flag 9170001/9170001
845.72/841.71	c cleaning 135007 clauses out of 270032 with flag 9306000/9306000
860.50/856.40	c cleaning 136000 clauses out of 272025 with flag 9443000/9443000
875.13/871.06	c cleaning 137001 clauses out of 274025 with flag 9581000/9581000
891.36/887.21	c cleaning 138002 clauses out of 276025 with flag 9720001/9720001
905.62/901.46	c cleaning 139011 clauses out of 278022 with flag 9860000/9860000
920.28/916.07	c cleaning 139994 clauses out of 280013 with flag 10001002/10001002
934.63/930.32	c cleaning 140993 clauses out of 282019 with flag 10143002/10143002
950.25/945.92	c cleaning 141997 clauses out of 284024 with flag 10286000/10286000
966.53/962.14	c cleaning 143012 clauses out of 286029 with flag 10430002/10430002
981.79/977.32	c cleaning 143996 clauses out of 288016 with flag 10575001/10575001
998.87/994.35	c cleaning 144995 clauses out of 290019 with flag 10721000/10721000
1013.63/1009.09	c cleaning 145997 clauses out of 292024 with flag 10868000/10868000
1031.88/1027.30	c cleaning 147011 clauses out of 294027 with flag 11016000/11016000
1048.00/1043.33	c cleaning 147998 clauses out of 296016 with flag 11165000/11165000
1065.23/1060.51	c cleaning 149000 clauses out of 298019 with flag 11315001/11315001
1081.11/1076.38	c cleaning 150003 clauses out of 300018 with flag 11466000/11466000
1095.47/1090.64	c cleaning 151001 clauses out of 302015 with flag 11618000/11618000
1113.63/1108.73	c cleaning 152002 clauses out of 304014 with flag 11771000/11771000
1131.59/1126.67	c cleaning 152997 clauses out of 306013 with flag 11925001/11925001
1149.44/1144.43	c cleaning 154000 clauses out of 308015 with flag 12080000/12080000
1168.57/1163.53	c cleaning 154994 clauses out of 310015 with flag 12236000/12236000
1186.32/1181.27	c cleaning 156006 clauses out of 312021 with flag 12393000/12393000
1206.65/1201.55	c cleaning 156998 clauses out of 314015 with flag 12551000/12551000
1229.50/1224.39	c cleaning 158005 clauses out of 316017 with flag 12710000/12710000
1249.17/1243.96	c cleaning 159004 clauses out of 318012 with flag 12870000/12870000
1269.70/1264.46	c cleaning 160004 clauses out of 320010 with flag 13031002/13031002
1291.12/1285.82	c cleaning 160987 clauses out of 322004 with flag 13193000/13193000
1312.18/1306.87	c cleaning 162002 clauses out of 324019 with flag 13356002/13356002
1334.84/1329.41	c cleaning 163003 clauses out of 326016 with flag 13520001/13520001
1357.96/1352.51	c cleaning 163999 clauses out of 328013 with flag 13685001/13685001
1377.38/1371.97	c cleaning 164998 clauses out of 330015 with flag 13851002/13851002
1400.21/1394.80	c cleaning 165992 clauses out of 332015 with flag 14018000/14018000
1423.55/1418.04	c cleaning 167008 clauses out of 334025 with flag 14186002/14186002
1444.50/1438.92	c cleaning 167994 clauses out of 336015 with flag 14355000/14355000
1465.48/1459.86	c cleaning 168999 clauses out of 338023 with flag 14525002/14525002
1486.56/1480.81	c cleaning 170007 clauses out of 340024 with flag 14696002/14696002
1511.69/1505.96	c cleaning 171004 clauses out of 342015 with flag 14868000/14868000
1537.39/1531.53	c cleaning 171990 clauses out of 344013 with flag 15041002/15041002
1558.84/1552.97	c cleaning 173006 clauses out of 346023 with flag 15215002/15215002
1578.66/1572.74	c cleaning 173998 clauses out of 348016 with flag 15390001/15390001
1598.46/1592.42	c cleaning 175001 clauses out of 350017 with flag 15566000/15566000
1621.51/1615.43	c cleaning 175992 clauses out of 352016 with flag 15743000/15743000
1642.06/1635.96	c cleaning 177000 clauses out of 354024 with flag 15921000/15921000
1666.00/1659.82	c cleaning 178006 clauses out of 356024 with flag 16100000/16100000
1692.53/1686.15	c cleaning 179001 clauses out of 358018 with flag 16280000/16280000
1716.02/1709.47	c cleaning 180008 clauses out of 360018 with flag 16461001/16461001
1739.78/1733.01	c cleaning 180989 clauses out of 362009 with flag 16643000/16643000
1765.96/1759.10	c cleaning 182008 clauses out of 364022 with flag 16826002/16826002
1796.27/1789.33	c cleaning 182995 clauses out of 366013 with flag 17010001/17010001
1800.09/1793.11	c starts		: 349
1800.09/1793.11	c conflicts		: 17056107
1800.09/1793.11	c decisions		: 41896548
1800.09/1793.11	c propagations		: 576518285
1800.09/1793.11	c inspects		: 14177650424
1800.09/1793.11	c shortcuts		: 0
1800.09/1793.11	c learnt literals	: 0
1800.09/1793.11	c learnt binary clauses	: 0
1800.09/1793.11	c learnt ternary clauses	: 0
1800.09/1793.11	c learnt constraints	: 17056107
1800.09/1793.11	c ignored constraints	: 0
1800.09/1793.11	c root simplifications	: 0
1800.09/1793.11	c removed literals (reason simplification)	: 0
1800.09/1793.11	c reason swapping (by a shorter reason)	: 0
1800.09/1793.11	c Calls to reduceDB	: 180
1800.09/1793.11	c number of reductions to clauses (during analyze)	: 0
1800.09/1793.11	c number of learned constraints concerned by reduction	: 0
1800.09/1793.11	c number of learning phase by resolution	: 0
1800.09/1793.11	c number of learning phase by cutting planes	: 0
1800.09/1793.11	c speed (assignments/second)	: 321555.6187057422
1800.09/1793.11	c non guided choices	0
1800.09/1793.14	c learnt constraints type 
1800.09/1793.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 229304
1800.09/1793.14	c constraints type 
1800.09/1793.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7
1800.09/1793.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 75
1800.09/1793.14	c ignored satisfied constraints => 1
1800.09/1793.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 338
1800.09/1793.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.09/1793.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.09/1793.14	c 423 constraints processed.
1800.09/1793.14	s SATISFIABLE
1800.09/1793.14	v x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 x17 x18 -x19 -x20 x21 x22 -x23 -x24 -x25 x26 x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 x39 x40 -x41 -x42 x43 x44 -x45 -x46 x47 x48 x49 x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 x60 -x61 x62 x63 x64 -x65 x66 x67 -x68 -x69 -x70 x71 x72 -x73 x74 -x75 -x76 x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 x86 -x87 x88 x89 -x90 -x91 -x92 x93 x94 -x95 x96 x97 x98 x99 x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 x109 x110 x111 x112 x113 x114 x115 -x116 -x117 -x118 x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 x164 x165 -x166 -x167 -x168 x169 x170 x171 -x172 x173 x174 x175 x176 -x177 x178 x179 -x180 -x181 x182 x183 x184 -x185 x186 x187 -x188 -x189 x190 x191 x192 -x193 x194 x195 -x196 -x197 -x198 x199 x200 x201 x202 x203 x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 x212 -x213 -x214 x215 x216 -x217 -x218 x219 x220 -x221 -x222 x223 x224 -x225 -x226 x227 x228 -x229 -x230 x231 x232 x233 x234 -x235 -x236 -x237 -x238 x239 -x240 -x241 x242 x243 -x244 -x245 x246 x247 -x248 -x249 x250 x251 x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 x260 -x261 -x262 -x263 x264 x265 -x266 -x267 x268 x269 -x270 -x271 -x272 x273 x274 x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 x285 -x286 -x287 x288 x289 x290 -x291 -x292 -x293 x294 -x295 -x296 x297 x298 x299 -x300 x301 x302 x303 x304 x305 x306 x307 x308 -x309 -x310 -x311 x312 -x313 -x314 x315 x316 -x317 -x318 x319 x320 x321 -x322 x323 x324 x325 -x326 x327 -x328 -x329 x330 x331 -x332 -x333 x334 x335 x336 -x337 x338 x339 x340 -x341 x342 -x343 -x344 -x345 x346 x347 -x348 -x349 x350 x351 x352 x353 x354 x355 x356 -x357 x358 x359 x360 -x361 x362 x363 -x364 -x365 x366 x367 x368 -x369 x370 x371 x372 
1800.09/1793.14	c objective function=12
1800.09/1793.14	c Total wall clock time (in seconds): 1793.019

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-3687835-1337875690/watcher-3687835-1337875690 -o /tmp/evaluation-result-3687835-1337875690/solver-3687835-1337875690 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687835-1337875690.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: 2.01 2.02 1.94 2/192 21257
/proc/meminfo: memFree=29939956/32873844 swapFree=7104/7104
[pid=21257] ppid=21255 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/21257/stat : 21257 (java) D 21255 21257 20334 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 253697584 9515008 183 33554432000 1073741824 1073778376 140736064611232 140736064602264 235374722741 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/21257/statm: 2323 183 140 9 0 71 0

[startup+0.085913 s]
/proc/loadavg: 2.01 2.02 1.94 2/192 21257
/proc/meminfo: memFree=29939956/32873844 swapFree=7104/7104
[pid=21257] ppid=21255 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/21257/stat : 21257 (java) S 21255 21257 20334 0 -1 4202496 3375 0 1 0 5 1 0 0 20 0 18 0 253697584 9787813888 4072 33554432000 1073741824 1073778376 140736841080240 140736841071376 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21257/statm: 2389603 4072 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100257 s]
/proc/loadavg: 2.01 2.02 1.94 2/192 21257
/proc/meminfo: memFree=29939956/32873844 swapFree=7104/7104
[pid=21257] ppid=21255 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/21257/stat : 21257 (java) S 21255 21257 20334 0 -1 4202496 4213 0 1 0 8 1 0 0 20 0 18 0 253697584 9787813888 4905 33554432000 1073741824 1073778376 140736841080240 140736841071376 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21257/statm: 2389603 4905 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300259 s]
/proc/loadavg: 2.01 2.02 1.94 2/192 21257
/proc/meminfo: memFree=29939956/32873844 swapFree=7104/7104
[pid=21257] ppid=21255 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/21257/stat : 21257 (java) S 21255 21257 20334 0 -1 4202496 7209 0 1 0 46 2 0 0 20 0 19 0 253697584 9855975424 7891 33554432000 1073741824 1073778376 140736841080240 140736841071376 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21257/statm: 2406244 7891 2230 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9624976

[startup+0.700252 s]
/proc/loadavg: 2.01 2.02 1.94 2/192 21257
/proc/meminfo: memFree=29939956/32873844 swapFree=7104/7104
[pid=21257] ppid=21255 vsize=9624976 CPUtime=1.05 cores=0,2,4,6
/proc/21257/stat : 21257 (java) S 21255 21257 20334 0 -1 4202496 8174 0 1 0 103 2 0 0 20 0 19 0 253697584 9855975424 11408 33554432000 1073741824 1073778376 140736841080240 140736841071376 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21257/statm: 2406244 11408 2270 9 0 2396937 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9624976

[startup+1.5006 s]
/proc/loadavg: 2.01 2.02 1.94 3/211 21276
/proc/meminfo: memFree=29899012/32873844 swapFree=7104/7104
[pid=21257] ppid=21255 vsize=9624976 CPUtime=1.9 cores=0,2,4,6
/proc/21257/stat : 21257 (java) S 21255 21257 20334 0 -1 4202496 8202 0 1 0 187 3 0 0 20 0 19 0 253697584 9855975424 12961 33554432000 1073741824 1073778376 140736841080240 140736841071376 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21257/statm: 2406244 12961 2270 9 0 2396937 0
[pid=21257/tid=21259] ppid=21255 vsize=9624976 CPUtime=1.43 cores=0,2,4,6
/proc/21257/task/21259/stat : 21259 (java) R 21255 21257 20334 0 -1 4202560 2513 0 1 0 142 1 0 0 20 0 19 0 253697585 9855975424 12961 33554432000 1073741824 1073778376 140736841080240 140584541282592 140584481424832 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21257/tid=21260] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21260/stat : 21260 (java) S 21255 21257 20334 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253697586 9855975424 12961 33554432000 1073741824 1073778376 140736841080240 140584385293224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21261] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21261/stat : 21261 (java) S 21255 21257 20334 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253697586 9855975424 12961 33554432000 1073741824 1073778376 140736841080240 140584384240680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21262] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21262/stat : 21262 (java) S 21255 21257 20334 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253697586 9855975424 12961 33554432000 1073741824 1073778376 140736841080240 140584383187624 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21257/tid=21263] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21263/stat : 21263 (java) S 21255 21257 20334 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253697586 9855975424 12961 33554432000 1073741824 1073778376 140736841080240 140584382135080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21257/tid=21264] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21264/stat : 21264 (java) S 21255 21257 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253697586 9855975424 12961 33554432000 1073741824 1073778376 140736841080240 140584381082024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21257/tid=21265] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21265/stat : 21265 (java) S 21255 21257 20334 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253697586 9855975424 12961 33554432000 1073741824 1073778376 140736841080240 140584380029480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21257/tid=21266] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21266/stat : 21266 (java) S 21255 21257 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253697586 9855975424 12961 33554432000 1073741824 1073778376 140736841080240 140584378976424 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21257/tid=21267] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21267/stat : 21267 (java) S 21255 21257 20334 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253697586 9855975424 12961 33554432000 1073741824 1073778376 140736841080240 140584377923880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21268] ppid=21255 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/21257/task/21268/stat : 21268 (java) S 21255 21257 20334 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 253697587 9855975424 12961 33554432000 1073741824 1073778376 140736841080240 140584365513576 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21269] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21269/stat : 21269 (java) S 21255 21257 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253697588 9855975424 12961 33554432000 1073741824 1073778376 140736841080240 140584364459896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21270] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21270/stat : 21270 (java) S 21255 21257 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253697588 9855975424 12961 33554432000 1073741824 1073778376 140736841080240 140584363406728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21271] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21271/stat : 21271 (java) S 21255 21257 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253697591 9855975424 12961 33554432000 1073741824 1073778376 140736841080240 140584362355472 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21272] ppid=21255 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/21257/task/21272/stat : 21272 (java) S 21255 21257 20334 0 -1 4202560 1892 0 0 0 18 0 0 0 20 0 19 0 253697591 9855975424 12961 33554432000 1073741824 1073778376 140736841080240 140584361302328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21273] ppid=21255 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/21257/task/21273/stat : 21273 (java) S 21255 21257 20334 0 -1 4202560 2538 0 0 0 20 0 0 0 20 0 19 0 253697591 9855975424 12961 33554432000 1073741824 1073778376 140736841080240 140584360249784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21274] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21274/stat : 21274 (java) S 21255 21257 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253697591 9855975424 12961 33554432000 1073741824 1073778376 140736841080240 140584359196920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21275] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21275/stat : 21275 (java) S 21255 21257 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253697591 9855975424 12961 33554432000 1073741824 1073778376 140736841080240 140584358144584 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21257/tid=21276] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21276/stat : 21276 (java) S 21255 21257 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253697605 9855975424 12961 33554432000 1073741824 1073778376 140736841080240 140584357090856 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9624976

[startup+3.10063 s]
/proc/loadavg: 2.01 2.02 1.94 3/211 21276
/proc/meminfo: memFree=29894420/32873844 swapFree=7104/7104
[pid=21257] ppid=21255 vsize=9624976 CPUtime=3.54 cores=0,2,4,6
/proc/21257/stat : 21257 (java) S 21255 21257 20334 0 -1 4202496 8377 0 1 0 350 4 0 0 20 0 19 0 253697584 9855975424 15024 33554432000 1073741824 1073778376 140736841080240 140736841071376 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21257/statm: 2406244 15024 2271 9 0 2396937 0
[pid=21257/tid=21259] ppid=21255 vsize=9624976 CPUtime=2.99 cores=0,2,4,6
/proc/21257/task/21259/stat : 21259 (java) R 21255 21257 20334 0 -1 4202560 2515 0 1 0 297 2 0 0 20 0 19 0 253697585 9855975424 15024 33554432000 1073741824 1073778376 140736841080240 140584541282808 140584481449388 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21257/tid=21260] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21260/stat : 21260 (java) S 21255 21257 20334 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253697586 9855975424 15024 33554432000 1073741824 1073778376 140736841080240 140584385293224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21261] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21261/stat : 21261 (java) S 21255 21257 20334 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253697586 9855975424 15024 33554432000 1073741824 1073778376 140736841080240 140584384240680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21262] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21262/stat : 21262 (java) S 21255 21257 20334 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253697586 9855975424 15024 33554432000 1073741824 1073778376 140736841080240 140584383187624 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21257/tid=21263] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21263/stat : 21263 (java) S 21255 21257 20334 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253697586 9855975424 15024 33554432000 1073741824 1073778376 140736841080240 140584382135080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21257/tid=21264] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21264/stat : 21264 (java) S 21255 21257 20334 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253697586 9855975424 15024 33554432000 1073741824 1073778376 140736841080240 140584381082024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21265] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21265/stat : 21265 (java) S 21255 21257 20334 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253697586 9855975424 15024 33554432000 1073741824 1073778376 140736841080240 140584380029480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21257/tid=21266] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21266/stat : 21266 (java) S 21255 21257 20334 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253697586 9855975424 15024 33554432000 1073741824 1073778376 140736841080240 140584378976424 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21267] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21267/stat : 21267 (java) S 21255 21257 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253697586 9855975424 15024 33554432000 1073741824 1073778376 140736841080240 140584377923880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21257/tid=21268] ppid=21255 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/21257/task/21268/stat : 21268 (java) S 21255 21257 20334 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 19 0 253697587 9855975424 15024 33554432000 1073741824 1073778376 140736841080240 140584365513576 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21269] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21269/stat : 21269 (java) S 21255 21257 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253697588 9855975424 15024 33554432000 1073741824 1073778376 140736841080240 140584364459896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21270] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21270/stat : 21270 (java) S 21255 21257 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253697588 9855975424 15024 33554432000 1073741824 1073778376 140736841080240 140584363406728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21271] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21271/stat : 21271 (java) S 21255 21257 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253697591 9855975424 15024 33554432000 1073741824 1073778376 140736841080240 140584362355472 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21272] ppid=21255 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/21257/task/21272/stat : 21272 (java) S 21255 21257 20334 0 -1 4202560 1892 0 0 0 18 0 0 0 20 0 19 0 253697591 9855975424 15024 33554432000 1073741824 1073778376 140736841080240 140584361302328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21273] ppid=21255 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/21257/task/21273/stat : 21273 (java) S 21255 21257 20334 0 -1 4202560 2694 0 0 0 22 0 0 0 20 0 19 0 253697591 9855975424 15024 33554432000 1073741824 1073778376 140736841080240 140584360249784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21274] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21274/stat : 21274 (java) S 21255 21257 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253697591 9855975424 15024 33554432000 1073741824 1073778376 140736841080240 140584359196920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21275] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21275/stat : 21275 (java) S 21255 21257 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253697591 9855975424 15024 33554432000 1073741824 1073778376 140736841080240 140584358144584 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21257/tid=21276] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21276/stat : 21276 (java) S 21255 21257 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253697605 9855975424 15024 33554432000 1073741824 1073778376 140736841080240 140584357090856 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9624976

[startup+6.30067 s]
/proc/loadavg: 2.01 2.02 1.94 3/211 21276
/proc/meminfo: memFree=29873692/32873844 swapFree=7104/7104
[pid=21257] ppid=21255 vsize=9624976 CPUtime=6.79 cores=0,2,4,6
/proc/21257/stat : 21257 (java) S 21255 21257 20334 0 -1 4202496 8434 0 1 0 674 5 0 0 20 0 19 0 253697584 9855975424 19976 33554432000 1073741824 1073778376 140736841080240 140736841071376 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21257/statm: 2406244 19976 2271 9 0 2396937 0
[pid=21257/tid=21259] ppid=21255 vsize=9624976 CPUtime=6.09 cores=0,2,4,6
/proc/21257/task/21259/stat : 21259 (java) R 21255 21257 20334 0 -1 4202560 2522 0 1 0 607 2 0 0 20 0 19 0 253697585 9855975424 19976 33554432000 1073741824 1073778376 140736841080240 140584541282592 140584481450150 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21257/tid=21260] ppid=21255 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/21257/task/21260/stat : 21260 (java) S 21255 21257 20334 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 253697586 9855975424 19976 33554432000 1073741824 1073778376 140736841080240 140584385293224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21257/tid=21261] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21261/stat : 21261 (java) S 21255 21257 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253697586 9855975424 19976 33554432000 1073741824 1073778376 140736841080240 140584384240680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21262] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21262/stat : 21262 (java) S 21255 21257 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253697586 9855975424 19976 33554432000 1073741824 1073778376 140736841080240 140584383187624 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21257/tid=21263] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21263/stat : 21263 (java) S 21255 21257 20334 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253697586 9855975424 19976 33554432000 1073741824 1073778376 140736841080240 140584382135080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21264] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21264/stat : 21264 (java) S 21255 21257 20334 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 253697586 9855975424 19976 33554432000 1073741824 1073778376 140736841080240 140584381082024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21265] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21265/stat : 21265 (java) S 21255 21257 20334 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253697586 9855975424 19976 33554432000 1073741824 1073778376 140736841080240 140584380029480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21266] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21266/stat : 21266 (java) S 21255 21257 20334 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253697586 9855975424 19976 33554432000 1073741824 1073778376 140736841080240 140584378976424 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21257/tid=21267] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21267/stat : 21267 (java) S 21255 21257 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253697586 9855975424 19976 33554432000 1073741824 1073778376 140736841080240 140584377923880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21257/tid=21268] ppid=21255 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/21257/task/21268/stat : 21268 (java) S 21255 21257 20334 0 -1 4202560 39 0 0 0 11 0 0 0 20 0 19 0 253697587 9855975424 19976 33554432000 1073741824 1073778376 140736841080240 140584365513576 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21269] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21269/stat : 21269 (java) S 21255 21257 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253697588 9855975424 19976 33554432000 1073741824 1073778376 140736841080240 140584364459896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21270] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21270/stat : 21270 (java) S 21255 21257 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253697588 9855975424 19976 33554432000 1073741824 1073778376 140736841080240 140584363406728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21271] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21271/stat : 21271 (java) S 21255 21257 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253697591 9855975424 19976 33554432000 1073741824 1073778376 140736841080240 140584362355472 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21272] ppid=21255 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/21257/task/21272/stat : 21272 (java) S 21255 21257 20334 0 -1 4202560 1892 0 0 0 18 0 0 0 20 0 19 0 253697591 9855975424 19976 33554432000 1073741824 1073778376 140736841080240 140584361302328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21273] ppid=21255 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/21257/task/21273/stat : 21273 (java) S 21255 21257 20334 0 -1 4202560 2694 0 0 0 22 0 0 0 20 0 19 0 253697591 9855975424 19976 33554432000 1073741824 1073778376 140736841080240 140584360249784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21274] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21274/stat : 21274 (java) S 21255 21257 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253697591 9855975424 19976 33554432000 1073741824 1073778376 140736841080240 140584359196920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21275] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21275/stat : 21275 (java) S 21255 21257 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253697591 9855975424 19976 33554432000 1073741824 1073778376 140736841080240 140584358144584 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21257/tid=21276] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21276/stat : 21276 (java) S 21255 21257 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253697605 9855975424 19976 33554432000 1073741824 1073778376 140736841080240 140584357090856 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.79
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=21257/tid=21265] ppid=21255 vsize=9624976 CPUtime=1.04 cores=0,2,4,6
/proc/21257/task/21265/stat : 21265 (java) S 21255 21257 20334 0 -1 4202560 192 0 0 0 98 6 0 0 20 0 19 0 253697586 9855975424 118047 33554432000 1073741824 1073778376 140736841080240 140584380029480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21266] ppid=21255 vsize=9624976 CPUtime=1.15 cores=0,2,4,6
/proc/21257/task/21266/stat : 21266 (java) S 21255 21257 20334 0 -1 4202560 440 0 0 0 110 5 0 0 20 0 19 0 253697586 9855975424 118047 33554432000 1073741824 1073778376 140736841080240 140584378976424 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21267] ppid=21255 vsize=9624976 CPUtime=1.03 cores=0,2,4,6
/proc/21257/task/21267/stat : 21267 (java) S 21255 21257 20334 0 -1 4202560 320 0 0 0 99 4 0 0 20 0 19 0 253697586 9855975424 118047 33554432000 1073741824 1073778376 140736841080240 140584377923880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21268] ppid=21255 vsize=9624976 CPUtime=9.39 cores=0,2,4,6
/proc/21257/task/21268/stat : 21268 (java) S 21255 21257 20334 0 -1 4202560 161 0 0 0 936 3 0 0 20 0 19 0 253697587 9855975424 118047 33554432000 1073741824 1073778376 140736841080240 140584365513576 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21257/tid=21269] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21269/stat : 21269 (java) S 21255 21257 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253697588 9855975424 118047 33554432000 1073741824 1073778376 140736841080240 140584364459896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21270] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21270/stat : 21270 (java) S 21255 21257 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253697588 9855975424 118047 33554432000 1073741824 1073778376 140736841080240 140584363406728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21271] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21271/stat : 21271 (java) S 21255 21257 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253697591 9855975424 118047 33554432000 1073741824 1073778376 140736841080240 140584362355472 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21272] ppid=21255 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/21257/task/21272/stat : 21272 (java) S 21255 21257 20334 0 -1 4202560 1892 0 0 0 18 0 0 0 20 0 19 0 253697591 9855975424 118047 33554432000 1073741824 1073778376 140736841080240 140584361302328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21273] ppid=21255 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/21257/task/21273/stat : 21273 (java) S 21255 21257 20334 0 -1 4202560 2763 0 0 0 25 0 0 0 20 0 19 0 253697591 9855975424 118047 33554432000 1073741824 1073778376 140736841080240 140584360249784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21274] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21274/stat : 21274 (java) S 21255 21257 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253697591 9855975424 118047 33554432000 1073741824 1073778376 140736841080240 140584359196920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21275] ppid=21255 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/21257/task/21275/stat : 21275 (java) S 21255 21257 20334 0 -1 4202560 99 0 0 0 38 19 0 0 20 0 19 0 253697591 9855975424 118047 33554432000 1073741824 1073778376 140736841080240 140584358144584 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21257/tid=21276] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21276/stat : 21276 (java) S 21255 21257 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253697605 9855975424 118047 33554432000 1073741824 1073778376 140736841080240 140584357090856 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1728.94
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/211 21350
/proc/meminfo: memFree=28987340/32873844 swapFree=7104/7104
[pid=21257] ppid=21255 vsize=9624976 CPUtime=1789.27 cores=0,2,4,6
/proc/21257/stat : 21257 (java) S 21255 21257 20334 0 -1 4202496 12125 0 1 0 178871 56 0 0 20 0 19 0 253697584 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140736841071376 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21257/statm: 2406244 129809 2272 9 0 2396937 0
[pid=21257/tid=21259] ppid=21255 vsize=9624976 CPUtime=1769.8 cores=0,2,4,6
/proc/21257/task/21259/stat : 21259 (java) R 21255 21257 20334 0 -1 4202560 2750 0 1 0 176949 31 0 0 20 0 19 0 253697585 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584541282592 140584481449216 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21257/tid=21260] ppid=21255 vsize=9624976 CPUtime=1.12 cores=0,2,4,6
/proc/21257/task/21260/stat : 21260 (java) S 21255 21257 20334 0 -1 4202560 433 0 0 0 109 3 0 0 20 0 19 0 253697586 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584385293224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21257/tid=21261] ppid=21255 vsize=9624976 CPUtime=1.09 cores=0,2,4,6
/proc/21257/task/21261/stat : 21261 (java) S 21255 21257 20334 0 -1 4202560 309 0 0 0 105 4 0 0 20 0 19 0 253697586 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584384240680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21257/tid=21262] ppid=21255 vsize=9624976 CPUtime=1.18 cores=0,2,4,6
/proc/21257/task/21262/stat : 21262 (java) S 21255 21257 20334 0 -1 4202560 446 0 0 0 111 7 0 0 20 0 19 0 253697586 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584383187624 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21263] ppid=21255 vsize=9624976 CPUtime=1.15 cores=0,2,4,6
/proc/21257/task/21263/stat : 21263 (java) S 21255 21257 20334 0 -1 4202560 391 0 0 0 112 3 0 0 20 0 19 0 253697586 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584382135080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21264] ppid=21255 vsize=9624976 CPUtime=1.15 cores=0,2,4,6
/proc/21257/task/21264/stat : 21264 (java) S 21255 21257 20334 0 -1 4202560 308 0 0 0 111 4 0 0 20 0 19 0 253697586 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584381082024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21257/tid=21265] ppid=21255 vsize=9624976 CPUtime=1.08 cores=0,2,4,6
/proc/21257/task/21265/stat : 21265 (java) S 21255 21257 20334 0 -1 4202560 227 0 0 0 102 6 0 0 20 0 19 0 253697586 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584380029480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21257/tid=21266] ppid=21255 vsize=9624976 CPUtime=1.23 cores=0,2,4,6
/proc/21257/task/21266/stat : 21266 (java) S 21255 21257 20334 0 -1 4202560 537 0 0 0 118 5 0 0 20 0 19 0 253697586 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584378976424 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21257/tid=21267] ppid=21255 vsize=9624976 CPUtime=1.08 cores=0,2,4,6
/proc/21257/task/21267/stat : 21267 (java) S 21255 21257 20334 0 -1 4202560 323 0 0 0 104 4 0 0 20 0 19 0 253697586 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584377923880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21268] ppid=21255 vsize=9624976 CPUtime=9.79 cores=0,2,4,6
/proc/21257/task/21268/stat : 21268 (java) S 21255 21257 20334 0 -1 4202560 462 0 0 0 976 3 0 0 20 0 19 0 253697587 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584365513576 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21269] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21269/stat : 21269 (java) S 21255 21257 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253697588 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584364459896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21270] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21270/stat : 21270 (java) S 21255 21257 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253697588 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584363406728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21271] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21271/stat : 21271 (java) S 21255 21257 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253697591 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584362355472 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21272] ppid=21255 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/21257/task/21272/stat : 21272 (java) S 21255 21257 20334 0 -1 4202560 1892 0 0 0 18 0 0 0 20 0 19 0 253697591 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584361302328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21273] ppid=21255 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/21257/task/21273/stat : 21273 (java) S 21255 21257 20334 0 -1 4202560 2763 0 0 0 25 0 0 0 20 0 19 0 253697591 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584360249784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21274] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21274/stat : 21274 (java) S 21255 21257 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253697591 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584359196920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21275] ppid=21255 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/21257/task/21275/stat : 21275 (java) S 21255 21257 20334 0 -1 4202560 103 0 0 0 39 21 0 0 20 0 19 0 253697591 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584358144584 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21276] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21276/stat : 21276 (java) S 21255 21257 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253697605 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584357090856 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1789.27
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.1 s]
/proc/loadavg: 2.03 2.01 1.98 3/211 21350
/proc/meminfo: memFree=28981072/32873844 swapFree=7104/7104
[pid=21257] ppid=21255 vsize=9624976 CPUtime=1800.09 cores=0,2,4,6
/proc/21257/stat : 21257 (java) S 21255 21257 20334 0 -1 4202496 12128 0 1 0 179953 56 0 0 20 0 19 0 253697584 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140736841071376 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21257/statm: 2406244 129809 2272 9 0 2396937 0
[pid=21257/tid=21259] ppid=21255 vsize=9624976 CPUtime=1780.51 cores=0,2,4,6
/proc/21257/task/21259/stat : 21259 (java) R 21255 21257 20334 0 -1 4202560 2751 0 1 0 178019 32 0 0 20 0 19 0 253697585 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584541282592 140584481470985 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21257/tid=21260] ppid=21255 vsize=9624976 CPUtime=1.13 cores=0,2,4,6
/proc/21257/task/21260/stat : 21260 (java) S 21255 21257 20334 0 -1 4202560 433 0 0 0 110 3 0 0 20 0 19 0 253697586 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584385293224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21257/tid=21261] ppid=21255 vsize=9624976 CPUtime=1.09 cores=0,2,4,6
/proc/21257/task/21261/stat : 21261 (java) S 21255 21257 20334 0 -1 4202560 309 0 0 0 105 4 0 0 20 0 19 0 253697586 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584384240680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21257/tid=21262] ppid=21255 vsize=9624976 CPUtime=1.18 cores=0,2,4,6
/proc/21257/task/21262/stat : 21262 (java) S 21255 21257 20334 0 -1 4202560 446 0 0 0 111 7 0 0 20 0 19 0 253697586 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584383187624 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21263] ppid=21255 vsize=9624976 CPUtime=1.15 cores=0,2,4,6
/proc/21257/task/21263/stat : 21263 (java) S 21255 21257 20334 0 -1 4202560 391 0 0 0 112 3 0 0 20 0 19 0 253697586 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584382135080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21264] ppid=21255 vsize=9624976 CPUtime=1.15 cores=0,2,4,6
/proc/21257/task/21264/stat : 21264 (java) S 21255 21257 20334 0 -1 4202560 308 0 0 0 111 4 0 0 20 0 19 0 253697586 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584381082024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21257/tid=21265] ppid=21255 vsize=9624976 CPUtime=1.09 cores=0,2,4,6
/proc/21257/task/21265/stat : 21265 (java) S 21255 21257 20334 0 -1 4202560 227 0 0 0 103 6 0 0 20 0 19 0 253697586 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584380029480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21266] ppid=21255 vsize=9624976 CPUtime=1.23 cores=0,2,4,6
/proc/21257/task/21266/stat : 21266 (java) S 21255 21257 20334 0 -1 4202560 537 0 0 0 118 5 0 0 20 0 19 0 253697586 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584378976424 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21257/tid=21267] ppid=21255 vsize=9624976 CPUtime=1.09 cores=0,2,4,6
/proc/21257/task/21267/stat : 21267 (java) S 21255 21257 20334 0 -1 4202560 323 0 0 0 105 4 0 0 20 0 19 0 253697586 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584377923880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21268] ppid=21255 vsize=9624976 CPUtime=9.88 cores=0,2,4,6
/proc/21257/task/21268/stat : 21268 (java) S 21255 21257 20334 0 -1 4202560 464 0 0 0 985 3 0 0 20 0 19 0 253697587 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584365513576 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21269] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21269/stat : 21269 (java) S 21255 21257 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253697588 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584364459896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21270] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21270/stat : 21270 (java) S 21255 21257 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253697588 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584363406728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21271] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21271/stat : 21271 (java) S 21255 21257 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253697591 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584362355472 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21272] ppid=21255 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/21257/task/21272/stat : 21272 (java) S 21255 21257 20334 0 -1 4202560 1892 0 0 0 18 0 0 0 20 0 19 0 253697591 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584361302328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21273] ppid=21255 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/21257/task/21273/stat : 21273 (java) S 21255 21257 20334 0 -1 4202560 2763 0 0 0 25 0 0 0 20 0 19 0 253697591 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584360249784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21274] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21274/stat : 21274 (java) S 21255 21257 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253697591 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584359196920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21275] ppid=21255 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/21257/task/21275/stat : 21275 (java) S 21255 21257 20334 0 -1 4202560 103 0 0 0 39 21 0 0 20 0 19 0 253697591 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584358144584 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21276] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21276/stat : 21276 (java) S 21255 21257 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253697605 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584357090856 235378096041 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) 9624976

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

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

[startup+1793.1 s]
/proc/loadavg: 2.03 2.01 1.98 3/211 21350
/proc/meminfo: memFree=28981072/32873844 swapFree=7104/7104
[pid=21257] ppid=21255 vsize=9624976 CPUtime=1800.09 cores=0,2,4,6
/proc/21257/stat : 21257 (java) S 21255 21257 20334 0 -1 4202496 12128 0 1 0 179953 56 0 0 20 0 19 0 253697584 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140736841071376 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21257/statm: 2406244 129809 2272 9 0 2396937 0
[pid=21257/tid=21259] ppid=21255 vsize=9624976 CPUtime=1780.51 cores=0,2,4,6
/proc/21257/task/21259/stat : 21259 (java) R 21255 21257 20334 0 -1 4202560 2751 0 1 0 178019 32 0 0 20 0 19 0 253697585 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584541282592 140584481470985 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21257/tid=21260] ppid=21255 vsize=9624976 CPUtime=1.13 cores=0,2,4,6
/proc/21257/task/21260/stat : 21260 (java) S 21255 21257 20334 0 -1 4202560 433 0 0 0 110 3 0 0 20 0 19 0 253697586 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584385293224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21257/tid=21261] ppid=21255 vsize=9624976 CPUtime=1.09 cores=0,2,4,6
/proc/21257/task/21261/stat : 21261 (java) S 21255 21257 20334 0 -1 4202560 309 0 0 0 105 4 0 0 20 0 19 0 253697586 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584384240680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21257/tid=21262] ppid=21255 vsize=9624976 CPUtime=1.18 cores=0,2,4,6
/proc/21257/task/21262/stat : 21262 (java) S 21255 21257 20334 0 -1 4202560 446 0 0 0 111 7 0 0 20 0 19 0 253697586 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584383187624 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21263] ppid=21255 vsize=9624976 CPUtime=1.15 cores=0,2,4,6
/proc/21257/task/21263/stat : 21263 (java) S 21255 21257 20334 0 -1 4202560 391 0 0 0 112 3 0 0 20 0 19 0 253697586 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584382135080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21264] ppid=21255 vsize=9624976 CPUtime=1.15 cores=0,2,4,6
/proc/21257/task/21264/stat : 21264 (java) S 21255 21257 20334 0 -1 4202560 308 0 0 0 111 4 0 0 20 0 19 0 253697586 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584381082024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21257/tid=21265] ppid=21255 vsize=9624976 CPUtime=1.09 cores=0,2,4,6
/proc/21257/task/21265/stat : 21265 (java) S 21255 21257 20334 0 -1 4202560 227 0 0 0 103 6 0 0 20 0 19 0 253697586 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584380029480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21266] ppid=21255 vsize=9624976 CPUtime=1.23 cores=0,2,4,6
/proc/21257/task/21266/stat : 21266 (java) S 21255 21257 20334 0 -1 4202560 537 0 0 0 118 5 0 0 20 0 19 0 253697586 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584378976424 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21257/tid=21267] ppid=21255 vsize=9624976 CPUtime=1.09 cores=0,2,4,6
/proc/21257/task/21267/stat : 21267 (java) S 21255 21257 20334 0 -1 4202560 323 0 0 0 105 4 0 0 20 0 19 0 253697586 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584377923880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21268] ppid=21255 vsize=9624976 CPUtime=9.88 cores=0,2,4,6
/proc/21257/task/21268/stat : 21268 (java) S 21255 21257 20334 0 -1 4202560 464 0 0 0 985 3 0 0 20 0 19 0 253697587 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584365513576 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21269] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21269/stat : 21269 (java) S 21255 21257 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253697588 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584364459896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21270] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21270/stat : 21270 (java) S 21255 21257 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253697588 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584363406728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21271] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21271/stat : 21271 (java) S 21255 21257 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253697591 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584362355472 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21272] ppid=21255 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/21257/task/21272/stat : 21272 (java) S 21255 21257 20334 0 -1 4202560 1892 0 0 0 18 0 0 0 20 0 19 0 253697591 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584361302328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21273] ppid=21255 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/21257/task/21273/stat : 21273 (java) S 21255 21257 20334 0 -1 4202560 2763 0 0 0 25 0 0 0 20 0 19 0 253697591 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584360249784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21274] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21274/stat : 21274 (java) S 21255 21257 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253697591 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584359196920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21257/tid=21275] ppid=21255 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/21257/task/21275/stat : 21275 (java) S 21255 21257 20334 0 -1 4202560 103 0 0 0 39 21 0 0 20 0 19 0 253697591 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584358144584 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21257/tid=21276] ppid=21255 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21257/task/21276/stat : 21276 (java) S 21255 21257 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253697605 9855975424 129809 33554432000 1073741824 1073778376 140736841080240 140584357090856 235378096041 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) 9624976

Child status: 143
Real time (s): 1793.15
CPU time (s): 1800.89
CPU user time (s): 1799.82
CPU system time (s): 1.07184
CPU usage (%): 100.432
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 1.07184
maximum resident set size= 519396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12170
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43123
involuntary context switches= 21824

runsolver used 7.39987 second user time and 12.5331 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-24 18:08:10
IDJOB=3687835
IDBENCH=2222
IDSOLVER=2269
FILE ID=node104/3687835-1337875690
RUNJOBID= node104-1337871880-20350
PBS_JOBID= 14620100
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:10:4.5:0.5:100.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687835-1337875690/watcher-3687835-1337875690 -o /tmp/evaluation-result-3687835-1337875690/solver-3687835-1337875690 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687835-1337875690.opb

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

MD5SUM BENCH= 4dfe0aab63c58302cf08520fc713ceae
RANDOM SEED=579258093

node104.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.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.53
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.266
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.266
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.266
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.92
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.266
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.266
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29940328 kB
Buffers:          198844 kB
Cached:          1792232 kB
SwapCached:            0 kB
Active:           518152 kB
Inactive:        1653856 kB
Active(anon):     183780 kB
Inactive(anon):        0 kB
Active(file):     334372 kB
Inactive(file):  1653856 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               524 kB
Writeback:             8 kB
AnonPages:        190336 kB
Mapped:            21592 kB
Shmem:               200 kB
Slab:             621916 kB
SReclaimable:      64560 kB
SUnreclaim:       557356 kB
KernelStack:        1600 kB
PageTables:         4208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     686284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 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= 71712 MiB
End job on node104 at 2012-05-24 18:38:05