Trace number 2698543

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 PB Resolution 2.2.1OPTIMUM 109.521 108.458

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218757--soft-33-100-0.wbo
MD5SUM38c8dd1463da5f11da3559d57124aa5b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark0.220965
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1266
Number of bits of the biggest sum of numbers11
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.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.08	c version 2.2.1.v20100705
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.04/0.08	c java.vm.version	11.2-b01
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	32
0.04/0.08	c java.version		1.6.0_12
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		i386
0.04/0.08	c Free memory 		1393557488
0.04/0.08	c Max memory 		1395916800
0.04/0.08	c Total memory 		1395916800
0.04/0.08	c Number of processors 	8
0.04/0.09	c Pseudo Boolean Optimization
0.04/0.09	c --- Begin Solver configuration ---
0.04/0.09	c Stops conflict analysis at the first Unique Implication Point
0.04/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.04/0.09	c Learn all clauses as in MiniSAT
0.04/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.09	c Expensive reason simplification
0.04/0.09	c Armin Biere (Picosat) restarts strategy
0.04/0.09	c Glucose learned constraints deletion strategy
0.04/0.09	c timeout=2147483s
0.04/0.09	c DB Simplification allowed=false
0.04/0.09	c --- End Solver configuration ---
0.04/0.09	c solving HOME/instance-2698543-1278325634.wbo
0.04/0.09	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.053s.
0.11/0.15	c #vars     233
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41
0.31/0.27	c SATISFIABLE
0.31/0.27	c OPTIMIZING...
0.31/0.27	c Got one! Elapsed wall clock time (in seconds):0.175
0.31/0.27	o 408
0.62/0.34	c Got one! Elapsed wall clock time (in seconds):0.247
0.62/0.34	o 379
0.84/0.44	c Got one! Elapsed wall clock time (in seconds):0.348
0.84/0.44	o 368
0.84/0.48	c Got one! Elapsed wall clock time (in seconds):0.383
0.84/0.48	o 363
0.96/0.52	c Got one! Elapsed wall clock time (in seconds):0.43
0.96/0.52	o 361
0.96/0.57	c Got one! Elapsed wall clock time (in seconds):0.48
0.96/0.57	o 349
1.09/0.60	c cleaning 2497 clauses out of 5002 with flag 5002/5002
1.20/0.74	c Got one! Elapsed wall clock time (in seconds):0.641
1.20/0.74	o 346
1.30/0.80	c Got one! Elapsed wall clock time (in seconds):0.709
1.30/0.80	o 318
1.30/0.89	c Got one! Elapsed wall clock time (in seconds):0.799
1.30/0.89	o 294
1.43/0.91	c cleaning 4246 clauses out of 8503 with flag 11000/11000
1.43/0.94	c Got one! Elapsed wall clock time (in seconds):0.848
1.43/0.94	o 274
1.54/1.03	c Got one! Elapsed wall clock time (in seconds):0.934
1.54/1.03	o 198
1.73/1.25	c cleaning 5626 clauses out of 11257 with flag 18000/18000
2.14/1.62	c cleaning 6810 clauses out of 13631 with flag 26000/26000
2.55/2.09	c cleaning 7909 clauses out of 15822 with flag 35001/35001
3.15/2.66	c cleaning 8951 clauses out of 17912 with flag 45000/45000
3.76/3.26	c cleaning 9476 clauses out of 18962 with flag 55001/55001
4.36/3.80	c cleaning 9738 clauses out of 19486 with flag 65001/65001
4.86/4.37	c cleaning 9869 clauses out of 19749 with flag 75002/75002
4.86/4.40	c Got one! Elapsed wall clock time (in seconds):4.306
4.86/4.40	o 197
5.46/4.96	c cleaning 9937 clauses out of 19878 with flag 85000/85000
5.97/5.48	c cleaning 9969 clauses out of 19947 with flag 95006/95006
6.46/5.90	c cleaning 9974 clauses out of 19972 with flag 105000/105000
6.86/6.35	c cleaning 9996 clauses out of 19999 with flag 115001/115001
7.36/6.84	c cleaning 9997 clauses out of 20004 with flag 125002/125002
7.87/7.38	c cleaning 9997 clauses out of 20007 with flag 135002/135002
8.37/7.88	c cleaning 10000 clauses out of 20008 with flag 145000/145000
8.87/8.37	c cleaning 9996 clauses out of 20008 with flag 155000/155000
9.37/8.88	c cleaning 9999 clauses out of 20012 with flag 165000/165000
9.47/9.00	c Got one! Elapsed wall clock time (in seconds):8.902
9.47/9.00	o 179
9.97/9.44	c cleaning 10002 clauses out of 20013 with flag 175000/175000
10.48/9.94	c cleaning 10003 clauses out of 20014 with flag 185003/185003
10.67/10.12	c Got one! Elapsed wall clock time (in seconds):10.03
10.67/10.12	o 176
11.07/10.52	c cleaning 10001 clauses out of 20010 with flag 195002/195002
11.17/10.63	c Got one! Elapsed wall clock time (in seconds):10.532
11.17/10.63	o 152
11.58/11.08	c cleaning 9996 clauses out of 20007 with flag 205000/205000
12.17/11.65	c cleaning 10002 clauses out of 20012 with flag 215001/215001
12.78/12.21	c cleaning 9995 clauses out of 20010 with flag 225001/225001
13.18/12.69	c cleaning 10002 clauses out of 20014 with flag 235000/235000
13.78/13.23	c cleaning 10000 clauses out of 20012 with flag 245000/245000
14.28/13.79	c cleaning 10004 clauses out of 20018 with flag 255006/255006
14.88/14.38	c cleaning 10000 clauses out of 20009 with flag 265001/265001
15.48/14.97	c cleaning 9997 clauses out of 20008 with flag 275000/275000
16.17/15.60	c cleaning 10001 clauses out of 20011 with flag 285000/285000
16.68/16.15	c cleaning 10004 clauses out of 20011 with flag 295001/295001
16.89/16.31	c Got one! Elapsed wall clock time (in seconds):16.214
16.89/16.31	o 150
17.20/16.67	c cleaning 10001 clauses out of 20008 with flag 305002/305002
17.80/17.25	c cleaning 9995 clauses out of 20006 with flag 315001/315001
18.40/17.81	c cleaning 10001 clauses out of 20010 with flag 325000/325000
18.90/18.39	c cleaning 10003 clauses out of 20014 with flag 335005/335005
19.40/18.89	c cleaning 9997 clauses out of 20006 with flag 345000/345000
20.00/19.40	c cleaning 9999 clauses out of 20009 with flag 355000/355000
20.50/19.97	c cleaning 10005 clauses out of 20017 with flag 365007/365007
21.10/20.51	c cleaning 9999 clauses out of 20006 with flag 375001/375001
21.61/21.09	c cleaning 9995 clauses out of 20006 with flag 385000/385000
21.71/21.11	c Got one! Elapsed wall clock time (in seconds):21.013
21.71/21.11	o 125
22.21/21.68	c cleaning 9996 clauses out of 20011 with flag 395000/395000
22.71/22.18	c cleaning 10003 clauses out of 20016 with flag 405001/405001
23.41/22.80	c cleaning 10003 clauses out of 20013 with flag 415001/415001
23.91/23.37	c cleaning 10001 clauses out of 20009 with flag 425000/425000
24.41/23.88	c cleaning 10000 clauses out of 20011 with flag 435003/435003
25.01/24.43	c cleaning 9995 clauses out of 20008 with flag 445000/445000
25.61/25.08	c cleaning 10005 clauses out of 20015 with flag 455002/455002
26.32/25.72	c cleaning 9999 clauses out of 20008 with flag 465000/465000
26.82/26.27	c cleaning 9993 clauses out of 20010 with flag 475001/475001
27.43/26.83	c cleaning 10003 clauses out of 20017 with flag 485001/485001
27.83/27.28	c Got one! Elapsed wall clock time (in seconds):27.188
27.83/27.28	o 112
27.93/27.36	c cleaning 10004 clauses out of 20015 with flag 495002/495002
28.53/27.99	c cleaning 10001 clauses out of 20010 with flag 505001/505001
29.13/28.57	c cleaning 10001 clauses out of 20009 with flag 515001/515001
29.73/29.16	c cleaning 10003 clauses out of 20011 with flag 525004/525004
30.43/29.86	c cleaning 9999 clauses out of 20006 with flag 535002/535002
31.03/30.48	c cleaning 9999 clauses out of 20005 with flag 545000/545000
31.65/31.04	c cleaning 9996 clauses out of 20007 with flag 555001/555001
32.25/31.67	c cleaning 9998 clauses out of 20010 with flag 565000/565000
32.75/32.17	c cleaning 10000 clauses out of 20014 with flag 575002/575002
33.25/32.66	c cleaning 10002 clauses out of 20012 with flag 585000/585000
33.85/33.24	c cleaning 9995 clauses out of 20011 with flag 595001/595001
34.36/33.78	c cleaning 10004 clauses out of 20015 with flag 605000/605000
34.96/34.39	c cleaning 10001 clauses out of 20014 with flag 615003/615003
35.56/34.95	c cleaning 10004 clauses out of 20017 with flag 625007/625007
36.06/35.50	c cleaning 9999 clauses out of 20006 with flag 635000/635000
36.26/35.66	c Got one! Elapsed wall clock time (in seconds):35.569
36.26/35.66	o 99
36.66/36.04	c cleaning 9999 clauses out of 20007 with flag 645000/645000
37.16/36.58	c cleaning 9997 clauses out of 20008 with flag 655000/655000
37.76/37.12	c cleaning 9999 clauses out of 20012 with flag 665001/665001
38.26/37.67	c cleaning 10001 clauses out of 20014 with flag 675002/675002
38.87/38.22	c cleaning 9995 clauses out of 20012 with flag 685001/685001
39.07/38.45	c Got one! Elapsed wall clock time (in seconds):38.359
39.07/38.45	o 92
39.37/38.73	c cleaning 10004 clauses out of 20016 with flag 695000/695000
39.87/39.28	c cleaning 10005 clauses out of 20015 with flag 705003/705003
40.46/39.81	c cleaning 9998 clauses out of 20008 with flag 715001/715001
40.97/40.35	c cleaning 9997 clauses out of 20010 with flag 725001/725001
41.47/40.89	c cleaning 9998 clauses out of 20012 with flag 735000/735000
41.77/41.11	c Got one! Elapsed wall clock time (in seconds):41.012
41.77/41.11	o 69
42.08/41.42	c cleaning 10005 clauses out of 20015 with flag 745001/745001
42.58/41.95	c cleaning 10001 clauses out of 20010 with flag 755001/755001
43.18/42.51	c cleaning 10000 clauses out of 20008 with flag 765000/765000
43.68/43.09	c cleaning 10000 clauses out of 20008 with flag 775000/775000
44.28/43.62	c cleaning 9997 clauses out of 20008 with flag 785000/785000
44.78/44.15	c cleaning 9999 clauses out of 20013 with flag 795002/795002
45.29/44.70	c cleaning 10002 clauses out of 20012 with flag 805000/805000
45.79/45.17	c cleaning 9999 clauses out of 20010 with flag 815000/815000
46.29/45.65	c cleaning 10000 clauses out of 20012 with flag 825001/825001
46.80/46.17	c cleaning 10000 clauses out of 20011 with flag 835000/835000
47.40/46.76	c cleaning 10001 clauses out of 20011 with flag 845000/845000
48.01/47.35	c cleaning 10001 clauses out of 20010 with flag 855000/855000
48.50/47.88	c cleaning 10000 clauses out of 20009 with flag 865000/865000
49.11/48.45	c cleaning 10001 clauses out of 20009 with flag 875000/875000
49.60/48.99	c cleaning 9996 clauses out of 20008 with flag 885000/885000
50.21/49.53	c cleaning 10000 clauses out of 20012 with flag 895000/895000
50.70/50.09	c cleaning 10001 clauses out of 20012 with flag 905000/905000
51.40/50.77	c cleaning 10001 clauses out of 20011 with flag 915000/915000
52.01/51.37	c cleaning 10002 clauses out of 20010 with flag 925000/925000
52.51/51.87	c cleaning 9998 clauses out of 20008 with flag 935000/935000
53.01/52.38	c cleaning 10001 clauses out of 20011 with flag 945001/945001
53.61/52.94	c cleaning 9999 clauses out of 20009 with flag 955000/955000
54.21/53.54	c cleaning 10002 clauses out of 20011 with flag 965001/965001
54.81/54.10	c cleaning 9998 clauses out of 20010 with flag 975002/975002
55.31/54.67	c cleaning 9998 clauses out of 20011 with flag 985001/985001
55.81/55.19	c cleaning 10003 clauses out of 20013 with flag 995001/995001
56.42/55.70	c cleaning 9997 clauses out of 20009 with flag 1005000/1005000
56.92/56.29	c cleaning 9997 clauses out of 20012 with flag 1015000/1015000
57.52/56.82	c cleaning 10002 clauses out of 20015 with flag 1025000/1025000
58.02/57.33	c cleaning 10004 clauses out of 20015 with flag 1035002/1035002
58.52/57.86	c cleaning 9999 clauses out of 20010 with flag 1045001/1045001
59.03/58.31	c cleaning 9997 clauses out of 20010 with flag 1055000/1055000
59.42/58.72	c Got one! Elapsed wall clock time (in seconds):58.631
59.42/58.72	o 41
59.52/58.82	c cleaning 10004 clauses out of 20013 with flag 1065000/1065000
60.03/59.33	c cleaning 10001 clauses out of 20009 with flag 1075000/1075000
60.53/59.84	c cleaning 10001 clauses out of 20011 with flag 1085003/1085003
61.03/60.33	c cleaning 9999 clauses out of 20008 with flag 1095001/1095001
61.53/60.83	c cleaning 10001 clauses out of 20009 with flag 1105001/1105001
62.03/61.34	c cleaning 9996 clauses out of 20007 with flag 1115000/1115000
62.43/61.79	c cleaning 9997 clauses out of 20011 with flag 1125000/1125000
62.93/62.27	c cleaning 10003 clauses out of 20014 with flag 1135000/1135000
63.53/62.80	c cleaning 10001 clauses out of 20012 with flag 1145001/1145001
64.03/63.33	c cleaning 9997 clauses out of 20010 with flag 1155000/1155000
64.54/63.84	c cleaning 9999 clauses out of 20014 with flag 1165001/1165001
65.04/64.33	c cleaning 10004 clauses out of 20014 with flag 1175000/1175000
65.44/64.74	c cleaning 10003 clauses out of 20012 with flag 1185002/1185002
65.84/65.16	c cleaning 10000 clauses out of 20008 with flag 1195001/1195001
66.23/65.57	c cleaning 9998 clauses out of 20007 with flag 1205000/1205000
66.44/65.72	c Got one! Elapsed wall clock time (in seconds):65.63
66.44/65.72	o 38
66.74/66.07	c cleaning 10001 clauses out of 20011 with flag 1215002/1215002
67.24/66.54	c cleaning 10001 clauses out of 20010 with flag 1225002/1225002
67.74/67.04	c cleaning 10002 clauses out of 20009 with flag 1235002/1235002
68.24/67.54	c cleaning 9999 clauses out of 20008 with flag 1245003/1245003
68.74/68.00	c cleaning 10001 clauses out of 20007 with flag 1255001/1255001
69.14/68.48	c cleaning 9998 clauses out of 20005 with flag 1265000/1265000
69.65/68.98	c cleaning 10000 clauses out of 20011 with flag 1275004/1275004
70.15/69.44	c cleaning 10000 clauses out of 20007 with flag 1285000/1285000
70.55/69.89	c cleaning 10000 clauses out of 20007 with flag 1295000/1295000
71.06/70.38	c cleaning 10000 clauses out of 20007 with flag 1305000/1305000
71.56/70.89	c cleaning 9996 clauses out of 20008 with flag 1315001/1315001
71.96/71.28	c cleaning 10000 clauses out of 20011 with flag 1325000/1325000
72.36/71.65	c Got one! Elapsed wall clock time (in seconds):71.559
72.36/71.65	o 31
72.36/71.69	c cleaning 10002 clauses out of 20011 with flag 1335000/1335000
72.86/72.19	c cleaning 10002 clauses out of 20009 with flag 1345000/1345000
73.36/72.68	c cleaning 9998 clauses out of 20007 with flag 1355000/1355000
73.86/73.16	c cleaning 9999 clauses out of 20010 with flag 1365001/1365001
74.37/73.65	c cleaning 10000 clauses out of 20010 with flag 1375000/1375000
74.86/74.14	c cleaning 10001 clauses out of 20012 with flag 1385002/1385002
75.36/74.64	c cleaning 10001 clauses out of 20011 with flag 1395002/1395002
75.76/75.08	c cleaning 9998 clauses out of 20008 with flag 1405000/1405000
76.36/75.60	c cleaning 10002 clauses out of 20010 with flag 1415000/1415000
76.77/76.09	c cleaning 10000 clauses out of 20008 with flag 1425000/1425000
77.27/76.58	c cleaning 10002 clauses out of 20011 with flag 1435003/1435003
77.78/77.06	c cleaning 9999 clauses out of 20008 with flag 1445002/1445002
78.27/77.55	c cleaning 9998 clauses out of 20007 with flag 1455000/1455000
78.78/78.03	c cleaning 10000 clauses out of 20011 with flag 1465002/1465002
79.17/78.47	c cleaning 9995 clauses out of 20009 with flag 1475000/1475000
79.67/78.97	c cleaning 10004 clauses out of 20016 with flag 1485002/1485002
80.18/79.46	c cleaning 10003 clauses out of 20010 with flag 1495000/1495000
80.68/79.91	c cleaning 10001 clauses out of 20007 with flag 1505000/1505000
81.08/80.39	c cleaning 10001 clauses out of 20007 with flag 1515001/1515001
81.58/80.82	c cleaning 9998 clauses out of 20005 with flag 1525000/1525000
81.98/81.27	c cleaning 9997 clauses out of 20009 with flag 1535002/1535002
82.48/81.75	c cleaning 9998 clauses out of 20010 with flag 1545000/1545000
82.98/82.23	c cleaning 10002 clauses out of 20013 with flag 1555001/1555001
83.48/82.70	c cleaning 10000 clauses out of 20010 with flag 1565000/1565000
83.88/83.17	c cleaning 10004 clauses out of 20011 with flag 1575001/1575001
84.39/83.62	c cleaning 10000 clauses out of 20007 with flag 1585001/1585001
84.78/84.09	c cleaning 9998 clauses out of 20008 with flag 1595002/1595002
85.29/84.51	c cleaning 9996 clauses out of 20008 with flag 1605000/1605000
85.69/84.95	c cleaning 10000 clauses out of 20014 with flag 1615002/1615002
86.09/85.39	c cleaning 10002 clauses out of 20012 with flag 1625000/1625000
86.59/85.82	c cleaning 9999 clauses out of 20010 with flag 1635000/1635000
86.99/86.28	c cleaning 10000 clauses out of 20011 with flag 1645000/1645000
87.49/86.73	c cleaning 9999 clauses out of 20013 with flag 1655002/1655002
87.89/87.17	c cleaning 10000 clauses out of 20012 with flag 1665000/1665000
88.40/87.60	c cleaning 9998 clauses out of 20012 with flag 1675000/1675000
88.80/88.06	c cleaning 10003 clauses out of 20015 with flag 1685001/1685001
89.30/88.50	c cleaning 10001 clauses out of 20011 with flag 1695000/1695000
89.70/88.97	c cleaning 10003 clauses out of 20012 with flag 1705002/1705002
90.20/89.43	c cleaning 9999 clauses out of 20007 with flag 1715000/1715000
90.70/89.92	c cleaning 10000 clauses out of 20009 with flag 1725001/1725001
91.10/90.38	c cleaning 9999 clauses out of 20008 with flag 1735000/1735000
91.61/90.81	c cleaning 10001 clauses out of 20011 with flag 1745002/1745002
92.01/91.24	c cleaning 9998 clauses out of 20010 with flag 1755002/1755002
92.40/91.65	c cleaning 10002 clauses out of 20010 with flag 1765000/1765000
92.90/92.11	c cleaning 10000 clauses out of 20009 with flag 1775001/1775001
93.30/92.58	c cleaning 10000 clauses out of 20010 with flag 1785002/1785002
93.81/93.03	c cleaning 10001 clauses out of 20009 with flag 1795001/1795001
94.31/93.51	c cleaning 9999 clauses out of 20007 with flag 1805000/1805000
94.81/94.00	c cleaning 10001 clauses out of 20008 with flag 1815000/1815000
95.21/94.50	c cleaning 9999 clauses out of 20007 with flag 1825000/1825000
95.71/94.98	c cleaning 10001 clauses out of 20008 with flag 1835000/1835000
96.21/95.46	c cleaning 9997 clauses out of 20007 with flag 1845000/1845000
96.42/95.61	c Got one! Elapsed wall clock time (in seconds):95.516
96.42/95.61	o 24
96.81/96.00	c cleaning 10003 clauses out of 20011 with flag 1855001/1855001
97.21/96.49	c cleaning 9997 clauses out of 20007 with flag 1865000/1865000
97.71/96.99	c cleaning 10003 clauses out of 20011 with flag 1875001/1875001
98.22/97.48	c cleaning 9999 clauses out of 20007 with flag 1885000/1885000
98.72/97.93	c cleaning 10002 clauses out of 20009 with flag 1895001/1895001
99.22/98.41	c cleaning 9996 clauses out of 20006 with flag 1905000/1905000
99.72/98.91	c cleaning 10001 clauses out of 20011 with flag 1915001/1915001
100.22/99.42	c cleaning 9999 clauses out of 20009 with flag 1925000/1925000
100.72/99.91	c cleaning 10000 clauses out of 20010 with flag 1935000/1935000
101.22/100.40	c cleaning 10002 clauses out of 20012 with flag 1945002/1945002
101.72/100.94	c cleaning 9997 clauses out of 20009 with flag 1955001/1955001
102.22/101.46	c cleaning 10000 clauses out of 20011 with flag 1965000/1965000
102.82/102.02	c cleaning 9996 clauses out of 20011 with flag 1975000/1975000
103.22/102.49	c cleaning 9998 clauses out of 20015 with flag 1985000/1985000
103.73/102.97	c cleaning 10004 clauses out of 20018 with flag 1995001/1995001
104.24/103.45	c cleaning 10002 clauses out of 20013 with flag 2005000/2005000
104.73/103.90	c cleaning 10001 clauses out of 20011 with flag 2015000/2015000
105.14/104.33	c cleaning 9997 clauses out of 20010 with flag 2025000/2025000
105.53/104.77	c cleaning 10002 clauses out of 20014 with flag 2035001/2035001
106.04/105.21	c cleaning 9999 clauses out of 20011 with flag 2045000/2045000
106.44/105.70	c cleaning 9999 clauses out of 20012 with flag 2055000/2055000
106.94/106.18	c cleaning 10005 clauses out of 20017 with flag 2065004/2065004
107.44/106.66	c cleaning 10002 clauses out of 20009 with flag 2075001/2075001
107.94/107.13	c cleaning 9998 clauses out of 20006 with flag 2085000/2085000
108.50/107.61	c cleaning 10002 clauses out of 20009 with flag 2095001/2095001
109.17/108.10	c cleaning 9997 clauses out of 20006 with flag 2105001/2105001
109.49/108.41	c starts		: 235
109.49/108.41	c conflicts		: 2111872
109.49/108.41	c decisions		: 3401968
109.49/108.41	c propagations		: 51055123
109.49/108.41	c inspects		: 462358900
109.49/108.41	c learnt literals	: 7
109.49/108.41	c learnt binary clauses	: 29
109.49/108.41	c learnt ternary clauses	: 1014
109.49/108.41	c learnt clauses	: 2111864
109.49/108.41	c ignored clauses	: 0
109.49/108.41	c root simplifications	: 0
109.49/108.41	c removed literals (reason simplification)	: 15683404
109.49/108.41	c reason swapping (by a shorter reason)	: 0
109.49/108.41	c Calls to reduceDB	: 212
109.49/108.41	c number of reductions to clauses (during analyze)	: 0
109.49/108.41	c number of learned constraints concerned by reduction	: 0
109.49/108.41	c number of learning phase by resolution	: 0
109.49/108.41	c number of learning phase by cutting planes	: 0
109.49/108.41	c speed (assignments/second)	: 3988681.484375
109.49/108.41	c non guided choices	1213
109.49/108.41	c learnt constraints type 
109.49/108.41	c constraints type 
109.49/108.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
109.49/108.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
109.49/108.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41
109.49/108.41	s OPTIMUM FOUND
109.49/108.41	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 
109.49/108.41	c objective function=24
109.49/108.41	c Total wall clock time (in seconds): 108.316

