Trace number 3687754

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 RES // CP 2.3.2 SnapshotSAT (TO)142 1800.09 953.536

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8a2.opb
MD5SUMd9e9e5fece70ebbc4c28befed36e7afc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark139
Best CPU time to get the best result obtained on this benchmark5.85411
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 139
Optimality of the best value was proved NO
Number of variables360
Total number of constraints980
Number of constraints which are clauses980
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint8
Number of terms in the objective function 360
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 360
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 360
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3687754-1337873837.opb
0.08/0.13	c reading problem ... 
0.23/0.24	c ... done. Wall clock time 0.114s.
0.23/0.24	c declared #vars     360
0.23/0.24	c #constraints  980
0.23/0.24	c constraints type 
0.23/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80
0.23/0.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 900
0.23/0.24	c 980 constraints processed.
0.23/0.24	c constraints type 
0.23/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 900
0.23/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 80
0.23/0.24	c 980 constraints processed.
0.23/0.24	c objective function length is 360 literals
0.23/0.25	c  And the winner is solver0
0.35/0.74	c SATISFIABLE
0.35/0.74	c OPTIMIZING...
0.35/0.74	c Got one! Elapsed wall clock time (in seconds):0.616
0.35/0.74	o 155
0.35/0.75	c  And the winner is solver0
0.38/1.25	c Got one! Elapsed wall clock time (in seconds):1.121
0.38/1.25	o 154
0.38/1.26	c  And the winner is solver0
0.40/1.75	c Got one! Elapsed wall clock time (in seconds):1.623
0.40/1.75	o 150
2.17/2.24	c cleaning 2499 clauses out of 5006 with flag 5000/5006
3.39/2.61	c cleaning 4254 clauses out of 8507 with flag 11000/11006
4.20/3.02	c cleaning 5627 clauses out of 11253 with flag 18000/18006
5.07/3.45	c  And the winner is solver1
5.19/3.77	c Got one! Elapsed wall clock time (in seconds):3.646
5.19/3.77	o 149
5.67/4.07	c cleaning 9064 clauses out of 18142 with flag 5002/30522
6.02/4.20	c  And the winner is solver0
6.02/4.27	c Got one! Elapsed wall clock time (in seconds):4.148
6.02/4.27	o 148
6.52/4.56	c cleaning 7373 clauses out of 14746 with flag 5000/36190
6.86/4.78	c  And the winner is solver1
6.86/4.78	c Got one! Elapsed wall clock time (in seconds):4.651
6.86/4.78	o 147
7.30/4.93	c cleaning 6417 clauses out of 12836 with flag 3000/41653
8.02/5.31	c cleaning 6207 clauses out of 12420 with flag 9001/47654
8.74/5.75	c cleaning 6605 clauses out of 13212 with flag 16000/54653
9.83/6.33	c cleaning 7303 clauses out of 14607 with flag 24000/62653
10.96/6.97	c cleaning 8152 clauses out of 16305 with flag 33001/71654
12.26/7.69	c cleaning 9073 clauses out of 18152 with flag 43000/81653
13.98/8.58	c cleaning 10039 clauses out of 20080 with flag 54001/92654
15.86/9.59	c cleaning 11018 clauses out of 22040 with flag 66000/104653
17.94/10.67	c cleaning 12012 clauses out of 24024 with flag 79002/117655
20.05/11.75	c cleaning 13005 clauses out of 26010 with flag 93000/131653
22.33/12.96	c cleaning 13999 clauses out of 28005 with flag 108000/146653
24.94/14.32	c cleaning 15000 clauses out of 30008 with flag 124002/162655
27.98/15.93	c cleaning 16001 clauses out of 32006 with flag 141000/179653
30.84/17.45	c cleaning 17000 clauses out of 34006 with flag 159001/197654
33.69/18.95	c cleaning 17998 clauses out of 36005 with flag 178000/216653
37.93/21.15	c cleaning 19003 clauses out of 38007 with flag 198000/236653
41.85/23.18	c cleaning 20002 clauses out of 40004 with flag 219000/257653
45.50/25.03	c cleaning 20994 clauses out of 42003 with flag 241001/279654
48.73/26.76	c cleaning 22001 clauses out of 44009 with flag 264001/302654
52.65/28.86	c cleaning 23000 clauses out of 46008 with flag 288001/326654
56.86/31.00	c cleaning 23999 clauses out of 48007 with flag 313000/351653
61.07/33.26	c cleaning 24995 clauses out of 50009 with flag 339001/377654
66.69/36.11	c cleaning 26008 clauses out of 52015 with flag 366002/404655
72.16/39.07	c cleaning 26998 clauses out of 54005 with flag 394000/432653
77.37/41.76	c cleaning 28000 clauses out of 56007 with flag 423000/461653
83.73/45.06	c cleaning 28995 clauses out of 58007 with flag 453000/491653
89.31/47.98	c  And the winner is solver1
89.31/47.98	c cleaning 29988 clauses out of 60012 with flag 484000/522653
89.84/48.47	c Got one! Elapsed wall clock time (in seconds):48.348
89.84/48.47	o 146
89.84/48.48	c  And the winner is solver0
89.84/48.98	c Got one! Elapsed wall clock time (in seconds):48.85
89.84/48.98	o 145
89.84/48.98	c  And the winner is solver0
89.86/49.48	c Got one! Elapsed wall clock time (in seconds):49.352
89.86/49.48	o 144
90.53/49.89	c  And the winner is solver1
90.83/49.91	c cleaning 17505 clauses out of 35027 with flag 5000/527656
91.17/50.22	c Got one! Elapsed wall clock time (in seconds):50.098
91.17/50.22	o 143
91.99/50.54	c cleaning 11252 clauses out of 22524 with flag 5002/532658
92.96/51.13	c cleaning 8617 clauses out of 17270 with flag 11000/538656
93.91/51.79	c cleaning 7820 clauses out of 15653 with flag 18000/545656
95.31/52.64	c cleaning 7914 clauses out of 15833 with flag 26000/553656
96.69/53.42	c cleaning 8460 clauses out of 16919 with flag 35000/562656
98.05/54.25	c cleaning 9224 clauses out of 18460 with flag 45001/572657
99.60/55.17	c cleaning 10112 clauses out of 20235 with flag 56000/583656
101.62/56.30	c cleaning 11060 clauses out of 22123 with flag 68000/595656
103.38/57.38	c cleaning 12030 clauses out of 24063 with flag 81000/608656
105.54/58.58	c cleaning 13017 clauses out of 26033 with flag 95000/622656
107.68/59.71	c cleaning 13995 clauses out of 28016 with flag 110000/637656
109.86/61.08	c cleaning 15001 clauses out of 30021 with flag 126000/653656
112.40/62.45	c cleaning 16006 clauses out of 32021 with flag 143001/670657
115.15/63.91	c cleaning 16998 clauses out of 34014 with flag 161000/688656
117.67/65.39	c cleaning 18004 clauses out of 36016 with flag 180000/707656
120.63/67.04	c cleaning 18999 clauses out of 38012 with flag 200000/727656
123.56/68.70	c cleaning 20006 clauses out of 40013 with flag 221000/748656
126.90/70.45	c cleaning 20996 clauses out of 42008 with flag 243001/770657
130.41/72.32	c cleaning 21998 clauses out of 44012 with flag 266001/793657
133.75/74.25	c cleaning 23000 clauses out of 46013 with flag 290000/817656
137.25/76.19	c cleaning 23987 clauses out of 48014 with flag 315001/842657
141.60/78.45	c cleaning 25008 clauses out of 50026 with flag 341000/868656
145.93/80.78	c cleaning 26002 clauses out of 52018 with flag 368000/895656
150.85/83.45	c cleaning 27001 clauses out of 54016 with flag 396000/923656
155.94/86.14	c cleaning 28008 clauses out of 56015 with flag 425000/952656
161.27/88.99	c cleaning 29004 clauses out of 58008 with flag 455001/982657
167.59/92.21	c cleaning 29994 clauses out of 60003 with flag 486000/1013656
174.24/95.80	c cleaning 31000 clauses out of 62009 with flag 518000/1045656
179.70/98.79	c cleaning 32001 clauses out of 64010 with flag 551001/1078657
185.59/101.86	c cleaning 32999 clauses out of 66008 with flag 585000/1112656
192.08/105.27	c cleaning 34006 clauses out of 68012 with flag 620003/1147659
198.76/108.86	c cleaning 34991 clauses out of 70004 with flag 656001/1183657
205.03/112.19	c cleaning 35996 clauses out of 72012 with flag 693000/1220656
211.87/115.75	c cleaning 37005 clauses out of 74017 with flag 731001/1258657
218.16/119.05	c cleaning 0 clauses out of 5961 with flag 0/5964
220.38/120.22	c cleaning 37995 clauses out of 76011 with flag 770000/1297656
227.67/124.02	c cleaning 39001 clauses out of 78017 with flag 810001/1337657
236.20/128.47	c cleaning 40007 clauses out of 80015 with flag 851000/1378656
244.67/132.81	c cleaning 41002 clauses out of 82008 with flag 893000/1420656
254.10/137.85	c cleaning 42003 clauses out of 84006 with flag 936000/1463656
264.36/143.16	c cleaning 42998 clauses out of 86004 with flag 980001/1507657
276.06/149.12	c cleaning 43999 clauses out of 88007 with flag 1025002/1552658
287.74/155.16	c cleaning 44997 clauses out of 90006 with flag 1071000/1598656
298.53/160.89	c cleaning 45995 clauses out of 92010 with flag 1118001/1645657
307.32/165.41	c cleaning 47006 clauses out of 94014 with flag 1166000/1693656
318.78/171.39	c cleaning 47998 clauses out of 96008 with flag 1215000/1742656
330.99/177.61	c cleaning 49000 clauses out of 98011 with flag 1265001/1792657
341.12/183.03	c cleaning 50003 clauses out of 100012 with flag 1316002/1843658
355.19/190.21	c cleaning 51004 clauses out of 102007 with flag 1368000/1895656
369.83/197.72	c cleaning 52003 clauses out of 104005 with flag 1421002/1948658
385.08/205.57	c cleaning 53000 clauses out of 106000 with flag 1475000/2002656
401.61/214.12	c cleaning 54001 clauses out of 108001 with flag 1530001/2057657
416.82/221.96	c cleaning 54999 clauses out of 110000 with flag 1586001/2113657
432.21/229.85	c cleaning 56001 clauses out of 112001 with flag 1643001/2170657
447.39/237.66	c cleaning 56999 clauses out of 114000 with flag 1701001/2228657
465.31/246.96	c cleaning 58000 clauses out of 116000 with flag 1760000/2287656
477.27/253.13	c cleaning 58985 clauses out of 118000 with flag 1820000/2347656
490.04/259.77	c cleaning 60006 clauses out of 120016 with flag 1881001/2408657
505.87/267.80	c cleaning 60998 clauses out of 122010 with flag 1943001/2470657
520.89/275.75	c cleaning 61998 clauses out of 124011 with flag 2006000/2533656
534.09/282.57	c cleaning 62994 clauses out of 126013 with flag 2070000/2597656
547.28/289.38	c cleaning 64009 clauses out of 128019 with flag 2135000/2662656
561.99/296.92	c cleaning 64998 clauses out of 130010 with flag 2201000/2728656
582.60/307.61	c cleaning 65997 clauses out of 132012 with flag 2268000/2795656
602.78/318.24	c cleaning 66998 clauses out of 134015 with flag 2336000/2863656
620.08/327.03	c cleaning 68008 clauses out of 136018 with flag 2405001/2932657
635.01/334.93	c cleaning 68998 clauses out of 138009 with flag 2475000/3002656
654.33/344.85	c cleaning 70001 clauses out of 140011 with flag 2546000/3073656
672.92/354.32	c cleaning 71005 clauses out of 142010 with flag 2618000/3145656
691.21/363.74	c cleaning 71996 clauses out of 144005 with flag 2691000/3218656
708.92/373.04	c cleaning 72996 clauses out of 146009 with flag 2765000/3292656
731.49/384.52	c cleaning 74004 clauses out of 148015 with flag 2840002/3367658
753.63/395.81	c cleaning 74999 clauses out of 150009 with flag 2916000/3443656
777.60/408.08	c cleaning 75997 clauses out of 152010 with flag 2993000/3520656
797.07/418.27	c cleaning 77000 clauses out of 154015 with flag 3071002/3598658
821.81/430.88	c cleaning 77995 clauses out of 156014 with flag 3150001/3677657
843.53/441.94	c cleaning 79006 clauses out of 158019 with flag 3230001/3757657
873.76/457.36	c cleaning 80006 clauses out of 160012 with flag 3311000/3838656
899.19/470.51	c cleaning 80992 clauses out of 162009 with flag 3393003/3920659
922.86/482.62	c cleaning 82006 clauses out of 164015 with flag 3476001/4003657
947.92/495.48	c cleaning 82996 clauses out of 166008 with flag 3560000/4087656
972.17/507.82	c cleaning 84004 clauses out of 168013 with flag 3645001/4172657
999.53/522.07	c cleaning 84995 clauses out of 170008 with flag 3731000/4258656
1028.93/537.06	c cleaning 86005 clauses out of 172014 with flag 3818001/4345657
1035.18/540.56	c cleaning 0 clauses out of 11961 with flag 0/11964
1063.82/555.16	c cleaning 87001 clauses out of 174008 with flag 3906000/4433656
1084.74/566.17	c  And the winner is solver1
1082.65/566.37	c Got one! Elapsed wall clock time (in seconds):566.245
1082.65/566.37	o 142
1085.70/567.94	c cleaning 84929 clauses out of 169869 with flag 5000/4516518
1089.19/570.06	c cleaning 45461 clauses out of 90940 with flag 11000/4522518
1091.65/571.65	c cleaning 26232 clauses out of 52481 with flag 18002/4529520
1093.69/573.05	c cleaning 17118 clauses out of 34247 with flag 26000/4537518
1096.06/574.84	c cleaning 13059 clauses out of 26131 with flag 35002/4546520
1098.12/576.24	c cleaning 11529 clauses out of 23071 with flag 45001/4556519
1100.19/577.65	c cleaning 11259 clauses out of 22541 with flag 56000/4567518
1102.42/579.16	c cleaning 11639 clauses out of 23282 with flag 68000/4579518
1105.22/581.13	c cleaning 12319 clauses out of 24643 with flag 81000/4592518
1107.70/582.74	c cleaning 13149 clauses out of 26324 with flag 95000/4606518
1110.37/584.42	c cleaning 14085 clauses out of 28176 with flag 110001/4621519
1113.27/586.26	c cleaning 15039 clauses out of 30091 with flag 126001/4637519
1116.68/588.56	c cleaning 16025 clauses out of 32054 with flag 143003/4654521
1119.94/590.56	c cleaning 17014 clauses out of 34027 with flag 161001/4672519
1123.65/592.71	c cleaning 18001 clauses out of 36012 with flag 180000/4691518
1127.12/594.83	c cleaning 19002 clauses out of 38014 with flag 200003/4711521
1131.32/597.53	c cleaning 20002 clauses out of 40009 with flag 221000/4732518
1134.99/599.70	c cleaning 21004 clauses out of 42008 with flag 243001/4754519
1138.87/602.00	c cleaning 22003 clauses out of 44005 with flag 266002/4777520
1143.56/604.70	c cleaning 22998 clauses out of 46000 with flag 290000/4801518
1148.75/607.91	c cleaning 23999 clauses out of 48002 with flag 315000/4826518
1153.83/610.86	c cleaning 25002 clauses out of 50003 with flag 341000/4852518
1158.86/613.75	c cleaning 25991 clauses out of 52002 with flag 368001/4879519
1164.95/617.17	c cleaning 26999 clauses out of 54010 with flag 396000/4907518
1171.59/621.08	c cleaning 28007 clauses out of 56014 with flag 425003/4936521
1177.65/624.42	c cleaning 28995 clauses out of 58004 with flag 455000/4966518
1183.72/627.80	c cleaning 30005 clauses out of 60009 with flag 486000/4997518
1190.15/631.45	c cleaning 30999 clauses out of 62006 with flag 518002/5029520
1196.80/635.35	c cleaning 31995 clauses out of 64005 with flag 551000/5062518
1203.62/639.13	c cleaning 32997 clauses out of 66010 with flag 585000/5096518
1211.02/643.29	c cleaning 34006 clauses out of 68013 with flag 620000/5131518
1219.02/647.63	c cleaning 35001 clauses out of 70007 with flag 656000/5167518
1227.91/652.79	c cleaning 35999 clauses out of 72007 with flag 693001/5204519
1236.31/657.33	c cleaning 37002 clauses out of 74007 with flag 731000/5242518
1244.96/662.00	c cleaning 37990 clauses out of 76005 with flag 770000/5281518
1254.63/667.20	c cleaning 39000 clauses out of 78016 with flag 810001/5321519
1266.76/673.93	c cleaning 40003 clauses out of 80016 with flag 851001/5362519
1277.17/679.51	c cleaning 40994 clauses out of 82013 with flag 893001/5404519
1288.21/685.40	c cleaning 42007 clauses out of 84022 with flag 936004/5447522
1300.85/692.12	c cleaning 43002 clauses out of 86011 with flag 980000/5491518
1312.01/698.30	c cleaning 44003 clauses out of 88009 with flag 1025000/5536518
1322.79/704.10	c cleaning 45003 clauses out of 90006 with flag 1071000/5582518
1335.22/710.76	c cleaning 45998 clauses out of 92003 with flag 1118000/5629518
1345.80/716.44	c cleaning 47000 clauses out of 94006 with flag 1166001/5677519
1357.21/722.71	c cleaning 47995 clauses out of 96006 with flag 1215001/5726519
1367.61/728.36	c cleaning 48998 clauses out of 98011 with flag 1265001/5776519
1380.85/735.33	c cleaning 50001 clauses out of 100014 with flag 1316002/5827520
1395.90/743.28	c cleaning 50996 clauses out of 102012 with flag 1368001/5879519
1409.87/750.83	c cleaning 51996 clauses out of 104015 with flag 1421000/5932518
1421.66/757.16	c cleaning 53004 clauses out of 106020 with flag 1475001/5986519
1433.86/763.65	c cleaning 54001 clauses out of 108015 with flag 1530000/6041518
1446.63/770.45	c cleaning 55006 clauses out of 110014 with flag 1586000/6097518
1463.69/779.51	c cleaning 56005 clauses out of 112009 with flag 1643001/6154519
1482.53/789.38	c cleaning 57001 clauses out of 114003 with flag 1701000/6212518
1498.77/797.88	c cleaning 57993 clauses out of 116002 with flag 1760000/6271518
1520.94/809.38	c cleaning 58998 clauses out of 118010 with flag 1820001/6331519
1545.41/822.23	c cleaning 59999 clauses out of 120011 with flag 1881000/6392518
1564.05/831.94	c cleaning 61000 clauses out of 122013 with flag 1943001/6454519
1583.68/842.16	c cleaning 61998 clauses out of 124013 with flag 2006001/6517519
1612.14/856.71	c cleaning 63006 clauses out of 126015 with flag 2070001/6581519
1641.98/872.31	c cleaning 64000 clauses out of 128009 with flag 2135001/6646519
1665.93/884.71	c cleaning 65002 clauses out of 130009 with flag 2201001/6712519
1695.99/900.13	c cleaning 66002 clauses out of 132007 with flag 2268001/6779519
1717.35/911.23	c cleaning 67002 clauses out of 134006 with flag 2336002/6847520
1742.24/924.32	c cleaning 67996 clauses out of 136004 with flag 2405002/6916520
1765.41/936.36	c cleaning 69001 clauses out of 138006 with flag 2475000/6986518
1787.77/947.91	c cleaning 69995 clauses out of 140006 with flag 2546001/7057519
1797.99/953.51	c starts		: 68
1797.99/953.51	c conflicts		: 15229
1797.99/953.51	c decisions		: 48054
1797.99/953.51	c propagations		: 360823
1797.99/953.51	c inspects		: 838494240
1797.99/953.51	c shortcuts		: 0
1797.99/953.51	c learnt literals	: 0
1797.99/953.51	c learnt binary clauses	: 6
1797.99/953.51	c learnt ternary clauses	: 21
1797.99/953.51	c learnt constraints	: 15225
1797.99/953.51	c ignored constraints	: 0
1797.99/953.51	c root simplifications	: 0
1797.99/953.51	c removed literals (reason simplification)	: 0
1797.99/953.51	c reason swapping (by a shorter reason)	: 0
1797.99/953.51	c Calls to reduceDB	: 2
1797.99/953.51	c number of reductions to clauses (during analyze)	: 0
1797.99/953.51	c number of learned constraints concerned by reduction	: 0
1797.99/953.51	c number of learning phase by resolution	: 0
1797.99/953.51	c number of learning phase by cutting planes	: 0
1797.99/953.51	c speed (assignments/second)	: 399.127682850882
1797.99/953.51	c non guided choices	0
1797.99/953.52	c learnt constraints type 
1797.99/953.52	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 245
1797.99/953.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 271
1797.99/953.52	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 6
1797.99/953.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14703
1797.99/953.52	c constraints type 
1797.99/953.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80
1797.99/953.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1797.99/953.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 900
1797.99/953.52	c 981 constraints processed.
1797.99/953.52	c constraints type 
1797.99/953.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 900
1797.99/953.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 80
1797.99/953.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1797.99/953.52	c 981 constraints processed.
1797.99/953.52	s SATISFIABLE
1797.99/953.52	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 
1797.99/953.52	c objective function=142
1797.99/953.52	c Total wall clock time (in seconds): 953.393

