Trace number 3711175

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)-14 1800.07 1792.96

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_3.opb
MD5SUM29cda419af6adbdf14450bbe70fbdfc2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-15
Best CPU time to get the best result obtained on this benchmark1797.54
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6180
Sum of products size (including duplicates)12360
Number of different products3090
Sum of products size6180

Quality of the solution as a function of time


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

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=true
0.09/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-3711175-1338173491.opb
0.09/0.13	c reading problem ... 
0.72/0.42	c ... done. Wall clock time 0.293s.
0.72/0.42	c declared #vars     200
0.72/0.42	c internal #vars     3290
0.72/0.42	c #constraints  6482
0.72/0.42	c constraints type 
0.72/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3090
0.72/0.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 202
0.72/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.72/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3090
0.72/0.42	c 6482 constraints processed.
0.72/0.48	c SATISFIABLE
0.72/0.48	c OPTIMIZING...
0.72/0.48	c Got one! Elapsed wall clock time (in seconds):0.351
0.72/0.48	o 0
1.02/0.58	c Got one! Elapsed wall clock time (in seconds):0.458
1.02/0.58	o -1
1.32/0.67	c Got one! Elapsed wall clock time (in seconds):0.545
1.32/0.67	o -9
1.32/0.68	c Got one! Elapsed wall clock time (in seconds):0.551
1.32/0.68	o -10
1.57/0.70	c Got one! Elapsed wall clock time (in seconds):0.576
1.57/0.70	o -11
1.57/0.76	c Got one! Elapsed wall clock time (in seconds):0.632
1.57/0.76	o -12
2.27/1.25	c cleaning 2655 clauses out of 5309 with flag 5002/5309
2.84/1.74	c Got one! Elapsed wall clock time (in seconds):1.612
2.84/1.74	o -13
3.24/2.11	c cleaning 6775 clauses out of 13549 with flag 5000/16204
3.74/2.61	c cleaning 6385 clauses out of 12775 with flag 11001/22205
4.30/3.14	c cleaning 6693 clauses out of 13391 with flag 18002/29206
4.92/3.75	c cleaning 7340 clauses out of 14696 with flag 26000/37204
5.63/4.48	c cleaning 8176 clauses out of 16357 with flag 35001/46205
6.43/5.27	c cleaning 9083 clauses out of 18182 with flag 45002/56206
7.24/6.06	c cleaning 10049 clauses out of 20097 with flag 56000/67204
8.24/7.04	c cleaning 11017 clauses out of 22048 with flag 68000/79204
9.14/7.98	c cleaning 12010 clauses out of 24031 with flag 81000/92204
10.45/9.30	c cleaning 13010 clauses out of 26025 with flag 95004/106208
11.76/10.51	c cleaning 14002 clauses out of 28011 with flag 110000/121204
13.08/11.82	c cleaning 15003 clauses out of 30009 with flag 126000/137204
14.58/13.31	c cleaning 15996 clauses out of 32006 with flag 143000/154204
16.30/15.05	c cleaning 17004 clauses out of 34011 with flag 161001/172205
17.84/16.53	c cleaning 17997 clauses out of 36006 with flag 180000/191204
19.74/18.44	c cleaning 18999 clauses out of 38009 with flag 200000/211204
21.55/20.29	c cleaning 20001 clauses out of 40014 with flag 221004/232208
23.77/22.44	c cleaning 20995 clauses out of 42009 with flag 243000/254204
25.78/24.42	c cleaning 22004 clauses out of 44014 with flag 266000/277204
27.89/26.57	c cleaning 22999 clauses out of 46011 with flag 290001/301205
30.10/28.77	c cleaning 23995 clauses out of 48011 with flag 315000/326204
32.51/31.16	c cleaning 24998 clauses out of 50016 with flag 341000/352204
35.34/34.00	c cleaning 26002 clauses out of 52019 with flag 368001/379205
37.86/36.49	c cleaning 27003 clauses out of 54016 with flag 396000/407204
40.58/39.10	c cleaning 28001 clauses out of 56017 with flag 425004/436208
41.00/39.57	c Got one! Elapsed wall clock time (in seconds):39.447
41.00/39.57	o -14
41.39/39.97	c cleaning 19255 clauses out of 38520 with flag 5000/446712
41.91/40.44	c cleaning 12626 clauses out of 25265 with flag 11000/452712
42.53/41.01	c cleaning 9797 clauses out of 19640 with flag 18001/459713
43.13/41.61	c cleaning 8908 clauses out of 17842 with flag 26000/467712
43.85/42.33	c cleaning 8959 clauses out of 17936 with flag 35002/476714
44.56/43.07	c cleaning 9479 clauses out of 18975 with flag 45000/486712
45.57/44.07	c cleaning 10243 clauses out of 20496 with flag 56000/497712
46.58/45.10	c cleaning 11118 clauses out of 22253 with flag 68000/509712
47.78/46.23	c cleaning 12065 clauses out of 24135 with flag 81000/522712
48.97/47.47	c cleaning 13026 clauses out of 26070 with flag 95000/536712
50.48/48.92	c cleaning 14008 clauses out of 28044 with flag 110000/551712
51.99/50.42	c cleaning 15009 clauses out of 30036 with flag 126000/567712
53.59/52.07	c cleaning 16004 clauses out of 32028 with flag 143001/584713
55.09/53.52	c cleaning 17005 clauses out of 34029 with flag 161006/602718
56.50/54.99	c cleaning 18000 clauses out of 36019 with flag 180001/621713
58.10/56.57	c cleaning 18998 clauses out of 38021 with flag 200003/641715
59.72/58.18	c cleaning 20005 clauses out of 40023 with flag 221003/662715
61.62/60.03	c cleaning 21003 clauses out of 42016 with flag 243001/684713
64.03/62.45	c cleaning 22000 clauses out of 44012 with flag 266000/707712
65.95/64.39	c cleaning 22997 clauses out of 46012 with flag 290000/731712
68.36/66.71	c cleaning 23999 clauses out of 48015 with flag 315000/756712
70.70/69.05	c cleaning 24999 clauses out of 50019 with flag 341003/782715
73.11/71.49	c cleaning 25998 clauses out of 52017 with flag 368000/809712
75.93/74.23	c cleaning 27003 clauses out of 54019 with flag 396000/837712
78.95/77.25	c cleaning 28000 clauses out of 56016 with flag 425000/866712
81.77/80.10	c cleaning 29001 clauses out of 58017 with flag 455001/896713
84.38/82.68	c cleaning 30005 clauses out of 60015 with flag 486000/927712
86.99/85.21	c cleaning 30998 clauses out of 62011 with flag 518001/959713
89.73/87.99	c cleaning 32000 clauses out of 64012 with flag 551000/992712
92.83/91.02	c cleaning 33000 clauses out of 66014 with flag 585002/1026714
96.25/94.41	c cleaning 33999 clauses out of 68012 with flag 620000/1061712
99.58/97.75	c cleaning 35000 clauses out of 70016 with flag 656003/1097715
103.98/102.19	c cleaning 36002 clauses out of 72015 with flag 693002/1134714
108.71/106.87	c cleaning 36994 clauses out of 74012 with flag 731001/1172713
112.93/111.06	c cleaning 37999 clauses out of 76017 with flag 770000/1211712
117.95/116.01	c cleaning 39000 clauses out of 78018 with flag 810000/1251712
122.99/121.06	c cleaning 39994 clauses out of 80019 with flag 851001/1292713
127.49/125.55	c cleaning 41010 clauses out of 82025 with flag 893001/1334713
131.21/129.27	c cleaning 41997 clauses out of 84016 with flag 936002/1377714
135.53/133.54	c cleaning 43000 clauses out of 86017 with flag 980000/1421712
140.15/138.15	c cleaning 43998 clauses out of 88017 with flag 1025000/1466712
144.27/142.25	c cleaning 45001 clauses out of 90020 with flag 1071001/1512713
149.09/147.03	c cleaning 46000 clauses out of 92018 with flag 1118000/1559712
155.41/153.33	c cleaning 47001 clauses out of 94018 with flag 1166000/1607712
160.43/158.36	c cleaning 48005 clauses out of 96017 with flag 1215000/1656712
166.15/164.07	c cleaning 48999 clauses out of 98012 with flag 1265000/1706712
172.79/170.60	c cleaning 49992 clauses out of 100013 with flag 1316000/1757712
178.34/176.17	c cleaning 51001 clauses out of 102021 with flag 1368000/1809712
185.96/183.72	c cleaning 52003 clauses out of 104020 with flag 1421000/1862712
194.48/192.21	c cleaning 53000 clauses out of 106018 with flag 1475001/1916713
202.72/200.43	c cleaning 54001 clauses out of 108018 with flag 1530001/1971713
208.35/206.08	c cleaning 54995 clauses out of 110018 with flag 1586002/2027714
214.85/212.54	c cleaning 56005 clauses out of 112021 with flag 1643000/2084712
220.97/218.64	c cleaning 56997 clauses out of 114016 with flag 1701000/2142712
226.90/224.60	c cleaning 58007 clauses out of 116020 with flag 1760001/2201713
236.23/233.81	c cleaning 59000 clauses out of 118012 with flag 1820000/2261712
243.37/240.93	c cleaning 60000 clauses out of 120012 with flag 1881000/2322712
251.59/249.18	c cleaning 60997 clauses out of 122013 with flag 1943001/2384713
259.58/257.03	c cleaning 61996 clauses out of 124016 with flag 2006001/2447713
266.40/263.83	c cleaning 62999 clauses out of 126019 with flag 2070000/2511712
274.83/272.22	c cleaning 63996 clauses out of 128020 with flag 2135000/2576712
284.78/282.12	c cleaning 65000 clauses out of 130024 with flag 2201000/2642712
292.30/289.66	c cleaning 65998 clauses out of 132024 with flag 2268000/2709712
301.03/298.30	c cleaning 66999 clauses out of 134027 with flag 2336001/2777713
311.09/308.30	c cleaning 68005 clauses out of 136027 with flag 2405000/2846712
321.34/318.50	c cleaning 68998 clauses out of 138024 with flag 2475002/2916714
330.78/327.97	c cleaning 69998 clauses out of 140025 with flag 2546001/2987713
337.72/334.82	c cleaning 71005 clauses out of 142026 with flag 2618000/3059712
345.45/342.56	c cleaning 72002 clauses out of 144021 with flag 2691000/3132712
353.09/350.13	c cleaning 73004 clauses out of 146020 with flag 2765001/3206713
365.13/362.14	c cleaning 74004 clauses out of 148019 with flag 2840004/3281716
375.06/372.06	c cleaning 74997 clauses out of 150011 with flag 2916000/3357712
384.70/381.61	c cleaning 76005 clauses out of 152017 with flag 2993003/3434715
398.92/395.80	c cleaning 76995 clauses out of 154009 with flag 3071000/3512712
412.41/409.22	c cleaning 77996 clauses out of 156014 with flag 3150000/3591712
423.05/419.89	c cleaning 79006 clauses out of 158019 with flag 3230001/3671713
434.98/431.73	c cleaning 79992 clauses out of 160014 with flag 3311002/3752714
447.15/443.84	c cleaning 81005 clauses out of 162022 with flag 3393002/3834714
456.68/453.32	c cleaning 81997 clauses out of 164017 with flag 3476002/3917714
466.01/462.60	c cleaning 83000 clauses out of 166019 with flag 3560001/4001713
475.65/472.24	c cleaning 83990 clauses out of 168018 with flag 3645000/4086712
489.69/486.24	c cleaning 85003 clauses out of 170029 with flag 3731001/4172713
504.10/500.68	c cleaning 86007 clauses out of 172027 with flag 3818002/4259714
518.02/514.58	c cleaning 86999 clauses out of 174018 with flag 3906000/4347712
529.98/526.40	c cleaning 87998 clauses out of 176019 with flag 3995000/4436712
540.32/536.77	c cleaning 89003 clauses out of 178021 with flag 4085000/4526712
550.34/546.77	c cleaning 90003 clauses out of 180018 with flag 4176000/4617712
560.08/556.41	c cleaning 90997 clauses out of 182015 with flag 4268000/4709712
573.19/569.58	c cleaning 92001 clauses out of 184018 with flag 4361000/4802712
585.44/581.80	c cleaning 92996 clauses out of 186019 with flag 4455002/4896714
597.36/593.60	c cleaning 94004 clauses out of 188021 with flag 4550000/4991712
614.30/610.52	c cleaning 94993 clauses out of 190017 with flag 4646000/5087712
626.66/622.84	c cleaning 96003 clauses out of 192024 with flag 4743000/5184712
642.08/638.26	c cleaning 96998 clauses out of 194021 with flag 4841000/5282712
656.13/652.27	c cleaning 98003 clauses out of 196024 with flag 4940001/5381713
671.18/667.24	c cleaning 98998 clauses out of 198020 with flag 5040000/5481712
686.93/682.89	c cleaning 100002 clauses out of 200022 with flag 5141000/5582712
703.30/699.13	c cleaning 101001 clauses out of 202020 with flag 5243000/5684712
718.13/713.98	c cleaning 102003 clauses out of 204019 with flag 5346000/5787712
738.24/734.03	c cleaning 102998 clauses out of 206017 with flag 5450001/5891713
754.70/750.44	c cleaning 104008 clauses out of 208020 with flag 5555002/5996714
771.66/767.34	c cleaning 104995 clauses out of 210010 with flag 5661000/6102712
793.28/788.93	c cleaning 105994 clauses out of 212016 with flag 5768001/6209713
811.06/806.66	c cleaning 106997 clauses out of 214021 with flag 5876000/6317712
827.21/822.79	c cleaning 107995 clauses out of 216024 with flag 5985000/6426712
849.95/845.48	c cleaning 109000 clauses out of 218031 with flag 6095002/6536714
871.09/866.50	c cleaning 109999 clauses out of 220031 with flag 6206002/6647714
888.04/883.48	c cleaning 111013 clauses out of 222031 with flag 6318001/6759713
900.33/895.65	c cleaning 112000 clauses out of 224017 with flag 6431000/6872712
913.65/908.90	c cleaning 113001 clauses out of 226018 with flag 6545001/6986713
926.37/921.66	c cleaning 113999 clauses out of 228016 with flag 6660000/7101712
940.11/935.39	c cleaning 115002 clauses out of 230017 with flag 6776000/7217712
959.65/954.82	c cleaning 116001 clauses out of 232017 with flag 6893002/7334714
973.50/968.64	c cleaning 117000 clauses out of 234015 with flag 7011001/7452713
996.13/991.22	c cleaning 117998 clauses out of 236016 with flag 7130002/7571714
1019.17/1014.25	c cleaning 119002 clauses out of 238016 with flag 7250000/7691712
1037.94/1032.95	c cleaning 120000 clauses out of 240016 with flag 7371002/7812714
1061.15/1056.19	c cleaning 121002 clauses out of 242016 with flag 7493002/7934714
1087.74/1082.62	c cleaning 121996 clauses out of 244012 with flag 7616000/8057712
1117.01/1111.80	c cleaning 122993 clauses out of 246016 with flag 7740000/8181712
1132.98/1127.77	c cleaning 124003 clauses out of 248023 with flag 7865000/8306712
1156.23/1150.98	c cleaning 124991 clauses out of 250020 with flag 7991000/8432712
1178.89/1173.54	c cleaning 126003 clauses out of 252029 with flag 8118000/8559712
1203.15/1197.73	c cleaning 127002 clauses out of 254027 with flag 8246001/8687713
1227.50/1222.03	c cleaning 128005 clauses out of 256025 with flag 8375001/8816713
1255.37/1249.83	c cleaning 129005 clauses out of 258019 with flag 8505000/8946712
1275.15/1269.50	c cleaning 129996 clauses out of 260015 with flag 8636001/9077713
1303.82/1298.11	c cleaning 131005 clauses out of 262018 with flag 8768000/9209712
1325.61/1319.87	c cleaning 131997 clauses out of 264013 with flag 8901000/9342712
1350.19/1344.36	c cleaning 133003 clauses out of 266017 with flag 9035001/9476713
1375.49/1369.57	c cleaning 133999 clauses out of 268015 with flag 9170002/9611714
1397.08/1391.09	c cleaning 134998 clauses out of 270014 with flag 9306000/9747712
1422.12/1416.05	c cleaning 135998 clauses out of 272017 with flag 9443001/9884713
1450.28/1444.12	c cleaning 137000 clauses out of 274021 with flag 9581003/10022715
1467.45/1461.27	c cleaning 138005 clauses out of 276021 with flag 9720003/10161715
1483.19/1476.99	c cleaning 139002 clauses out of 278013 with flag 9860000/10301712
1501.34/1495.02	c cleaning 139993 clauses out of 280011 with flag 10001000/10442712
1520.69/1514.31	c cleaning 140993 clauses out of 282019 with flag 10143001/10584713
1544.38/1537.91	c cleaning 142003 clauses out of 284027 with flag 10286002/10727714
1566.75/1560.30	c cleaning 142990 clauses out of 286022 with flag 10430000/10871712
1595.09/1588.50	c cleaning 144000 clauses out of 288032 with flag 10575000/11016712
1615.28/1608.66	c cleaning 145001 clauses out of 290033 with flag 10721001/11162713
1650.74/1644.09	c cleaning 146001 clauses out of 292032 with flag 10868001/11309713
1680.53/1673.71	c cleaning 147006 clauses out of 294030 with flag 11016000/11457712
1709.99/1703.19	c cleaning 148008 clauses out of 296025 with flag 11165001/11606713
1733.56/1726.61	c cleaning 148993 clauses out of 298016 with flag 11315000/11756712
1765.81/1758.88	c cleaning 150001 clauses out of 300024 with flag 11466001/11907713
1794.79/1787.72	c cleaning 150992 clauses out of 302022 with flag 11618000/12059712
1800.07/1792.92	c starts		: 331
1800.07/1792.92	c conflicts		: 12108655
1800.07/1792.92	c decisions		: 14513072
1800.07/1792.92	c propagations		: 184114003
1800.07/1792.92	c inspects		: 14930357926
1800.07/1792.92	c shortcuts		: 0
1800.07/1792.92	c learnt literals	: 0
1800.07/1792.92	c learnt binary clauses	: 0
1800.07/1792.92	c learnt ternary clauses	: 47473
1800.07/1792.92	c learnt constraints	: 12108655
1800.07/1792.92	c ignored constraints	: 0
1800.07/1792.92	c root simplifications	: 331
1800.07/1792.92	c removed literals (reason simplification)	: 389876214
1800.07/1792.92	c reason swapping (by a shorter reason)	: 0
1800.07/1792.92	c Calls to reduceDB	: 174
1800.07/1792.92	c number of reductions to clauses (during analyze)	: 0
1800.07/1792.92	c number of learned constraints concerned by reduction	: 0
1800.07/1792.92	c number of learning phase by resolution	: 0
1800.07/1792.92	c number of learning phase by cutting planes	: 0
1800.07/1792.92	c speed (assignments/second)	: 102714.1127705036
1800.07/1792.92	c non guided choices	6286
1800.07/1792.95	c learnt constraints type 
1800.07/1792.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 200192
1800.07/1792.95	c constraints type 
1800.07/1792.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3090
1800.07/1792.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1800.07/1792.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1800.07/1792.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3090
1800.07/1792.95	c 6483 constraints processed.
1800.07/1792.95	s SATISFIABLE
1800.07/1792.95	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 
1800.07/1792.95	c objective function=-14
1800.07/1792.95	c Total wall clock time (in seconds): 1792.823

