Trace number 2698339

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 95.0495 94.3192

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110969577--soft-66-100-0.wbo
MD5SUM8b066002eb3185cd3fd0fbc9dbe06f59
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark58
Best CPU time to get the best result obtained on this benchmark0.187971
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1255
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.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c version 2.2.1.v20100705
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.03/0.08	c java.vm.version	11.2-b01
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	32
0.03/0.08	c java.version		1.6.0_12
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		i386
0.03/0.08	c Free memory 		1393557488
0.03/0.08	c Max memory 		1395916800
0.03/0.08	c Total memory 		1395916800
0.03/0.08	c Number of processors 	8
0.03/0.09	c Pseudo Boolean Optimization
0.03/0.09	c --- Begin Solver configuration ---
0.03/0.09	c Stops conflict analysis at the first Unique Implication Point
0.03/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.03/0.09	c Learn all clauses as in MiniSAT
0.03/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.03/0.09	c Expensive reason simplification
0.03/0.09	c Armin Biere (Picosat) restarts strategy
0.03/0.09	c Glucose learned constraints deletion strategy
0.03/0.09	c timeout=2147483s
0.03/0.09	c DB Simplification allowed=false
0.03/0.09	c --- End Solver configuration ---
0.03/0.09	c solving HOME/instance-2698339-1278325539.wbo
0.03/0.09	c reading problem ... 
0.12/0.15	c ... done. Wall clock time 0.053s.
0.12/0.15	c #vars     211
0.12/0.15	c #constraints  101
0.12/0.15	c constraints type 
0.12/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.12/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.12/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.12/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30
0.61/0.35	c SATISFIABLE
0.61/0.35	c OPTIMIZING...
0.61/0.35	c Got one! Elapsed wall clock time (in seconds):0.252
0.61/0.35	o 494
0.96/0.52	c cleaning 2496 clauses out of 5000 with flag 5000/5000
0.96/0.55	c Got one! Elapsed wall clock time (in seconds):0.459
0.96/0.55	o 439
1.08/0.61	c Got one! Elapsed wall clock time (in seconds):0.516
1.08/0.61	o 382
1.08/0.68	c Got one! Elapsed wall clock time (in seconds):0.588
1.08/0.68	o 286
1.18/0.79	c cleaning 4250 clauses out of 8505 with flag 11001/11001
1.30/0.87	c Got one! Elapsed wall clock time (in seconds):0.771
1.30/0.87	o 284
1.51/1.07	c cleaning 5624 clauses out of 11254 with flag 18000/18000
1.81/1.30	c Got one! Elapsed wall clock time (in seconds):1.206
1.81/1.30	o 257
1.91/1.41	c cleaning 6807 clauses out of 13630 with flag 26000/26000
2.22/1.75	c cleaning 7911 clauses out of 15823 with flag 35000/35000
2.63/2.16	c cleaning 8952 clauses out of 17914 with flag 45002/45002
2.83/2.32	c Got one! Elapsed wall clock time (in seconds):2.224
2.83/2.32	o 256
3.13/2.65	c cleaning 9475 clauses out of 18960 with flag 55000/55000
3.23/2.76	c Got one! Elapsed wall clock time (in seconds):2.663
3.23/2.76	o 239
3.53/3.06	c cleaning 9734 clauses out of 19485 with flag 65000/65000
3.63/3.10	c Got one! Elapsed wall clock time (in seconds):3.007
3.63/3.10	o 228
4.03/3.50	c cleaning 9872 clauses out of 19752 with flag 75001/75001
4.43/3.92	c cleaning 9937 clauses out of 19880 with flag 85001/85001
4.84/4.32	c cleaning 9969 clauses out of 19943 with flag 95001/95001
5.23/4.72	c cleaning 9984 clauses out of 19973 with flag 105000/105000
5.63/5.12	c cleaning 9991 clauses out of 19989 with flag 115000/115000
5.84/5.40	c Got one! Elapsed wall clock time (in seconds):5.303
5.84/5.40	o 195
6.04/5.56	c cleaning 9994 clauses out of 19998 with flag 125000/125000
6.54/6.02	c cleaning 9998 clauses out of 20007 with flag 135003/135003
6.94/6.47	c cleaning 10001 clauses out of 20006 with flag 145000/145000
7.33/6.87	c cleaning 10001 clauses out of 20007 with flag 155002/155002
7.83/7.31	c cleaning 9999 clauses out of 20004 with flag 165000/165000
8.24/7.73	c cleaning 9997 clauses out of 20006 with flag 175001/175001
8.63/8.15	c cleaning 9994 clauses out of 20008 with flag 185000/185000
8.63/8.19	c Got one! Elapsed wall clock time (in seconds):8.095
8.63/8.19	o 145
9.13/8.62	c cleaning 10001 clauses out of 20016 with flag 195002/195002
9.53/9.07	c cleaning 10002 clauses out of 20013 with flag 205000/205000
9.93/9.49	c cleaning 9994 clauses out of 20011 with flag 215000/215000
10.44/9.94	c cleaning 10005 clauses out of 20017 with flag 225000/225000
10.84/10.36	c cleaning 10003 clauses out of 20014 with flag 235002/235002
11.24/10.79	c cleaning 10001 clauses out of 20010 with flag 245001/245001
11.74/11.20	c cleaning 9998 clauses out of 20008 with flag 255000/255000
12.14/11.61	c cleaning 10001 clauses out of 20010 with flag 265000/265000
12.55/12.01	c cleaning 10000 clauses out of 20010 with flag 275001/275001
12.94/12.43	c cleaning 9998 clauses out of 20010 with flag 285001/285001
13.34/12.85	c cleaning 10002 clauses out of 20013 with flag 295002/295002
13.75/13.24	c Got one! Elapsed wall clock time (in seconds):13.148
13.75/13.24	o 117
13.75/13.29	c cleaning 10003 clauses out of 20009 with flag 305000/305000
14.25/13.72	c cleaning 9999 clauses out of 20007 with flag 315001/315001
14.65/14.15	c cleaning 9998 clauses out of 20007 with flag 325000/325000
15.05/14.57	c cleaning 10001 clauses out of 20009 with flag 335000/335000
15.45/14.98	c cleaning 9996 clauses out of 20008 with flag 345000/345000
15.95/15.41	c cleaning 10002 clauses out of 20013 with flag 355001/355001
16.35/15.82	c cleaning 10002 clauses out of 20012 with flag 365002/365002
16.75/16.25	c cleaning 10000 clauses out of 20008 with flag 375000/375000
17.15/16.64	c cleaning 10003 clauses out of 20012 with flag 385004/385004
17.55/17.07	c cleaning 10000 clauses out of 20008 with flag 395003/395003
17.95/17.49	c cleaning 9998 clauses out of 20005 with flag 405000/405000
18.46/17.94	c cleaning 10001 clauses out of 20009 with flag 415002/415002
18.56/18.05	c Got one! Elapsed wall clock time (in seconds):17.957
18.56/18.05	o 114
18.86/18.38	c cleaning 9999 clauses out of 20008 with flag 425002/425002
19.36/18.87	c cleaning 10002 clauses out of 20009 with flag 435002/435002
19.86/19.35	c cleaning 9998 clauses out of 20006 with flag 445001/445001
20.37/19.81	c cleaning 10001 clauses out of 20007 with flag 455000/455000
20.86/20.30	c cleaning 9999 clauses out of 20008 with flag 465002/465002
21.26/20.79	c cleaning 10000 clauses out of 20007 with flag 475000/475000
21.76/21.27	c cleaning 9995 clauses out of 20007 with flag 485000/485000
22.26/21.70	c cleaning 9998 clauses out of 20012 with flag 495000/495000
22.66/22.15	c cleaning 10001 clauses out of 20014 with flag 505000/505000
22.87/22.32	c Got one! Elapsed wall clock time (in seconds):22.225
22.87/22.32	o 107
23.17/22.62	c cleaning 10004 clauses out of 20013 with flag 515000/515000
23.57/23.08	c cleaning 10002 clauses out of 20013 with flag 525004/525004
24.17/23.63	c cleaning 10003 clauses out of 20009 with flag 535002/535002
24.77/24.21	c cleaning 10000 clauses out of 20005 with flag 545001/545001
25.27/24.77	c cleaning 9999 clauses out of 20004 with flag 555000/555000
25.78/25.26	c cleaning 9999 clauses out of 20005 with flag 565000/565000
26.27/25.74	c cleaning 9994 clauses out of 20008 with flag 575002/575002
26.69/26.17	c cleaning 10003 clauses out of 20012 with flag 585000/585000
27.18/26.62	c cleaning 9998 clauses out of 20009 with flag 595000/595000
27.58/27.07	c cleaning 9998 clauses out of 20013 with flag 605002/605002
27.99/27.49	c cleaning 9995 clauses out of 20013 with flag 615000/615000
28.49/27.90	c cleaning 10004 clauses out of 20018 with flag 625000/625000
28.90/28.34	c cleaning 10000 clauses out of 20014 with flag 635000/635000
29.30/28.75	c cleaning 10004 clauses out of 20015 with flag 645001/645001
29.80/29.24	c cleaning 10001 clauses out of 20012 with flag 655002/655002
30.20/29.69	c cleaning 10002 clauses out of 20011 with flag 665002/665002
30.70/30.16	c cleaning 9998 clauses out of 20008 with flag 675001/675001
31.20/30.64	c cleaning 10003 clauses out of 20009 with flag 685000/685000
31.70/31.14	c cleaning 9998 clauses out of 20006 with flag 695000/695000
32.10/31.58	c cleaning 10001 clauses out of 20009 with flag 705001/705001
32.60/32.07	c cleaning 10002 clauses out of 20008 with flag 715001/715001
33.10/32.50	c cleaning 9997 clauses out of 20006 with flag 725001/725001
33.40/32.90	c cleaning 10000 clauses out of 20009 with flag 735001/735001
33.90/33.31	c cleaning 10001 clauses out of 20008 with flag 745000/745000
34.30/33.71	c cleaning 9994 clauses out of 20008 with flag 755001/755001
34.80/34.23	c cleaning 10005 clauses out of 20013 with flag 765000/765000
35.20/34.67	c cleaning 9998 clauses out of 20008 with flag 775000/775000
35.71/35.12	c cleaning 10002 clauses out of 20010 with flag 785000/785000
36.11/35.54	c cleaning 9997 clauses out of 20008 with flag 795000/795000
36.51/35.96	c cleaning 10002 clauses out of 20011 with flag 805000/805000
36.92/36.38	c cleaning 10001 clauses out of 20010 with flag 815001/815001
37.31/36.79	c cleaning 9998 clauses out of 20008 with flag 825000/825000
37.81/37.23	c cleaning 9993 clauses out of 20010 with flag 835000/835000
38.21/37.67	c cleaning 10004 clauses out of 20018 with flag 845001/845001
38.71/38.12	c cleaning 10003 clauses out of 20015 with flag 855002/855002
39.12/38.57	c cleaning 9998 clauses out of 20011 with flag 865001/865001
39.61/39.01	c cleaning 9999 clauses out of 20012 with flag 875000/875000
40.01/39.42	c cleaning 10001 clauses out of 20013 with flag 885000/885000
40.41/39.84	c cleaning 10001 clauses out of 20014 with flag 895002/895002
40.81/40.26	c cleaning 10000 clauses out of 20012 with flag 905001/905001
41.21/40.70	c cleaning 10001 clauses out of 20011 with flag 915000/915000
41.71/41.19	c cleaning 9994 clauses out of 20010 with flag 925000/925000
42.21/41.62	c cleaning 10005 clauses out of 20017 with flag 935001/935001
42.61/42.07	c cleaning 10001 clauses out of 20011 with flag 945000/945000
43.11/42.52	c cleaning 10001 clauses out of 20010 with flag 955000/955000
43.22/42.65	c Got one! Elapsed wall clock time (in seconds):42.556
43.22/42.65	o 70
43.62/43.01	c cleaning 10000 clauses out of 20009 with flag 965000/965000
44.02/43.48	c cleaning 10001 clauses out of 20009 with flag 975000/975000
44.52/43.93	c cleaning 10000 clauses out of 20008 with flag 985000/985000
44.92/44.39	c cleaning 10002 clauses out of 20011 with flag 995003/995003
45.42/44.88	c cleaning 9993 clauses out of 20006 with flag 1005000/1005000
45.92/45.35	c cleaning 10000 clauses out of 20013 with flag 1015000/1015000
46.42/45.87	c cleaning 10000 clauses out of 20013 with flag 1025000/1025000
46.92/46.34	c cleaning 10002 clauses out of 20013 with flag 1035000/1035000
47.32/46.77	c cleaning 10001 clauses out of 20014 with flag 1045003/1045003
47.82/47.23	c cleaning 10001 clauses out of 20010 with flag 1055000/1055000
48.22/47.69	c cleaning 9999 clauses out of 20010 with flag 1065001/1065001
48.72/48.11	c cleaning 10003 clauses out of 20012 with flag 1075002/1075002
49.12/48.51	c cleaning 9999 clauses out of 20007 with flag 1085000/1085000
49.52/48.92	c cleaning 10000 clauses out of 20008 with flag 1095000/1095000
49.92/49.37	c cleaning 10001 clauses out of 20009 with flag 1105001/1105001
50.32/49.79	c cleaning 10001 clauses out of 20008 with flag 1115001/1115001
50.82/50.22	c cleaning 9998 clauses out of 20007 with flag 1125001/1125001
51.23/50.62	c cleaning 10002 clauses out of 20009 with flag 1135001/1135001
51.62/51.04	c cleaning 10001 clauses out of 20007 with flag 1145001/1145001
52.02/51.43	c cleaning 9996 clauses out of 20005 with flag 1155000/1155000
52.42/51.85	c cleaning 10000 clauses out of 20010 with flag 1165001/1165001
52.82/52.29	c cleaning 10003 clauses out of 20014 with flag 1175005/1175005
53.22/52.69	c cleaning 10000 clauses out of 20007 with flag 1185001/1185001
53.72/53.11	c cleaning 9996 clauses out of 20006 with flag 1195000/1195000
54.12/53.51	c cleaning 10003 clauses out of 20011 with flag 1205001/1205001
54.53/53.92	c cleaning 9994 clauses out of 20007 with flag 1215000/1215000
54.92/54.33	c cleaning 10004 clauses out of 20015 with flag 1225002/1225002
55.32/54.76	c cleaning 10003 clauses out of 20011 with flag 1235002/1235002
55.72/55.17	c cleaning 9999 clauses out of 20008 with flag 1245002/1245002
56.22/55.61	c cleaning 10001 clauses out of 20007 with flag 1255000/1255000
56.63/56.03	c cleaning 9997 clauses out of 20006 with flag 1265000/1265000
57.02/56.44	c cleaning 10001 clauses out of 20010 with flag 1275001/1275001
57.42/56.84	c cleaning 10001 clauses out of 20008 with flag 1285000/1285000
57.83/57.29	c cleaning 9994 clauses out of 20007 with flag 1295000/1295000
58.23/57.69	c cleaning 10001 clauses out of 20013 with flag 1305000/1305000
58.73/58.11	c cleaning 10004 clauses out of 20015 with flag 1315003/1315003
59.13/58.54	c cleaning 10000 clauses out of 20012 with flag 1325004/1325004
59.53/58.97	c cleaning 10001 clauses out of 20009 with flag 1335001/1335001
60.04/59.47	c cleaning 9997 clauses out of 20007 with flag 1345000/1345000
60.43/59.88	c cleaning 10000 clauses out of 20010 with flag 1355000/1355000
60.83/60.29	c cleaning 10006 clauses out of 20017 with flag 1365007/1365007
61.23/60.68	c cleaning 9998 clauses out of 20004 with flag 1375000/1375000
61.63/61.08	c cleaning 9996 clauses out of 20008 with flag 1385002/1385002
62.14/61.52	c cleaning 9998 clauses out of 20010 with flag 1395000/1395000
62.53/61.96	c cleaning 10001 clauses out of 20012 with flag 1405000/1405000
62.93/62.39	c cleaning 10000 clauses out of 20012 with flag 1415001/1415001
63.34/62.79	c cleaning 10003 clauses out of 20012 with flag 1425001/1425001
63.84/63.22	c cleaning 9999 clauses out of 20008 with flag 1435000/1435000
64.34/63.77	c cleaning 10000 clauses out of 20009 with flag 1445000/1445000
64.83/64.20	c cleaning 10003 clauses out of 20014 with flag 1455005/1455005
65.23/64.69	c cleaning 10000 clauses out of 20008 with flag 1465002/1465002
65.73/65.13	c cleaning 9998 clauses out of 20006 with flag 1475000/1475000
66.13/65.54	c cleaning 9999 clauses out of 20010 with flag 1485002/1485002
66.54/66.00	c cleaning 9998 clauses out of 20010 with flag 1495001/1495001
67.03/66.46	c cleaning 10000 clauses out of 20011 with flag 1505000/1505000
67.53/66.90	c cleaning 9997 clauses out of 20011 with flag 1515000/1515000
67.94/67.32	c cleaning 10002 clauses out of 20014 with flag 1525000/1525000
68.34/67.74	c cleaning 10002 clauses out of 20012 with flag 1535000/1535000
68.74/68.15	c cleaning 10001 clauses out of 20011 with flag 1545001/1545001
69.14/68.56	c cleaning 9999 clauses out of 20009 with flag 1555000/1555000
69.54/68.96	c cleaning 10000 clauses out of 20010 with flag 1565000/1565000
69.95/69.38	c cleaning 9997 clauses out of 20010 with flag 1575000/1575000
70.34/69.78	c cleaning 10002 clauses out of 20013 with flag 1585000/1585000
70.74/70.19	c cleaning 10004 clauses out of 20014 with flag 1595003/1595003
71.25/70.65	c cleaning 9999 clauses out of 20009 with flag 1605002/1605002
71.65/71.09	c cleaning 10000 clauses out of 20009 with flag 1615001/1615001
72.16/71.58	c cleaning 9998 clauses out of 20008 with flag 1625000/1625000
72.65/72.06	c cleaning 10002 clauses out of 20011 with flag 1635001/1635001
73.16/72.52	c cleaning 9998 clauses out of 20009 with flag 1645001/1645001
73.56/72.98	c cleaning 10000 clauses out of 20010 with flag 1655000/1655000
74.06/73.41	c cleaning 10002 clauses out of 20012 with flag 1665002/1665002
74.46/73.85	c cleaning 9998 clauses out of 20008 with flag 1675000/1675000
74.86/74.29	c cleaning 9999 clauses out of 20011 with flag 1685001/1685001
75.37/74.75	c cleaning 10003 clauses out of 20013 with flag 1695002/1695002
75.86/75.21	c cleaning 10000 clauses out of 20009 with flag 1705001/1705001
76.26/75.63	c cleaning 9998 clauses out of 20008 with flag 1715000/1715000
76.67/76.09	c cleaning 10003 clauses out of 20012 with flag 1725002/1725002
77.17/76.53	c cleaning 9997 clauses out of 20007 with flag 1735000/1735000
77.57/76.96	c cleaning 9999 clauses out of 20010 with flag 1745000/1745000
78.07/77.42	c cleaning 9999 clauses out of 20011 with flag 1755000/1755000
78.57/77.90	c cleaning 10003 clauses out of 20013 with flag 1765001/1765001
78.97/78.34	c cleaning 10004 clauses out of 20013 with flag 1775004/1775004
79.47/78.80	c cleaning 9994 clauses out of 20005 with flag 1785000/1785000
79.78/79.16	c Got one! Elapsed wall clock time (in seconds):79.07
79.78/79.16	o 58
79.97/79.30	c cleaning 10005 clauses out of 20013 with flag 1795002/1795002
80.37/79.77	c cleaning 10002 clauses out of 20010 with flag 1805004/1805004
80.87/80.27	c cleaning 9998 clauses out of 20005 with flag 1815001/1815001
81.37/80.78	c cleaning 9998 clauses out of 20006 with flag 1825000/1825000
81.98/81.32	c cleaning 10001 clauses out of 20009 with flag 1835001/1835001
82.37/81.79	c cleaning 9996 clauses out of 20008 with flag 1845001/1845001
82.88/82.28	c cleaning 10001 clauses out of 20011 with flag 1855000/1855000
83.38/82.77	c cleaning 9999 clauses out of 20010 with flag 1865000/1865000
83.88/83.26	c cleaning 10002 clauses out of 20013 with flag 1875002/1875002
84.38/83.74	c cleaning 9999 clauses out of 20009 with flag 1885000/1885000
84.88/84.25	c cleaning 9999 clauses out of 20010 with flag 1895000/1895000
85.39/84.79	c cleaning 10002 clauses out of 20012 with flag 1905001/1905001
85.98/85.31	c cleaning 10000 clauses out of 20010 with flag 1915001/1915001
86.49/85.82	c cleaning 9998 clauses out of 20010 with flag 1925001/1925001
86.89/86.29	c cleaning 10001 clauses out of 20013 with flag 1935002/1935002
87.39/86.76	c cleaning 10003 clauses out of 20014 with flag 1945004/1945004
87.89/87.26	c cleaning 9999 clauses out of 20007 with flag 1955000/1955000
88.39/87.75	c cleaning 9994 clauses out of 20008 with flag 1965000/1965000
88.89/88.23	c cleaning 10003 clauses out of 20015 with flag 1975001/1975001
89.39/88.71	c cleaning 10000 clauses out of 20012 with flag 1985001/1985001
89.89/89.24	c cleaning 10001 clauses out of 20012 with flag 1995001/1995001
90.39/89.73	c cleaning 9997 clauses out of 20010 with flag 2005000/2005000
90.90/90.23	c cleaning 10000 clauses out of 20015 with flag 2015002/2015002
91.40/90.73	c cleaning 10005 clauses out of 20015 with flag 2025002/2025002
91.90/91.26	c cleaning 10000 clauses out of 20010 with flag 2035002/2035002
92.40/91.74	c cleaning 9999 clauses out of 20010 with flag 2045002/2045002
92.80/92.19	c cleaning 10003 clauses out of 20011 with flag 2055002/2055002
93.30/92.62	c cleaning 9998 clauses out of 20008 with flag 2065002/2065002
93.71/93.07	c cleaning 10000 clauses out of 20008 with flag 2075000/2075000
94.12/93.50	c cleaning 10000 clauses out of 20009 with flag 2085001/2085001
94.61/93.98	c cleaning 10001 clauses out of 20011 with flag 2095003/2095003
94.92/94.29	c starts		: 226
94.92/94.29	c conflicts		: 2101659
94.92/94.29	c decisions		: 3265368
94.92/94.29	c propagations		: 52385809
94.92/94.29	c inspects		: 446260687
94.92/94.29	c learnt literals	: 5
94.92/94.29	c learnt binary clauses	: 17
94.92/94.29	c learnt ternary clauses	: 1269
94.92/94.29	c learnt clauses	: 2101653
94.92/94.29	c ignored clauses	: 0
94.92/94.29	c root simplifications	: 0
94.92/94.29	c removed literals (reason simplification)	: 15231447
94.92/94.29	c reason swapping (by a shorter reason)	: 0
94.92/94.29	c Calls to reduceDB	: 211
94.92/94.29	c number of reductions to clauses (during analyze)	: 0
94.92/94.29	c number of learned constraints concerned by reduction	: 0
94.92/94.29	c number of learning phase by resolution	: 0
94.92/94.29	c number of learning phase by cutting planes	: 0
94.92/94.29	c speed (assignments/second)	: 3463753.570483999
94.92/94.29	c non guided choices	791
94.92/94.29	c learnt constraints type 
94.92/94.29	c constraints type 
94.92/94.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
94.92/94.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
94.92/94.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
94.92/94.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30
94.92/94.29	s OPTIMUM FOUND
94.92/94.29	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 
94.92/94.29	c objective function=58
94.92/94.29	c Total wall clock time (in seconds): 94.195