Verifier Data

OK	142

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-3687754-1337873837/watcher-3687754-1337873837 -o /tmp/evaluation-result-3687754-1337873837/solver-3687754-1337873837 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687754-1337873837.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: 3.91 3.83 3.34 4/195 1705
/proc/meminfo: memFree=29252192/32873852 swapFree=6848/6848
[pid=1705] ppid=1703 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/1705/stat : 1705 (java) D 1703 1705 718 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 253509121 9515008 182 33554432000 1073741824 1073778376 140736586979536 140736586970568 229355896501 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/1705/statm: 2323 182 140 9 0 71 0

[startup+0.062157 s]
/proc/loadavg: 3.91 3.83 3.34 4/195 1705
/proc/meminfo: memFree=29252192/32873852 swapFree=6848/6848
[pid=1705] ppid=1703 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/1705/stat : 1705 (java) S 1703 1705 718 0 -1 4202496 3079 0 1 0 3 0 0 0 20 0 13 0 253509121 9446973440 4289 33554432000 1073741824 1073778376 140734618531824 140734618522960 229359255613 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1705/statm: 2306390 4289 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100195 s]
/proc/loadavg: 3.91 3.83 3.34 4/195 1705
/proc/meminfo: memFree=29252192/32873852 swapFree=6848/6848
[pid=1705] ppid=1703 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/1705/stat : 1705 (java) S 1703 1705 718 0 -1 4202496 4178 0 1 0 7 1 0 0 20 0 18 0 253509121 9787813888 5376 33554432000 1073741824 1073778376 140734618531824 140734618522960 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1705/statm: 2389603 5376 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300243 s]
/proc/loadavg: 3.91 3.83 3.34 4/195 1705
/proc/meminfo: memFree=29252192/32873852 swapFree=6848/6848
[pid=1705] ppid=1703 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/1705/stat : 1705 (java) S 1703 1705 718 0 -1 4202496 5121 0 1 0 33 2 0 0 20 0 19 0 253509121 10060460032 7662 33554432000 1073741824 1073778376 140734618531824 140734618522960 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1705/statm: 2456167 7662 2222 9 0 2446860 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 9824668