Verifier Data

OK	-14

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-3711175-1338173491/watcher-3711175-1338173491 -o /tmp/evaluation-result-3711175-1338173491/solver-3711175-1338173491 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711175-1338173491.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.27 2.08 2.02 3/192 17233
/proc/meminfo: memFree=29579280/32873852 swapFree=7624/7624
[pid=17233] ppid=17231 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/17233/stat : 17233 (java) D 17231 17233 15185 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 283474586 9515008 183 33554432000 1073741824 1073778376 140735780150576 140735780141608 252263087797 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/17233/statm: 2323 183 140 9 0 71 0

[startup+0.0560751 s]
/proc/loadavg: 2.27 2.08 2.02 3/192 17233
/proc/meminfo: memFree=29579280/32873852 swapFree=7624/7624
[pid=17233] ppid=17231 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/17233/stat : 17233 (java) S 17231 17233 15185 0 -1 4202496 3072 0 1 0 3 0 0 0 20 0 13 0 283474586 9446973440 3769 33554432000 1073741824 1073778376 140737077063104 140737077054240 252266446909 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17233/statm: 2306390 3770 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.10025 s]
/proc/loadavg: 2.27 2.08 2.02 3/192 17233
/proc/meminfo: memFree=29579280/32873852 swapFree=7624/7624
[pid=17233] ppid=17231 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/17233/stat : 17233 (java) S 17231 17233 15185 0 -1 4202496 4199 0 1 0 8 1 0 0 20 0 18 0 283474586 9787842560 5405 33554432000 1073741824 1073778376 140737077063104 140737077054240 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17233/statm: 2389610 5406 2111 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300213 s]
/proc/loadavg: 2.27 2.08 2.02 3/192 17233
/proc/meminfo: memFree=29579280/32873852 swapFree=7624/7624
[pid=17233] ppid=17231 vsize=9558440 CPUtime=0.42 cores=0,2,4,6
/proc/17233/stat : 17233 (java) S 17231 17233 15185 0 -1 4202496 5929 0 1 0 41 1 0 0 20 0 18 0 283474586 9787842560 8274 33554432000 1073741824 1073778376 140737077063104 140737077054240 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17233/statm: 2389610 8274 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558440