Verifier Data

OK	58

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698339-1278325539/watcher-2698339-1278325539 -o /tmp/evaluation-result-2698339-1278325539/solver-2698339-1278325539 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698339-1278325539.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.92 1.98 1.71 3/196 4104
/proc/meminfo: memFree=32199864/32951124 swapFree=67111528/67111528
[pid=4104] ppid=4102 vsize=12956 CPUtime=0
/proc/4104/stat : 4104 (java) R 4102 4104 3834 0 -1 4194304 433 0 0 0 0 0 0 0 21 0 1 0 766261 13266944 163 4089446400 134512640 134550932 4294662960 18446744073709551615 1938004 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/4104/statm: 3239 163 125 10 0 1121 0

[startup+0.0506219 s]
/proc/loadavg: 1.92 1.98 1.71 3/196 4104
/proc/meminfo: memFree=32199864/32951124 swapFree=67111528/67111528
[pid=4104] ppid=4102 vsize=1527716 CPUtime=0.03
/proc/4104/stat : 4104 (java) S 4102 4104 3834 0 -1 4202496 4004 0 1 0 3 0 0 0 21 0 18 0 766261 1564381184 3444 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4104/statm: 381929 3444 1077 10 0 379232 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1527716

[startup+0.102669 s]
/proc/loadavg: 1.92 1.98 1.71 3/196 4104
/proc/meminfo: memFree=32199864/32951124 swapFree=67111528/67111528
[pid=4104] ppid=4102 vsize=1529744 CPUtime=0.12
/proc/4104/stat : 4104 (java) S 4102 4104 3834 0 -1 4202496 5217 0 1 0 11 1 0 0 21 0 18 0 766261 1566457856 4655 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4104/statm: 382436 4655 1347 10 0 379739 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529744