[startup+0.700264 s]
/proc/loadavg: 3.91 3.83 3.34 4/195 1705
/proc/meminfo: memFree=29252192/32873852 swapFree=6848/6848
[pid=1705] ppid=1703 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/1705/stat : 1705 (java) S 1703 1705 718 0 -1 4202496 5121 0 1 0 33 2 0 0 20 0 19 0 253509121 10060460032 7662 33554432000 1073741824 1073778376 140734618531824 140734618522960 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1705/statm: 2456167 7662 2222 9 0 2446860 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 9824668

[startup+1.50068 s]
/proc/loadavg: 3.76 3.80 3.34 3/214 1730
/proc/meminfo: memFree=29225580/32873852 swapFree=6848/6848
[pid=1705] ppid=1703 vsize=9824668 CPUtime=0.4 cores=0,2,4,6
/proc/1705/stat : 1705 (java) S 1703 1705 718 0 -1 4202496 5287 0 1 0 38 2 0 0 20 0 19 0 253509121 10060460032 9785 33554432000 1073741824 1073778376 140734618531824 140734618522960 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1705/statm: 2456167 9785 2232 9 0 2446860 0
[pid=1705/tid=1707] ppid=1703 vsize=9824668 CPUtime=0.21 cores=0,2,4,6
/proc/1705/task/1707/stat : 1707 (java) S 1703 1705 718 0 -1 4202560 2464 0 1 0 20 1 0 0 20 0 19 0 253509122 10060460032 9785 33554432000 1073741824 1073778376 140734618531824 140092826760184 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1708] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1708/stat : 1708 (java) S 1703 1705 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253509124 10060460032 9785 33554432000 1073741824 1073778376 140734618531824 140092788251560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1709] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1709/stat : 1709 (java) S 1703 1705 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253509124 10060460032 9785 33554432000 1073741824 1073778376 140734618531824 140092787199016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1710] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1710/stat : 1710 (java) S 1703 1705 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253509124 10060460032 9785 33554432000 1073741824 1073778376 140734618531824 140092786145960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1705/tid=1711] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1711/stat : 1711 (java) S 1703 1705 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253509124 10060460032 9785 33554432000 1073741824 1073778376 140734618531824 140092785093416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1705/tid=1712] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1712/stat : 1712 (java) S 1703 1705 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253509124 10060460032 9785 33554432000 1073741824 1073778376 140734618531824 140092784040360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1713] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1713/stat : 1713 (java) S 1703 1705 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253509124 10060460032 9785 33554432000 1073741824 1073778376 140734618531824 140092782987816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1705/tid=1714] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1714/stat : 1714 (java) S 1703 1705 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253509124 10060460032 9785 33554432000 1073741824 1073778376 140734618531824 140092781934760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1715] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1715/stat : 1715 (java) S 1703 1705 718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253509124 10060460032 9785 33554432000 1073741824 1073778376 140734618531824 140092780882216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1716] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1716/stat : 1716 (java) S 1703 1705 718 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253509125 10060460032 9785 33554432000 1073741824 1073778376 140734618531824 140092650789736 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1717] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1717/stat : 1717 (java) S 1703 1705 718 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253509125 10060460032 9785 33554432000 1073741824 1073778376 140734618531824 140092649736056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1718] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1718/stat : 1718 (java) S 1703 1705 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253509125 10060460032 9785 33554432000 1073741824 1073778376 140734618531824 140092648682888 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1719] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1719/stat : 1719 (java) S 1703 1705 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253509128 10060460032 9785 33554432000 1073741824 1073778376 140734618531824 140092647631632 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1720] ppid=1703 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/1705/task/1720/stat : 1720 (java) S 1703 1705 718 0 -1 4202560 578 0 0 0 6 0 0 0 20 0 19 0 253509128 10060460032 9785 33554432000 1073741824 1073778376 140734618531824 140092646578488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1721] ppid=1703 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/1705/task/1721/stat : 1721 (java) S 1703 1705 718 0 -1 4202560 932 0 0 0 7 0 0 0 20 0 19 0 253509128 10060460032 9785 33554432000 1073741824 1073778376 140734618531824 140092645525944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1705/tid=1722] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1722/stat : 1722 (java) S 1703 1705 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253509128 10060460032 9785 33554432000 1073741824 1073778376 140734618531824 140092644473080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1705/tid=1723] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1723/stat : 1723 (java) S 1703 1705 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253509128 10060460032 9785 33554432000 1073741824 1073778376 140734618531824 140092643420744 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1726] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1726/stat : 1726 (java) S 1703 1705 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253509147 10060460032 9785 33554432000 1073741824 1073778376 140734618531824 140091498423592 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 9824668