[startup+0.700219 s]
/proc/loadavg: 2.27 2.08 2.02 3/192 17233
/proc/meminfo: memFree=29579280/32873852 swapFree=7624/7624
[pid=17233] ppid=17231 vsize=9625004 CPUtime=1.57 cores=0,2,4,6
/proc/17233/stat : 17233 (java) S 17231 17233 15185 0 -1 4202496 13956 0 1 0 154 3 0 0 20 0 19 0 283474586 9856004096 16616 33554432000 1073741824 1073778376 140737077063104 140737077054240 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17233/statm: 2406251 16616 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 9625004

[startup+1.50061 s]
/proc/loadavg: 2.25 2.08 2.02 3/211 17252
/proc/meminfo: memFree=29519544/32873852 swapFree=7624/7624
[pid=17233] ppid=17231 vsize=9625004 CPUtime=2.61 cores=0,2,4,6
/proc/17233/stat : 17233 (java) S 17231 17233 15185 0 -1 4202496 14047 0 1 0 257 4 0 0 20 0 19 0 283474586 9856004096 20279 33554432000 1073741824 1073778376 140737077063104 140737077054240 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17233/statm: 2406251 20279 2290 9 0 2396937 0
[pid=17233/tid=17235] ppid=17231 vsize=9625004 CPUtime=1.44 cores=0,2,4,6
/proc/17233/task/17235/stat : 17235 (java) R 17231 17233 15185 0 -1 4202560 2523 0 1 0 142 2 0 0 20 0 19 0 283474587 9856004096 20279 33554432000 1073741824 1073778376 140737077063104 139865759576168 139865627667971 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17236] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17236/stat : 17236 (java) S 17231 17233 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283474588 9856004096 20279 33554432000 1073741824 1073778376 140737077063104 139865748638632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17237] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17237/stat : 17237 (java) S 17231 17233 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283474588 9856004096 20279 33554432000 1073741824 1073778376 140737077063104 139865747586088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17233/tid=17238] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17238/stat : 17238 (java) S 17231 17233 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283474588 9856004096 20279 33554432000 1073741824 1073778376 140737077063104 139865746533032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17233/tid=17239] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17239/stat : 17239 (java) S 17231 17233 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283474588 9856004096 20279 33554432000 1073741824 1073778376 140737077063104 139865745480488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17240] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17240/stat : 17240 (java) S 17231 17233 15185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283474588 9856004096 20279 33554432000 1073741824 1073778376 140737077063104 139865599195560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17233/tid=17241] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17241/stat : 17241 (java) S 17231 17233 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283474588 9856004096 20279 33554432000 1073741824 1073778376 140737077063104 139865598143016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17242] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17242/stat : 17242 (java) S 17231 17233 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283474588 9856004096 20279 33554432000 1073741824 1073778376 140737077063104 139865597089960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17233/tid=17243] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17243/stat : 17243 (java) S 17231 17233 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283474588 9856004096 20279 33554432000 1073741824 1073778376 140737077063104 139865596037416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17233/tid=17244] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17244/stat : 17244 (java) S 17231 17233 15185 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 283474589 9856004096 20279 33554432000 1073741824 1073778376 140737077063104 139865583840104 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17245] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17245/stat : 17245 (java) S 17231 17233 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283474590 9856004096 20279 33554432000 1073741824 1073778376 140737077063104 139865582786424 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17246] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17246/stat : 17246 (java) S 17231 17233 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283474590 9856004096 20279 33554432000 1073741824 1073778376 140737077063104 139865581733256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17247] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17247/stat : 17247 (java) S 17231 17233 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283474592 9856004096 20279 33554432000 1073741824 1073778376 140737077063104 139865580682000 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17248] ppid=17231 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/17233/task/17248/stat : 17248 (java) S 17231 17233 15185 0 -1 4202560 4539 0 0 0 52 0 0 0 20 0 19 0 283474592 9856004096 20279 33554432000 1073741824 1073778376 140737077063104 139865579628856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17233/tid=17249] ppid=17231 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/17233/task/17249/stat : 17249 (java) S 17231 17233 15185 0 -1 4202560 5745 0 0 0 57 1 0 0 20 0 19 0 283474592 9856004096 20279 33554432000 1073741824 1073778376 140737077063104 139865578576312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17250] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17250/stat : 17250 (java) S 17231 17233 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283474592 9856004096 20279 33554432000 1073741824 1073778376 140737077063104 139865577523448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17251] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17251/stat : 17251 (java) S 17231 17233 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283474592 9856004096 20279 33554432000 1073741824 1073778376 140737077063104 139865576471112 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17252] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17252/stat : 17252 (java) S 17231 17233 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283474629 9856004096 20279 33554432000 1073741824 1073778376 140737077063104 139865575417384 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 9625004

