Trace number 3454712

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 NameAnswerCPU timeWall clock time
Sat4j Res//CP 2.3.0SAT 544.383 282.803

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army11.17ls.opb
MD5SUMe92d33933b84b1c0ca9ffa19c28f7edc
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark7.38788
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables370
Total number of constraints557
Number of constraints which are clauses313
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints242
Minimum length of a constraint2
Maximum length of a constraint121
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454712-1307186579.opb
0.10/0.11	c reading problem ... 
0.26/0.22	c ... done. Wall clock time 0.113s.
0.26/0.22	c #vars     370
0.26/0.22	c #constraints  557
0.26/0.22	c constraints type 
0.26/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
0.26/0.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.26/0.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 193
0.26/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 242
0.26/0.22	c constraints type 
0.26/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 193
0.26/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 120
0.26/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.26/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 242
0.26/0.97	c cleaning 2498 clauses out of 5001 with flag 5001/5001
4.35/1.49	c cleaning 4242 clauses out of 8502 with flag 11000/11000
5.73/2.17	c cleaning 5628 clauses out of 11260 with flag 18000/18000
7.33/2.90	c cleaning 6816 clauses out of 13632 with flag 26000/26000
9.15/3.83	c cleaning 7909 clauses out of 15817 with flag 35001/35001
11.32/5.00	c cleaning 8950 clauses out of 17907 with flag 45000/45000
13.86/6.23	c cleaning 9476 clauses out of 18957 with flag 55000/55000
16.63/7.64	c cleaning 9736 clauses out of 19481 with flag 65000/65000
19.16/8.98	c cleaning 9870 clauses out of 19746 with flag 75001/75001
21.92/10.41	c cleaning 9933 clauses out of 19876 with flag 85001/85001
24.66/11.79	c cleaning 9971 clauses out of 19944 with flag 95002/95002
27.41/13.19	c cleaning 9978 clauses out of 19971 with flag 105000/105000
30.33/14.60	c cleaning 9995 clauses out of 19995 with flag 115002/115002
33.11/16.09	c cleaning 9998 clauses out of 19998 with flag 125000/125000
35.62/17.37	c cleaning 9998 clauses out of 20001 with flag 135001/135001
38.16/18.68	c cleaning 9993 clauses out of 20002 with flag 145000/145000
41.07/20.11	c cleaning 10003 clauses out of 20011 with flag 155002/155002
43.63/21.47	c cleaning 10002 clauses out of 20010 with flag 165004/165004
46.59/22.91	c cleaning 9997 clauses out of 20004 with flag 175000/175000
49.32/24.37	c cleaning 9994 clauses out of 20007 with flag 185000/185000
52.23/25.84	c cleaning 9999 clauses out of 20016 with flag 195003/195003
55.14/27.30	c cleaning 10000 clauses out of 20014 with flag 205000/205000
58.06/28.80	c cleaning 10002 clauses out of 20014 with flag 215000/215000
61.03/30.40	c cleaning 10002 clauses out of 20012 with flag 225000/225000
64.09/31.94	c cleaning 10001 clauses out of 20011 with flag 235001/235001
67.23/33.57	c cleaning 9998 clauses out of 20009 with flag 245000/245000
70.54/35.22	c cleaning 10001 clauses out of 20014 with flag 255003/255003
73.67/36.86	c cleaning 10001 clauses out of 20011 with flag 265001/265001
76.74/38.44	c cleaning 9998 clauses out of 20009 with flag 275000/275000
80.29/40.24	c cleaning 10003 clauses out of 20012 with flag 285001/285001
82.97/41.69	c cleaning 9993 clauses out of 20008 with flag 295000/295000
85.88/43.17	c cleaning 10000 clauses out of 20015 with flag 305000/305000
88.79/44.65	c cleaning 10002 clauses out of 20015 with flag 315000/315000
91.68/46.13	c cleaning 10001 clauses out of 20013 with flag 325000/325000
94.39/47.53	c cleaning 10002 clauses out of 20013 with flag 335001/335001
97.34/49.07	c cleaning 10000 clauses out of 20010 with flag 345000/345000
100.58/50.71	c cleaning 10001 clauses out of 20012 with flag 355002/355002
103.49/52.23	c cleaning 9994 clauses out of 20009 with flag 365000/365000
106.39/53.77	c cleaning 10002 clauses out of 20016 with flag 375001/375001
109.49/55.36	c cleaning 10003 clauses out of 20014 with flag 385001/385001
112.76/57.05	c cleaning 9996 clauses out of 20011 with flag 395001/395001
115.67/58.55	c cleaning 9999 clauses out of 20015 with flag 405001/405001
118.39/59.98	c cleaning 10004 clauses out of 20017 with flag 415002/415002
121.08/61.36	c cleaning 9998 clauses out of 20012 with flag 425001/425001
123.94/62.89	c cleaning 10002 clauses out of 20014 with flag 435001/435001
126.86/64.35	c cleaning 9992 clauses out of 20011 with flag 445000/445000
130.15/66.03	c cleaning 10002 clauses out of 20021 with flag 455002/455002
133.05/67.54	c cleaning 10006 clauses out of 20019 with flag 465002/465002
136.11/69.11	c cleaning 9996 clauses out of 20012 with flag 475001/475001
138.81/70.57	c cleaning 10003 clauses out of 20015 with flag 485000/485000
141.72/72.04	c cleaning 9997 clauses out of 20012 with flag 495000/495000
144.80/73.68	c cleaning 10003 clauses out of 20015 with flag 505000/505000
148.06/75.41	c cleaning 10000 clauses out of 20012 with flag 515000/515000
150.96/76.87	c cleaning 10003 clauses out of 20014 with flag 525002/525002
153.25/78.05	c cleaning 10002 clauses out of 20010 with flag 535001/535001
155.95/79.41	c cleaning 10000 clauses out of 20008 with flag 545001/545001
158.60/80.91	c cleaning 10001 clauses out of 20009 with flag 555002/555002
161.88/82.52	c cleaning 10000 clauses out of 20009 with flag 565003/565003
164.98/84.12	c cleaning 9998 clauses out of 20008 with flag 575002/575002
167.86/85.63	c cleaning 9996 clauses out of 20008 with flag 585000/585000
171.09/87.36	c cleaning 9993 clauses out of 20012 with flag 595000/595000
174.58/89.19	c cleaning 9988 clauses out of 20021 with flag 605002/605002
177.68/90.72	c cleaning 10012 clauses out of 20033 with flag 615002/615002
180.75/92.32	c cleaning 10004 clauses out of 20021 with flag 625002/625002
183.58/93.89	c cleaning 10003 clauses out of 20016 with flag 635001/635001
186.66/95.47	c cleaning 10002 clauses out of 20014 with flag 645002/645002
189.74/97.02	c cleaning 9999 clauses out of 20010 with flag 655000/655000
193.02/98.75	c cleaning 9992 clauses out of 20012 with flag 665001/665001
196.45/100.50	c cleaning 10007 clauses out of 20023 with flag 675004/675004
199.52/102.18	c cleaning 10001 clauses out of 20014 with flag 685002/685002
202.62/103.78	c cleaning 9999 clauses out of 20013 with flag 695002/695002
205.69/105.40	c cleaning 10002 clauses out of 20015 with flag 705003/705003
208.91/107.05	c cleaning 9996 clauses out of 20010 with flag 715000/715000
212.39/108.81	c cleaning 10001 clauses out of 20016 with flag 725002/725002
215.68/110.53	c cleaning 10003 clauses out of 20015 with flag 735002/735002
218.74/112.19	c cleaning 9997 clauses out of 20010 with flag 745000/745000
222.36/114.03	c cleaning 10004 clauses out of 20014 with flag 755001/755001
225.43/115.68	c cleaning 9999 clauses out of 20010 with flag 765001/765001
228.54/117.24	c cleaning 10001 clauses out of 20010 with flag 775000/775000
231.77/118.90	c cleaning 9994 clauses out of 20009 with flag 785000/785000
234.38/120.40	c cleaning 10002 clauses out of 20016 with flag 795001/795001
237.46/121.94	c cleaning 10003 clauses out of 20015 with flag 805002/805002
240.54/123.50	c cleaning 9999 clauses out of 20012 with flag 815002/815002
243.41/125.01	c cleaning 10001 clauses out of 20011 with flag 825000/825000
246.22/126.51	c cleaning 9996 clauses out of 20010 with flag 835000/835000
249.09/128.07	c cleaning 10001 clauses out of 20014 with flag 845000/845000
251.96/129.56	c cleaning 10003 clauses out of 20016 with flag 855003/855003
255.02/131.14	c cleaning 9998 clauses out of 20010 with flag 865000/865000
258.03/132.76	c cleaning 10004 clauses out of 20015 with flag 875003/875003
260.89/134.26	c cleaning 9998 clauses out of 20010 with flag 885002/885002
263.36/135.56	c cleaning 9997 clauses out of 20011 with flag 895001/895001
265.84/136.89	c cleaning 10002 clauses out of 20014 with flag 905001/905001
268.84/138.42	c cleaning 10000 clauses out of 20011 with flag 915000/915000
270.11/139.18	c cleaning 0 clauses out of 5001 with flag 0/5001
272.36/140.18	c cleaning 9997 clauses out of 20011 with flag 925000/925000
276.18/141.83	c cleaning 10001 clauses out of 20014 with flag 935000/935000
279.39/143.57	c cleaning 10006 clauses out of 20016 with flag 945003/945003
282.65/145.24	c cleaning 9998 clauses out of 20009 with flag 955002/955002
285.73/146.89	c cleaning 10001 clauses out of 20011 with flag 965002/965002
289.58/148.86	c cleaning 9996 clauses out of 20009 with flag 975001/975001
292.57/150.48	c cleaning 9998 clauses out of 20013 with flag 985001/985001
295.83/152.16	c cleaning 10003 clauses out of 20015 with flag 995001/995001
298.90/153.79	c cleaning 10000 clauses out of 20012 with flag 1005001/1005001
302.16/155.49	c cleaning 10001 clauses out of 20011 with flag 1015000/1015000
305.96/157.40	c cleaning 9997 clauses out of 20010 with flag 1025000/1025000
309.06/159.06	c cleaning 9987 clauses out of 20013 with flag 1035000/1035000
312.30/160.76	c cleaning 10011 clauses out of 20031 with flag 1045005/1045005
315.96/162.63	c cleaning 10002 clauses out of 20016 with flag 1055001/1055001
319.75/164.62	c cleaning 10001 clauses out of 20013 with flag 1065000/1065000
323.20/166.45	c cleaning 10001 clauses out of 20013 with flag 1075001/1075001
327.06/168.48	c cleaning 10001 clauses out of 20011 with flag 1085000/1085000
330.72/170.37	c cleaning 10000 clauses out of 20011 with flag 1095001/1095001
334.35/172.24	c cleaning 9997 clauses out of 20010 with flag 1105000/1105000
337.97/174.17	c cleaning 10000 clauses out of 20013 with flag 1115000/1115000
341.23/175.88	c cleaning 10000 clauses out of 20014 with flag 1125001/1125001
344.48/177.60	c cleaning 10002 clauses out of 20014 with flag 1135001/1135001
347.46/179.20	c cleaning 10001 clauses out of 20012 with flag 1145001/1145001
351.15/181.04	c cleaning 10001 clauses out of 20011 with flag 1155001/1155001
354.37/182.74	c cleaning 9998 clauses out of 20010 with flag 1165001/1165001
357.46/184.36	c cleaning 10000 clauses out of 20011 with flag 1175000/1175000
361.04/186.26	c cleaning 9997 clauses out of 20011 with flag 1185000/1185000
364.70/188.10	c cleaning 10002 clauses out of 20014 with flag 1195000/1195000
367.77/189.81	c cleaning 9996 clauses out of 20013 with flag 1205001/1205001
371.40/191.61	c cleaning 10001 clauses out of 20017 with flag 1215001/1215001
374.78/193.45	c cleaning 10001 clauses out of 20015 with flag 1225000/1225000
378.47/195.32	c cleaning 10001 clauses out of 20014 with flag 1235000/1235000
381.88/197.16	c cleaning 10002 clauses out of 20013 with flag 1245000/1245000
385.13/198.82	c cleaning 10001 clauses out of 20011 with flag 1255000/1255000
388.94/200.85	c cleaning 9996 clauses out of 20010 with flag 1265000/1265000
392.35/202.69	c cleaning 10001 clauses out of 20014 with flag 1275000/1275000
395.99/204.57	c cleaning 10001 clauses out of 20013 with flag 1285000/1285000
399.48/206.37	c cleaning 10001 clauses out of 20013 with flag 1295001/1295001
403.00/208.27	c cleaning 10001 clauses out of 20012 with flag 1305001/1305001
406.46/210.05	c cleaning 10000 clauses out of 20012 with flag 1315002/1315002
409.94/211.88	c cleaning 9998 clauses out of 20010 with flag 1325000/1325000
413.36/213.68	c cleaning 9999 clauses out of 20014 with flag 1335002/1335002
416.93/215.54	c cleaning 10000 clauses out of 20016 with flag 1345003/1345003
419.98/217.15	c cleaning 10002 clauses out of 20015 with flag 1355002/1355002
423.03/218.79	c cleaning 9999 clauses out of 20013 with flag 1365002/1365002
426.27/220.44	c cleaning 10001 clauses out of 20013 with flag 1375001/1375001
429.64/222.24	c cleaning 10001 clauses out of 20013 with flag 1385002/1385002
432.70/223.87	c cleaning 9999 clauses out of 20010 with flag 1395000/1395000
435.92/225.55	c cleaning 9995 clauses out of 20011 with flag 1405000/1405000
438.97/227.19	c cleaning 10007 clauses out of 20018 with flag 1415002/1415002
442.93/229.26	c cleaning 9998 clauses out of 20010 with flag 1425001/1425001
446.57/231.13	c cleaning 10003 clauses out of 20015 with flag 1435004/1435004
450.01/232.97	c cleaning 9996 clauses out of 20008 with flag 1445000/1445000
452.85/234.50	c cleaning 10001 clauses out of 20014 with flag 1455002/1455002
456.01/236.17	c cleaning 10000 clauses out of 20011 with flag 1465000/1465000
459.45/237.97	c cleaning 10002 clauses out of 20012 with flag 1475001/1475001
463.29/239.91	c cleaning 9997 clauses out of 20009 with flag 1485000/1485000
466.93/241.83	c cleaning 10001 clauses out of 20012 with flag 1495000/1495000
470.30/243.65	c cleaning 10000 clauses out of 20012 with flag 1505001/1505001
473.73/245.44	c cleaning 9985 clauses out of 20011 with flag 1515000/1515000
476.80/247.08	c cleaning 10008 clauses out of 20027 with flag 1525001/1525001
480.00/248.71	c cleaning 10001 clauses out of 20018 with flag 1535000/1535000
483.35/250.57	c cleaning 10003 clauses out of 20018 with flag 1545001/1545001
486.79/252.33	c cleaning 10002 clauses out of 20014 with flag 1555000/1555000
490.02/254.09	c cleaning 10000 clauses out of 20014 with flag 1565002/1565002
493.50/255.87	c cleaning 10000 clauses out of 20014 with flag 1575002/1575002
496.61/257.58	c cleaning 10002 clauses out of 20013 with flag 1585001/1585001
499.85/259.22	c cleaning 9998 clauses out of 20010 with flag 1595000/1595000
503.29/261.09	c cleaning 10001 clauses out of 20012 with flag 1605000/1605000
506.33/262.65	c cleaning 10001 clauses out of 20011 with flag 1615000/1615000
509.68/264.50	c cleaning 10002 clauses out of 20013 with flag 1625003/1625003
513.11/266.21	c cleaning 9966 clauses out of 20008 with flag 1635000/1635000
516.38/267.92	c cleaning 10015 clauses out of 20042 with flag 1645000/1645000
519.77/269.72	c cleaning 10009 clauses out of 20027 with flag 1655000/1655000
523.51/271.78	c cleaning 10002 clauses out of 20019 with flag 1665001/1665001
526.95/273.57	c cleaning 10002 clauses out of 20016 with flag 1675000/1675000
529.98/275.13	c cleaning 9998 clauses out of 20014 with flag 1685000/1685000
533.05/276.77	c cleaning 10003 clauses out of 20016 with flag 1695000/1695000
536.17/278.46	c cleaning 9993 clauses out of 20013 with flag 1705000/1705000
539.23/280.07	c cleaning 10004 clauses out of 20020 with flag 1715000/1715000
542.63/281.81	c cleaning 10003 clauses out of 20016 with flag 1725000/1725000
544.25/282.74	c  And the winner is CuttingPlanes
544.25/282.76	c starts		: 27
544.25/282.76	c conflicts		: 6634
544.25/282.76	c decisions		: 9082
544.25/282.76	c propagations		: 245011
544.25/282.76	c inspects		: 282617982
544.25/282.76	c shortcuts		: 0
544.25/282.76	c learnt literals	: 0
544.25/282.76	c learnt binary clauses	: 0
544.25/282.76	c learnt ternary clauses	: 0
544.25/282.76	c learnt constraints	: 6634
544.25/282.76	c ignored constraints	: 0
544.25/282.76	c root simplifications	: 0
544.25/282.76	c removed literals (reason simplification)	: 0
544.25/282.76	c reason swapping (by a shorter reason)	: 0
544.25/282.76	c Calls to reduceDB	: 1
544.25/282.76	c number of reductions to clauses (during analyze)	: 0
544.25/282.76	c number of learned constraints concerned by reduction	: 0
544.25/282.76	c number of learning phase by resolution	: 0
544.25/282.76	c number of learning phase by cutting planes	: 0
544.25/282.76	c speed (assignments/second)	: 867.1727896934947
544.25/282.76	c non guided choices	48
544.25/282.77	c learnt constraints type 
544.25/282.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6634
544.25/282.77	c constraints type 
544.25/282.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
544.25/282.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
544.25/282.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 193
544.25/282.77	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 242
544.25/282.77	c constraints type 
544.25/282.77	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 193
544.25/282.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 120
544.25/282.77	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
544.25/282.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 242
544.25/282.77	s SATISFIABLE
544.25/282.77	v -x1 -x2 x3 -x4 x5 -x6 x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 x108 -x109 x110 x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 x133 -x134 x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 x188 -x189 x190 -x191 x192 -x193 x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 x212 -x213 x214 -x215 x216 -x217 x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 x236 -x237 x238 -x239 x240 -x241 x242 -x243 x244 -x245 x246 -x247 x248 x249 -x250 x251 -x252 -x253 x254 -x255 x256 -x257 x258 x259 -x260 x261 -x262 x263 -x264 -x265 x266 -x267 x268 -x269 x270 -x271 x272 -x273 x274 x275 -x276 x277 -x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 -x295 x296 -x297 x298 -x299 x300 -x301 x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 x312 -x313 x314 -x315 x316 -x317 x318 -x319 x320 -x321 x322 -x323 x324 -x325 x326 -x327 x328 -x329 -x330 x331 -x332 x333 -x334 x335 -x336 x337 -x338 x339 -x340 x341 -x342 x343 -x344 x345 -x346 x347 -x348 x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 x357 -x358 x359 -x360 x361 -x362 -x363 x364 -x365 x366 -x367 x368 -x369 x370 
544.25/282.77	c Total wall clock time (in seconds): 282.662