Verifier Data

OK	24

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698543-1278325634/watcher-2698543-1278325634 -o /tmp/evaluation-result-2698543-1278325634/solver-2698543-1278325634 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698543-1278325634.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.95 1.95 1.70 3/196 4145
/proc/meminfo: memFree=32397312/32950928 swapFree=67111528/67111528
[pid=4145] ppid=4143 vsize=13164 CPUtime=0
/proc/4145/stat : 4145 (java) R 4143 4145 3794 0 -1 4194304 601 0 0 0 0 0 0 0 25 0 1 0 776924 13479936 257 4089446400 134512640 134550932 4286857760 18446744073709551615 9660037 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/4145/statm: 3291 265 141 10 0 1121 0

[startup+0.0613479 s]
/proc/loadavg: 1.95 1.95 1.70 3/196 4145
/proc/meminfo: memFree=32397312/32950928 swapFree=67111528/67111528
[pid=4145] ppid=4143 vsize=1528716 CPUtime=0.04
/proc/4145/stat : 4145 (java) S 4143 4145 3794 0 -1 4202496 4171 0 1 0 3 1 0 0 25 0 18 0 776924 1565405184 3610 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4145/statm: 382179 3610 1081 10 0 379482 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1528716

[startup+0.100274 s]
/proc/loadavg: 1.95 1.95 1.70 3/196 4145
/proc/meminfo: memFree=32397312/32950928 swapFree=67111528/67111528
[pid=4145] ppid=4143 vsize=1529604 CPUtime=0.11
/proc/4145/stat : 4145 (java) S 4143 4145 3794 0 -1 4202496 5201 0 1 0 10 1 0 0 25 0 18 0 776924 1566314496 4638 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4145/statm: 382401 4638 1347 10 0 379704 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529604