[startup+0.300608 s]
/proc/loadavg: 1.92 1.98 1.71 3/196 4104
/proc/meminfo: memFree=32199864/32951124 swapFree=67111528/67111528
[pid=4104] ppid=4102 vsize=1533572 CPUtime=0.61
/proc/4104/stat : 4104 (java) S 4102 4104 3834 0 -1 4202496 6749 0 1 0 60 1 0 0 21 0 19 0 766261 1570377728 6132 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4104/statm: 383393 6132 1415 10 0 380696 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1533572

[startup+0.700527 s]
/proc/loadavg: 1.92 1.98 1.71 3/196 4104
/proc/meminfo: memFree=32199864/32951124 swapFree=67111528/67111528
[pid=4104] ppid=4102 vsize=1533572 CPUtime=1.18
/proc/4104/stat : 4104 (java) S 4102 4104 3834 0 -1 4202496 8229 0 1 0 116 2 0 0 21 0 19 0 766261 1570377728 7610 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4104/statm: 383393 7610 1439 10 0 380696 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 1533572

[startup+1.50135 s]
/proc/loadavg: 1.93 1.98 1.72 3/215 4124
/proc/meminfo: memFree=32173124/32951124 swapFree=67111528/67111528
[pid=4104] ppid=4102 vsize=1533572 CPUtime=2.02
/proc/4104/stat : 4104 (java) S 4102 4104 3834 0 -1 4202496 8847 0 1 0 200 2 0 0 21 0 19 0 766261 1570377728 8224 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4104/statm: 383393 8224 1439 10 0 380696 0
[pid=4104/tid=4106] ppid=4102 vsize=1533572 CPUtime=1.44
/proc/4104/task/4106/stat : 4106 (java) R 4102 4104 3834 0 -1 4202560 5170 0 1 0 143 1 0 0 20 0 19 0 766262 1570377728 8224 4089446400 134512640 134550932 4294662960 18446744073709551615 4109184136 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4104/tid=4107] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4107/stat : 4107 (java) S 4102 4104 3834 0 -1 4202560 179 0 0 0 0 0 0 0 15 0 19 0 766263 1570377728 8224 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4108] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4108/stat : 4108 (java) S 4102 4104 3834 0 -1 4202560 228 0 0 0 0 0 0 0 16 0 19 0 766263 1570377728 8224 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4109] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4109/stat : 4109 (java) S 4102 4104 3834 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 766263 1570377728 8224 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4110] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4110/stat : 4110 (java) S 4102 4104 3834 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 766263 1570377728 8224 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
[pid=4104/tid=4111] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4111/stat : 4111 (java) S 4102 4104 3834 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 766263 1570377728 8224 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4112] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4112/stat : 4112 (java) S 4102 4104 3834 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 766263 1570377728 8224 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4113] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4113/stat : 4113 (java) S 4102 4104 3834 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 766263 1570377728 8224 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
[pid=4104/tid=4114] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4114/stat : 4114 (java) S 4102 4104 3834 0 -1 4202560 20 0 0 0 0 0 0 0 16 0 19 0 766263 1570377728 8224 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
[pid=4104/tid=4115] ppid=4102 vsize=1533572 CPUtime=0.03
/proc/4104/task/4115/stat : 4115 (java) S 4102 4104 3834 0 -1 4202560 386 0 0 0 3 0 0 0 15 0 19 0 766263 1570377728 8224 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 0 0 16800975 18446604471143853056 0 0 -1 6 0 0 0
[pid=4104/tid=4116] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4116/stat : 4116 (java) S 4102 4104 3834 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 766264 1570377728 8224 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4117] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4117/stat : 4117 (java) S 4102 4104 3834 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 766264 1570377728 8224 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
[pid=4104/tid=4118] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4118/stat : 4118 (java) S 4102 4104 3834 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766266 1570377728 8224 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4119] ppid=4102 vsize=1533572 CPUtime=0.25
/proc/4104/task/4119/stat : 4119 (java) S 4102 4104 3834 0 -1 4202560 540 0 0 0 25 0 0 0 15 0 19 0 766266 1570377728 8224 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 7 0 0 0
[pid=4104/tid=4120] ppid=4102 vsize=1533572 CPUtime=0.27
/proc/4104/task/4120/stat : 4120 (java) S 4102 4104 3834 0 -1 4202560 1125 0 0 0 27 0 0 0 15 0 19 0 766266 1570377728 8224 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4121] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4121/stat : 4121 (java) S 4102 4104 3834 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766266 1570377728 8224 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4122] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4122/stat : 4122 (java) S 4102 4104 3834 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766266 1570377728 8224 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
[pid=4104/tid=4123] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4123/stat : 4123 (java) S 4102 4104 3834 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 766277 1570377728 8224 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1533572