[startup+3.10079 s]
/proc/loadavg: 3.76 3.80 3.34 7/217 1736
/proc/meminfo: memFree=29176688/32873852 swapFree=6848/6848
[pid=1705] ppid=1703 vsize=9824668 CPUtime=4.36 cores=0,2,4,6
/proc/1705/stat : 1705 (java) S 1703 1705 718 0 -1 4202496 20640 0 1 0 427 9 0 0 20 0 22 0 253509121 10060460032 51324 33554432000 1073741824 1073778376 140734618531824 140734618522960 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1705/statm: 2456167 51324 2279 9 0 2446860 0
[pid=1705/tid=1707] ppid=1703 vsize=9824668 CPUtime=0.22 cores=0,2,4,6
/proc/1705/task/1707/stat : 1707 (java) S 1703 1705 718 0 -1 4202560 2464 0 1 0 20 2 0 0 20 0 22 0 253509122 10060460032 51324 33554432000 1073741824 1073778376 140734618531824 140092826760184 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1708] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1708/stat : 1708 (java) S 1703 1705 718 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253509124 10060460032 51324 33554432000 1073741824 1073778376 140734618531824 140092788251560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1709] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1709/stat : 1709 (java) S 1703 1705 718 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253509124 10060460032 51324 33554432000 1073741824 1073778376 140734618531824 140092787199016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1710] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1710/stat : 1710 (java) S 1703 1705 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253509124 10060460032 51324 33554432000 1073741824 1073778376 140734618531824 140092786145960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1705/tid=1711] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1711/stat : 1711 (java) S 1703 1705 718 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253509124 10060460032 51324 33554432000 1073741824 1073778376 140734618531824 140092785093416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1712] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1712/stat : 1712 (java) S 1703 1705 718 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253509124 10060460032 51324 33554432000 1073741824 1073778376 140734618531824 140092784040360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1705/tid=1713] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1713/stat : 1713 (java) S 1703 1705 718 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253509124 10060460032 51324 33554432000 1073741824 1073778376 140734618531824 140092782987816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1705/tid=1714] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1714/stat : 1714 (java) S 1703 1705 718 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253509124 10060460032 51324 33554432000 1073741824 1073778376 140734618531824 140092781934760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1715] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1715/stat : 1715 (java) S 1703 1705 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253509124 10060460032 51324 33554432000 1073741824 1073778376 140734618531824 140092780882216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1716] ppid=1703 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/1705/task/1716/stat : 1716 (java) S 1703 1705 718 0 -1 4202560 38 0 0 0 10 0 0 0 20 0 22 0 253509125 10060460032 51324 33554432000 1073741824 1073778376 140734618531824 140092650789736 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1705/tid=1717] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1717/stat : 1717 (java) S 1703 1705 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253509125 10060460032 51324 33554432000 1073741824 1073778376 140734618531824 140092649736056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1718] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1718/stat : 1718 (java) S 1703 1705 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253509125 10060460032 51324 33554432000 1073741824 1073778376 140734618531824 140092648682888 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1719] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1719/stat : 1719 (java) S 1703 1705 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253509128 10060460032 51324 33554432000 1073741824 1073778376 140734618531824 140092647631632 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1720] ppid=1703 vsize=9824668 CPUtime=0.76 cores=0,2,4,6
/proc/1705/task/1720/stat : 1720 (java) S 1703 1705 718 0 -1 4202560 10410 0 0 0 74 2 0 0 20 0 22 0 253509128 10060460032 51324 33554432000 1073741824 1073778376 140734618531824 140092646578488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1721] ppid=1703 vsize=9824668 CPUtime=0.73 cores=0,2,4,6
/proc/1705/task/1721/stat : 1721 (java) S 1703 1705 718 0 -1 4202560 6280 0 0 0 72 1 0 0 20 0 22 0 253509128 10060460032 51324 33554432000 1073741824 1073778376 140734618531824 140092645525944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1705/tid=1722] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1722/stat : 1722 (java) S 1703 1705 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253509128 10060460032 51324 33554432000 1073741824 1073778376 140734618531824 140092644473080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1705/tid=1723] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1723/stat : 1723 (java) S 1703 1705 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253509128 10060460032 51324 33554432000 1073741824 1073778376 140734618531824 140092643420744 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1705/tid=1726] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1726/stat : 1726 (java) S 1703 1705 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253509147 10060460032 51324 33554432000 1073741824 1073778376 140734618531824 140091498423592 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1734] ppid=1703 vsize=9824668 CPUtime=1.19 cores=0,2,4,6
/proc/1705/task/1734/stat : 1734 (java) R 1703 1705 718 0 -1 4202560 9 0 0 0 119 0 0 0 20 0 22 0 253509297 10060460032 51324 33554432000 1073741824 1073778376 140734618531824 140092641313496 140092656591729 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1705/tid=1735] ppid=1703 vsize=9824668 CPUtime=1.18 cores=0,2,4,6
/proc/1705/task/1735/stat : 1735 (java) R 1703 1705 718 0 -1 4202560 58 0 0 0 117 1 0 0 20 0 22 0 253509297 10060460032 51324 33554432000 1073741824 1073778376 140734618531824 140091497368424 140092656719531 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1736] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1736/stat : 1736 (java) S 1703 1705 718 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253509297 10060460032 51324 33554432000 1073741824 1073778376 140734618531824 140092642366504 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 9824668