[startup+0.300241 s]
/proc/loadavg: 1.95 1.95 1.70 3/196 4145
/proc/meminfo: memFree=32397312/32950928 swapFree=67111528/67111528
[pid=4145] ppid=4143 vsize=1535756 CPUtime=0.62
/proc/4145/stat : 4145 (java) S 4143 4145 3794 0 -1 4202496 7614 0 1 0 60 2 0 0 25 0 19 0 776924 1572614144 6710 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4145/statm: 383939 6710 1416 10 0 381242 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 1535756

[startup+0.700168 s]
/proc/loadavg: 1.95 1.95 1.70 3/196 4145
/proc/meminfo: memFree=32397312/32950928 swapFree=67111528/67111528
[pid=4145] ppid=4143 vsize=1535756 CPUtime=1.2
/proc/4145/stat : 4145 (java) S 4143 4145 3794 0 -1 4202496 9721 0 1 0 117 3 0 0 25 0 19 0 776924 1572614144 8805 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4145/statm: 383939 8805 1439 10 0 381242 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 1535756

[startup+1.50103 s]
/proc/loadavg: 1.95 1.95 1.70 3/215 4164
/proc/meminfo: memFree=32366356/32950928 swapFree=67111528/67111528
[pid=4145] ppid=4143 vsize=1535756 CPUtime=2.04
/proc/4145/stat : 4145 (java) S 4143 4145 3794 0 -1 4202496 10369 0 1 0 201 3 0 0 25 0 19 0 776924 1572614144 9451 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4145/statm: 383939 9451 1439 10 0 381242 0
[pid=4145/tid=4147] ppid=4143 vsize=1535756 CPUtime=1.46
/proc/4145/task/4147/stat : 4147 (java) R 4143 4145 3794 0 -1 4202560 5700 0 1 0 144 2 0 0 25 0 19 0 776925 1572614144 9451 4089446400 134512640 134550932 4286857760 18446744073709551615 4109795482 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4145/tid=4148] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4148/stat : 4148 (java) S 4143 4145 3794 0 -1 4202560 193 0 0 0 0 0 0 0 16 0 19 0 776925 1572614144 9451 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 2 0 0 0
[pid=4145/tid=4149] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4149/stat : 4149 (java) S 4143 4145 3794 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 776925 1572614144 9451 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 4 0 0 0
[pid=4145/tid=4150] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4150/stat : 4150 (java) S 4143 4145 3794 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 776925 1572614144 9451 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 4 0 0 0
[pid=4145/tid=4151] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4151/stat : 4151 (java) S 4143 4145 3794 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 776925 1572614144 9451 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 4 0 0 0
[pid=4145/tid=4152] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4152/stat : 4152 (java) S 4143 4145 3794 0 -1 4202560 100 0 0 0 0 0 0 0 16 0 19 0 776925 1572614144 9451 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 2 0 0 0
[pid=4145/tid=4153] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4153/stat : 4153 (java) S 4143 4145 3794 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 776925 1572614144 9451 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 4 0 0 0
[pid=4145/tid=4154] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4154/stat : 4154 (java) S 4143 4145 3794 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 19 0 776925 1572614144 9451 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 0 0 0 0
[pid=4145/tid=4155] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4155/stat : 4155 (java) S 4143 4145 3794 0 -1 4202560 168 0 0 0 0 0 0 0 15 0 19 0 776925 1572614144 9451 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 2 0 0 0
[pid=4145/tid=4156] ppid=4143 vsize=1535756 CPUtime=0.02
/proc/4145/task/4156/stat : 4156 (java) S 4143 4145 3794 0 -1 4202560 434 0 0 0 2 0 0 0 15 0 19 0 776926 1572614144 9451 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 0 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4157] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4157/stat : 4157 (java) S 4143 4145 3794 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 776927 1572614144 9451 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4158] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4158/stat : 4158 (java) S 4143 4145 3794 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 776927 1572614144 9451 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4159] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4159/stat : 4159 (java) S 4143 4145 3794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 776929 1572614144 9451 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4160] ppid=4143 vsize=1535756 CPUtime=0.29
/proc/4145/task/4160/stat : 4160 (java) S 4143 4145 3794 0 -1 4202560 1240 0 0 0 29 0 0 0 18 0 19 0 776929 1572614144 9451 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 7 0 0 0
[pid=4145/tid=4161] ppid=4143 vsize=1535756 CPUtime=0.24
/proc/4145/task/4161/stat : 4161 (java) S 4143 4145 3794 0 -1 4202560 1289 0 0 0 24 0 0 0 15 0 19 0 776929 1572614144 9451 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 4 0 0 0
[pid=4145/tid=4162] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4162/stat : 4162 (java) S 4143 4145 3794 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 776929 1572614144 9451 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4163] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4163/stat : 4163 (java) R 4143 4145 3794 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 776929 1572614144 9451 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4145/tid=4164] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4164/stat : 4164 (java) S 4143 4145 3794 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 776940 1572614144 9451 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 1535756