Verifier Data

OK	0

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3454712-1307186579/watcher-3454712-1307186579 -o /tmp/evaluation-result-3454712-1307186579/solver-3454712-1307186579 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454712-1307186579.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.48 1.36 1.66 4/509 20420
/proc/meminfo: memFree=20714264/32951124 swapFree=46575304/67111528
[pid=20420] ppid=20418 vsize=35788 CPUtime=0 cores=0,2,4,6
/proc/20420/stat : 20420 (java) S 20418 20420 17058 0 -1 4202496 1315 0 0 0 0 0 0 0 25 0 2 0 562849136 36646912 1018 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672464869 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/20420/statm: 8947 1018 782 9 0 386 0
[pid=20420/tid=20421] ppid=20418 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20421/stat : 20421 (java) R 20418 20420 17058 0 -1 4202560 6582 0 1 0 0 0 0 0 25 0 2 0 562849137 10694979584 7398 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268660356155 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0639041 s]
/proc/loadavg: 1.48 1.36 1.66 4/509 20420
/proc/meminfo: memFree=20714264/32951124 swapFree=46575304/67111528
[pid=20420] ppid=20418 vsize=10472952 CPUtime=0.05 cores=0,2,4,6
/proc/20420/stat : 20420 (java) S 20418 20420 17058 0 -1 4202496 11740 0 1 0 4 1 0 0 25 0 18 0 562849136 10724302848 11438 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20420/statm: 2618238 11438 1740 9 0 2608972 0
[pid=20420/tid=20421] ppid=20418 vsize=10472952 CPUtime=0.04 cores=0,2,4,6
/proc/20420/task/20421/stat : 20421 (java) R 20418 20420 17058 0 -1 4202560 10566 0 1 0 4 0 0 0 25 0 18 0 562849137 10724302848 11438 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 47329460703237 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472952