[startup+6.30079 s]
/proc/loadavg: 3.76 3.80 3.34 4/217 1745
/proc/meminfo: memFree=29004772/32873852 swapFree=6848/6848
[pid=1705] ppid=1703 vsize=9824668 CPUtime=9.83 cores=0,2,4,6
/proc/1705/stat : 1705 (java) S 1703 1705 718 0 -1 4202496 20842 0 1 0 965 18 0 0 20 0 22 0 253509121 10060460032 67770 33554432000 1073741824 1073778376 140734618531824 140734618522960 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1705/statm: 2456167 67770 2279 9 0 2446860 0
[pid=1705/tid=1707] ppid=1703 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/1705/task/1707/stat : 1707 (java) S 1703 1705 718 0 -1 4202560 2464 0 1 0 21 2 0 0 20 0 22 0 253509122 10060460032 68282 33554432000 1073741824 1073778376 140734618531824 140092826760184 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1708] ppid=1703 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/1705/task/1708/stat : 1708 (java) S 1703 1705 718 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 253509124 10060460032 68282 33554432000 1073741824 1073778376 140734618531824 140092788251560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1709] ppid=1703 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/1705/task/1709/stat : 1709 (java) S 1703 1705 718 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 253509124 10060460032 68282 33554432000 1073741824 1073778376 140734618531824 140092787199016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1710] ppid=1703 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/1705/task/1710/stat : 1710 (java) S 1703 1705 718 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 253509124 10060460032 68282 33554432000 1073741824 1073778376 140734618531824 140092786145960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1711] ppid=1703 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/1705/task/1711/stat : 1711 (java) S 1703 1705 718 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 253509124 10060460032 68282 33554432000 1073741824 1073778376 140734618531824 140092785093416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1712] ppid=1703 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/1705/task/1712/stat : 1712 (java) S 1703 1705 718 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 253509124 10060460032 68282 33554432000 1073741824 1073778376 140734618531824 140092784040360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1713] ppid=1703 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/1705/task/1713/stat : 1713 (java) S 1703 1705 718 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 253509124 10060460032 68282 33554432000 1073741824 1073778376 140734618531824 140092782987816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1714] ppid=1703 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/1705/task/1714/stat : 1714 (java) S 1703 1705 718 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 253509124 10060460032 68282 33554432000 1073741824 1073778376 140734618531824 140092781934760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1705/tid=1715] ppid=1703 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/1705/task/1715/stat : 1715 (java) S 1703 1705 718 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 253509124 10060460032 68282 33554432000 1073741824 1073778376 140734618531824 140092780882216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1716] ppid=1703 vsize=9824668 CPUtime=0.56 cores=0,2,4,6
/proc/1705/task/1716/stat : 1716 (java) S 1703 1705 718 0 -1 4202560 115 0 0 0 54 2 0 0 20 0 22 0 253509125 10060460032 68282 33554432000 1073741824 1073778376 140734618531824 140092650789736 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1717] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1717/stat : 1717 (java) S 1703 1705 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253509125 10060460032 68282 33554432000 1073741824 1073778376 140734618531824 140092649736056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1718] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1718/stat : 1718 (java) S 1703 1705 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253509125 10060460032 68282 33554432000 1073741824 1073778376 140734618531824 140092648682888 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1719] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1719/stat : 1719 (java) S 1703 1705 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253509128 10060460032 68282 33554432000 1073741824 1073778376 140734618531824 140092647631632 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1720] ppid=1703 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/1705/task/1720/stat : 1720 (java) S 1703 1705 718 0 -1 4202560 10460 0 0 0 85 2 0 0 20 0 22 0 253509128 10060460032 68282 33554432000 1073741824 1073778376 140734618531824 140092646578488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1705/tid=1721] ppid=1703 vsize=9824668 CPUtime=0.86 cores=0,2,4,6
/proc/1705/task/1721/stat : 1721 (java) S 1703 1705 718 0 -1 4202560 6280 0 0 0 85 1 0 0 20 0 22 0 253509128 10060460032 68282 33554432000 1073741824 1073778376 140734618531824 140092645525944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1705/tid=1722] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1722/stat : 1722 (java) S 1703 1705 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253509128 10060460032 68282 33554432000 1073741824 1073778376 140734618531824 140092644473080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1705/tid=1723] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1723/stat : 1723 (java) S 1703 1705 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253509128 10060460032 68282 33554432000 1073741824 1073778376 140734618531824 140092643420744 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=1705/tid=1711] ppid=1703 vsize=9824668 CPUtime=3.8 cores=0,2,4,6
/proc/1705/task/1711/stat : 1711 (java) S 1703 1705 718 0 -1 4202560 819 0 0 0 368 12 0 0 20 0 22 0 253509124 10060460032 542339 33554432000 1073741824 1073778376 140734618531824 140092785093416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1712] ppid=1703 vsize=9824668 CPUtime=3.66 cores=0,2,4,6
/proc/1705/task/1712/stat : 1712 (java) S 1703 1705 718 0 -1 4202560 760 0 0 0 356 10 0 0 20 0 22 0 253509124 10060460032 542339 33554432000 1073741824 1073778376 140734618531824 140092784040360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1713] ppid=1703 vsize=9824668 CPUtime=3.61 cores=0,2,4,6
/proc/1705/task/1713/stat : 1713 (java) S 1703 1705 718 0 -1 4202560 674 0 0 0 351 10 0 0 20 0 22 0 253509124 10060460032 542339 33554432000 1073741824 1073778376 140734618531824 140092782987816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1705/tid=1714] ppid=1703 vsize=9824668 CPUtime=3.81 cores=0,2,4,6
/proc/1705/task/1714/stat : 1714 (java) S 1703 1705 718 0 -1 4202560 575 0 0 0 371 10 0 0 20 0 22 0 253509124 10060460032 542339 33554432000 1073741824 1073778376 140734618531824 140092781934760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1715] ppid=1703 vsize=9824668 CPUtime=3.84 cores=0,2,4,6
/proc/1705/task/1715/stat : 1715 (java) S 1703 1705 718 0 -1 4202560 623 0 0 0 371 13 0 0 20 0 22 0 253509124 10060460032 542339 33554432000 1073741824 1073778376 140734618531824 140092780882216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1716] ppid=1703 vsize=9824668 CPUtime=114.81 cores=0,2,4,6
/proc/1705/task/1716/stat : 1716 (java) S 1703 1705 718 0 -1 4202560 4161 0 0 0 11456 25 0 0 20 0 22 0 253509125 10060460032 542339 33554432000 1073741824 1073778376 140734618531824 140092650789736 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1705/tid=1717] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1717/stat : 1717 (java) S 1703 1705 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253509125 10060460032 542339 33554432000 1073741824 1073778376 140734618531824 140092649736056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1718] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1718/stat : 1718 (java) S 1703 1705 718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253509125 10060460032 542339 33554432000 1073741824 1073778376 140734618531824 140092648682888 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1705/tid=1719] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1719/stat : 1719 (java) S 1703 1705 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253509128 10060460032 542339 33554432000 1073741824 1073778376 140734618531824 140092647631632 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1720] ppid=1703 vsize=9824668 CPUtime=1.62 cores=0,2,4,6
/proc/1705/task/1720/stat : 1720 (java) S 1703 1705 718 0 -1 4202560 15542 0 0 0 159 3 0 0 20 0 22 0 253509128 10060460032 542339 33554432000 1073741824 1073778376 140734618531824 140092646578488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1705/tid=1721] ppid=1703 vsize=9824668 CPUtime=1.32 cores=0,2,4,6
/proc/1705/task/1721/stat : 1721 (java) S 1703 1705 718 0 -1 4202560 8905 0 0 0 130 2 0 0 20 0 22 0 253509128 10060460032 542339 33554432000 1073741824 1073778376 140734618531824 140092645525944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1705/tid=1722] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1722/stat : 1722 (java) S 1703 1705 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253509128 10060460032 542339 33554432000 1073741824 1073778376 140734618531824 140092644473080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1705/tid=1723] ppid=1703 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/1705/task/1723/stat : 1723 (java) S 1703 1705 718 0 -1 4202560 54 0 0 0 20 17 0 0 20 0 22 0 253509128 10060460032 542339 33554432000 1073741824 1073778376 140734618531824 140092643420744 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1754] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1754/stat : 1754 (java) S 1703 1705 718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253514070 10060460032 542339 33554432000 1073741824 1073778376 140734618531824 140091498423080 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1705/tid=1766] ppid=1703 vsize=9824668 CPUtime=310.09 cores=0,2,4,6
/proc/1705/task/1766/stat : 1766 (java) R 1703 1705 718 0 -1 4202560 19 0 0 0 31005 4 0 0 20 0 22 0 253565759 10060460032 542339 33554432000 1073741824 1073778376 140734618531824 140092641313376 140092656661830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1767] ppid=1703 vsize=9824668 CPUtime=310.03 cores=0,2,4,6
/proc/1705/task/1767/stat : 1767 (java) R 1703 1705 718 0 -1 4202560 82 0 0 0 30998 5 0 0 20 0 22 0 253565759 10060460032 542339 33554432000 1073741824 1073778376 140734618531824 140092642364192 140092656747744 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1768] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1768/stat : 1768 (java) S 1703 1705 718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253565759 10060460032 542339 33554432000 1073741824 1073778376 140734618531824 140091497370664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1776.49
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+953.501 s]
/proc/loadavg: 3.70 3.74 3.57 5/217 1866
/proc/meminfo: memFree=25567140/32873852 swapFree=6848/6848
[pid=1705] ppid=1703 vsize=9824668 CPUtime=1797.99 cores=0,2,4,6
/proc/1705/stat : 1705 (java) S 1703 1705 718 0 -1 4202496 41657 0 1 0 179609 190 0 0 20 0 22 0 253509121 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140734618522960 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1705/statm: 2456167 545413 2281 9 0 2446860 0
[pid=1705/tid=1707] ppid=1703 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/1705/task/1707/stat : 1707 (java) S 1703 1705 718 0 -1 4202560 2550 0 1 0 24 3 0 0 20 0 22 0 253509122 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092826760184 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1708] ppid=1703 vsize=9824668 CPUtime=3.66 cores=0,2,4,6
/proc/1705/task/1708/stat : 1708 (java) S 1703 1705 718 0 -1 4202560 872 0 0 0 353 13 0 0 20 0 22 0 253509124 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092788251560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1709] ppid=1703 vsize=9824668 CPUtime=3.86 cores=0,2,4,6
/proc/1705/task/1709/stat : 1709 (java) S 1703 1705 718 0 -1 4202560 995 0 0 0 375 11 0 0 20 0 22 0 253509124 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092787199016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1710] ppid=1703 vsize=9824668 CPUtime=3.33 cores=0,2,4,6
/proc/1705/task/1710/stat : 1710 (java) S 1703 1705 718 0 -1 4202560 753 0 0 0 323 10 0 0 20 0 22 0 253509124 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092786145960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1705/tid=1711] ppid=1703 vsize=9824668 CPUtime=3.84 cores=0,2,4,6
/proc/1705/task/1711/stat : 1711 (java) S 1703 1705 718 0 -1 4202560 821 0 0 0 371 13 0 0 20 0 22 0 253509124 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092785093416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1705/tid=1712] ppid=1703 vsize=9824668 CPUtime=3.68 cores=0,2,4,6
/proc/1705/task/1712/stat : 1712 (java) S 1703 1705 718 0 -1 4202560 761 0 0 0 358 10 0 0 20 0 22 0 253509124 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092784040360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1713] ppid=1703 vsize=9824668 CPUtime=3.64 cores=0,2,4,6
/proc/1705/task/1713/stat : 1713 (java) S 1703 1705 718 0 -1 4202560 674 0 0 0 354 10 0 0 20 0 22 0 253509124 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092782987816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1714] ppid=1703 vsize=9824668 CPUtime=3.87 cores=0,2,4,6
/proc/1705/task/1714/stat : 1714 (java) S 1703 1705 718 0 -1 4202560 579 0 0 0 377 10 0 0 20 0 22 0 253509124 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092781934760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1705/tid=1715] ppid=1703 vsize=9824668 CPUtime=3.87 cores=0,2,4,6
/proc/1705/task/1715/stat : 1715 (java) S 1703 1705 718 0 -1 4202560 627 0 0 0 374 13 0 0 20 0 22 0 253509124 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092780882216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1705/tid=1716] ppid=1703 vsize=9824668 CPUtime=115.81 cores=0,2,4,6
/proc/1705/task/1716/stat : 1716 (java) S 1703 1705 718 0 -1 4202560 4165 0 0 0 11555 26 0 0 20 0 22 0 253509125 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092650789736 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1717] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1717/stat : 1717 (java) S 1703 1705 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253509125 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092649736056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1718] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1718/stat : 1718 (java) S 1703 1705 718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253509125 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092648682888 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1705/tid=1719] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1719/stat : 1719 (java) S 1703 1705 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253509128 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092647631632 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1720] ppid=1703 vsize=9824668 CPUtime=1.62 cores=0,2,4,6
/proc/1705/task/1720/stat : 1720 (java) S 1703 1705 718 0 -1 4202560 15542 0 0 0 159 3 0 0 20 0 22 0 253509128 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092646578488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1705/tid=1721] ppid=1703 vsize=9824668 CPUtime=1.32 cores=0,2,4,6
/proc/1705/task/1721/stat : 1721 (java) S 1703 1705 718 0 -1 4202560 8905 0 0 0 130 2 0 0 20 0 22 0 253509128 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092645525944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1705/tid=1722] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1722/stat : 1722 (java) S 1703 1705 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253509128 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092644473080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1705/tid=1723] ppid=1703 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/1705/task/1723/stat : 1723 (java) S 1703 1705 718 0 -1 4202560 54 0 0 0 20 17 0 0 20 0 22 0 253509128 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092643420744 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1754] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1754/stat : 1754 (java) S 1703 1705 718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253514070 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140091498423080 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1705/tid=1766] ppid=1703 vsize=9824668 CPUtime=320.18 cores=0,2,4,6
/proc/1705/task/1766/stat : 1766 (java) R 1703 1705 718 0 -1 4202560 19 0 0 0 32014 4 0 0 20 0 22 0 253565759 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092641313376 140092656673975 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1767] ppid=1703 vsize=9824668 CPUtime=320.14 cores=0,2,4,6
/proc/1705/task/1767/stat : 1767 (java) R 1703 1705 718 0 -1 4202560 84 0 0 0 32008 6 0 0 20 0 22 0 253565759 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092642366272 140092656761227 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1768] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1768/stat : 1768 (java) S 1703 1705 718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253565759 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140091497370664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1797.99
Current children cumulated vsize (KiB) 9824668

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

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