[startup+3.10074 s]
/proc/loadavg: 1.95 1.95 1.70 3/215 4164
/proc/meminfo: memFree=32362264/32950928 swapFree=67111528/67111528
[pid=4145] ppid=4143 vsize=1535756 CPUtime=3.66
/proc/4145/stat : 4145 (java) S 4143 4145 3794 0 -1 4202496 11417 0 1 0 363 3 0 0 25 0 19 0 776924 1572614144 10496 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4145/statm: 383939 10496 1439 10 0 381242 0
[pid=4145/tid=4147] ppid=4143 vsize=1535756 CPUtime=3.02
/proc/4145/task/4147/stat : 4147 (java) R 4143 4145 3794 0 -1 4202560 6576 0 1 0 300 2 0 0 25 0 19 0 776925 1572614144 10496 4089446400 134512640 134550932 4286857760 18446744073709551615 4109852542 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4145/tid=4148] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4148/stat : 4148 (java) S 4143 4145 3794 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 19 0 776925 1572614144 10496 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 0 0 0 0
[pid=4145/tid=4149] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4149/stat : 4149 (java) S 4143 4145 3794 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 776925 1572614144 10496 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 0 0 0 0
[pid=4145/tid=4150] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4150/stat : 4150 (java) S 4143 4145 3794 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 776925 1572614144 10496 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 4 0 0 0
[pid=4145/tid=4151] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4151/stat : 4151 (java) S 4143 4145 3794 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 776925 1572614144 10496 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 4 0 0 0
[pid=4145/tid=4152] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4152/stat : 4152 (java) S 4143 4145 3794 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 776925 1572614144 10496 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 2 0 0 0
[pid=4145/tid=4153] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4153/stat : 4153 (java) S 4143 4145 3794 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 776925 1572614144 10496 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 2 0 0 0
[pid=4145/tid=4154] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4154/stat : 4154 (java) S 4143 4145 3794 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 19 0 776925 1572614144 10496 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 0 0 0 0
[pid=4145/tid=4155] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4155/stat : 4155 (java) S 4143 4145 3794 0 -1 4202560 168 0 0 0 0 0 0 0 15 0 19 0 776925 1572614144 10496 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 2 0 0 0
[pid=4145/tid=4156] ppid=4143 vsize=1535756 CPUtime=0.04
/proc/4145/task/4156/stat : 4156 (java) S 4143 4145 3794 0 -1 4202560 588 0 0 0 4 0 0 0 15 0 19 0 776926 1572614144 10496 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 0 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4157] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4157/stat : 4157 (java) S 4143 4145 3794 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 776927 1572614144 10496 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4158] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4158/stat : 4158 (java) S 4143 4145 3794 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 776927 1572614144 10496 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4159] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4159/stat : 4159 (java) S 4143 4145 3794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 776929 1572614144 10496 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4160] ppid=4143 vsize=1535756 CPUtime=0.3
/proc/4145/task/4160/stat : 4160 (java) S 4143 4145 3794 0 -1 4202560 1245 0 0 0 30 0 0 0 15 0 19 0 776929 1572614144 10496 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 7 0 0 0
[pid=4145/tid=4161] ppid=4143 vsize=1535756 CPUtime=0.24
/proc/4145/task/4161/stat : 4161 (java) S 4143 4145 3794 0 -1 4202560 1289 0 0 0 24 0 0 0 15 0 19 0 776929 1572614144 10496 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 4 0 0 0
[pid=4145/tid=4162] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4162/stat : 4162 (java) S 4143 4145 3794 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 776929 1572614144 10496 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4163] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4163/stat : 4163 (java) S 4143 4145 3794 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 776929 1572614144 10496 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 1 0 0 0
[pid=4145/tid=4164] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4164/stat : 4164 (java) S 4143 4145 3794 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 776940 1572614144 10496 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 1535756