[startup+3.10106 s]
/proc/loadavg: 1.93 1.98 1.72 3/215 4124
/proc/meminfo: memFree=32170396/32951124 swapFree=67111528/67111528
[pid=4104] ppid=4102 vsize=1533572 CPUtime=3.63
/proc/4104/stat : 4104 (java) S 4102 4104 3834 0 -1 4202496 9593 0 1 0 361 2 0 0 21 0 19 0 766261 1570377728 8966 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4104/statm: 383393 8966 1439 10 0 380696 0
[pid=4104/tid=4106] ppid=4102 vsize=1533572 CPUtime=3
/proc/4104/task/4106/stat : 4106 (java) R 4102 4104 3834 0 -1 4202560 5568 0 1 0 299 1 0 0 25 0 19 0 766262 1570377728 8966 4089446400 134512640 134550932 4294662960 18446744073709551615 4109065836 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4104/tid=4107] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4107/stat : 4107 (java) S 4102 4104 3834 0 -1 4202560 179 0 0 0 0 0 0 0 15 0 19 0 766263 1570377728 8966 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4108] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4108/stat : 4108 (java) S 4102 4104 3834 0 -1 4202560 228 0 0 0 0 0 0 0 15 0 19 0 766263 1570377728 8966 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4109] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4109/stat : 4109 (java) S 4102 4104 3834 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 766263 1570377728 8966 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4110] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4110/stat : 4110 (java) S 4102 4104 3834 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 19 0 766263 1570377728 8966 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4111] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4111/stat : 4111 (java) S 4102 4104 3834 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 19 0 766263 1570377728 8966 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4112] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4112/stat : 4112 (java) S 4102 4104 3834 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 766263 1570377728 8966 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4113] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4113/stat : 4113 (java) S 4102 4104 3834 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 766263 1570377728 8966 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4114] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4114/stat : 4114 (java) S 4102 4104 3834 0 -1 4202560 20 0 0 0 0 0 0 0 16 0 19 0 766263 1570377728 8966 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
[pid=4104/tid=4115] ppid=4102 vsize=1533572 CPUtime=0.06
/proc/4104/task/4115/stat : 4115 (java) S 4102 4104 3834 0 -1 4202560 635 0 0 0 6 0 0 0 15 0 19 0 766263 1570377728 8966 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 0 0 16800975 18446604471143853056 0 0 -1 6 0 0 0
[pid=4104/tid=4116] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4116/stat : 4116 (java) S 4102 4104 3834 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 766264 1570377728 8966 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4117] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4117/stat : 4117 (java) S 4102 4104 3834 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 766264 1570377728 8966 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
[pid=4104/tid=4118] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4118/stat : 4118 (java) S 4102 4104 3834 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766266 1570377728 8966 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4119] ppid=4102 vsize=1533572 CPUtime=0.25
/proc/4104/task/4119/stat : 4119 (java) S 4102 4104 3834 0 -1 4202560 540 0 0 0 25 0 0 0 15 0 19 0 766266 1570377728 8966 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 7 0 0 0
[pid=4104/tid=4120] ppid=4102 vsize=1533572 CPUtime=0.27
/proc/4104/task/4120/stat : 4120 (java) S 4102 4104 3834 0 -1 4202560 1125 0 0 0 27 0 0 0 15 0 19 0 766266 1570377728 8966 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4121] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4121/stat : 4121 (java) S 4102 4104 3834 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766266 1570377728 8966 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4122] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4122/stat : 4122 (java) S 4102 4104 3834 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766266 1570377728 8966 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
[pid=4104/tid=4123] ppid=4102 vsize=1533572 CPUtime=0
/proc/4104/task/4123/stat : 4123 (java) S 4102 4104 3834 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 766277 1570377728 8966 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 1533572