[startup+0.100895 s]
/proc/loadavg: 1.48 1.36 1.66 4/509 20420
/proc/meminfo: memFree=20714264/32951124 swapFree=46575304/67111528
[pid=20420] ppid=20418 vsize=10540420 CPUtime=0.1 cores=0,2,4,6
/proc/20420/stat : 20420 (java) S 20418 20420 17058 0 -1 4202496 13148 0 1 0 9 1 0 0 25 0 18 0 562849136 10793390080 12818 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20420/statm: 2635105 12818 2093 9 0 2625839 0
[pid=20420/tid=20421] ppid=20418 vsize=10540420 CPUtime=0.08 cores=0,2,4,6
/proc/20420/task/20421/stat : 20421 (java) R 20418 20420 17058 0 -1 4202560 11207 0 1 0 7 1 0 0 18 0 18 0 562849137 10793390080 12819 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 47329463907381 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540420

[startup+0.532355 s]
/proc/loadavg: 1.48 1.36 1.66 4/509 20420
/proc/meminfo: memFree=20714264/32951124 swapFree=46575304/67111528
[pid=20420] ppid=20418 vsize=10561048 CPUtime=2.22 cores=0,2,4,6
/proc/20420/stat : 20420 (java) S 20418 20420 17058 0 -1 4202496 33494 0 1 0 217 5 0 0 25 0 22 0 562849136 10814513152 29208 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20420/statm: 2640262 29213 2222 9 0 2630996 0
[pid=20420/tid=20421] ppid=20418 vsize=10561048 CPUtime=0.2 cores=0,2,4,6
/proc/20420/task/20421/stat : 20421 (java) S 20418 20420 17058 0 -1 4202560 12089 0 1 0 19 1 0 0 19 0 22 0 562849137 10814513152 29215 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 10561048