[startup+6.30118 s]
/proc/loadavg: 1.96 1.95 1.70 3/215 4164
/proc/meminfo: memFree=32358036/32950928 swapFree=67111528/67111528
[pid=4145] ppid=4143 vsize=1535756 CPUtime=6.86
/proc/4145/stat : 4145 (java) S 4143 4145 3794 0 -1 4202496 12311 0 1 0 683 3 0 0 25 0 19 0 776924 1572614144 11366 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4145/statm: 383939 11366 1439 10 0 381242 0
[pid=4145/tid=4147] ppid=4143 vsize=1535756 CPUtime=6.16
/proc/4145/task/4147/stat : 4147 (java) R 4143 4145 3794 0 -1 4202560 7156 0 1 0 614 2 0 0 25 0 19 0 776925 1572614144 11366 4089446400 134512640 134550932 4286857760 18446744073709551615 4109777797 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4145/tid=4148] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4148/stat : 4148 (java) S 4143 4145 3794 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 19 0 776925 1572614144 11366 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 2 0 0 0
[pid=4145/tid=4149] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4149/stat : 4149 (java) S 4143 4145 3794 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 19 0 776925 1572614144 11366 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 0 0 0 0
[pid=4145/tid=4150] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4150/stat : 4150 (java) S 4143 4145 3794 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 776925 1572614144 11366 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 0 0 0 0
[pid=4145/tid=4151] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4151/stat : 4151 (java) S 4143 4145 3794 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 776925 1572614144 11366 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 4 0 0 0
[pid=4145/tid=4152] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4152/stat : 4152 (java) S 4143 4145 3794 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 776925 1572614144 11366 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 0 0 0 0
[pid=4145/tid=4153] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4153/stat : 4153 (java) S 4143 4145 3794 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 776925 1572614144 11366 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 2 0 0 0
[pid=4145/tid=4154] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4154/stat : 4154 (java) S 4143 4145 3794 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 19 0 776925 1572614144 11366 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 4 0 0 0
[pid=4145/tid=4155] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4155/stat : 4155 (java) S 4143 4145 3794 0 -1 4202560 270 0 0 0 0 0 0 0 15 0 19 0 776925 1572614144 11366 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 2 0 0 0
[pid=4145/tid=4156] ppid=4143 vsize=1535756 CPUtime=0.1
/proc/4145/task/4156/stat : 4156 (java) S 4143 4145 3794 0 -1 4202560 723 0 0 0 10 0 0 0 15 0 19 0 776926 1572614144 11366 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 0 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4157] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4157/stat : 4157 (java) S 4143 4145 3794 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 776927 1572614144 11366 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4158] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4158/stat : 4158 (java) S 4143 4145 3794 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 776927 1572614144 11366 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4159] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4159/stat : 4159 (java) S 4143 4145 3794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 776929 1572614144 11366 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4160] ppid=4143 vsize=1535756 CPUtime=0.3
/proc/4145/task/4160/stat : 4160 (java) S 4143 4145 3794 0 -1 4202560 1245 0 0 0 30 0 0 0 15 0 19 0 776929 1572614144 11366 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 7 0 0 0
[pid=4145/tid=4161] ppid=4143 vsize=1535756 CPUtime=0.24
/proc/4145/task/4161/stat : 4161 (java) S 4143 4145 3794 0 -1 4202560 1289 0 0 0 24 0 0 0 15 0 19 0 776929 1572614144 11366 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 4 0 0 0
[pid=4145/tid=4162] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4162/stat : 4162 (java) S 4143 4145 3794 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 776929 1572614144 11366 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4163] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4163/stat : 4163 (java) S 4143 4145 3794 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 776929 1572614144 11366 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 5 0 0 0
[pid=4145/tid=4164] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4164/stat : 4164 (java) S 4143 4145 3794 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 776940 1572614144 11366 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 1535756