[startup+6.30144 s]
/proc/loadavg: 1.93 1.98 1.72 3/215 4124
/proc/meminfo: memFree=32167540/32951124 swapFree=67111528/67111528
[pid=4104] ppid=4102 vsize=1533300 CPUtime=6.84
/proc/4104/stat : 4104 (java) S 4102 4104 3834 0 -1 4202496 9952 0 1 0 682 2 0 0 21 0 19 0 766261 1570099200 9251 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4104/statm: 383325 9251 1439 10 0 380628 0
[pid=4104/tid=4106] ppid=4102 vsize=1533300 CPUtime=6.13
/proc/4104/task/4106/stat : 4106 (java) R 4102 4104 3834 0 -1 4202560 5837 0 1 0 612 1 0 0 25 0 19 0 766262 1570099200 9251 4089446400 134512640 134550932 4294662960 18446744073709551615 4108880566 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4104/tid=4107] ppid=4102 vsize=1533300 CPUtime=0
/proc/4104/task/4107/stat : 4107 (java) S 4102 4104 3834 0 -1 4202560 180 0 0 0 0 0 0 0 16 0 19 0 766263 1570099200 9251 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 6 0 0 0
[pid=4104/tid=4108] ppid=4102 vsize=1533300 CPUtime=0
/proc/4104/task/4108/stat : 4108 (java) S 4102 4104 3834 0 -1 4202560 229 0 0 0 0 0 0 0 15 0 19 0 766263 1570099200 9251 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4109] ppid=4102 vsize=1533300 CPUtime=0
/proc/4104/task/4109/stat : 4109 (java) S 4102 4104 3834 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 766263 1570099200 9251 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 6 0 0 0
[pid=4104/tid=4110] ppid=4102 vsize=1533300 CPUtime=0
/proc/4104/task/4110/stat : 4110 (java) S 4102 4104 3834 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 19 0 766263 1570099200 9251 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 6 0 0 0
[pid=4104/tid=4111] ppid=4102 vsize=1533300 CPUtime=0
/proc/4104/task/4111/stat : 4111 (java) S 4102 4104 3834 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 19 0 766263 1570099200 9251 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4112] ppid=4102 vsize=1533300 CPUtime=0
/proc/4104/task/4112/stat : 4112 (java) S 4102 4104 3834 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 766263 1570099200 9251 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
[pid=4104/tid=4113] ppid=4102 vsize=1533300 CPUtime=0
/proc/4104/task/4113/stat : 4113 (java) S 4102 4104 3834 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 766263 1570099200 9251 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4114] ppid=4102 vsize=1533300 CPUtime=0
/proc/4104/task/4114/stat : 4114 (java) S 4102 4104 3834 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 766263 1570099200 9251 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
[pid=4104/tid=4115] ppid=4102 vsize=1533300 CPUtime=0.12
/proc/4104/task/4115/stat : 4115 (java) S 4102 4104 3834 0 -1 4202560 721 0 0 0 12 0 0 0 16 0 19 0 766263 1570099200 9251 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 0 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4116] ppid=4102 vsize=1533300 CPUtime=0
/proc/4104/task/4116/stat : 4116 (java) S 4102 4104 3834 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 766264 1570099200 9251 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4117] ppid=4102 vsize=1533300 CPUtime=0
/proc/4104/task/4117/stat : 4117 (java) S 4102 4104 3834 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 766264 1570099200 9251 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
[pid=4104/tid=4118] ppid=4102 vsize=1533300 CPUtime=0
/proc/4104/task/4118/stat : 4118 (java) S 4102 4104 3834 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766266 1570099200 9251 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4119] ppid=4102 vsize=1533300 CPUtime=0.25
/proc/4104/task/4119/stat : 4119 (java) S 4102 4104 3834 0 -1 4202560 540 0 0 0 25 0 0 0 15 0 19 0 766266 1570099200 9251 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 7 0 0 0
[pid=4104/tid=4120] ppid=4102 vsize=1533300 CPUtime=0.27
/proc/4104/task/4120/stat : 4120 (java) S 4102 4104 3834 0 -1 4202560 1125 0 0 0 27 0 0 0 15 0 19 0 766266 1570099200 9251 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4121] ppid=4102 vsize=1533300 CPUtime=0
/proc/4104/task/4121/stat : 4121 (java) S 4102 4104 3834 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766266 1570099200 9251 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4122] ppid=4102 vsize=1533300 CPUtime=0
/proc/4104/task/4122/stat : 4122 (java) S 4102 4104 3834 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766266 1570099200 9251 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
[pid=4104/tid=4123] ppid=4102 vsize=1533300 CPUtime=0
/proc/4104/task/4123/stat : 4123 (java) S 4102 4104 3834 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 766277 1570099200 9251 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 1533300