[startup+1.0477 s]
/proc/loadavg: 1.48 1.36 1.66 4/509 20420
/proc/meminfo: memFree=20714264/32951124 swapFree=46575304/67111528
[pid=20420] ppid=20418 vsize=10562916 CPUtime=3.47 cores=0,2,4,6
/proc/20420/stat : 20420 (java) S 20418 20420 17058 0 -1 4202496 56497 0 1 0 339 8 0 0 25 0 22 0 562849136 10816425984 51881 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20420/statm: 2640729 51884 2257 9 0 2631463 0
[pid=20420/tid=20421] ppid=20418 vsize=10562916 CPUtime=0.2 cores=0,2,4,6
/proc/20420/task/20421/stat : 20421 (java) S 20418 20420 17058 0 -1 4202560 12089 0 1 0 19 1 0 0 15 0 22 0 562849137 10816425984 51885 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 10562916

[startup+1.50063 s]
/proc/loadavg: 1.48 1.36 1.66 4/509 20420
/proc/meminfo: memFree=20714264/32951124 swapFree=46575304/67111528
[pid=20420] ppid=20418 vsize=10560724 CPUtime=4.55 cores=0,2,4,6
/proc/20420/stat : 20420 (java) S 20418 20420 17058 0 -1 4202496 74947 0 1 0 444 11 0 0 25 0 22 0 562849136 10814181376 68370 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20420/statm: 2640181 68370 2257 9 0 2630915 0
[pid=20420/tid=20421] ppid=20418 vsize=10560724 CPUtime=0.2 cores=0,2,4,6
/proc/20420/task/20421/stat : 20421 (java) S 20418 20420 17058 0 -1 4202560 12089 0 1 0 19 1 0 0 15 0 22 0 562849137 10814181376 68370 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 10560724

[startup+3.10137 s]
/proc/loadavg: 1.68 1.40 1.67 5/531 20442
/proc/meminfo: memFree=20346392/32951124 swapFree=46575304/67111528
[pid=20420] ppid=20418 vsize=10560724 CPUtime=7.72 cores=0,2,4,6
/proc/20420/stat : 20420 (java) S 20418 20420 17058 0 -1 4202496 97488 0 1 0 758 14 0 0 25 0 22 0 562849136 10814181376 90909 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20420/statm: 2640181 90909 2257 9 0 2630915 0
[pid=20420/tid=20421] ppid=20418 vsize=10560724 CPUtime=0.2 cores=0,2,4,6
/proc/20420/task/20421/stat : 20421 (java) S 20418 20420 17058 0 -1 4202560 12089 0 1 0 19 1 0 0 15 0 22 0 562849137 10814181376 90909 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20423] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20423/stat : 20423 (java) S 20418 20420 17058 0 -1 4202560 521 0 0 0 0 0 0 0 15 0 22 0 562849138 10814181376 90909 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
[pid=20420/tid=20424] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20424/stat : 20424 (java) S 20418 20420 17058 0 -1 4202560 495 0 0 0 0 0 0 0 16 0 22 0 562849138 10814181376 90909 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
[pid=20420/tid=20425] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20425/stat : 20425 (java) S 20418 20420 17058 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 22 0 562849139 10814181376 90909 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20426] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20426/stat : 20426 (java) S 20418 20420 17058 0 -1 4202560 27 0 0 0 0 0 0 0 16 0 22 0 562849139 10814181376 90909 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
[pid=20420/tid=20427] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20427/stat : 20427 (java) S 20418 20420 17058 0 -1 4202560 117 0 0 0 0 0 0 0 15 0 22 0 562849139 10814181376 90909 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
[pid=20420/tid=20428] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20428/stat : 20428 (java) S 20418 20420 17058 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 22 0 562849139 10814181376 90909 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20429] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20429/stat : 20429 (java) S 20418 20420 17058 0 -1 4202560 1053 0 0 0 0 0 0 0 16 0 22 0 562849139 10814181376 90909 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
[pid=20420/tid=20430] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20430/stat : 20430 (java) S 20418 20420 17058 0 -1 4202560 631 0 0 0 0 0 0 0 15 0 22 0 562849139 10814181376 90909 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20431] ppid=20418 vsize=10560724 CPUtime=0.11 cores=0,2,4,6
/proc/20420/task/20431/stat : 20431 (java) S 20418 20420 17058 0 -1 4202560 3260 0 0 0 11 0 0 0 16 0 22 0 562849140 10814181376 90909 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 0 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20432] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20432/stat : 20432 (java) S 20418 20420 17058 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 562849140 10814181376 90909 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20433] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20433/stat : 20433 (java) S 20418 20420 17058 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 562849140 10814181376 90909 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20434] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20434/stat : 20434 (java) S 20418 20420 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 562849142 10814181376 90909 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672485809 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20435] ppid=20418 vsize=10560724 CPUtime=0.99 cores=0,2,4,6
/proc/20420/task/20435/stat : 20435 (java) S 20418 20420 17058 0 -1 4202560 6256 0 0 0 99 0 0 0 15 0 22 0 562849142 10814181376 90909 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 0 0 0 0
[pid=20420/tid=20436] ppid=20418 vsize=10560724 CPUtime=0.86 cores=0,2,4,6
/proc/20420/task/20436/stat : 20436 (java) S 20418 20420 17058 0 -1 4202560 8243 0 0 0 85 1 0 0 15 0 22 0 562849142 10814181376 90909 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20437] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20437/stat : 20437 (java) S 20418 20420 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 562849142 10814181376 90909 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20438] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20438/stat : 20438 (java) S 20418 20420 17058 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 562849142 10814181376 90909 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
[pid=20420/tid=20439] ppid=20418 vsize=10560724 CPUtime=2.73 cores=0,2,4,6
/proc/20420/task/20439/stat : 20439 (java) R 20418 20420 17058 0 -1 4202560 1149 0 0 0 273 0 0 0 25 0 22 0 562849159 10814181376 90909 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 46912505713445 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20420/tid=20440] ppid=20418 vsize=10560724 CPUtime=2.72 cores=0,2,4,6
/proc/20420/task/20440/stat : 20440 (java) R 20418 20420 17058 0 -1 4202560 62324 0 0 0 264 8 0 0 19 0 22 0 562849159 10814181376 90909 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 46912505645201 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20420/tid=20441] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20441/stat : 20441 (java) S 20418 20420 17058 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 562849159 10814181376 90909 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
[pid=20420/tid=20442] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20442/stat : 20442 (java) S 20418 20420 17058 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 562849159 10814181376 90909 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 10560724