[startup+3.10063 s]
/proc/loadavg: 2.25 2.08 2.02 3/211 17252
/proc/meminfo: memFree=29506512/32873852 swapFree=7624/7624
[pid=17233] ppid=17231 vsize=9625004 CPUtime=4.3 cores=0,2,4,6
/proc/17233/stat : 17233 (java) S 17231 17233 15185 0 -1 4202496 14065 0 1 0 426 4 0 0 20 0 19 0 283474586 9856004096 22333 33554432000 1073741824 1073778376 140737077063104 140737077054240 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17233/statm: 2406251 22333 2291 9 0 2396937 0
[pid=17233/tid=17235] ppid=17231 vsize=9625004 CPUtime=3 cores=0,2,4,6
/proc/17233/task/17235/stat : 17235 (java) R 17231 17233 15185 0 -1 4202560 2524 0 1 0 298 2 0 0 20 0 19 0 283474587 9856004096 22333 33554432000 1073741824 1073778376 140737077063104 139865759576488 139865627562932 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17236] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17236/stat : 17236 (java) S 17231 17233 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283474588 9856004096 22333 33554432000 1073741824 1073778376 140737077063104 139865748638632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17237] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17237/stat : 17237 (java) S 17231 17233 15185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283474588 9856004096 22333 33554432000 1073741824 1073778376 140737077063104 139865747586088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17233/tid=17238] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17238/stat : 17238 (java) S 17231 17233 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283474588 9856004096 22333 33554432000 1073741824 1073778376 140737077063104 139865746533032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17233/tid=17239] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17239/stat : 17239 (java) S 17231 17233 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283474588 9856004096 22333 33554432000 1073741824 1073778376 140737077063104 139865745480488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17240] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17240/stat : 17240 (java) S 17231 17233 15185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283474588 9856004096 22333 33554432000 1073741824 1073778376 140737077063104 139865599195560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17233/tid=17241] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17241/stat : 17241 (java) S 17231 17233 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283474588 9856004096 22333 33554432000 1073741824 1073778376 140737077063104 139865598143016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17242] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17242/stat : 17242 (java) S 17231 17233 15185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283474588 9856004096 22333 33554432000 1073741824 1073778376 140737077063104 139865597089960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17243] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17243/stat : 17243 (java) S 17231 17233 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283474588 9856004096 22333 33554432000 1073741824 1073778376 140737077063104 139865596037416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17233/tid=17244] ppid=17231 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/17233/task/17244/stat : 17244 (java) S 17231 17233 15185 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 283474589 9856004096 22333 33554432000 1073741824 1073778376 140737077063104 139865583840104 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17233/tid=17245] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17245/stat : 17245 (java) S 17231 17233 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283474590 9856004096 22333 33554432000 1073741824 1073778376 140737077063104 139865582786424 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17246] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17246/stat : 17246 (java) S 17231 17233 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283474590 9856004096 22333 33554432000 1073741824 1073778376 140737077063104 139865581733256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17247] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17247/stat : 17247 (java) S 17231 17233 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283474592 9856004096 22333 33554432000 1073741824 1073778376 140737077063104 139865580682000 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17248] ppid=17231 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/17233/task/17248/stat : 17248 (java) S 17231 17233 15185 0 -1 4202560 4540 0 0 0 55 0 0 0 20 0 19 0 283474592 9856004096 22333 33554432000 1073741824 1073778376 140737077063104 139865579628856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17233/tid=17249] ppid=17231 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/17233/task/17249/stat : 17249 (java) S 17231 17233 15185 0 -1 4202560 5746 0 0 0 62 1 0 0 20 0 19 0 283474592 9856004096 22333 33554432000 1073741824 1073778376 140737077063104 139865578576312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17250] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17250/stat : 17250 (java) S 17231 17233 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283474592 9856004096 22333 33554432000 1073741824 1073778376 140737077063104 139865577523448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17251] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17251/stat : 17251 (java) S 17231 17233 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283474592 9856004096 22333 33554432000 1073741824 1073778376 140737077063104 139865576471112 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17252] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17252/stat : 17252 (java) S 17231 17233 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283474629 9856004096 22333 33554432000 1073741824 1073778376 140737077063104 139865575417384 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9625004