[startup+12.7012 s]
/proc/loadavg: 1.94 1.98 1.72 3/215 4124
/proc/meminfo: memFree=32159932/32951124 swapFree=67111528/67111528
[pid=4104] ppid=4102 vsize=1533300 CPUtime=13.24
/proc/4104/stat : 4104 (java) S 4102 4104 3834 0 -1 4202496 10175 0 1 0 1322 2 0 0 21 0 19 0 766261 1570099200 9459 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4104/statm: 383325 9459 1439 10 0 380628 0
[pid=4104/tid=4106] ppid=4102 vsize=1533300 CPUtime=12.36
/proc/4104/task/4106/stat : 4106 (java) R 4102 4104 3834 0 -1 4202560 5973 0 1 0 1235 1 0 0 25 0 19 0 766262 1570099200 9459 4089446400 134512640 134550932 4294662960 18446744073709551615 4109088371 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4104/tid=4107] ppid=4102 vsize=1533300 CPUtime=0.01
/proc/4104/task/4107/stat : 4107 (java) S 4102 4104 3834 0 -1 4202560 181 0 0 0 1 0 0 0 15 0 19 0 766263 1570099200 9459 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 6 0 0 0

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

/proc/4104/task/4107/stat : 4107 (java) S 4102 4104 3834 0 -1 4202560 186 0 0 0 5 0 0 0 15 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4108] ppid=4102 vsize=1532824 CPUtime=0.05
/proc/4104/task/4108/stat : 4108 (java) S 4102 4104 3834 0 -1 4202560 236 0 0 0 5 0 0 0 15 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4109] ppid=4102 vsize=1532824 CPUtime=0.04
/proc/4104/task/4109/stat : 4109 (java) S 4102 4104 3834 0 -1 4202560 28 0 0 0 4 0 0 0 15 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4110] ppid=4102 vsize=1532824 CPUtime=0.05
/proc/4104/task/4110/stat : 4110 (java) S 4102 4104 3834 0 -1 4202560 116 0 0 0 5 0 0 0 15 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 6 0 0 0
[pid=4104/tid=4111] ppid=4102 vsize=1532824 CPUtime=0.05
/proc/4104/task/4111/stat : 4111 (java) S 4102 4104 3834 0 -1 4202560 63 0 0 0 5 0 0 0 15 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 6 0 0 0
[pid=4104/tid=4112] ppid=4102 vsize=1532824 CPUtime=0.04
/proc/4104/task/4112/stat : 4112 (java) S 4102 4104 3834 0 -1 4202560 8 0 0 0 4 0 0 0 16 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4113] ppid=4102 vsize=1532824 CPUtime=0.05
/proc/4104/task/4113/stat : 4113 (java) S 4102 4104 3834 0 -1 4202560 44 0 0 0 5 0 0 0 15 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4114] ppid=4102 vsize=1532824 CPUtime=0.05
/proc/4104/task/4114/stat : 4114 (java) S 4102 4104 3834 0 -1 4202560 20 0 0 0 5 0 0 0 15 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4115] ppid=4102 vsize=1532824 CPUtime=2.13
/proc/4104/task/4115/stat : 4115 (java) S 4102 4104 3834 0 -1 4202560 1280 0 0 0 210 3 0 0 16 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 0 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
[pid=4104/tid=4116] ppid=4102 vsize=1532824 CPUtime=0
/proc/4104/task/4116/stat : 4116 (java) S 4102 4104 3834 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 766264 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4117] ppid=4102 vsize=1532824 CPUtime=0
/proc/4104/task/4117/stat : 4117 (java) S 4102 4104 3834 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 766264 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
[pid=4104/tid=4118] ppid=4102 vsize=1532824 CPUtime=0
/proc/4104/task/4118/stat : 4118 (java) S 4102 4104 3834 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766266 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4119] ppid=4102 vsize=1532824 CPUtime=0.27
/proc/4104/task/4119/stat : 4119 (java) S 4102 4104 3834 0 -1 4202560 543 0 0 0 27 0 0 0 15 0 19 0 766266 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 7 0 0 0
[pid=4104/tid=4120] ppid=4102 vsize=1532824 CPUtime=0.27
/proc/4104/task/4120/stat : 4120 (java) S 4102 4104 3834 0 -1 4202560 1125 0 0 0 27 0 0 0 15 0 19 0 766266 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4121] ppid=4102 vsize=1532824 CPUtime=0
/proc/4104/task/4121/stat : 4121 (java) S 4102 4104 3834 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766266 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4122] ppid=4102 vsize=1532824 CPUtime=0
/proc/4104/task/4122/stat : 4122 (java) S 4102 4104 3834 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 766266 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4123] ppid=4102 vsize=1532824 CPUtime=0
/proc/4104/task/4123/stat : 4123 (java) S 4102 4104 3834 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 766277 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 93.41
Current children cumulated vsize (KiB) 1532824