[startup+6.30081 s]
/proc/loadavg: 1.68 1.40 1.67 5/531 20442
/proc/meminfo: memFree=20180944/32951124 swapFree=46575304/67111528
[pid=20420] ppid=20418 vsize=10560724 CPUtime=14.03 cores=0,2,4,6
/proc/20420/stat : 20420 (java) S 20418 20420 17058 0 -1 4202496 139494 0 1 0 1384 19 0 0 25 0 22 0 562849136 10814181376 132716 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20420/statm: 2640181 132716 2257 9 0 2630915 0
[pid=20420/tid=20421] ppid=20418 vsize=10560724 CPUtime=0.2 cores=0,2,4,6
/proc/20420/task/20421/stat : 20421 (java) S 20418 20420 17058 0 -1 4202560 12089 0 1 0 19 1 0 0 15 0 22 0 562849137 10814181376 132716 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
[pid=20420/tid=20423] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20423/stat : 20423 (java) S 20418 20420 17058 0 -1 4202560 551 0 0 0 0 0 0 0 15 0 22 0 562849138 10814181376 132716 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 0 0 0 0
[pid=20420/tid=20424] ppid=20418 vsize=10560724 CPUtime=0.01 cores=0,2,4,6
/proc/20420/task/20424/stat : 20424 (java) S 20418 20420 17058 0 -1 4202560 518 0 0 0 1 0 0 0 16 0 22 0 562849138 10814181376 132716 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
[pid=20420/tid=20425] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20425/stat : 20425 (java) S 20418 20420 17058 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 562849139 10814181376 132716 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20426] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20426/stat : 20426 (java) S 20418 20420 17058 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 22 0 562849139 10814181376 132716 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 0 0 0 0
[pid=20420/tid=20427] ppid=20418 vsize=10560724 CPUtime=0.01 cores=0,2,4,6
/proc/20420/task/20427/stat : 20427 (java) S 20418 20420 17058 0 -1 4202560 141 0 0 0 1 0 0 0 16 0 22 0 562849139 10814181376 132716 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20428] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20428/stat : 20428 (java) S 20418 20420 17058 0 -1 4202560 147 0 0 0 0 0 0 0 16 0 22 0 562849139 10814181376 132716 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
[pid=20420/tid=20429] ppid=20418 vsize=10560724 CPUtime=0.01 cores=0,2,4,6
/proc/20420/task/20429/stat : 20429 (java) S 20418 20420 17058 0 -1 4202560 1068 0 0 0 1 0 0 0 15 0 22 0 562849139 10814181376 132716 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
[pid=20420/tid=20430] ppid=20418 vsize=10560724 CPUtime=0.01 cores=0,2,4,6
/proc/20420/task/20430/stat : 20430 (java) S 20418 20420 17058 0 -1 4202560 685 0 0 0 1 0 0 0 16 0 22 0 562849139 10814181376 132716 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 0 0 0 0
[pid=20420/tid=20431] ppid=20418 vsize=10560724 CPUtime=0.23 cores=0,2,4,6
/proc/20420/task/20431/stat : 20431 (java) S 20418 20420 17058 0 -1 4202560 6052 0 0 0 23 0 0 0 16 0 22 0 562849140 10814181376 132716 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 0 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20432] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20432/stat : 20432 (java) S 20418 20420 17058 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 562849140 10814181376 132716 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20433] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20433/stat : 20433 (java) S 20418 20420 17058 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 562849140 10814181376 132716 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20434] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20434/stat : 20434 (java) S 20418 20420 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 562849142 10814181376 132716 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672485809 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20435] ppid=20418 vsize=10560724 CPUtime=1.01 cores=0,2,4,6
/proc/20420/task/20435/stat : 20435 (java) S 20418 20420 17058 0 -1 4202560 6256 0 0 0 101 0 0 0 15 0 22 0 562849142 10814181376 132716 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 0 0 0 0
[pid=20420/tid=20436] ppid=20418 vsize=10560724 CPUtime=0.86 cores=0,2,4,6
/proc/20420/task/20436/stat : 20436 (java) S 20418 20420 17058 0 -1 4202560 8243 0 0 0 85 1 0 0 15 0 22 0 562849142 10814181376 132716 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20437] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20437/stat : 20437 (java) S 20418 20420 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 562849142 10814181376 132716 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20438] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20438/stat : 20438 (java) S 20418 20420 17058 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 562849142 10814181376 132716 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
[pid=20420/tid=20439] ppid=20418 vsize=10560724 CPUtime=5.79 cores=0,2,4,6
/proc/20420/task/20439/stat : 20439 (java) R 20418 20420 17058 0 -1 4202560 1399 0 0 0 579 0 0 0 25 0 22 0 562849159 10814181376 132716 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 46912505712808 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20420/tid=20440] ppid=20418 vsize=10560724 CPUtime=5.78 cores=0,2,4,6
/proc/20420/task/20440/stat : 20440 (java) R 20418 20420 17058 0 -1 4202560 101114 0 0 0 566 12 0 0 19 0 22 0 562849159 10814181376 132716 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 46912505712955 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20420/tid=20441] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20441/stat : 20441 (java) S 20418 20420 17058 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 562849159 10814181376 132716 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
[pid=20420/tid=20442] ppid=20418 vsize=10560724 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20442/stat : 20442 (java) S 20418 20420 17058 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 562849159 10814181376 132716 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 14.03
Current children cumulated vsize (KiB) 10560724