[startup+953.501 s]
/proc/loadavg: 3.70 3.74 3.57 5/217 1866
/proc/meminfo: memFree=25567140/32873852 swapFree=6848/6848
[pid=1705] ppid=1703 vsize=9824668 CPUtime=1797.99 cores=0,2,4,6
/proc/1705/stat : 1705 (java) S 1703 1705 718 0 -1 4202496 41657 0 1 0 179609 190 0 0 20 0 22 0 253509121 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140734618522960 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1705/statm: 2456167 545413 2281 9 0 2446860 0
[pid=1705/tid=1707] ppid=1703 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/1705/task/1707/stat : 1707 (java) S 1703 1705 718 0 -1 4202560 2550 0 1 0 24 3 0 0 20 0 22 0 253509122 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092826760184 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1708] ppid=1703 vsize=9824668 CPUtime=3.66 cores=0,2,4,6
/proc/1705/task/1708/stat : 1708 (java) S 1703 1705 718 0 -1 4202560 872 0 0 0 353 13 0 0 20 0 22 0 253509124 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092788251560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1709] ppid=1703 vsize=9824668 CPUtime=3.86 cores=0,2,4,6
/proc/1705/task/1709/stat : 1709 (java) S 1703 1705 718 0 -1 4202560 995 0 0 0 375 11 0 0 20 0 22 0 253509124 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092787199016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1710] ppid=1703 vsize=9824668 CPUtime=3.33 cores=0,2,4,6
/proc/1705/task/1710/stat : 1710 (java) S 1703 1705 718 0 -1 4202560 753 0 0 0 323 10 0 0 20 0 22 0 253509124 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092786145960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1705/tid=1711] ppid=1703 vsize=9824668 CPUtime=3.84 cores=0,2,4,6
/proc/1705/task/1711/stat : 1711 (java) S 1703 1705 718 0 -1 4202560 821 0 0 0 371 13 0 0 20 0 22 0 253509124 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092785093416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1705/tid=1712] ppid=1703 vsize=9824668 CPUtime=3.68 cores=0,2,4,6
/proc/1705/task/1712/stat : 1712 (java) S 1703 1705 718 0 -1 4202560 761 0 0 0 358 10 0 0 20 0 22 0 253509124 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092784040360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1713] ppid=1703 vsize=9824668 CPUtime=3.64 cores=0,2,4,6
/proc/1705/task/1713/stat : 1713 (java) S 1703 1705 718 0 -1 4202560 674 0 0 0 354 10 0 0 20 0 22 0 253509124 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092782987816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1714] ppid=1703 vsize=9824668 CPUtime=3.87 cores=0,2,4,6
/proc/1705/task/1714/stat : 1714 (java) S 1703 1705 718 0 -1 4202560 579 0 0 0 377 10 0 0 20 0 22 0 253509124 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092781934760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1705/tid=1715] ppid=1703 vsize=9824668 CPUtime=3.87 cores=0,2,4,6
/proc/1705/task/1715/stat : 1715 (java) S 1703 1705 718 0 -1 4202560 627 0 0 0 374 13 0 0 20 0 22 0 253509124 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092780882216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1705/tid=1716] ppid=1703 vsize=9824668 CPUtime=115.81 cores=0,2,4,6
/proc/1705/task/1716/stat : 1716 (java) S 1703 1705 718 0 -1 4202560 4165 0 0 0 11555 26 0 0 20 0 22 0 253509125 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092650789736 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1717] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1717/stat : 1717 (java) S 1703 1705 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253509125 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092649736056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1718] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1718/stat : 1718 (java) S 1703 1705 718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253509125 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092648682888 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1705/tid=1719] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1719/stat : 1719 (java) S 1703 1705 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253509128 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092647631632 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1720] ppid=1703 vsize=9824668 CPUtime=1.62 cores=0,2,4,6
/proc/1705/task/1720/stat : 1720 (java) S 1703 1705 718 0 -1 4202560 15542 0 0 0 159 3 0 0 20 0 22 0 253509128 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092646578488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1705/tid=1721] ppid=1703 vsize=9824668 CPUtime=1.32 cores=0,2,4,6
/proc/1705/task/1721/stat : 1721 (java) S 1703 1705 718 0 -1 4202560 8905 0 0 0 130 2 0 0 20 0 22 0 253509128 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092645525944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1705/tid=1722] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1722/stat : 1722 (java) S 1703 1705 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253509128 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092644473080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1705/tid=1723] ppid=1703 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/1705/task/1723/stat : 1723 (java) S 1703 1705 718 0 -1 4202560 54 0 0 0 20 17 0 0 20 0 22 0 253509128 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092643420744 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1754] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1754/stat : 1754 (java) S 1703 1705 718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253514070 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140091498423080 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1705/tid=1766] ppid=1703 vsize=9824668 CPUtime=320.18 cores=0,2,4,6
/proc/1705/task/1766/stat : 1766 (java) R 1703 1705 718 0 -1 4202560 19 0 0 0 32014 4 0 0 20 0 22 0 253565759 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092641313376 140092656673975 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1705/tid=1767] ppid=1703 vsize=9824668 CPUtime=320.14 cores=0,2,4,6
/proc/1705/task/1767/stat : 1767 (java) R 1703 1705 718 0 -1 4202560 84 0 0 0 32008 6 0 0 20 0 22 0 253565759 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140092642366272 140092656761227 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1705/tid=1768] ppid=1703 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1705/task/1768/stat : 1768 (java) S 1703 1705 718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253565759 10060460032 545413 33554432000 1073741824 1073778376 140734618531824 140091497370664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1797.99
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1705 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=169244
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=143674
# CPU time returned by wait4() is 1796.31
# while last known CPU time is 1797.99
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 2.09997
#  lost CPU user time (s): 2.24999
#  lost CPU system time (s): -0.15