[startup+93.5071 s]
/proc/loadavg: 1.98 1.98 1.74 3/215 4127
/proc/meminfo: memFree=32153584/32951124 swapFree=67111528/67111528
[pid=4104] ppid=4102 vsize=1532824 CPUtime=94.22
/proc/4104/stat : 4104 (java) S 4102 4104 3834 0 -1 4202496 11852 0 1 0 9413 9 0 0 21 0 19 0 766261 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4104/statm: 383206 10826 1439 10 0 380509 0
[pid=4104/tid=4106] ppid=4102 vsize=1532824 CPUtime=91.04
/proc/4104/task/4106/stat : 4106 (java) R 4102 4104 3834 0 -1 4202560 7132 0 1 0 9102 2 0 0 25 0 19 0 766262 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4109285932 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4104/tid=4107] ppid=4102 vsize=1532824 CPUtime=0.05
/proc/4104/task/4107/stat : 4107 (java) S 4102 4104 3834 0 -1 4202560 186 0 0 0 5 0 0 0 15 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4108] ppid=4102 vsize=1532824 CPUtime=0.05
/proc/4104/task/4108/stat : 4108 (java) S 4102 4104 3834 0 -1 4202560 236 0 0 0 5 0 0 0 15 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4109] ppid=4102 vsize=1532824 CPUtime=0.05
/proc/4104/task/4109/stat : 4109 (java) S 4102 4104 3834 0 -1 4202560 28 0 0 0 5 0 0 0 15 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4110] ppid=4102 vsize=1532824 CPUtime=0.05
/proc/4104/task/4110/stat : 4110 (java) S 4102 4104 3834 0 -1 4202560 116 0 0 0 5 0 0 0 15 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 6 0 0 0
[pid=4104/tid=4111] ppid=4102 vsize=1532824 CPUtime=0.05
/proc/4104/task/4111/stat : 4111 (java) S 4102 4104 3834 0 -1 4202560 63 0 0 0 5 0 0 0 15 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 6 0 0 0
[pid=4104/tid=4112] ppid=4102 vsize=1532824 CPUtime=0.04
/proc/4104/task/4112/stat : 4112 (java) S 4102 4104 3834 0 -1 4202560 8 0 0 0 4 0 0 0 15 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4113] ppid=4102 vsize=1532824 CPUtime=0.05
/proc/4104/task/4113/stat : 4113 (java) S 4102 4104 3834 0 -1 4202560 44 0 0 0 5 0 0 0 15 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4114] ppid=4102 vsize=1532824 CPUtime=0.05
/proc/4104/task/4114/stat : 4114 (java) S 4102 4104 3834 0 -1 4202560 20 0 0 0 5 0 0 0 16 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4115] ppid=4102 vsize=1532824 CPUtime=2.14
/proc/4104/task/4115/stat : 4115 (java) S 4102 4104 3834 0 -1 4202560 1280 0 0 0 211 3 0 0 16 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 0 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
[pid=4104/tid=4116] ppid=4102 vsize=1532824 CPUtime=0
/proc/4104/task/4116/stat : 4116 (java) S 4102 4104 3834 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 766264 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4117] ppid=4102 vsize=1532824 CPUtime=0
/proc/4104/task/4117/stat : 4117 (java) S 4102 4104 3834 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 766264 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
[pid=4104/tid=4118] ppid=4102 vsize=1532824 CPUtime=0
/proc/4104/task/4118/stat : 4118 (java) S 4102 4104 3834 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766266 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4119] ppid=4102 vsize=1532824 CPUtime=0.27
/proc/4104/task/4119/stat : 4119 (java) S 4102 4104 3834 0 -1 4202560 543 0 0 0 27 0 0 0 15 0 19 0 766266 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 7 0 0 0
[pid=4104/tid=4120] ppid=4102 vsize=1532824 CPUtime=0.27
/proc/4104/task/4120/stat : 4120 (java) S 4102 4104 3834 0 -1 4202560 1125 0 0 0 27 0 0 0 15 0 19 0 766266 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4121] ppid=4102 vsize=1532824 CPUtime=0
/proc/4104/task/4121/stat : 4121 (java) S 4102 4104 3834 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766266 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4122] ppid=4102 vsize=1532824 CPUtime=0
/proc/4104/task/4122/stat : 4122 (java) S 4102 4104 3834 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 766266 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4123] ppid=4102 vsize=1532824 CPUtime=0
/proc/4104/task/4123/stat : 4123 (java) S 4102 4104 3834 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 766277 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 94.22
Current children cumulated vsize (KiB) 1532824

[startup+93.901 s]
/proc/loadavg: 1.98 1.98 1.74 3/215 4127
/proc/meminfo: memFree=32153584/32951124 swapFree=67111528/67111528
[pid=4104] ppid=4102 vsize=1532824 CPUtime=94.61
/proc/4104/stat : 4104 (java) S 4102 4104 3834 0 -1 4202496 11853 0 1 0 9452 9 0 0 21 0 19 0 766261 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4104/statm: 383206 10826 1439 10 0 380509 0
[pid=4104/tid=4106] ppid=4102 vsize=1532824 CPUtime=91.43
/proc/4104/task/4106/stat : 4106 (java) R 4102 4104 3834 0 -1 4202560 7133 0 1 0 9141 2 0 0 25 0 19 0 766262 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4109073730 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4104/tid=4107] ppid=4102 vsize=1532824 CPUtime=0.05
/proc/4104/task/4107/stat : 4107 (java) S 4102 4104 3834 0 -1 4202560 186 0 0 0 5 0 0 0 15 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4108] ppid=4102 vsize=1532824 CPUtime=0.05
/proc/4104/task/4108/stat : 4108 (java) S 4102 4104 3834 0 -1 4202560 236 0 0 0 5 0 0 0 15 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4109] ppid=4102 vsize=1532824 CPUtime=0.05
/proc/4104/task/4109/stat : 4109 (java) S 4102 4104 3834 0 -1 4202560 28 0 0 0 5 0 0 0 15 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4110] ppid=4102 vsize=1532824 CPUtime=0.05
/proc/4104/task/4110/stat : 4110 (java) S 4102 4104 3834 0 -1 4202560 116 0 0 0 5 0 0 0 15 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 6 0 0 0
[pid=4104/tid=4111] ppid=4102 vsize=1532824 CPUtime=0.05
/proc/4104/task/4111/stat : 4111 (java) S 4102 4104 3834 0 -1 4202560 63 0 0 0 5 0 0 0 15 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 6 0 0 0
[pid=4104/tid=4112] ppid=4102 vsize=1532824 CPUtime=0.04
/proc/4104/task/4112/stat : 4112 (java) S 4102 4104 3834 0 -1 4202560 8 0 0 0 4 0 0 0 16 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4113] ppid=4102 vsize=1532824 CPUtime=0.05
/proc/4104/task/4113/stat : 4113 (java) S 4102 4104 3834 0 -1 4202560 44 0 0 0 5 0 0 0 15 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4114] ppid=4102 vsize=1532824 CPUtime=0.05
/proc/4104/task/4114/stat : 4114 (java) S 4102 4104 3834 0 -1 4202560 20 0 0 0 5 0 0 0 16 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4115] ppid=4102 vsize=1532824 CPUtime=2.15
/proc/4104/task/4115/stat : 4115 (java) S 4102 4104 3834 0 -1 4202560 1280 0 0 0 212 3 0 0 16 0 19 0 766263 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 0 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
[pid=4104/tid=4116] ppid=4102 vsize=1532824 CPUtime=0
/proc/4104/task/4116/stat : 4116 (java) S 4102 4104 3834 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 766264 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4117] ppid=4102 vsize=1532824 CPUtime=0
/proc/4104/task/4117/stat : 4117 (java) S 4102 4104 3834 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 766264 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
[pid=4104/tid=4118] ppid=4102 vsize=1532824 CPUtime=0
/proc/4104/task/4118/stat : 4118 (java) S 4102 4104 3834 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766266 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4119] ppid=4102 vsize=1532824 CPUtime=0.27
/proc/4104/task/4119/stat : 4119 (java) S 4102 4104 3834 0 -1 4202560 543 0 0 0 27 0 0 0 15 0 19 0 766266 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 7 0 0 0
[pid=4104/tid=4120] ppid=4102 vsize=1532824 CPUtime=0.27
/proc/4104/task/4120/stat : 4120 (java) S 4102 4104 3834 0 -1 4202560 1125 0 0 0 27 0 0 0 15 0 19 0 766266 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4121] ppid=4102 vsize=1532824 CPUtime=0
/proc/4104/task/4121/stat : 4121 (java) S 4102 4104 3834 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766266 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4122] ppid=4102 vsize=1532824 CPUtime=0
/proc/4104/task/4122/stat : 4122 (java) S 4102 4104 3834 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 766266 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4123] ppid=4102 vsize=1532824 CPUtime=0
/proc/4104/task/4123/stat : 4123 (java) S 4102 4104 3834 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 766277 1569611776 10826 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 94.61
Current children cumulated vsize (KiB) 1532824