[startup+12.7187 s]
/proc/loadavg: 2.03 1.49 1.70 5/531 20442
/proc/meminfo: memFree=20043680/32951124 swapFree=46575304/67111528
[pid=20420] ppid=20418 vsize=10560724 CPUtime=26.64 cores=0,2,4,6
/proc/20420/stat : 20420 (java) S 20418 20420 17058 0 -1 4202496 153841 0 1 0 2644 20 0 0 25 0 22 0 562849136 10814181376 147059 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20420/statm: 2640181 147059 2257 9 0 2630915 0
[pid=20420/tid=20421] ppid=20418 vsize=10560724 CPUtime=0.2 cores=0,2,4,6
/proc/20420/task/20421/stat : 20421 (java) S 20418 20420 17058 0 -1 4202560 12089 0 1 0 19 1 0 0 15 0 22 0 562849137 10814181376 147059 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
[pid=20420/tid=20423] ppid=20418 vsize=10560724 CPUtime=0.01 cores=0,2,4,6
/proc/20420/task/20423/stat : 20423 (java) S 20418 20420 17058 0 -1 4202560 552 0 0 0 1 0 0 0 16 0 22 0 562849138 10814181376 147059 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20424] ppid=20418 vsize=10560724 CPUtime=0.01 cores=0,2,4,6
/proc/20420/task/20424/stat : 20424 (java) S 20418 20420 17058 0 -1 4202560 518 0 0 0 1 0 0 0 15 0 22 0 562849138 10814181376 147059 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
[pid=20420/tid=20425] ppid=20418 vsize=10560724 CPUtime=0.01 cores=0,2,4,6

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

[pid=20420/tid=20441] ppid=20418 vsize=10560736 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20441/stat : 20441 (java) S 20418 20420 17058 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 562849159 10814193664 161539 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
[pid=20420/tid=20442] ppid=20418 vsize=10560736 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20442/stat : 20442 (java) S 20418 20420 17058 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 562849159 10814193664 161539 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 429.79
Current children cumulated vsize (KiB) 10560736

[startup+282.301 s]
/proc/loadavg: 4.14 2.99 2.27 5/531 21756
/proc/meminfo: memFree=20277928/32951124 swapFree=46575304/67111528
[pid=20420] ppid=20418 vsize=10560736 CPUtime=543.45 cores=0,2,4,6
/proc/20420/stat : 20420 (java) S 20418 20420 17058 0 -1 4202496 173930 0 1 0 54315 30 0 0 25 0 22 0 562849136 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20420/statm: 2640184 163432 2258 9 0 2630918 0
[pid=20420/tid=20421] ppid=20418 vsize=10560736 CPUtime=0.2 cores=0,2,4,6
/proc/20420/task/20421/stat : 20421 (java) S 20418 20420 17058 0 -1 4202560 12090 0 1 0 19 1 0 0 15 0 22 0 562849137 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 0 0 0 0
[pid=20420/tid=20423] ppid=20418 vsize=10560736 CPUtime=0.43 cores=0,2,4,6
/proc/20420/task/20423/stat : 20423 (java) S 20418 20420 17058 0 -1 4202560 646 0 0 0 43 0 0 0 15 0 22 0 562849138 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 0 0 0 0
[pid=20420/tid=20424] ppid=20418 vsize=10560736 CPUtime=0.34 cores=0,2,4,6
/proc/20420/task/20424/stat : 20424 (java) S 20418 20420 17058 0 -1 4202560 567 0 0 0 34 0 0 0 15 0 22 0 562849138 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20425] ppid=20418 vsize=10560736 CPUtime=0.34 cores=0,2,4,6
/proc/20420/task/20425/stat : 20425 (java) S 20418 20420 17058 0 -1 4202560 74 0 0 0 34 0 0 0 15 0 22 0 562849139 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 0 0 0 0
[pid=20420/tid=20426] ppid=20418 vsize=10560736 CPUtime=0.39 cores=0,2,4,6
/proc/20420/task/20426/stat : 20426 (java) S 20418 20420 17058 0 -1 4202560 113 0 0 0 39 0 0 0 15 0 22 0 562849139 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20427] ppid=20418 vsize=10560736 CPUtime=0.39 cores=0,2,4,6
/proc/20420/task/20427/stat : 20427 (java) S 20418 20420 17058 0 -1 4202560 171 0 0 0 39 0 0 0 16 0 22 0 562849139 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20428] ppid=20418 vsize=10560736 CPUtime=0.41 cores=0,2,4,6
/proc/20420/task/20428/stat : 20428 (java) S 20418 20420 17058 0 -1 4202560 185 0 0 0 41 0 0 0 16 0 22 0 562849139 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20429] ppid=20418 vsize=10560736 CPUtime=0.34 cores=0,2,4,6
/proc/20420/task/20429/stat : 20429 (java) S 20418 20420 17058 0 -1 4202560 1247 0 0 0 34 0 0 0 16 0 22 0 562849139 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20430] ppid=20418 vsize=10560736 CPUtime=0.36 cores=0,2,4,6
/proc/20420/task/20430/stat : 20430 (java) S 20418 20420 17058 0 -1 4202560 724 0 0 0 36 0 0 0 15 0 22 0 562849139 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20431] ppid=20418 vsize=10560736 CPUtime=24.82 cores=0,2,4,6
/proc/20420/task/20431/stat : 20431 (java) S 20418 20420 17058 0 -1 4202560 23196 0 0 0 2478 4 0 0 16 0 22 0 562849140 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 0 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
[pid=20420/tid=20432] ppid=20418 vsize=10560736 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20432/stat : 20432 (java) S 20418 20420 17058 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 562849140 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20433] ppid=20418 vsize=10560736 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20433/stat : 20433 (java) S 20418 20420 17058 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 562849140 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20434] ppid=20418 vsize=10560736 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20434/stat : 20434 (java) S 20418 20420 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 562849142 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672485809 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20435] ppid=20418 vsize=10560736 CPUtime=2.01 cores=0,2,4,6
/proc/20420/task/20435/stat : 20435 (java) S 20418 20420 17058 0 -1 4202560 9385 0 0 0 200 1 0 0 15 0 22 0 562849142 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 0 0 0 0
[pid=20420/tid=20436] ppid=20418 vsize=10560736 CPUtime=0.89 cores=0,2,4,6
/proc/20420/task/20436/stat : 20436 (java) S 20418 20420 17058 0 -1 4202560 8244 0 0 0 88 1 0 0 15 0 22 0 562849142 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20437] ppid=20418 vsize=10560736 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20437/stat : 20437 (java) S 20418 20420 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 562849142 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20438] ppid=20418 vsize=10560736 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20438/stat : 20438 (java) S 20418 20420 17058 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 562849142 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 0 0 0 0
[pid=20420/tid=20439] ppid=20418 vsize=10560736 CPUtime=256.2 cores=0,2,4,6
/proc/20420/task/20439/stat : 20439 (java) R 20418 20420 17058 0 -1 4202560 1717 0 0 0 25618 2 0 0 25 0 22 0 562849159 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 46912505586732 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20420/tid=20440] ppid=20418 vsize=10560736 CPUtime=256.21 cores=0,2,4,6
/proc/20420/task/20440/stat : 20440 (java) R 20418 20420 17058 0 -1 4202560 114399 0 0 0 25605 16 0 0 25 0 22 0 562849159 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 46912505645322 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20420/tid=20441] ppid=20418 vsize=10560736 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20441/stat : 20441 (java) S 20418 20420 17058 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 562849159 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
[pid=20420/tid=20442] ppid=20418 vsize=10560736 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20442/stat : 20442 (java) S 20418 20420 17058 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 562849159 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 543.45
Current children cumulated vsize (KiB) 10560736

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