Real time (s): 953.536
CPU time (s): 1800.09
CPU user time (s): 1798.34
CPU system time (s): 1.75
CPU usage (%): 188.78
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.17
system time used= 2.14367
maximum resident set size= 2181780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41691
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32729
involuntary context switches= 60897

runsolver used 4.03039 second user time and 7.97579 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-24 17:37:17
IDJOB=3687754
IDBENCH=2060
IDSOLVER=2268
FILE ID=node129/3687754-1337873837
RUNJOBID= node129-1337871881-735
PBS_JOBID= 14620075
Free space on /tmp= 71640 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8a2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687754-1337873837/watcher-3687754-1337873837 -o /tmp/evaluation-result-3687754-1337873837/solver-3687754-1337873837 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687754-1337873837.opb

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

MD5SUM BENCH= d9e9e5fece70ebbc4c28befed36e7afc
RANDOM SEED=1191204051

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29252456 kB
Buffers:          212852 kB
Cached:          2159716 kB
SwapCached:            0 kB
Active:          1024156 kB
Inactive:        1832560 kB
Active(anon):     486328 kB
Inactive(anon):        0 kB
Active(file):     537828 kB
Inactive(file):  1832560 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               520 kB
Writeback:             0 kB
AnonPages:        492820 kB
Mapped:            22548 kB
Shmem:               204 kB
Slab:             626548 kB
SReclaimable:      69064 kB
SUnreclaim:       557484 kB
KernelStack:        1616 kB
PageTables:         5168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     826684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    440320 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= 71640 MiB
End job on node129 at 2012-05-24 17:53:12