[startup+12.701 s]
/proc/loadavg: 1.96 1.95 1.70 3/215 4164
/proc/meminfo: memFree=32358240/32950928 swapFree=67111528/67111528
[pid=4145] ppid=4143 vsize=1535756 CPUtime=13.28
/proc/4145/stat : 4145 (java) S 4143 4145 3794 0 -1 4202496 12528 0 1 0 1325 3 0 0 25 0 19 0 776924 1572614144 11571 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4145/statm: 383939 11571 1439 10 0 381242 0
[pid=4145/tid=4147] ppid=4143 vsize=1535756 CPUtime=12.42
/proc/4145/task/4147/stat : 4147 (java) S 4143 4145 3794 0 -1 4202560 7287 0 1 0 1240 2 0 0 25 0 19 0 776925 1572614144 11571 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 0 0 0 0
[pid=4145/tid=4148] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4148/stat : 4148 (java) S 4143 4145 3794 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 19 0 776925 1572614144 11571 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 4 0 0 0

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

/proc/4145/task/4148/stat : 4148 (java) S 4143 4145 3794 0 -1 4202560 232 0 0 0 6 0 0 0 15 0 19 0 776925 1572614144 12985 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 4 0 0 0
[pid=4145/tid=4149] ppid=4143 vsize=1535756 CPUtime=0.05
/proc/4145/task/4149/stat : 4149 (java) S 4143 4145 3794 0 -1 4202560 56 0 0 0 5 0 0 0 15 0 19 0 776925 1572614144 12985 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 4 0 0 0
[pid=4145/tid=4150] ppid=4143 vsize=1535756 CPUtime=0.05
/proc/4145/task/4150/stat : 4150 (java) S 4143 4145 3794 0 -1 4202560 100 0 0 0 5 0 0 0 15 0 19 0 776925 1572614144 12985 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 2 0 0 0
[pid=4145/tid=4151] ppid=4143 vsize=1535756 CPUtime=0.06
/proc/4145/task/4151/stat : 4151 (java) S 4143 4145 3794 0 -1 4202560 43 0 0 0 6 0 0 0 15 0 19 0 776925 1572614144 12985 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 2 0 0 0
[pid=4145/tid=4152] ppid=4143 vsize=1535756 CPUtime=0.05
/proc/4145/task/4152/stat : 4152 (java) S 4143 4145 3794 0 -1 4202560 106 0 0 0 5 0 0 0 15 0 19 0 776925 1572614144 12985 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 2 0 0 0
[pid=4145/tid=4153] ppid=4143 vsize=1535756 CPUtime=0.06
/proc/4145/task/4153/stat : 4153 (java) S 4143 4145 3794 0 -1 4202560 18 0 0 0 6 0 0 0 15 0 19 0 776925 1572614144 12985 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 0 0 0 0
[pid=4145/tid=4154] ppid=4143 vsize=1535756 CPUtime=0.06
/proc/4145/task/4154/stat : 4154 (java) S 4143 4145 3794 0 -1 4202560 122 0 0 0 6 0 0 0 16 0 19 0 776925 1572614144 12985 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4155] ppid=4143 vsize=1535756 CPUtime=0.05
/proc/4145/task/4155/stat : 4155 (java) S 4143 4145 3794 0 -1 4202560 276 0 0 0 5 0 0 0 15 0 19 0 776925 1572614144 12985 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4156] ppid=4143 vsize=1535756 CPUtime=2.17
/proc/4145/task/4156/stat : 4156 (java) S 4143 4145 3794 0 -1 4202560 1421 0 0 0 216 1 0 0 16 0 19 0 776926 1572614144 12985 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 0 0 16800975 18446604453905454016 0 0 -1 0 0 0 0
[pid=4145/tid=4157] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4157/stat : 4157 (java) S 4143 4145 3794 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 776927 1572614144 12985 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4158] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4158/stat : 4158 (java) S 4143 4145 3794 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 776927 1572614144 12985 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4159] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4159/stat : 4159 (java) S 4143 4145 3794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 776929 1572614144 12985 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4160] ppid=4143 vsize=1535756 CPUtime=0.35
/proc/4145/task/4160/stat : 4160 (java) S 4143 4145 3794 0 -1 4202560 1254 0 0 0 35 0 0 0 15 0 19 0 776929 1572614144 12985 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 7 0 0 0
[pid=4145/tid=4161] ppid=4143 vsize=1535756 CPUtime=0.25
/proc/4145/task/4161/stat : 4161 (java) S 4143 4145 3794 0 -1 4202560 1289 0 0 0 25 0 0 0 15 0 19 0 776929 1572614144 12985 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 4 0 0 0
[pid=4145/tid=4162] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4162/stat : 4162 (java) S 4143 4145 3794 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 776929 1572614144 12985 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4163] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4163/stat : 4163 (java) S 4143 4145 3794 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 776929 1572614144 12985 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 7 0 0 0
[pid=4145/tid=4164] ppid=4143 vsize=1535756 CPUtime=0
/proc/4145/task/4164/stat : 4164 (java) S 4143 4145 3794 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 776940 1572614144 12985 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 107.94
Current children cumulated vsize (KiB) 1535756