[startup+6.30061 s]
/proc/loadavg: 2.25 2.08 2.02 3/211 17252
/proc/meminfo: memFree=29501668/32873852 swapFree=7624/7624
[pid=17233] ppid=17231 vsize=9625004 CPUtime=7.54 cores=0,2,4,6
/proc/17233/stat : 17233 (java) S 17231 17233 15185 0 -1 4202496 14081 0 1 0 749 5 0 0 20 0 19 0 283474586 9856004096 21249 33554432000 1073741824 1073778376 140737077063104 140737077054240 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17233/statm: 2406251 21249 2291 9 0 2396937 0
[pid=17233/tid=17235] ppid=17231 vsize=9625004 CPUtime=6.09 cores=0,2,4,6
/proc/17233/task/17235/stat : 17235 (java) R 17231 17233 15185 0 -1 4202560 2529 0 1 0 607 2 0 0 20 0 19 0 283474587 9856004096 21249 33554432000 1073741824 1073778376 140737077063104 139865759576304 139865627549750 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17236] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17236/stat : 17236 (java) S 17231 17233 15185 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283474588 9856004096 21249 33554432000 1073741824 1073778376 140737077063104 139865748638632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17237] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17237/stat : 17237 (java) S 17231 17233 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283474588 9856004096 21249 33554432000 1073741824 1073778376 140737077063104 139865747586088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17233/tid=17238] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17238/stat : 17238 (java) S 17231 17233 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283474588 9856004096 21249 33554432000 1073741824 1073778376 140737077063104 139865746533032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17233/tid=17239] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17239/stat : 17239 (java) S 17231 17233 15185 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 283474588 9856004096 21249 33554432000 1073741824 1073778376 140737077063104 139865745480488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17240] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17240/stat : 17240 (java) S 17231 17233 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283474588 9856004096 21249 33554432000 1073741824 1073778376 140737077063104 139865599195560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17241] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17241/stat : 17241 (java) S 17231 17233 15185 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283474588 9856004096 21249 33554432000 1073741824 1073778376 140737077063104 139865598143016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17233/tid=17242] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17242/stat : 17242 (java) S 17231 17233 15185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283474588 9856004096 21249 33554432000 1073741824 1073778376 140737077063104 139865597089960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17243] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17243/stat : 17243 (java) S 17231 17233 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283474588 9856004096 21249 33554432000 1073741824 1073778376 140737077063104 139865596037416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17233/tid=17244] ppid=17231 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/17233/task/17244/stat : 17244 (java) S 17231 17233 15185 0 -1 4202560 33 0 0 0 13 0 0 0 20 0 19 0 283474589 9856004096 21249 33554432000 1073741824 1073778376 140737077063104 139865583840104 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17245] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17245/stat : 17245 (java) S 17231 17233 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283474590 9856004096 21249 33554432000 1073741824 1073778376 140737077063104 139865582786424 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17246] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17246/stat : 17246 (java) S 17231 17233 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283474590 9856004096 21249 33554432000 1073741824 1073778376 140737077063104 139865581733256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17247] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17247/stat : 17247 (java) S 17231 17233 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283474592 9856004096 21249 33554432000 1073741824 1073778376 140737077063104 139865580682000 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17248] ppid=17231 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/17233/task/17248/stat : 17248 (java) S 17231 17233 15185 0 -1 4202560 4540 0 0 0 55 0 0 0 20 0 19 0 283474592 9856004096 21249 33554432000 1073741824 1073778376 140737077063104 139865579628856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17233/tid=17249] ppid=17231 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/17233/task/17249/stat : 17249 (java) S 17231 17233 15185 0 -1 4202560 5747 0 0 0 64 1 0 0 20 0 19 0 283474592 9856004096 21249 33554432000 1073741824 1073778376 140737077063104 139865578576312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17250] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17250/stat : 17250 (java) S 17231 17233 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283474592 9856004096 21249 33554432000 1073741824 1073778376 140737077063104 139865577523448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17251] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17251/stat : 17251 (java) S 17231 17233 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283474592 9856004096 21249 33554432000 1073741824 1073778376 140737077063104 139865576471112 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17252] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17252/stat : 17252 (java) S 17231 17233 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283474629 9856004096 21249 33554432000 1073741824 1073778376 140737077063104 139865575417384 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=17233/tid=17248] ppid=17231 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/17233/task/17248/stat : 17248 (java) S 17231 17233 15185 0 -1 4202560 4540 0 0 0 55 0 0 0 20 0 19 0 283474592 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865579628856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17233/tid=17249] ppid=17231 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/17233/task/17249/stat : 17249 (java) S 17231 17233 15185 0 -1 4202560 5769 0 0 0 67 1 0 0 20 0 19 0 283474592 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865578576312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17250] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17250/stat : 17250 (java) S 17231 17233 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283474592 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865577523448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17251] ppid=17231 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/17233/task/17251/stat : 17251 (java) S 17231 17233 15185 0 -1 4202560 98 0 0 0 21 26 0 0 20 0 19 0 283474592 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865576471112 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17252] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17252/stat : 17252 (java) S 17231 17233 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283474629 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865575417384 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1729.26
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/211 17349
/proc/meminfo: memFree=28779488/32873852 swapFree=7624/7624
[pid=17233] ppid=17231 vsize=9625004 CPUtime=1789.39 cores=0,2,4,6
/proc/17233/stat : 17233 (java) S 17231 17233 15185 0 -1 4202496 16735 0 1 0 178888 51 0 0 20 0 19 0 283474586 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 140737077054240 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17233/statm: 2406251 77651 2292 9 0 2396937 0
[pid=17233/tid=17235] ppid=17231 vsize=9625004 CPUtime=1766.9 cores=0,2,4,6
/proc/17233/task/17235/stat : 17235 (java) R 17231 17233 15185 0 -1 4202560 2724 0 1 0 176659 31 0 0 20 0 19 0 283474587 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865759576304 139865627549921 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17233/tid=17236] ppid=17231 vsize=9625004 CPUtime=0.97 cores=0,2,4,6
/proc/17233/task/17236/stat : 17236 (java) S 17231 17233 15185 0 -1 4202560 307 0 0 0 95 2 0 0 20 0 19 0 283474588 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865748638632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17233/tid=17237] ppid=17231 vsize=9625004 CPUtime=1.14 cores=0,2,4,6
/proc/17233/task/17237/stat : 17237 (java) S 17231 17233 15185 0 -1 4202560 140 0 0 0 111 3 0 0 20 0 19 0 283474588 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865747586088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17233/tid=17238] ppid=17231 vsize=9625004 CPUtime=1.03 cores=0,2,4,6
/proc/17233/task/17238/stat : 17238 (java) S 17231 17233 15185 0 -1 4202560 261 0 0 0 100 3 0 0 20 0 19 0 283474588 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865746533032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17233/tid=17239] ppid=17231 vsize=9625004 CPUtime=1.04 cores=0,2,4,6
/proc/17233/task/17239/stat : 17239 (java) S 17231 17233 15185 0 -1 4202560 421 0 0 0 101 3 0 0 20 0 19 0 283474588 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865745480488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17233/tid=17240] ppid=17231 vsize=9625004 CPUtime=0.96 cores=0,2,4,6
/proc/17233/task/17240/stat : 17240 (java) S 17231 17233 15185 0 -1 4202560 412 0 0 0 92 4 0 0 20 0 19 0 283474588 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865599195560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17241] ppid=17231 vsize=9625004 CPUtime=1 cores=0,2,4,6
/proc/17233/task/17241/stat : 17241 (java) S 17231 17233 15185 0 -1 4202560 295 0 0 0 97 3 0 0 20 0 19 0 283474588 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865598143016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17242] ppid=17231 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/17233/task/17242/stat : 17242 (java) S 17231 17233 15185 0 -1 4202560 186 0 0 0 103 3 0 0 20 0 19 0 283474588 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865597089960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17243] ppid=17231 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/17233/task/17243/stat : 17243 (java) S 17231 17233 15185 0 -1 4202560 251 0 0 0 103 3 0 0 20 0 19 0 283474588 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865596037416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17233/tid=17244] ppid=17231 vsize=9625004 CPUtime=8.19 cores=0,2,4,6
/proc/17233/task/17244/stat : 17244 (java) S 17231 17233 15185 0 -1 4202560 146 0 0 0 817 2 0 0 20 0 19 0 283474589 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865583840104 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17245] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17245/stat : 17245 (java) S 17231 17233 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283474590 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865582786424 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17246] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17246/stat : 17246 (java) S 17231 17233 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283474590 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865581733256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17247] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17247/stat : 17247 (java) S 17231 17233 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283474592 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865580682000 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17248] ppid=17231 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/17233/task/17248/stat : 17248 (java) S 17231 17233 15185 0 -1 4202560 4540 0 0 0 55 0 0 0 20 0 19 0 283474592 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865579628856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17233/tid=17249] ppid=17231 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/17233/task/17249/stat : 17249 (java) S 17231 17233 15185 0 -1 4202560 5769 0 0 0 67 1 0 0 20 0 19 0 283474592 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865578576312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17250] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17250/stat : 17250 (java) S 17231 17233 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283474592 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865577523448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17251] ppid=17231 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/17233/task/17251/stat : 17251 (java) S 17231 17233 15185 0 -1 4202560 102 0 0 0 22 27 0 0 20 0 19 0 283474592 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865576471112 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17252] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17252/stat : 17252 (java) S 17231 17233 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283474629 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865575417384 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1789.39
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/211 17349
/proc/meminfo: memFree=28779488/32873852 swapFree=7624/7624
[pid=17233] ppid=17231 vsize=9625004 CPUtime=1800.07 cores=0,2,4,6
/proc/17233/stat : 17233 (java) S 17231 17233 15185 0 -1 4202496 16738 0 1 0 179956 51 0 0 20 0 19 0 283474586 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 140737077054240 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17233/statm: 2406251 77651 2292 9 0 2396937 0
[pid=17233/tid=17235] ppid=17231 vsize=9625004 CPUtime=1777.38 cores=0,2,4,6
/proc/17233/task/17235/stat : 17235 (java) R 17231 17233 15185 0 -1 4202560 2725 0 1 0 177706 32 0 0 20 0 19 0 283474587 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865759576304 139865627667926 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17233/tid=17236] ppid=17231 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/17233/task/17236/stat : 17236 (java) S 17231 17233 15185 0 -1 4202560 307 0 0 0 97 2 0 0 20 0 19 0 283474588 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865748638632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17233/tid=17237] ppid=17231 vsize=9625004 CPUtime=1.16 cores=0,2,4,6
/proc/17233/task/17237/stat : 17237 (java) S 17231 17233 15185 0 -1 4202560 140 0 0 0 113 3 0 0 20 0 19 0 283474588 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865747586088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17238] ppid=17231 vsize=9625004 CPUtime=1.04 cores=0,2,4,6
/proc/17233/task/17238/stat : 17238 (java) S 17231 17233 15185 0 -1 4202560 261 0 0 0 101 3 0 0 20 0 19 0 283474588 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865746533032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17233/tid=17239] ppid=17231 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/17233/task/17239/stat : 17239 (java) S 17231 17233 15185 0 -1 4202560 421 0 0 0 102 3 0 0 20 0 19 0 283474588 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865745480488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17240] ppid=17231 vsize=9625004 CPUtime=0.97 cores=0,2,4,6
/proc/17233/task/17240/stat : 17240 (java) S 17231 17233 15185 0 -1 4202560 412 0 0 0 93 4 0 0 20 0 19 0 283474588 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865599195560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17241] ppid=17231 vsize=9625004 CPUtime=1.01 cores=0,2,4,6
/proc/17233/task/17241/stat : 17241 (java) S 17231 17233 15185 0 -1 4202560 295 0 0 0 98 3 0 0 20 0 19 0 283474588 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865598143016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17242] ppid=17231 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/17233/task/17242/stat : 17242 (java) S 17231 17233 15185 0 -1 4202560 186 0 0 0 103 3 0 0 20 0 19 0 283474588 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865597089960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17243] ppid=17231 vsize=9625004 CPUtime=1.07 cores=0,2,4,6
/proc/17233/task/17243/stat : 17243 (java) S 17231 17233 15185 0 -1 4202560 251 0 0 0 104 3 0 0 20 0 19 0 283474588 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865596037416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17233/tid=17244] ppid=17231 vsize=9625004 CPUtime=8.27 cores=0,2,4,6
/proc/17233/task/17244/stat : 17244 (java) S 17231 17233 15185 0 -1 4202560 148 0 0 0 825 2 0 0 20 0 19 0 283474589 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865583840104 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17245] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17245/stat : 17245 (java) S 17231 17233 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283474590 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865582786424 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17246] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17246/stat : 17246 (java) S 17231 17233 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283474590 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865581733256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17247] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17247/stat : 17247 (java) S 17231 17233 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283474592 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865580682000 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17248] ppid=17231 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/17233/task/17248/stat : 17248 (java) S 17231 17233 15185 0 -1 4202560 4540 0 0 0 55 0 0 0 20 0 19 0 283474592 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865579628856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17233/tid=17249] ppid=17231 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/17233/task/17249/stat : 17249 (java) S 17231 17233 15185 0 -1 4202560 5769 0 0 0 67 1 0 0 20 0 19 0 283474592 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865578576312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17250] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17250/stat : 17250 (java) S 17231 17233 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283474592 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865577523448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17251] ppid=17231 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/17233/task/17251/stat : 17251 (java) S 17231 17233 15185 0 -1 4202560 102 0 0 0 22 28 0 0 20 0 19 0 283474592 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865576471112 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17252] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17252/stat : 17252 (java) S 17231 17233 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283474629 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865575417384 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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+1792.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/211 17349
/proc/meminfo: memFree=28779488/32873852 swapFree=7624/7624
[pid=17233] ppid=17231 vsize=9625004 CPUtime=1800.07 cores=0,2,4,6
/proc/17233/stat : 17233 (java) S 17231 17233 15185 0 -1 4202496 16738 0 1 0 179956 51 0 0 20 0 19 0 283474586 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 140737077054240 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17233/statm: 2406251 77651 2292 9 0 2396937 0
[pid=17233/tid=17235] ppid=17231 vsize=9625004 CPUtime=1777.38 cores=0,2,4,6
/proc/17233/task/17235/stat : 17235 (java) R 17231 17233 15185 0 -1 4202560 2725 0 1 0 177706 32 0 0 20 0 19 0 283474587 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865759576304 139865627667926 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17233/tid=17236] ppid=17231 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/17233/task/17236/stat : 17236 (java) S 17231 17233 15185 0 -1 4202560 307 0 0 0 97 2 0 0 20 0 19 0 283474588 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865748638632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17233/tid=17237] ppid=17231 vsize=9625004 CPUtime=1.16 cores=0,2,4,6
/proc/17233/task/17237/stat : 17237 (java) S 17231 17233 15185 0 -1 4202560 140 0 0 0 113 3 0 0 20 0 19 0 283474588 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865747586088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17238] ppid=17231 vsize=9625004 CPUtime=1.04 cores=0,2,4,6
/proc/17233/task/17238/stat : 17238 (java) S 17231 17233 15185 0 -1 4202560 261 0 0 0 101 3 0 0 20 0 19 0 283474588 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865746533032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17233/tid=17239] ppid=17231 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/17233/task/17239/stat : 17239 (java) S 17231 17233 15185 0 -1 4202560 421 0 0 0 102 3 0 0 20 0 19 0 283474588 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865745480488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17240] ppid=17231 vsize=9625004 CPUtime=0.97 cores=0,2,4,6
/proc/17233/task/17240/stat : 17240 (java) S 17231 17233 15185 0 -1 4202560 412 0 0 0 93 4 0 0 20 0 19 0 283474588 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865599195560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17241] ppid=17231 vsize=9625004 CPUtime=1.01 cores=0,2,4,6
/proc/17233/task/17241/stat : 17241 (java) S 17231 17233 15185 0 -1 4202560 295 0 0 0 98 3 0 0 20 0 19 0 283474588 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865598143016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17242] ppid=17231 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/17233/task/17242/stat : 17242 (java) S 17231 17233 15185 0 -1 4202560 186 0 0 0 103 3 0 0 20 0 19 0 283474588 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865597089960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17243] ppid=17231 vsize=9625004 CPUtime=1.07 cores=0,2,4,6
/proc/17233/task/17243/stat : 17243 (java) S 17231 17233 15185 0 -1 4202560 251 0 0 0 104 3 0 0 20 0 19 0 283474588 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865596037416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17233/tid=17244] ppid=17231 vsize=9625004 CPUtime=8.27 cores=0,2,4,6
/proc/17233/task/17244/stat : 17244 (java) S 17231 17233 15185 0 -1 4202560 148 0 0 0 825 2 0 0 20 0 19 0 283474589 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865583840104 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17245] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17245/stat : 17245 (java) S 17231 17233 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283474590 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865582786424 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17246] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17246/stat : 17246 (java) S 17231 17233 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283474590 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865581733256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17247] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17247/stat : 17247 (java) S 17231 17233 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283474592 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865580682000 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17248] ppid=17231 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/17233/task/17248/stat : 17248 (java) S 17231 17233 15185 0 -1 4202560 4540 0 0 0 55 0 0 0 20 0 19 0 283474592 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865579628856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17233/tid=17249] ppid=17231 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/17233/task/17249/stat : 17249 (java) S 17231 17233 15185 0 -1 4202560 5769 0 0 0 67 1 0 0 20 0 19 0 283474592 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865578576312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17250] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17250/stat : 17250 (java) S 17231 17233 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283474592 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865577523448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17233/tid=17251] ppid=17231 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/17233/task/17251/stat : 17251 (java) S 17231 17233 15185 0 -1 4202560 102 0 0 0 22 28 0 0 20 0 19 0 283474592 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865576471112 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17233/tid=17252] ppid=17231 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17233/task/17252/stat : 17252 (java) S 17231 17233 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283474629 9856004096 77651 33554432000 1073741824 1073778376 140737077063104 139865575417384 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17233 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=70107
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=11846
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1792.96
CPU time (s): 1800.07
CPU user time (s): 1799.56
CPU system time (s): 0.51
CPU usage (%): 100.397
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.07
system time used= 1.01185
maximum resident set size= 310720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16770
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42764
involuntary context switches= 29631

runsolver used 6.18106 second user time and 14.3018 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-28 04:51:31
IDJOB=3711175
IDBENCH=48267
IDSOLVER=2289
FILE ID=node131/3711175-1338173491
RUNJOBID= node131-1338155741-15201
PBS_JOBID= 14624524
Free space on /tmp= 71728 MiB

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

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

MD5SUM BENCH= 29cda419af6adbdf14450bbe70fbdfc2
RANDOM SEED=560408775

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
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.805
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.805
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.92
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.805
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:       32873852 kB
MemFree:        29579652 kB
Buffers:          343512 kB
Cached:          1811688 kB
SwapCached:         2172 kB
Active:           832840 kB
Inactive:        1614736 kB
Active(anon):     294092 kB
Inactive(anon):      820 kB
Active(file):     538748 kB
Inactive(file):  1613916 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099044 kB
Dirty:               852 kB
Writeback:             8 kB
AnonPages:        311704 kB
Mapped:            22520 kB
Shmem:                 0 kB
Slab:             693996 kB
SReclaimable:     136196 kB
SUnreclaim:       557800 kB
KernelStack:        1592 kB
PageTables:         4844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     698712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 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= 71728 MiB
End job on node131 at 2012-05-28 05:21:26