[startup+282.501 s]
/proc/loadavg: 4.14 2.99 2.27 5/531 21756
/proc/meminfo: memFree=20277928/32951124 swapFree=46575304/67111528
[pid=20420] ppid=20418 vsize=10560736 CPUtime=543.85 cores=0,2,4,6
/proc/20420/stat : 20420 (java) S 20418 20420 17058 0 -1 4202496 173930 0 1 0 54355 30 0 0 25 0 22 0 562849136 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20420/statm: 2640184 163432 2258 9 0 2630918 0
[pid=20420/tid=20421] ppid=20418 vsize=10560736 CPUtime=0.2 cores=0,2,4,6
/proc/20420/task/20421/stat : 20421 (java) S 20418 20420 17058 0 -1 4202560 12090 0 1 0 19 1 0 0 15 0 22 0 562849137 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 0 0 0 0
[pid=20420/tid=20423] ppid=20418 vsize=10560736 CPUtime=0.43 cores=0,2,4,6
/proc/20420/task/20423/stat : 20423 (java) S 20418 20420 17058 0 -1 4202560 646 0 0 0 43 0 0 0 15 0 22 0 562849138 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 0 0 0 0
[pid=20420/tid=20424] ppid=20418 vsize=10560736 CPUtime=0.34 cores=0,2,4,6
/proc/20420/task/20424/stat : 20424 (java) S 20418 20420 17058 0 -1 4202560 567 0 0 0 34 0 0 0 15 0 22 0 562849138 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20425] ppid=20418 vsize=10560736 CPUtime=0.34 cores=0,2,4,6
/proc/20420/task/20425/stat : 20425 (java) S 20418 20420 17058 0 -1 4202560 74 0 0 0 34 0 0 0 15 0 22 0 562849139 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 0 0 0 0
[pid=20420/tid=20426] ppid=20418 vsize=10560736 CPUtime=0.39 cores=0,2,4,6
/proc/20420/task/20426/stat : 20426 (java) S 20418 20420 17058 0 -1 4202560 113 0 0 0 39 0 0 0 15 0 22 0 562849139 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20427] ppid=20418 vsize=10560736 CPUtime=0.39 cores=0,2,4,6
/proc/20420/task/20427/stat : 20427 (java) S 20418 20420 17058 0 -1 4202560 171 0 0 0 39 0 0 0 16 0 22 0 562849139 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20428] ppid=20418 vsize=10560736 CPUtime=0.41 cores=0,2,4,6
/proc/20420/task/20428/stat : 20428 (java) S 20418 20420 17058 0 -1 4202560 185 0 0 0 41 0 0 0 16 0 22 0 562849139 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20429] ppid=20418 vsize=10560736 CPUtime=0.34 cores=0,2,4,6
/proc/20420/task/20429/stat : 20429 (java) S 20418 20420 17058 0 -1 4202560 1247 0 0 0 34 0 0 0 16 0 22 0 562849139 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20430] ppid=20418 vsize=10560736 CPUtime=0.36 cores=0,2,4,6
/proc/20420/task/20430/stat : 20430 (java) S 20418 20420 17058 0 -1 4202560 724 0 0 0 36 0 0 0 15 0 22 0 562849139 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20431] ppid=20418 vsize=10560736 CPUtime=24.82 cores=0,2,4,6
/proc/20420/task/20431/stat : 20431 (java) S 20418 20420 17058 0 -1 4202560 23196 0 0 0 2478 4 0 0 16 0 22 0 562849140 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 0 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
[pid=20420/tid=20432] ppid=20418 vsize=10560736 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20432/stat : 20432 (java) S 20418 20420 17058 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 562849140 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20433] ppid=20418 vsize=10560736 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20433/stat : 20433 (java) S 20418 20420 17058 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 562849140 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20434] ppid=20418 vsize=10560736 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20434/stat : 20434 (java) S 20418 20420 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 562849142 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672485809 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20435] ppid=20418 vsize=10560736 CPUtime=2.01 cores=0,2,4,6
/proc/20420/task/20435/stat : 20435 (java) S 20418 20420 17058 0 -1 4202560 9385 0 0 0 200 1 0 0 15 0 22 0 562849142 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 0 0 0 0
[pid=20420/tid=20436] ppid=20418 vsize=10560736 CPUtime=0.89 cores=0,2,4,6
/proc/20420/task/20436/stat : 20436 (java) S 20418 20420 17058 0 -1 4202560 8244 0 0 0 88 1 0 0 15 0 22 0 562849142 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20437] ppid=20418 vsize=10560736 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20437/stat : 20437 (java) S 20418 20420 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 562849142 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20438] ppid=20418 vsize=10560736 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20438/stat : 20438 (java) S 20418 20420 17058 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 562849142 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 0 0 0 0
[pid=20420/tid=20439] ppid=20418 vsize=10560736 CPUtime=256.4 cores=0,2,4,6
/proc/20420/task/20439/stat : 20439 (java) R 20418 20420 17058 0 -1 4202560 1717 0 0 0 25638 2 0 0 25 0 22 0 562849159 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 46912505587162 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20420/tid=20440] ppid=20418 vsize=10560736 CPUtime=256.41 cores=0,2,4,6
/proc/20420/task/20440/stat : 20440 (java) R 20418 20420 17058 0 -1 4202560 114399 0 0 0 25625 16 0 0 25 0 22 0 562849159 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 46912505645050 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20420/tid=20441] ppid=20418 vsize=10560736 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20441/stat : 20441 (java) S 20418 20420 17058 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 562849159 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
[pid=20420/tid=20442] ppid=20418 vsize=10560736 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20442/stat : 20442 (java) S 20418 20420 17058 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 562849159 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 543.85
Current children cumulated vsize (KiB) 10560736