[startup+107.901 s]
/proc/loadavg: 1.99 1.96 1.73 4/215 4167
/proc/meminfo: memFree=32345892/32950928 swapFree=67111528/67111528
[pid=4145] ppid=4143 vsize=1541900 CPUtime=108.96
/proc/4145/stat : 4145 (java) S 4143 4145 3794 0 -1 4202496 16835 0 1 0 10887 9 0 0 25 0 19 0 776924 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4145/statm: 385475 14533 1439 10 0 382778 0
[pid=4145/tid=4147] ppid=4143 vsize=1541900 CPUtime=105.4
/proc/4145/task/4147/stat : 4147 (java) R 4143 4145 3794 0 -1 4202560 8153 0 1 0 10537 3 0 0 25 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4109730834 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4145/tid=4148] ppid=4143 vsize=1541900 CPUtime=0.06
/proc/4145/task/4148/stat : 4148 (java) S 4143 4145 3794 0 -1 4202560 232 0 0 0 6 0 0 0 15 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 0 0 0 0
[pid=4145/tid=4149] ppid=4143 vsize=1541900 CPUtime=0.05
/proc/4145/task/4149/stat : 4149 (java) S 4143 4145 3794 0 -1 4202560 56 0 0 0 5 0 0 0 15 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 2 0 0 0
[pid=4145/tid=4150] ppid=4143 vsize=1541900 CPUtime=0.05
/proc/4145/task/4150/stat : 4150 (java) S 4143 4145 3794 0 -1 4202560 100 0 0 0 5 0 0 0 15 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 2 0 0 0
[pid=4145/tid=4151] ppid=4143 vsize=1541900 CPUtime=0.06
/proc/4145/task/4151/stat : 4151 (java) S 4143 4145 3794 0 -1 4202560 43 0 0 0 6 0 0 0 15 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 2 0 0 0
[pid=4145/tid=4152] ppid=4143 vsize=1541900 CPUtime=0.05
/proc/4145/task/4152/stat : 4152 (java) S 4143 4145 3794 0 -1 4202560 106 0 0 0 5 0 0 0 15 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 2 0 0 0
[pid=4145/tid=4153] ppid=4143 vsize=1541900 CPUtime=0.06
/proc/4145/task/4153/stat : 4153 (java) S 4143 4145 3794 0 -1 4202560 18 0 0 0 6 0 0 0 15 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4154] ppid=4143 vsize=1541900 CPUtime=0.06
/proc/4145/task/4154/stat : 4154 (java) S 4143 4145 3794 0 -1 4202560 122 0 0 0 6 0 0 0 15 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4155] ppid=4143 vsize=1541900 CPUtime=0.05
/proc/4145/task/4155/stat : 4155 (java) S 4143 4145 3794 0 -1 4202560 276 0 0 0 5 0 0 0 15 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4156] ppid=4143 vsize=1541900 CPUtime=2.19
/proc/4145/task/4156/stat : 4156 (java) S 4143 4145 3794 0 -1 4202560 1421 0 0 0 218 1 0 0 16 0 19 0 776926 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 0 0 16800975 18446604453905454016 0 0 -1 0 0 0 0
[pid=4145/tid=4157] ppid=4143 vsize=1541900 CPUtime=0
/proc/4145/task/4157/stat : 4157 (java) S 4143 4145 3794 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 776927 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4158] ppid=4143 vsize=1541900 CPUtime=0
/proc/4145/task/4158/stat : 4158 (java) S 4143 4145 3794 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 776927 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4159] ppid=4143 vsize=1541900 CPUtime=0
/proc/4145/task/4159/stat : 4159 (java) S 4143 4145 3794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 776929 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4160] ppid=4143 vsize=1541900 CPUtime=0.37
/proc/4145/task/4160/stat : 4160 (java) S 4143 4145 3794 0 -1 4202560 1258 0 0 0 37 0 0 0 15 0 19 0 776929 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 7 0 0 0
[pid=4145/tid=4161] ppid=4143 vsize=1541900 CPUtime=0.46
/proc/4145/task/4161/stat : 4161 (java) R 4143 4145 3794 0 -1 4202560 3976 0 0 0 46 0 0 0 16 0 19 0 776929 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 105580542 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4145/tid=4162] ppid=4143 vsize=1541900 CPUtime=0
/proc/4145/task/4162/stat : 4162 (java) S 4143 4145 3794 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 776929 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4163] ppid=4143 vsize=1541900 CPUtime=0
/proc/4145/task/4163/stat : 4163 (java) S 4143 4145 3794 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 776929 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 3 0 0 0
[pid=4145/tid=4164] ppid=4143 vsize=1541900 CPUtime=0
/proc/4145/task/4164/stat : 4164 (java) S 4143 4145 3794 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 776940 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 108.96
Current children cumulated vsize (KiB) 1541900

[startup+108.301 s]
/proc/loadavg: 1.99 1.96 1.73 4/215 4167
/proc/meminfo: memFree=32345892/32950928 swapFree=67111528/67111528
[pid=4145] ppid=4143 vsize=1541900 CPUtime=109.37
/proc/4145/stat : 4145 (java) S 4143 4145 3794 0 -1 4202496 16836 0 1 0 10928 9 0 0 25 0 19 0 776924 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4145/statm: 385475 14533 1439 10 0 382778 0
[pid=4145/tid=4147] ppid=4143 vsize=1541900 CPUtime=105.79
/proc/4145/task/4147/stat : 4147 (java) R 4143 4145 3794 0 -1 4202560 8154 0 1 0 10576 3 0 0 25 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4109751396 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4145/tid=4148] ppid=4143 vsize=1541900 CPUtime=0.06
/proc/4145/task/4148/stat : 4148 (java) S 4143 4145 3794 0 -1 4202560 232 0 0 0 6 0 0 0 16 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 0 0 0 0
[pid=4145/tid=4149] ppid=4143 vsize=1541900 CPUtime=0.05
/proc/4145/task/4149/stat : 4149 (java) S 4143 4145 3794 0 -1 4202560 56 0 0 0 5 0 0 0 15 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 2 0 0 0
[pid=4145/tid=4150] ppid=4143 vsize=1541900 CPUtime=0.05
/proc/4145/task/4150/stat : 4150 (java) S 4143 4145 3794 0 -1 4202560 100 0 0 0 5 0 0 0 15 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 2 0 0 0
[pid=4145/tid=4151] ppid=4143 vsize=1541900 CPUtime=0.06
/proc/4145/task/4151/stat : 4151 (java) S 4143 4145 3794 0 -1 4202560 43 0 0 0 6 0 0 0 15 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 2 0 0 0
[pid=4145/tid=4152] ppid=4143 vsize=1541900 CPUtime=0.05
/proc/4145/task/4152/stat : 4152 (java) S 4143 4145 3794 0 -1 4202560 106 0 0 0 5 0 0 0 15 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 2 0 0 0
[pid=4145/tid=4153] ppid=4143 vsize=1541900 CPUtime=0.06
/proc/4145/task/4153/stat : 4153 (java) S 4143 4145 3794 0 -1 4202560 18 0 0 0 6 0 0 0 15 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4154] ppid=4143 vsize=1541900 CPUtime=0.06
/proc/4145/task/4154/stat : 4154 (java) S 4143 4145 3794 0 -1 4202560 122 0 0 0 6 0 0 0 15 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4155] ppid=4143 vsize=1541900 CPUtime=0.05
/proc/4145/task/4155/stat : 4155 (java) S 4143 4145 3794 0 -1 4202560 276 0 0 0 5 0 0 0 15 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4156] ppid=4143 vsize=1541900 CPUtime=2.2
/proc/4145/task/4156/stat : 4156 (java) S 4143 4145 3794 0 -1 4202560 1421 0 0 0 219 1 0 0 16 0 19 0 776926 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 0 0 16800975 18446604453905454016 0 0 -1 4 0 0 0
[pid=4145/tid=4157] ppid=4143 vsize=1541900 CPUtime=0
/proc/4145/task/4157/stat : 4157 (java) S 4143 4145 3794 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 776927 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4158] ppid=4143 vsize=1541900 CPUtime=0
/proc/4145/task/4158/stat : 4158 (java) S 4143 4145 3794 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 776927 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4159] ppid=4143 vsize=1541900 CPUtime=0
/proc/4145/task/4159/stat : 4159 (java) S 4143 4145 3794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 776929 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4160] ppid=4143 vsize=1541900 CPUtime=0.37
/proc/4145/task/4160/stat : 4160 (java) S 4143 4145 3794 0 -1 4202560 1258 0 0 0 37 0 0 0 15 0 19 0 776929 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 7 0 0 0
[pid=4145/tid=4161] ppid=4143 vsize=1541900 CPUtime=0.46
/proc/4145/task/4161/stat : 4161 (java) S 4143 4145 3794 0 -1 4202560 3976 0 0 0 46 0 0 0 16 0 19 0 776929 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 4 0 0 0
[pid=4145/tid=4162] ppid=4143 vsize=1541900 CPUtime=0
/proc/4145/task/4162/stat : 4162 (java) S 4143 4145 3794 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 776929 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4163] ppid=4143 vsize=1541900 CPUtime=0
/proc/4145/task/4163/stat : 4163 (java) S 4143 4145 3794 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 776929 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 3 0 0 0
[pid=4145/tid=4164] ppid=4143 vsize=1541900 CPUtime=0
/proc/4145/task/4164/stat : 4164 (java) S 4143 4145 3794 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 776940 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 109.37
Current children cumulated vsize (KiB) 1541900