[startup+94.3009 s]
/proc/loadavg: 1.98 1.98 1.74 3/215 4127
/proc/meminfo: memFree=32153584/32951124 swapFree=67111528/67111528
[pid=4104] ppid=4102 vsize=1533148 CPUtime=95.04
/proc/4104/stat : 4104 (java) S 4102 4104 3834 0 -1 4202496 11871 0 1 0 9495 9 0 0 21 0 19 0 766261 1569943552 10842 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4104/statm: 383287 10842 1440 10 0 380590 0
[pid=4104/tid=4106] ppid=4102 vsize=1533148 CPUtime=91.81
/proc/4104/task/4106/stat : 4106 (java) S 4102 4104 3834 0 -1 4202560 7141 0 1 0 9179 2 0 0 25 0 19 0 766262 1569943552 10842 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4107] ppid=4102 vsize=1533148 CPUtime=0.05
/proc/4104/task/4107/stat : 4107 (java) S 4102 4104 3834 0 -1 4202560 186 0 0 0 5 0 0 0 16 0 19 0 766263 1569943552 10842 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4108] ppid=4102 vsize=1533148 CPUtime=0.05
/proc/4104/task/4108/stat : 4108 (java) S 4102 4104 3834 0 -1 4202560 236 0 0 0 5 0 0 0 15 0 19 0 766263 1569943552 10842 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4109] ppid=4102 vsize=1533148 CPUtime=0.05
/proc/4104/task/4109/stat : 4109 (java) S 4102 4104 3834 0 -1 4202560 28 0 0 0 5 0 0 0 15 0 19 0 766263 1569943552 10842 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4110] ppid=4102 vsize=1533148 CPUtime=0.05
/proc/4104/task/4110/stat : 4110 (java) S 4102 4104 3834 0 -1 4202560 116 0 0 0 5 0 0 0 15 0 19 0 766263 1569943552 10842 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 6 0 0 0
[pid=4104/tid=4111] ppid=4102 vsize=1533148 CPUtime=0.05
/proc/4104/task/4111/stat : 4111 (java) S 4102 4104 3834 0 -1 4202560 63 0 0 0 5 0 0 0 15 0 19 0 766263 1569943552 10842 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 6 0 0 0
[pid=4104/tid=4112] ppid=4102 vsize=1533148 CPUtime=0.04
/proc/4104/task/4112/stat : 4112 (java) S 4102 4104 3834 0 -1 4202560 8 0 0 0 4 0 0 0 16 0 19 0 766263 1569943552 10842 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4113] ppid=4102 vsize=1533148 CPUtime=0.05
/proc/4104/task/4113/stat : 4113 (java) S 4102 4104 3834 0 -1 4202560 44 0 0 0 5 0 0 0 15 0 19 0 766263 1569943552 10842 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4114] ppid=4102 vsize=1533148 CPUtime=0.05
/proc/4104/task/4114/stat : 4114 (java) S 4102 4104 3834 0 -1 4202560 20 0 0 0 5 0 0 0 16 0 19 0 766263 1569943552 10842 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 6 0 0 0
[pid=4104/tid=4115] ppid=4102 vsize=1533148 CPUtime=2.16
/proc/4104/task/4115/stat : 4115 (java) S 4102 4104 3834 0 -1 4202560 1280 0 0 0 213 3 0 0 16 0 19 0 766263 1569943552 10842 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 0 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
[pid=4104/tid=4116] ppid=4102 vsize=1533148 CPUtime=0
/proc/4104/task/4116/stat : 4116 (java) S 4102 4104 3834 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 766264 1569943552 10842 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4117] ppid=4102 vsize=1533148 CPUtime=0
/proc/4104/task/4117/stat : 4117 (java) S 4102 4104 3834 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 766264 1569943552 10842 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
[pid=4104/tid=4118] ppid=4102 vsize=1533148 CPUtime=0
/proc/4104/task/4118/stat : 4118 (java) S 4102 4104 3834 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766266 1569943552 10842 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4119] ppid=4102 vsize=1533148 CPUtime=0.3
/proc/4104/task/4119/stat : 4119 (java) S 4102 4104 3834 0 -1 4202560 545 0 0 0 30 0 0 0 15 0 19 0 766266 1569943552 10842 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 7 0 0 0
[pid=4104/tid=4120] ppid=4102 vsize=1533148 CPUtime=0.27
/proc/4104/task/4120/stat : 4120 (java) S 4102 4104 3834 0 -1 4202560 1126 0 0 0 27 0 0 0 15 0 19 0 766266 1569943552 10842 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 4 0 0 0
[pid=4104/tid=4121] ppid=4102 vsize=1533148 CPUtime=0
/proc/4104/task/4121/stat : 4121 (java) S 4102 4104 3834 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766266 1569943552 10842 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4122] ppid=4102 vsize=1533148 CPUtime=0
/proc/4104/task/4122/stat : 4122 (java) S 4102 4104 3834 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 766266 1569943552 10842 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 2 0 0 0
[pid=4104/tid=4123] ppid=4102 vsize=1533148 CPUtime=0
/proc/4104/task/4123/stat : 4123 (java) S 4102 4104 3834 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 766277 1569943552 10842 4089446400 134512640 134550932 4294662960 18446744073709551615 4294960144 0 4 0 16800975 18446604471143853056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 95.04
Current children cumulated vsize (KiB) 1533148

Child status: 30
Real time (s): 94.3192
CPU time (s): 95.0495
CPU user time (s): 94.9566
CPU system time (s): 0.092985
CPU usage (%): 100.774
Max. virtual memory (cumulated for all children) (KiB): 1533572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 94.9566
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11874
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= 7609
involuntary context switches= 26915

runsolver used 0.174973 second user time and 0.356945 second system time

The end

Launcher Data

Begin job on node143 at 2010-07-05 12:25:39
IDJOB=2698339
IDBENCH=78771
IDSOLVER=1211
FILE ID=node143/2698339-1278325539
PBS_JOBID= 11207418
Free space on /tmp= 74204 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.1110969577--soft-66-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-2698339-1278325539/watcher-2698339-1278325539 -o /tmp/evaluation-result-2698339-1278325539/solver-2698339-1278325539 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698339-1278325539.wbo

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

MD5SUM BENCH= 8b066002eb3185cd3fd0fbc9dbe06f59
RANDOM SEED=1655023335

node143.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.82
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.72
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	: 5338.82
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	: 5332.75
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.74
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32200260 kB
Buffers:         21648 kB
Cached:         327264 kB
SwapCached:          0 kB
Active:         384280 kB
Inactive:       268156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32200260 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             756 kB
Writeback:           0 kB
AnonPages:      303432 kB
Mapped:          20464 kB
Slab:            35888 kB
PageTables:       5188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1640996 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 node143 at 2010-07-05 12:27:13