[startup+282.701 s]
/proc/loadavg: 4.14 2.99 2.27 5/531 21756
/proc/meminfo: memFree=20277928/32951124 swapFree=46575304/67111528
[pid=20420] ppid=20418 vsize=10560736 CPUtime=544.25 cores=0,2,4,6
/proc/20420/stat : 20420 (java) S 20418 20420 17058 0 -1 4202496 173930 0 1 0 54395 30 0 0 25 0 22 0 562849136 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20420/statm: 2640184 163432 2258 9 0 2630918 0
[pid=20420/tid=20421] ppid=20418 vsize=10560736 CPUtime=0.2 cores=0,2,4,6
/proc/20420/task/20421/stat : 20421 (java) S 20418 20420 17058 0 -1 4202560 12090 0 1 0 19 1 0 0 15 0 22 0 562849137 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 0 0 0 0
[pid=20420/tid=20423] ppid=20418 vsize=10560736 CPUtime=0.43 cores=0,2,4,6
/proc/20420/task/20423/stat : 20423 (java) S 20418 20420 17058 0 -1 4202560 646 0 0 0 43 0 0 0 15 0 22 0 562849138 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 0 0 0 0
[pid=20420/tid=20424] ppid=20418 vsize=10560736 CPUtime=0.34 cores=0,2,4,6
/proc/20420/task/20424/stat : 20424 (java) S 20418 20420 17058 0 -1 4202560 567 0 0 0 34 0 0 0 15 0 22 0 562849138 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20425] ppid=20418 vsize=10560736 CPUtime=0.34 cores=0,2,4,6
/proc/20420/task/20425/stat : 20425 (java) S 20418 20420 17058 0 -1 4202560 74 0 0 0 34 0 0 0 15 0 22 0 562849139 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 0 0 0 0
[pid=20420/tid=20426] ppid=20418 vsize=10560736 CPUtime=0.39 cores=0,2,4,6
/proc/20420/task/20426/stat : 20426 (java) S 20418 20420 17058 0 -1 4202560 113 0 0 0 39 0 0 0 15 0 22 0 562849139 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20427] ppid=20418 vsize=10560736 CPUtime=0.39 cores=0,2,4,6
/proc/20420/task/20427/stat : 20427 (java) S 20418 20420 17058 0 -1 4202560 171 0 0 0 39 0 0 0 16 0 22 0 562849139 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20428] ppid=20418 vsize=10560736 CPUtime=0.41 cores=0,2,4,6
/proc/20420/task/20428/stat : 20428 (java) S 20418 20420 17058 0 -1 4202560 185 0 0 0 41 0 0 0 16 0 22 0 562849139 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20429] ppid=20418 vsize=10560736 CPUtime=0.34 cores=0,2,4,6
/proc/20420/task/20429/stat : 20429 (java) S 20418 20420 17058 0 -1 4202560 1247 0 0 0 34 0 0 0 16 0 22 0 562849139 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20430] ppid=20418 vsize=10560736 CPUtime=0.36 cores=0,2,4,6
/proc/20420/task/20430/stat : 20430 (java) S 20418 20420 17058 0 -1 4202560 724 0 0 0 36 0 0 0 15 0 22 0 562849139 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20431] ppid=20418 vsize=10560736 CPUtime=24.82 cores=0,2,4,6
/proc/20420/task/20431/stat : 20431 (java) S 20418 20420 17058 0 -1 4202560 23196 0 0 0 2478 4 0 0 16 0 22 0 562849140 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 0 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
[pid=20420/tid=20432] ppid=20418 vsize=10560736 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20432/stat : 20432 (java) S 20418 20420 17058 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 562849140 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20433] ppid=20418 vsize=10560736 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20433/stat : 20433 (java) S 20418 20420 17058 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 562849140 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20434] ppid=20418 vsize=10560736 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20434/stat : 20434 (java) S 20418 20420 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 562849142 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672485809 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20435] ppid=20418 vsize=10560736 CPUtime=2.01 cores=0,2,4,6
/proc/20420/task/20435/stat : 20435 (java) S 20418 20420 17058 0 -1 4202560 9385 0 0 0 200 1 0 0 15 0 22 0 562849142 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 0 0 0 0
[pid=20420/tid=20436] ppid=20418 vsize=10560736 CPUtime=0.89 cores=0,2,4,6
/proc/20420/task/20436/stat : 20436 (java) S 20418 20420 17058 0 -1 4202560 8244 0 0 0 88 1 0 0 15 0 22 0 562849142 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 6 0 0 0
[pid=20420/tid=20437] ppid=20418 vsize=10560736 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20437/stat : 20437 (java) S 20418 20420 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 562849142 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478105 0 4 0 16800975 18446604451050232704 0 0 -1 2 0 0 0
[pid=20420/tid=20438] ppid=20418 vsize=10560736 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20438/stat : 20438 (java) S 20418 20420 17058 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 562849142 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 0 0 0 0
[pid=20420/tid=20439] ppid=20418 vsize=10560736 CPUtime=256.6 cores=0,2,4,6
/proc/20420/task/20439/stat : 20439 (java) R 20418 20420 17058 0 -1 4202560 1717 0 0 0 25658 2 0 0 25 0 22 0 562849159 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 46912505712955 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20420/tid=20440] ppid=20418 vsize=10560736 CPUtime=256.61 cores=0,2,4,6
/proc/20420/task/20440/stat : 20440 (java) R 20418 20420 17058 0 -1 4202560 114399 0 0 0 25645 16 0 0 25 0 22 0 562849159 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 46912505645024 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20420/tid=20441] ppid=20418 vsize=10560736 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20441/stat : 20441 (java) S 20418 20420 17058 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 562849159 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
[pid=20420/tid=20442] ppid=20418 vsize=10560736 CPUtime=0 cores=0,2,4,6
/proc/20420/task/20442/stat : 20442 (java) S 20418 20420 17058 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 562849159 10814193664 163432 33554432000 1073741824 1073778376 140734538443088 18446744073709551615 268672478720 0 4 0 16800975 18446604451050232704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 544.25
Current children cumulated vsize (KiB) 10560736

[startup+282.802 s]
/proc/loadavg: 4.14 2.99 2.27 5/531 21756
/proc/meminfo: memFree=20277928/32951124 swapFree=46575304/67111528
[pid=20420] ppid=20418 vsize=0 CPUtime=544.37 cores=0,2,4,6
/proc/20420/stat : 20420 (java) Z 20418 20420 17058 0 -1 4203548 173942 0 1 0 54404 33 0 0 18 0 2 0 562849136 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20420/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 544.37
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 282.803
CPU time (s): 544.383
CPU user time (s): 544.046
CPU system time (s): 0.336948
CPU usage (%): 192.496
Max. virtual memory (cumulated for all children) (KiB): 10570832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 544.046
system time used= 0.336948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173942
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12111
involuntary context switches= 8745

runsolver used 1.53477 second user time and 3.11753 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-04 13:22:59
IDJOB=3454712
IDBENCH=1165
IDSOLVER=1950
FILE ID=node107/3454712-1307186579
RUNJOBID= node107-1307186567-20281
PBS_JOBID= 13508844
Free space on /tmp= 73884 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army11.17ls.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454712-1307186579/watcher-3454712-1307186579 -o /tmp/evaluation-result-3454712-1307186579/solver-3454712-1307186579 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454712-1307186579.opb

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

MD5SUM BENCH= e92d33933b84b1c0ca9ffa19c28f7edc
RANDOM SEED=1238274066

node107.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5359.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20714420 kB
Buffers:        337196 kB
Cached:        2172680 kB
SwapCached:      22548 kB
Active:        9852208 kB
Inactive:      2033892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20714420 kB
SwapTotal:    67111528 kB
SwapFree:     46575304 kB
Dirty:            1132 kB
Writeback:           0 kB
AnonPages:     9371332 kB
Mapped:          40976 kB
Slab:           187268 kB
PageTables:      96308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 155464024 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73884 MiB
End job on node107 at 2011-06-04 13:27:42