[startup+108.401 s]
/proc/loadavg: 1.99 1.96 1.73 4/215 4167
/proc/meminfo: memFree=32345892/32950928 swapFree=67111528/67111528
[pid=4145] ppid=4143 vsize=1541900 CPUtime=109.49
/proc/4145/stat : 4145 (java) S 4143 4145 3794 0 -1 4202496 16836 0 1 0 10940 9 0 0 25 0 19 0 776924 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4145/statm: 385475 14533 1439 10 0 382778 0
[pid=4145/tid=4147] ppid=4143 vsize=1541900 CPUtime=105.88
/proc/4145/task/4147/stat : 4147 (java) R 4143 4145 3794 0 -1 4202560 8154 0 1 0 10585 3 0 0 25 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4109428390 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4145/tid=4148] ppid=4143 vsize=1541900 CPUtime=0.06
/proc/4145/task/4148/stat : 4148 (java) S 4143 4145 3794 0 -1 4202560 232 0 0 0 6 0 0 0 16 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 0 0 0 0
[pid=4145/tid=4149] ppid=4143 vsize=1541900 CPUtime=0.05
/proc/4145/task/4149/stat : 4149 (java) S 4143 4145 3794 0 -1 4202560 56 0 0 0 5 0 0 0 15 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 2 0 0 0
[pid=4145/tid=4150] ppid=4143 vsize=1541900 CPUtime=0.05
/proc/4145/task/4150/stat : 4150 (java) S 4143 4145 3794 0 -1 4202560 100 0 0 0 5 0 0 0 15 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 2 0 0 0
[pid=4145/tid=4151] ppid=4143 vsize=1541900 CPUtime=0.06
/proc/4145/task/4151/stat : 4151 (java) S 4143 4145 3794 0 -1 4202560 43 0 0 0 6 0 0 0 15 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 2 0 0 0
[pid=4145/tid=4152] ppid=4143 vsize=1541900 CPUtime=0.05
/proc/4145/task/4152/stat : 4152 (java) S 4143 4145 3794 0 -1 4202560 106 0 0 0 5 0 0 0 15 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 2 0 0 0
[pid=4145/tid=4153] ppid=4143 vsize=1541900 CPUtime=0.06
/proc/4145/task/4153/stat : 4153 (java) S 4143 4145 3794 0 -1 4202560 18 0 0 0 6 0 0 0 15 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4154] ppid=4143 vsize=1541900 CPUtime=0.06
/proc/4145/task/4154/stat : 4154 (java) S 4143 4145 3794 0 -1 4202560 122 0 0 0 6 0 0 0 15 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4155] ppid=4143 vsize=1541900 CPUtime=0.05
/proc/4145/task/4155/stat : 4155 (java) S 4143 4145 3794 0 -1 4202560 276 0 0 0 5 0 0 0 15 0 19 0 776925 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4156] ppid=4143 vsize=1541900 CPUtime=2.2
/proc/4145/task/4156/stat : 4156 (java) S 4143 4145 3794 0 -1 4202560 1421 0 0 0 219 1 0 0 16 0 19 0 776926 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 0 0 16800975 18446604453905454016 0 0 -1 4 0 0 0
[pid=4145/tid=4157] ppid=4143 vsize=1541900 CPUtime=0
/proc/4145/task/4157/stat : 4157 (java) S 4143 4145 3794 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 776927 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4158] ppid=4143 vsize=1541900 CPUtime=0
/proc/4145/task/4158/stat : 4158 (java) S 4143 4145 3794 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 776927 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4159] ppid=4143 vsize=1541900 CPUtime=0
/proc/4145/task/4159/stat : 4159 (java) S 4143 4145 3794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 776929 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4160] ppid=4143 vsize=1541900 CPUtime=0.37
/proc/4145/task/4160/stat : 4160 (java) S 4143 4145 3794 0 -1 4202560 1258 0 0 0 37 0 0 0 15 0 19 0 776929 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 7 0 0 0
[pid=4145/tid=4161] ppid=4143 vsize=1541900 CPUtime=0.48
/proc/4145/task/4161/stat : 4161 (java) S 4143 4145 3794 0 -1 4202560 3976 0 0 0 48 0 0 0 15 0 19 0 776929 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 4 0 0 0
[pid=4145/tid=4162] ppid=4143 vsize=1541900 CPUtime=0
/proc/4145/task/4162/stat : 4162 (java) S 4143 4145 3794 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 776929 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 6 0 0 0
[pid=4145/tid=4163] ppid=4143 vsize=1541900 CPUtime=0
/proc/4145/task/4163/stat : 4163 (java) S 4143 4145 3794 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 776929 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 3 0 0 0
[pid=4145/tid=4164] ppid=4143 vsize=1541900 CPUtime=0
/proc/4145/task/4164/stat : 4164 (java) S 4143 4145 3794 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 776940 1578905600 14533 4089446400 134512640 134550932 4286857760 18446744073709551615 4294960144 0 4 0 16800975 18446604453905454016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 109.49
Current children cumulated vsize (KiB) 1541900

Child status: 30
Real time (s): 108.458
CPU time (s): 109.521
CPU user time (s): 109.421
CPU system time (s): 0.099984
CPU usage (%): 100.98
Max. virtual memory (cumulated for all children) (KiB): 1543172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 109.421
system time used= 0.099984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16848
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= 7425
involuntary context switches= 31543

runsolver used 0.19697 second user time and 0.406938 second system time

The end

Launcher Data

Begin job on node120 at 2010-07-05 12:27:14
IDJOB=2698543
IDBENCH=78876
IDSOLVER=1211
FILE ID=node120/2698543-1278325634
PBS_JOBID= 11207457
Free space on /tmp= 74208 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111218757--soft-33-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2698543-1278325634/watcher-2698543-1278325634 -o /tmp/evaluation-result-2698543-1278325634/solver-2698543-1278325634 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698543-1278325634.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 38c8dd1463da5f11da3559d57124aa5b
RANDOM SEED=273878148

node120.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.813
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.62
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.813
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.82
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.813
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.75
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.813
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.75
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.813
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.78
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.813
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	: 5363.42
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.813
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.76
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.813
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:     32950928 kB
MemFree:      32397716 kB
Buffers:         22180 kB
Cached:         298912 kB
SwapCached:          0 kB
Active:         213264 kB
Inactive:       240220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32397716 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             440 kB
Writeback:           0 kB
AnonPages:      132052 kB
Mapped:          20456 kB
Slab:            35800 kB
PageTables:       4824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1643624 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= 74204 MiB
End job on node120 at 2010-07-05 12:29:03