Trace number 2698378

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 76.7103 76.0151

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110971697--soft-66-100-0.wbo
MD5SUM4e00897e4a2c20d3d8c9b6106b938663
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark0.344946
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 constraints28
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 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1238
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.1.v20100705
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.00/0.09	c Pseudo Boolean Optimization
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c Stops conflict analysis at the first Unique Implication Point
0.00/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-2698378-1278325555.wbo
0.00/0.09	c reading problem ... 
0.12/0.14	c ... done. Wall clock time 0.053s.
0.12/0.14	c #vars     197
0.12/0.14	c #constraints  101
0.12/0.14	c constraints type 
0.12/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.12/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.12/0.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.12/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21
0.96/0.54	c cleaning 2499 clauses out of 5001 with flag 5001/5001
1.18/0.77	c cleaning 4244 clauses out of 8502 with flag 11001/11001
1.51/1.05	c cleaning 5627 clauses out of 11259 with flag 18002/18002
1.92/1.40	c cleaning 6807 clauses out of 13630 with flag 26000/26000
2.03/1.56	c SATISFIABLE
2.03/1.56	c OPTIMIZING...
2.03/1.56	c Got one! Elapsed wall clock time (in seconds):1.469
2.03/1.56	o 302
2.33/1.82	c cleaning 7911 clauses out of 15823 with flag 35000/35000
2.73/2.26	c cleaning 8952 clauses out of 17913 with flag 45001/45001
2.82/2.31	c Got one! Elapsed wall clock time (in seconds):2.218
2.82/2.31	o 166
3.13/2.70	c cleaning 9479 clauses out of 18962 with flag 55002/55002
3.63/3.14	c cleaning 9733 clauses out of 19481 with flag 65000/65000
4.03/3.52	c cleaning 9871 clauses out of 19748 with flag 75000/75000
4.43/3.94	c cleaning 9935 clauses out of 19878 with flag 85001/85001
4.84/4.35	c cleaning 9969 clauses out of 19942 with flag 95000/95000
5.23/4.75	c cleaning 9984 clauses out of 19977 with flag 105004/105004
5.43/4.98	c Got one! Elapsed wall clock time (in seconds):4.892
5.43/4.98	o 100
5.63/5.18	c cleaning 9990 clauses out of 19989 with flag 115000/115000
6.13/5.62	c cleaning 9992 clauses out of 19999 with flag 125000/125000
6.53/6.06	c cleaning 9995 clauses out of 20007 with flag 135000/135000
6.93/6.49	c cleaning 9995 clauses out of 20012 with flag 145000/145000
7.43/6.92	c cleaning 10006 clauses out of 20017 with flag 155000/155000
7.83/7.35	c cleaning 10001 clauses out of 20013 with flag 165002/165002
8.24/7.77	c cleaning 10001 clauses out of 20011 with flag 175001/175001
8.63/8.19	c cleaning 10001 clauses out of 20011 with flag 185002/185002
9.13/8.67	c cleaning 10000 clauses out of 20008 with flag 195000/195000
9.43/8.91	c Got one! Elapsed wall clock time (in seconds):8.821
9.43/8.91	o 90
9.63/9.13	c cleaning 10002 clauses out of 20011 with flag 205003/205003
10.03/9.58	c cleaning 9997 clauses out of 20007 with flag 215001/215001
10.54/10.07	c cleaning 9999 clauses out of 20010 with flag 225001/225001
10.95/10.48	c cleaning 10001 clauses out of 20010 with flag 235000/235000
11.35/10.88	c cleaning 9999 clauses out of 20010 with flag 245001/245001
11.85/11.32	c cleaning 9999 clauses out of 20012 with flag 255002/255002
12.25/11.73	c cleaning 10000 clauses out of 20012 with flag 265001/265001
12.75/12.21	c cleaning 9998 clauses out of 20011 with flag 275000/275000
13.15/12.68	c cleaning 10004 clauses out of 20013 with flag 285000/285000
13.55/13.10	c cleaning 9998 clauses out of 20010 with flag 295001/295001
14.05/13.52	c cleaning 9998 clauses out of 20014 with flag 305003/305003
14.45/13.93	c cleaning 10003 clauses out of 20014 with flag 315001/315001
14.85/14.34	c cleaning 10002 clauses out of 20011 with flag 325001/325001
15.25/14.75	c cleaning 9999 clauses out of 20008 with flag 335000/335000
15.65/15.18	c cleaning 10002 clauses out of 20010 with flag 345001/345001
16.15/15.60	c cleaning 9999 clauses out of 20007 with flag 355000/355000
16.55/16.05	c cleaning 9996 clauses out of 20008 with flag 365000/365000
17.06/16.50	c cleaning 10004 clauses out of 20013 with flag 375001/375001
17.45/16.93	c cleaning 9999 clauses out of 20010 with flag 385002/385002
17.85/17.38	c cleaning 9997 clauses out of 20009 with flag 395000/395000
18.35/17.82	c cleaning 10003 clauses out of 20014 with flag 405002/405002
18.86/18.30	c cleaning 10000 clauses out of 20011 with flag 415002/415002
19.26/18.74	c cleaning 9996 clauses out of 20009 with flag 425000/425000
19.66/19.16	c cleaning 10003 clauses out of 20013 with flag 435000/435000
20.16/19.60	c cleaning 10002 clauses out of 20010 with flag 445000/445000
20.56/20.01	c cleaning 10000 clauses out of 20009 with flag 455001/455001
20.86/20.39	c cleaning 10001 clauses out of 20010 with flag 465002/465002
21.27/20.79	c cleaning 9998 clauses out of 20007 with flag 475000/475000
21.77/21.20	c cleaning 9999 clauses out of 20009 with flag 485000/485000
22.17/21.63	c cleaning 10001 clauses out of 20011 with flag 495001/495001
22.57/22.04	c cleaning 10003 clauses out of 20010 with flag 505001/505001
22.97/22.44	c cleaning 9997 clauses out of 20007 with flag 515001/515001
23.37/22.85	c cleaning 10001 clauses out of 20011 with flag 525002/525002
23.77/23.25	c cleaning 9996 clauses out of 20008 with flag 535000/535000
24.17/23.64	c cleaning 9998 clauses out of 20013 with flag 545001/545001
24.57/24.05	c cleaning 9998 clauses out of 20014 with flag 555000/555000
24.97/24.46	c cleaning 10004 clauses out of 20016 with flag 565000/565000
25.37/24.86	c cleaning 10003 clauses out of 20015 with flag 575003/575003
25.78/25.27	c cleaning 9998 clauses out of 20009 with flag 585000/585000
26.17/25.67	c cleaning 10002 clauses out of 20011 with flag 595000/595000
26.67/26.13	c cleaning 10000 clauses out of 20009 with flag 605000/605000
27.07/26.57	c cleaning 10000 clauses out of 20011 with flag 615002/615002
27.57/27.00	c cleaning 10001 clauses out of 20009 with flag 625000/625000
27.98/27.48	c cleaning 9997 clauses out of 20010 with flag 635002/635002
28.47/27.92	c cleaning 10003 clauses out of 20014 with flag 645003/645003
28.87/28.34	c cleaning 10001 clauses out of 20008 with flag 655000/655000
29.27/28.76	c cleaning 9996 clauses out of 20008 with flag 665001/665001
29.67/29.14	c cleaning 10002 clauses out of 20012 with flag 675001/675001
30.09/29.56	c cleaning 9999 clauses out of 20011 with flag 685002/685002
30.49/29.98	c cleaning 9998 clauses out of 20010 with flag 695000/695000
30.99/30.41	c cleaning 10001 clauses out of 20012 with flag 705000/705000
31.40/30.84	c cleaning 10002 clauses out of 20013 with flag 715002/715002
31.79/31.25	c cleaning 10000 clauses out of 20010 with flag 725001/725001
32.19/31.65	c cleaning 10002 clauses out of 20009 with flag 735000/735000
32.59/32.08	c cleaning 10000 clauses out of 20009 with flag 745002/745002
33.09/32.51	c cleaning 9998 clauses out of 20007 with flag 755000/755000
33.50/32.94	c cleaning 10002 clauses out of 20009 with flag 765000/765000
33.99/33.42	c cleaning 9999 clauses out of 20007 with flag 775000/775000
34.50/33.95	c cleaning 9996 clauses out of 20009 with flag 785001/785001
34.90/34.38	c cleaning 10003 clauses out of 20014 with flag 795002/795002
35.41/34.80	c cleaning 10003 clauses out of 20013 with flag 805004/805004
35.81/35.23	c cleaning 9998 clauses out of 20006 with flag 815000/815000
36.20/35.66	c cleaning 9999 clauses out of 20008 with flag 825000/825000
36.60/36.06	c cleaning 9998 clauses out of 20009 with flag 835000/835000
37.01/36.47	c cleaning 9998 clauses out of 20014 with flag 845003/845003
37.40/36.89	c cleaning 9996 clauses out of 20013 with flag 855000/855000
37.91/37.34	c cleaning 10001 clauses out of 20017 with flag 865000/865000
38.30/37.77	c cleaning 10004 clauses out of 20016 with flag 875000/875000
38.80/38.21	c cleaning 10002 clauses out of 20013 with flag 885001/885001
39.20/38.64	c cleaning 9997 clauses out of 20011 with flag 895001/895001
39.60/39.09	c cleaning 10000 clauses out of 20015 with flag 905002/905002
40.11/39.52	c cleaning 10002 clauses out of 20014 with flag 915001/915001
40.50/39.93	c cleaning 10004 clauses out of 20016 with flag 925005/925005
40.91/40.33	c cleaning 9998 clauses out of 20007 with flag 935000/935000
41.31/40.76	c cleaning 10000 clauses out of 20010 with flag 945001/945001
41.71/41.20	c cleaning 10000 clauses out of 20011 with flag 955002/955002
42.21/41.61	c cleaning 9999 clauses out of 20010 with flag 965001/965001
42.61/42.03	c cleaning 10003 clauses out of 20011 with flag 975001/975001
43.01/42.46	c cleaning 10001 clauses out of 20008 with flag 985001/985001
43.42/42.90	c cleaning 9997 clauses out of 20006 with flag 995000/995000
43.91/43.32	c cleaning 10000 clauses out of 20012 with flag 1005003/1005003
44.31/43.78	c cleaning 9997 clauses out of 20010 with flag 1015001/1015001
44.81/44.24	c cleaning 10001 clauses out of 20014 with flag 1025002/1025002
45.21/44.69	c cleaning 10003 clauses out of 20011 with flag 1035000/1035000
45.72/45.12	c cleaning 9996 clauses out of 20009 with flag 1045001/1045001
46.12/45.55	c cleaning 9999 clauses out of 20012 with flag 1055000/1055000
46.52/45.94	c cleaning 10002 clauses out of 20013 with flag 1065000/1065000
46.92/46.36	c cleaning 10001 clauses out of 20011 with flag 1075000/1075000
47.33/46.78	c cleaning 9993 clauses out of 20012 with flag 1085002/1085002
47.83/47.23	c cleaning 10006 clauses out of 20018 with flag 1095001/1095001
48.23/47.65	c cleaning 9997 clauses out of 20011 with flag 1105000/1105000
48.63/48.09	c cleaning 10004 clauses out of 20015 with flag 1115001/1115001
49.13/48.52	c cleaning 10002 clauses out of 20011 with flag 1125001/1125001
49.53/48.93	c cleaning 10000 clauses out of 20009 with flag 1135001/1135001
49.93/49.36	c cleaning 9997 clauses out of 20008 with flag 1145000/1145000
50.43/49.83	c cleaning 10002 clauses out of 20011 with flag 1155000/1155000
50.84/50.24	c cleaning 10003 clauses out of 20009 with flag 1165000/1165000
51.25/50.69	c cleaning 9999 clauses out of 20006 with flag 1175000/1175000
51.74/51.12	c cleaning 10000 clauses out of 20008 with flag 1185001/1185001
52.14/51.57	c cleaning 9999 clauses out of 20007 with flag 1195000/1195000
52.54/51.99	c cleaning 9999 clauses out of 20008 with flag 1205000/1205000
53.04/52.41	c cleaning 10002 clauses out of 20010 with flag 1215001/1215001
53.44/52.85	c cleaning 9999 clauses out of 20009 with flag 1225002/1225002
53.84/53.28	c cleaning 10002 clauses out of 20010 with flag 1235002/1235002
54.34/53.70	c cleaning 9996 clauses out of 20006 with flag 1245000/1245000
54.74/54.15	c cleaning 10003 clauses out of 20011 with flag 1255001/1255001
55.14/54.58	c cleaning 9997 clauses out of 20007 with flag 1265000/1265000
55.65/55.01	c cleaning 10001 clauses out of 20011 with flag 1275001/1275001
56.04/55.46	c cleaning 9999 clauses out of 20009 with flag 1285000/1285000
56.44/55.89	c cleaning 10002 clauses out of 20010 with flag 1295000/1295000
56.94/56.37	c cleaning 9997 clauses out of 20008 with flag 1305000/1305000
57.45/56.81	c cleaning 10004 clauses out of 20013 with flag 1315002/1315002
57.85/57.26	c cleaning 9997 clauses out of 20007 with flag 1325000/1325000
58.35/57.70	c cleaning 10001 clauses out of 20010 with flag 1335000/1335000
58.75/58.17	c cleaning 9998 clauses out of 20009 with flag 1345000/1345000
59.25/58.61	c cleaning 10002 clauses out of 20012 with flag 1355001/1355001
59.65/59.05	c cleaning 10001 clauses out of 20009 with flag 1365000/1365000
60.15/59.53	c cleaning 10000 clauses out of 20011 with flag 1375003/1375003
60.55/59.97	c cleaning 9999 clauses out of 20008 with flag 1385000/1385000
60.95/60.40	c cleaning 9999 clauses out of 20009 with flag 1395000/1395000
61.45/60.86	c cleaning 10002 clauses out of 20012 with flag 1405002/1405002
61.96/61.33	c cleaning 10000 clauses out of 20009 with flag 1415001/1415001
62.36/61.79	c cleaning 10001 clauses out of 20011 with flag 1425003/1425003
62.86/62.25	c cleaning 9998 clauses out of 20007 with flag 1435000/1435000
63.27/62.68	c cleaning 10003 clauses out of 20009 with flag 1445000/1445000
63.76/63.13	c cleaning 9999 clauses out of 20007 with flag 1455001/1455001
64.16/63.57	c cleaning 9999 clauses out of 20008 with flag 1465001/1465001
64.66/64.01	c cleaning 9998 clauses out of 20009 with flag 1475001/1475001
65.06/64.45	c cleaning 10003 clauses out of 20011 with flag 1485001/1485001
65.47/64.88	c cleaning 9999 clauses out of 20007 with flag 1495000/1495000
65.96/65.36	c cleaning 10001 clauses out of 20009 with flag 1505001/1505001
66.46/65.82	c cleaning 9998 clauses out of 20007 with flag 1515000/1515000
66.87/66.27	c cleaning 10000 clauses out of 20009 with flag 1525000/1525000
67.37/66.75	c cleaning 10001 clauses out of 20009 with flag 1535000/1535000
67.87/67.23	c cleaning 9999 clauses out of 20009 with flag 1545001/1545001
68.37/67.70	c cleaning 10000 clauses out of 20009 with flag 1555000/1555000
68.78/68.16	c cleaning 10001 clauses out of 20009 with flag 1565000/1565000
69.27/68.61	c cleaning 10002 clauses out of 20011 with flag 1575003/1575003
69.68/69.05	c cleaning 10000 clauses out of 20007 with flag 1585001/1585001
70.08/69.49	c cleaning 10000 clauses out of 20007 with flag 1595001/1595001
70.58/69.96	c cleaning 9998 clauses out of 20008 with flag 1605002/1605002
71.08/70.42	c cleaning 10000 clauses out of 20009 with flag 1615001/1615001
71.58/70.90	c cleaning 10000 clauses out of 20008 with flag 1625000/1625000
71.98/71.38	c cleaning 10001 clauses out of 20008 with flag 1635000/1635000
72.48/71.84	c cleaning 10001 clauses out of 20007 with flag 1645000/1645000
72.88/72.29	c cleaning 9998 clauses out of 20008 with flag 1655002/1655002
73.38/72.73	c cleaning 10002 clauses out of 20010 with flag 1665002/1665002
73.78/73.18	c cleaning 9997 clauses out of 20006 with flag 1675000/1675000
74.29/73.63	c cleaning 10000 clauses out of 20010 with flag 1685001/1685001
74.78/74.12	c cleaning 9996 clauses out of 20009 with flag 1695000/1695000
75.18/74.60	c cleaning 10004 clauses out of 20013 with flag 1705000/1705000
75.79/75.10	c cleaning 10003 clauses out of 20009 with flag 1715000/1715000
76.19/75.59	c cleaning 10001 clauses out of 20006 with flag 1725000/1725000
76.59/75.97	c Got one! Elapsed wall clock time (in seconds):75.879
76.59/75.97	o 80
76.59/75.99	c starts		: 213
76.59/75.99	c conflicts		: 1733254
76.59/75.99	c decisions		: 2779854
76.59/75.99	c propagations		: 39348750
76.59/75.99	c inspects		: 394845716
76.59/75.99	c learnt literals	: 1
76.59/75.99	c learnt binary clauses	: 5
76.59/75.99	c learnt ternary clauses	: 453
76.59/75.99	c learnt clauses	: 1733253
76.59/75.99	c ignored clauses	: 0
76.59/75.99	c root simplifications	: 0
76.59/75.99	c removed literals (reason simplification)	: 15398013
76.59/75.99	c reason swapping (by a shorter reason)	: 0
76.59/75.99	c Calls to reduceDB	: 174
76.59/75.99	c number of reductions to clauses (during analyze)	: 0
76.59/75.99	c number of learned constraints concerned by reduction	: 0
76.59/75.99	c number of learning phase by resolution	: 0
76.59/75.99	c number of learning phase by cutting planes	: 0
76.59/75.99	c speed (assignments/second)	: 2.0709868421052632E9
76.59/75.99	c non guided choices	256
76.59/75.99	c learnt constraints type 
76.59/75.99	c constraints type 
76.59/75.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
76.59/75.99	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
76.59/75.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
76.59/75.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21
76.59/75.99	s OPTIMUM FOUND
76.59/75.99	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 
76.59/75.99	c objective function=80
76.59/75.99	c Total wall clock time (in seconds): 75.9

Verifier Data

OK	80

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698378-1278325555/watcher-2698378-1278325555 -o /tmp/evaluation-result-2698378-1278325555/solver-2698378-1278325555 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698378-1278325555.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: 2.01 1.99 1.69 3/196 4053
/proc/meminfo: memFree=32312268/32950928 swapFree=4192956/4192956
[pid=4053] ppid=4051 vsize=13164 CPUtime=0
/proc/4053/stat : 4053 (java) R 4051 4053 3796 0 -1 4194304 924 0 0 0 0 0 0 0 25 0 1 0 768908 13479936 422 4089446400 134512640 134550932 4293516208 18446744073709551615 11335301 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/4053/statm: 3291 422 144 10 0 1121 0

[startup+0.0175879 s]
/proc/loadavg: 2.01 1.99 1.69 3/196 4053
/proc/meminfo: memFree=32312268/32950928 swapFree=4192956/4192956
[pid=4053] ppid=4051 vsize=1523456 CPUtime=0
/proc/4053/stat : 4053 (java) S 4051 4053 3796 0 -1 4202496 3376 0 1 0 0 0 0 0 25 0 10 0 768908 1560018944 2820 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/4053/statm: 380864 2820 945 10 0 378174 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1523456

[startup+0.102594 s]
/proc/loadavg: 2.01 1.99 1.69 3/196 4053
/proc/meminfo: memFree=32312268/32950928 swapFree=4192956/4192956
[pid=4053] ppid=4051 vsize=1529968 CPUtime=0.12
/proc/4053/stat : 4053 (java) S 4051 4053 3796 0 -1 4202496 5259 0 1 0 11 1 0 0 25 0 18 0 768908 1566687232 4697 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4053/statm: 382492 4697 1347 10 0 379795 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529968

[startup+0.300536 s]
/proc/loadavg: 2.01 1.99 1.69 3/196 4053
/proc/meminfo: memFree=32312268/32950928 swapFree=4192956/4192956
[pid=4053] ppid=4051 vsize=1535868 CPUtime=0.61
/proc/4053/stat : 4053 (java) S 4051 4053 3796 0 -1 4202496 7732 0 1 0 59 2 0 0 25 0 19 0 768908 1572728832 6627 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4053/statm: 383967 6627 1415 10 0 381270 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1535868

[startup+0.700514 s]
/proc/loadavg: 2.01 1.99 1.69 3/196 4053
/proc/meminfo: memFree=32312268/32950928 swapFree=4192956/4192956
[pid=4053] ppid=4051 vsize=1535868 CPUtime=1.18
/proc/4053/stat : 4053 (java) S 4051 4053 3796 0 -1 4202496 9192 0 1 0 116 2 0 0 25 0 19 0 768908 1572728832 8085 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4053/statm: 383967 8085 1439 10 0 381270 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 1535868

[startup+1.50138 s]
/proc/loadavg: 2.01 1.99 1.69 3/215 4072
/proc/meminfo: memFree=32284652/32950928 swapFree=4192956/4192956
[pid=4053] ppid=4051 vsize=1535868 CPUtime=2.03
/proc/4053/stat : 4053 (java) S 4051 4053 3796 0 -1 4202496 9718 0 1 0 201 2 0 0 25 0 19 0 768908 1572728832 8608 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4053/statm: 383967 8608 1439 10 0 381270 0
[pid=4053/tid=4055] ppid=4051 vsize=1535868 CPUtime=1.44
/proc/4053/task/4055/stat : 4055 (java) R 4051 4053 3796 0 -1 4202560 5092 0 1 0 143 1 0 0 25 0 19 0 768909 1572728832 8608 4089446400 134512640 134550932 4293516208 18446744073709551615 4109285304 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4053/tid=4056] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4056/stat : 4056 (java) S 4051 4053 3796 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 768910 1572728832 8608 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4057] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4057/stat : 4057 (java) S 4051 4053 3796 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 768910 1572728832 8608 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4058] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4058/stat : 4058 (java) S 4051 4053 3796 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 19 0 768910 1572728832 8608 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4059] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4059/stat : 4059 (java) S 4051 4053 3796 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 768910 1572728832 8608 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4060] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4060/stat : 4060 (java) S 4051 4053 3796 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 768910 1572728832 8608 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4061] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4061/stat : 4061 (java) S 4051 4053 3796 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 768910 1572728832 8608 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 0 0 0 0
[pid=4053/tid=4062] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4062/stat : 4062 (java) S 4051 4053 3796 0 -1 4202560 267 0 0 0 0 0 0 0 16 0 19 0 768910 1572728832 8608 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 0 0 0 0
[pid=4053/tid=4063] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4063/stat : 4063 (java) S 4051 4053 3796 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 768910 1572728832 8608 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4064] ppid=4051 vsize=1535868 CPUtime=0.03
/proc/4053/task/4064/stat : 4064 (java) S 4051 4053 3796 0 -1 4202560 372 0 0 0 3 0 0 0 16 0 19 0 768910 1572728832 8608 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 0 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4065] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4065/stat : 4065 (java) S 4051 4053 3796 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 768911 1572728832 8608 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4066] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4066/stat : 4066 (java) S 4051 4053 3796 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 768911 1572728832 8608 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4067] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4067/stat : 4067 (java) S 4051 4053 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 768913 1572728832 8608 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4068] ppid=4051 vsize=1535868 CPUtime=0.27
/proc/4053/task/4068/stat : 4068 (java) S 4051 4053 3796 0 -1 4202560 734 0 0 0 27 0 0 0 16 0 19 0 768913 1572728832 8608 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4069] ppid=4051 vsize=1535868 CPUtime=0.25
/proc/4053/task/4069/stat : 4069 (java) S 4051 4053 3796 0 -1 4202560 1920 0 0 0 25 0 0 0 16 0 19 0 768913 1572728832 8608 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 1 0 0 0
[pid=4053/tid=4070] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4070/stat : 4070 (java) S 4051 4053 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 768913 1572728832 8608 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4071] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4071/stat : 4071 (java) S 4051 4053 3796 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 768913 1572728832 8608 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4072] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4072/stat : 4072 (java) S 4051 4053 3796 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 768924 1572728832 8608 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1535868

[startup+3.1011 s]
/proc/loadavg: 2.01 1.99 1.69 3/215 4072
/proc/meminfo: memFree=32282668/32950928 swapFree=4192956/4192956
[pid=4053] ppid=4051 vsize=1535868 CPUtime=3.63
/proc/4053/stat : 4053 (java) S 4051 4053 3796 0 -1 4202496 10341 0 1 0 361 2 0 0 25 0 19 0 768908 1572728832 9227 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4053/statm: 383967 9227 1439 10 0 381270 0
[pid=4053/tid=4055] ppid=4051 vsize=1535868 CPUtime=3.01
/proc/4053/task/4055/stat : 4055 (java) R 4051 4053 3796 0 -1 4202560 5382 0 1 0 300 1 0 0 25 0 19 0 768909 1572728832 9227 4089446400 134512640 134550932 4293516208 18446744073709551615 4109290514 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4053/tid=4056] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4056/stat : 4056 (java) S 4051 4053 3796 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 768910 1572728832 9227 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4057] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4057/stat : 4057 (java) S 4051 4053 3796 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 768910 1572728832 9227 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4058] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4058/stat : 4058 (java) S 4051 4053 3796 0 -1 4202560 108 0 0 0 0 0 0 0 16 0 19 0 768910 1572728832 9227 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4059] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4059/stat : 4059 (java) S 4051 4053 3796 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 19 0 768910 1572728832 9228 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4060] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4060/stat : 4060 (java) S 4051 4053 3796 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 768910 1572728832 9228 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4061] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4061/stat : 4061 (java) S 4051 4053 3796 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 768910 1572728832 9228 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 0 0 0 0
[pid=4053/tid=4062] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4062/stat : 4062 (java) S 4051 4053 3796 0 -1 4202560 268 0 0 0 0 0 0 0 15 0 19 0 768910 1572728832 9228 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 0 0 0 0
[pid=4053/tid=4063] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4063/stat : 4063 (java) S 4051 4053 3796 0 -1 4202560 176 0 0 0 0 0 0 0 15 0 19 0 768910 1572728832 9228 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4064] ppid=4051 vsize=1535868 CPUtime=0.05
/proc/4053/task/4064/stat : 4064 (java) S 4051 4053 3796 0 -1 4202560 626 0 0 0 5 0 0 0 15 0 19 0 768910 1572728832 9228 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 0 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4065] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4065/stat : 4065 (java) S 4051 4053 3796 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 768911 1572728832 9228 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4066] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4066/stat : 4066 (java) S 4051 4053 3796 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 768911 1572728832 9228 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4067] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4067/stat : 4067 (java) S 4051 4053 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 768913 1572728832 9228 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4068] ppid=4051 vsize=1535868 CPUtime=0.27
/proc/4053/task/4068/stat : 4068 (java) S 4051 4053 3796 0 -1 4202560 734 0 0 0 27 0 0 0 16 0 19 0 768913 1572728832 9228 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4069] ppid=4051 vsize=1535868 CPUtime=0.25
/proc/4053/task/4069/stat : 4069 (java) S 4051 4053 3796 0 -1 4202560 1920 0 0 0 25 0 0 0 15 0 19 0 768913 1572728832 9228 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 1 0 0 0
[pid=4053/tid=4070] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4070/stat : 4070 (java) S 4051 4053 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 768913 1572728832 9228 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4071] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4071/stat : 4071 (java) S 4051 4053 3796 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 768913 1572728832 9228 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4072] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4072/stat : 4072 (java) S 4051 4053 3796 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 768924 1572728832 9228 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 1535868

[startup+6.30048 s]
/proc/loadavg: 2.01 1.99 1.69 3/215 4072
/proc/meminfo: memFree=32280068/32950928 swapFree=4192956/4192956
[pid=4053] ppid=4051 vsize=1535868 CPUtime=6.83
/proc/4053/stat : 4053 (java) S 4051 4053 3796 0 -1 4202496 10581 0 1 0 681 2 0 0 25 0 19 0 768908 1572728832 9458 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4053/statm: 383967 9458 1439 10 0 381270 0
[pid=4053/tid=4055] ppid=4051 vsize=1535868 CPUtime=6.12
/proc/4053/task/4055/stat : 4055 (java) R 4051 4053 3796 0 -1 4202560 5522 0 1 0 611 1 0 0 25 0 19 0 768909 1572728832 9458 4089446400 134512640 134550932 4293516208 18446744073709551615 4109305756 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4053/tid=4056] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4056/stat : 4056 (java) S 4051 4053 3796 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 768910 1572728832 9458 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4057] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4057/stat : 4057 (java) S 4051 4053 3796 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 768910 1572728832 9458 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 0 0 0 0
[pid=4053/tid=4058] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4058/stat : 4058 (java) S 4051 4053 3796 0 -1 4202560 108 0 0 0 0 0 0 0 16 0 19 0 768910 1572728832 9458 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 0 0 0 0
[pid=4053/tid=4059] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4059/stat : 4059 (java) S 4051 4053 3796 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 768910 1572728832 9458 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4060] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4060/stat : 4060 (java) S 4051 4053 3796 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 768910 1572728832 9458 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4061] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4061/stat : 4061 (java) S 4051 4053 3796 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 768910 1572728832 9458 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4062] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4062/stat : 4062 (java) S 4051 4053 3796 0 -1 4202560 268 0 0 0 0 0 0 0 15 0 19 0 768910 1572728832 9458 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4063] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4063/stat : 4063 (java) S 4051 4053 3796 0 -1 4202560 177 0 0 0 0 0 0 0 15 0 19 0 768910 1572728832 9458 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4064] ppid=4051 vsize=1535868 CPUtime=0.13
/proc/4053/task/4064/stat : 4064 (java) S 4051 4053 3796 0 -1 4202560 718 0 0 0 13 0 0 0 15 0 19 0 768910 1572728832 9458 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 0 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4065] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4065/stat : 4065 (java) S 4051 4053 3796 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 768911 1572728832 9458 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4066] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4066/stat : 4066 (java) S 4051 4053 3796 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 768911 1572728832 9458 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4067] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4067/stat : 4067 (java) S 4051 4053 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 768913 1572728832 9458 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4068] ppid=4051 vsize=1535868 CPUtime=0.27
/proc/4053/task/4068/stat : 4068 (java) S 4051 4053 3796 0 -1 4202560 734 0 0 0 27 0 0 0 16 0 19 0 768913 1572728832 9458 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4069] ppid=4051 vsize=1535868 CPUtime=0.25
/proc/4053/task/4069/stat : 4069 (java) S 4051 4053 3796 0 -1 4202560 1920 0 0 0 25 0 0 0 15 0 19 0 768913 1572728832 9458 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 1 0 0 0
[pid=4053/tid=4070] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4070/stat : 4070 (java) S 4051 4053 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 768913 1572728832 9458 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4071] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4071/stat : 4071 (java) S 4051 4053 3796 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 768913 1572728832 9458 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4072] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4072/stat : 4072 (java) S 4051 4053 3796 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 768924 1572728832 9458 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 1535868

[startup+12.7014 s]
/proc/loadavg: 2.00 1.99 1.70 3/215 4072
/proc/meminfo: memFree=32277640/32950928 swapFree=4192956/4192956
[pid=4053] ppid=4051 vsize=1535868 CPUtime=13.25
/proc/4053/stat : 4053 (java) S 4051 4053 3796 0 -1 4202496 11105 0 1 0 1322 3 0 0 25 0 19 0 768908 1572728832 9942 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4053/statm: 383967 9942 1439 10 0 381270 0
[pid=4053/tid=4055] ppid=4051 vsize=1535868 CPUtime=12.36
/proc/4053/task/4055/stat : 4055 (java) R 4051 4053 3796 0 -1 4202560 5947 0 1 0 1235 1 0 0 25 0 19 0 768909 1572728832 9942 4089446400 134512640 134550932 4293516208 18446744073709551615 4109284758 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4053/tid=4056] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4056/stat : 4056 (java) S 4051 4053 3796 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 768910 1572728832 9942 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0

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

/proc/4053/task/4056/stat : 4056 (java) S 4051 4053 3796 0 -1 4202560 25 0 0 0 4 0 0 0 15 0 19 0 768910 1572728832 10444 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4057] ppid=4051 vsize=1535868 CPUtime=0.03
/proc/4053/task/4057/stat : 4057 (java) S 4051 4053 3796 0 -1 4202560 5 0 0 0 3 0 0 0 15 0 19 0 768910 1572728832 10444 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 0 0 0 0
[pid=4053/tid=4058] ppid=4051 vsize=1535868 CPUtime=0.04
/proc/4053/task/4058/stat : 4058 (java) S 4051 4053 3796 0 -1 4202560 109 0 0 0 4 0 0 0 16 0 19 0 768910 1572728832 10444 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4059] ppid=4051 vsize=1535868 CPUtime=0.03
/proc/4053/task/4059/stat : 4059 (java) S 4051 4053 3796 0 -1 4202560 40 0 0 0 3 0 0 0 16 0 19 0 768910 1572728832 10444 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4060] ppid=4051 vsize=1535868 CPUtime=0.04
/proc/4053/task/4060/stat : 4060 (java) S 4051 4053 3796 0 -1 4202560 9 0 0 0 4 0 0 0 15 0 19 0 768910 1572728832 10444 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4061] ppid=4051 vsize=1535868 CPUtime=0.04
/proc/4053/task/4061/stat : 4061 (java) S 4051 4053 3796 0 -1 4202560 6 0 0 0 4 0 0 0 15 0 19 0 768910 1572728832 10444 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 0 0 0 0
[pid=4053/tid=4062] ppid=4051 vsize=1535868 CPUtime=0.03
/proc/4053/task/4062/stat : 4062 (java) S 4051 4053 3796 0 -1 4202560 269 0 0 0 3 0 0 0 15 0 19 0 768910 1572728832 10444 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4063] ppid=4051 vsize=1535868 CPUtime=0.04
/proc/4053/task/4063/stat : 4063 (java) S 4051 4053 3796 0 -1 4202560 181 0 0 0 4 0 0 0 16 0 19 0 768910 1572728832 10444 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4064] ppid=4051 vsize=1535868 CPUtime=1.7
/proc/4053/task/4064/stat : 4064 (java) S 4051 4053 3796 0 -1 4202560 1196 0 0 0 168 2 0 0 15 0 19 0 768910 1572728832 10444 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 0 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4065] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4065/stat : 4065 (java) S 4051 4053 3796 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 768911 1572728832 10444 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4066] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4066/stat : 4066 (java) S 4051 4053 3796 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 768911 1572728832 10444 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4067] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4067/stat : 4067 (java) S 4051 4053 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 768913 1572728832 10444 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4068] ppid=4051 vsize=1535868 CPUtime=0.27
/proc/4053/task/4068/stat : 4068 (java) S 4051 4053 3796 0 -1 4202560 734 0 0 0 27 0 0 0 16 0 19 0 768913 1572728832 10444 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4069] ppid=4051 vsize=1535868 CPUtime=0.28
/proc/4053/task/4069/stat : 4069 (java) S 4051 4053 3796 0 -1 4202560 1933 0 0 0 28 0 0 0 15 0 19 0 768913 1572728832 10444 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 1 0 0 0
[pid=4053/tid=4070] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4070/stat : 4070 (java) S 4051 4053 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 768913 1572728832 10444 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4071] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4071/stat : 4071 (java) S 4051 4053 3796 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 768913 1572728832 10444 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4072] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4072/stat : 4072 (java) S 4051 4053 3796 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 768924 1572728832 10444 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 75.79
Current children cumulated vsize (KiB) 1535868

[startup+75.5014 s]
/proc/loadavg: 2.00 1.99 1.71 3/215 4074
/proc/meminfo: memFree=32275940/32950928 swapFree=4192956/4192956
[pid=4053] ppid=4051 vsize=1535868 CPUtime=76.19
/proc/4053/stat : 4053 (java) S 4051 4053 3796 0 -1 4202496 11810 0 1 0 7613 6 0 0 25 0 19 0 768908 1572728832 10455 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4053/statm: 383967 10455 1439 10 0 381270 0
[pid=4053/tid=4055] ppid=4051 vsize=1535868 CPUtime=73.54
/proc/4053/task/4055/stat : 4055 (java) R 4051 4053 3796 0 -1 4202560 6223 0 1 0 7353 1 0 0 25 0 19 0 768909 1572728832 10455 4089446400 134512640 134550932 4293516208 18446744073709551615 4109289823 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4053/tid=4056] ppid=4051 vsize=1535868 CPUtime=0.04
/proc/4053/task/4056/stat : 4056 (java) S 4051 4053 3796 0 -1 4202560 25 0 0 0 4 0 0 0 16 0 19 0 768910 1572728832 10455 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4057] ppid=4051 vsize=1535868 CPUtime=0.03
/proc/4053/task/4057/stat : 4057 (java) S 4051 4053 3796 0 -1 4202560 5 0 0 0 3 0 0 0 15 0 19 0 768910 1572728832 10455 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 0 0 0 0
[pid=4053/tid=4058] ppid=4051 vsize=1535868 CPUtime=0.04
/proc/4053/task/4058/stat : 4058 (java) S 4051 4053 3796 0 -1 4202560 109 0 0 0 4 0 0 0 15 0 19 0 768910 1572728832 10455 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4059] ppid=4051 vsize=1535868 CPUtime=0.03
/proc/4053/task/4059/stat : 4059 (java) S 4051 4053 3796 0 -1 4202560 40 0 0 0 3 0 0 0 15 0 19 0 768910 1572728832 10455 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4060] ppid=4051 vsize=1535868 CPUtime=0.04
/proc/4053/task/4060/stat : 4060 (java) S 4051 4053 3796 0 -1 4202560 9 0 0 0 4 0 0 0 15 0 19 0 768910 1572728832 10455 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4061] ppid=4051 vsize=1535868 CPUtime=0.04
/proc/4053/task/4061/stat : 4061 (java) S 4051 4053 3796 0 -1 4202560 6 0 0 0 4 0 0 0 15 0 19 0 768910 1572728832 10455 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 0 0 0 0
[pid=4053/tid=4062] ppid=4051 vsize=1535868 CPUtime=0.03
/proc/4053/task/4062/stat : 4062 (java) S 4051 4053 3796 0 -1 4202560 269 0 0 0 3 0 0 0 16 0 19 0 768910 1572728832 10455 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4063] ppid=4051 vsize=1535868 CPUtime=0.04
/proc/4053/task/4063/stat : 4063 (java) S 4051 4053 3796 0 -1 4202560 181 0 0 0 4 0 0 0 15 0 19 0 768910 1572728832 10455 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4064] ppid=4051 vsize=1535868 CPUtime=1.71
/proc/4053/task/4064/stat : 4064 (java) S 4051 4053 3796 0 -1 4202560 1207 0 0 0 169 2 0 0 15 0 19 0 768910 1572728832 10455 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 0 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4065] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4065/stat : 4065 (java) S 4051 4053 3796 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 768911 1572728832 10455 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4066] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4066/stat : 4066 (java) S 4051 4053 3796 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 768911 1572728832 10455 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4067] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4067/stat : 4067 (java) S 4051 4053 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 768913 1572728832 10455 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4068] ppid=4051 vsize=1535868 CPUtime=0.27
/proc/4053/task/4068/stat : 4068 (java) S 4051 4053 3796 0 -1 4202560 734 0 0 0 27 0 0 0 16 0 19 0 768913 1572728832 10455 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4069] ppid=4051 vsize=1535868 CPUtime=0.28
/proc/4053/task/4069/stat : 4069 (java) S 4051 4053 3796 0 -1 4202560 1933 0 0 0 28 0 0 0 15 0 19 0 768913 1572728832 10455 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 1 0 0 0
[pid=4053/tid=4070] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4070/stat : 4070 (java) S 4051 4053 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 768913 1572728832 10455 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4071] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4071/stat : 4071 (java) S 4051 4053 3796 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 768913 1572728832 10455 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4072] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4072/stat : 4072 (java) S 4051 4053 3796 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 768924 1572728832 10455 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 76.19
Current children cumulated vsize (KiB) 1535868

[startup+75.9073 s]
/proc/loadavg: 2.00 1.99 1.71 3/215 4074
/proc/meminfo: memFree=32275444/32950928 swapFree=4192956/4192956
[pid=4053] ppid=4051 vsize=1535868 CPUtime=76.59
/proc/4053/stat : 4053 (java) S 4051 4053 3796 0 -1 4202496 11813 0 1 0 7653 6 0 0 25 0 19 0 768908 1572728832 10456 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4053/statm: 383967 10456 1439 10 0 381270 0
[pid=4053/tid=4055] ppid=4051 vsize=1535868 CPUtime=73.93
/proc/4053/task/4055/stat : 4055 (java) R 4051 4053 3796 0 -1 4202560 6225 0 1 0 7392 1 0 0 25 0 19 0 768909 1572728832 10456 4089446400 134512640 134550932 4293516208 18446744073709551615 4109290209 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4053/tid=4056] ppid=4051 vsize=1535868 CPUtime=0.04
/proc/4053/task/4056/stat : 4056 (java) S 4051 4053 3796 0 -1 4202560 25 0 0 0 4 0 0 0 15 0 19 0 768910 1572728832 10456 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4057] ppid=4051 vsize=1535868 CPUtime=0.03
/proc/4053/task/4057/stat : 4057 (java) S 4051 4053 3796 0 -1 4202560 5 0 0 0 3 0 0 0 15 0 19 0 768910 1572728832 10456 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 0 0 0 0
[pid=4053/tid=4058] ppid=4051 vsize=1535868 CPUtime=0.04
/proc/4053/task/4058/stat : 4058 (java) S 4051 4053 3796 0 -1 4202560 109 0 0 0 4 0 0 0 15 0 19 0 768910 1572728832 10456 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4059] ppid=4051 vsize=1535868 CPUtime=0.03
/proc/4053/task/4059/stat : 4059 (java) S 4051 4053 3796 0 -1 4202560 40 0 0 0 3 0 0 0 15 0 19 0 768910 1572728832 10456 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4060] ppid=4051 vsize=1535868 CPUtime=0.04
/proc/4053/task/4060/stat : 4060 (java) S 4051 4053 3796 0 -1 4202560 9 0 0 0 4 0 0 0 16 0 19 0 768910 1572728832 10456 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4061] ppid=4051 vsize=1535868 CPUtime=0.04
/proc/4053/task/4061/stat : 4061 (java) S 4051 4053 3796 0 -1 4202560 6 0 0 0 4 0 0 0 15 0 19 0 768910 1572728832 10456 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 0 0 0 0
[pid=4053/tid=4062] ppid=4051 vsize=1535868 CPUtime=0.03
/proc/4053/task/4062/stat : 4062 (java) S 4051 4053 3796 0 -1 4202560 269 0 0 0 3 0 0 0 15 0 19 0 768910 1572728832 10456 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4063] ppid=4051 vsize=1535868 CPUtime=0.04
/proc/4053/task/4063/stat : 4063 (java) S 4051 4053 3796 0 -1 4202560 181 0 0 0 4 0 0 0 15 0 19 0 768910 1572728832 10456 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4064] ppid=4051 vsize=1535868 CPUtime=1.72
/proc/4053/task/4064/stat : 4064 (java) S 4051 4053 3796 0 -1 4202560 1208 0 0 0 170 2 0 0 15 0 19 0 768910 1572728832 10456 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 0 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4065] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4065/stat : 4065 (java) S 4051 4053 3796 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 768911 1572728832 10456 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4066] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4066/stat : 4066 (java) S 4051 4053 3796 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 768911 1572728832 10456 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4067] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4067/stat : 4067 (java) S 4051 4053 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 768913 1572728832 10456 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4068] ppid=4051 vsize=1535868 CPUtime=0.27
/proc/4053/task/4068/stat : 4068 (java) S 4051 4053 3796 0 -1 4202560 734 0 0 0 27 0 0 0 16 0 19 0 768913 1572728832 10456 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4069] ppid=4051 vsize=1535868 CPUtime=0.28
/proc/4053/task/4069/stat : 4069 (java) S 4051 4053 3796 0 -1 4202560 1933 0 0 0 28 0 0 0 15 0 19 0 768913 1572728832 10456 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 1 0 0 0
[pid=4053/tid=4070] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4070/stat : 4070 (java) S 4051 4053 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 768913 1572728832 10456 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4071] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4071/stat : 4071 (java) S 4051 4053 3796 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 768913 1572728832 10456 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4072] ppid=4051 vsize=1535868 CPUtime=0
/proc/4053/task/4072/stat : 4072 (java) S 4051 4053 3796 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 768924 1572728832 10456 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 76.59
Current children cumulated vsize (KiB) 1535868

[startup+76.0013 s]
/proc/loadavg: 2.00 1.99 1.71 3/215 4074
/proc/meminfo: memFree=32275444/32950928 swapFree=4192956/4192956
[pid=4053] ppid=4051 vsize=1536192 CPUtime=76.7
/proc/4053/stat : 4053 (java) S 4051 4053 3796 0 -1 4202496 11827 0 1 0 7664 6 0 0 25 0 19 0 768908 1573060608 10470 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4053/statm: 384048 10470 1440 10 0 381351 0
[pid=4053/tid=4055] ppid=4051 vsize=1536192 CPUtime=74.02
/proc/4053/task/4055/stat : 4055 (java) S 4051 4053 3796 0 -1 4202560 6231 0 1 0 7401 1 0 0 25 0 19 0 768909 1573060608 10470 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4056] ppid=4051 vsize=1536192 CPUtime=0.04
/proc/4053/task/4056/stat : 4056 (java) S 4051 4053 3796 0 -1 4202560 25 0 0 0 4 0 0 0 15 0 19 0 768910 1573060608 10470 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4057] ppid=4051 vsize=1536192 CPUtime=0.03
/proc/4053/task/4057/stat : 4057 (java) S 4051 4053 3796 0 -1 4202560 5 0 0 0 3 0 0 0 15 0 19 0 768910 1573060608 10470 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 0 0 0 0
[pid=4053/tid=4058] ppid=4051 vsize=1536192 CPUtime=0.04
/proc/4053/task/4058/stat : 4058 (java) S 4051 4053 3796 0 -1 4202560 109 0 0 0 4 0 0 0 15 0 19 0 768910 1573060608 10470 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4059] ppid=4051 vsize=1536192 CPUtime=0.03
/proc/4053/task/4059/stat : 4059 (java) S 4051 4053 3796 0 -1 4202560 40 0 0 0 3 0 0 0 15 0 19 0 768910 1573060608 10470 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4060] ppid=4051 vsize=1536192 CPUtime=0.04
/proc/4053/task/4060/stat : 4060 (java) S 4051 4053 3796 0 -1 4202560 9 0 0 0 4 0 0 0 16 0 19 0 768910 1573060608 10470 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4061] ppid=4051 vsize=1536192 CPUtime=0.04
/proc/4053/task/4061/stat : 4061 (java) S 4051 4053 3796 0 -1 4202560 6 0 0 0 4 0 0 0 15 0 19 0 768910 1573060608 10470 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 0 0 0 0
[pid=4053/tid=4062] ppid=4051 vsize=1536192 CPUtime=0.03
/proc/4053/task/4062/stat : 4062 (java) S 4051 4053 3796 0 -1 4202560 269 0 0 0 3 0 0 0 15 0 19 0 768910 1573060608 10470 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4063] ppid=4051 vsize=1536192 CPUtime=0.04
/proc/4053/task/4063/stat : 4063 (java) S 4051 4053 3796 0 -1 4202560 181 0 0 0 4 0 0 0 15 0 19 0 768910 1573060608 10470 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4064] ppid=4051 vsize=1536192 CPUtime=1.72
/proc/4053/task/4064/stat : 4064 (java) S 4051 4053 3796 0 -1 4202560 1208 0 0 0 170 2 0 0 15 0 19 0 768910 1573060608 10470 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 0 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4065] ppid=4051 vsize=1536192 CPUtime=0
/proc/4053/task/4065/stat : 4065 (java) S 4051 4053 3796 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 768911 1573060608 10470 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4066] ppid=4051 vsize=1536192 CPUtime=0
/proc/4053/task/4066/stat : 4066 (java) S 4051 4053 3796 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 768911 1573060608 10470 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4067] ppid=4051 vsize=1536192 CPUtime=0
/proc/4053/task/4067/stat : 4067 (java) S 4051 4053 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 768913 1573060608 10470 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4068] ppid=4051 vsize=1536192 CPUtime=0.27
/proc/4053/task/4068/stat : 4068 (java) S 4051 4053 3796 0 -1 4202560 734 0 0 0 27 0 0 0 15 0 19 0 768913 1573060608 10470 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 2 0 0 0
[pid=4053/tid=4069] ppid=4051 vsize=1536192 CPUtime=0.29
/proc/4053/task/4069/stat : 4069 (java) S 4051 4053 3796 0 -1 4202560 1934 0 0 0 29 0 0 0 16 0 19 0 768913 1573060608 10470 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 1 0 0 0
[pid=4053/tid=4070] ppid=4051 vsize=1536192 CPUtime=0
/proc/4053/task/4070/stat : 4070 (java) S 4051 4053 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 768913 1573060608 10470 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 6 0 0 0
[pid=4053/tid=4071] ppid=4051 vsize=1536192 CPUtime=0
/proc/4053/task/4071/stat : 4071 (java) S 4051 4053 3796 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 768913 1573060608 10470 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 4 0 0 0
[pid=4053/tid=4072] ppid=4051 vsize=1536192 CPUtime=0
/proc/4053/task/4072/stat : 4072 (java) S 4051 4053 3796 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 768924 1573060608 10470 4089446400 134512640 134550932 4293516208 18446744073709551615 4294960144 0 4 0 16800975 18446604471163429056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 76.7
Current children cumulated vsize (KiB) 1536192

Child status: 30
Real time (s): 76.0151
CPU time (s): 76.7103
CPU user time (s): 76.6414
CPU system time (s): 0.068989
CPU usage (%): 100.915
Max. virtual memory (cumulated for all children) (KiB): 1536192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.6413
system time used= 0.068989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11831
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= 6108
involuntary context switches= 29063

runsolver used 0.12998 second user time and 0.298954 second system time

The end

Launcher Data

Begin job on node124 at 2010-07-05 12:25:55
IDJOB=2698378
IDBENCH=78792
IDSOLVER=1211
FILE ID=node124/2698378-1278325555
PBS_JOBID= 11207449
Free space on /tmp= 130648 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.1110971697--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-2698378-1278325555/watcher-2698378-1278325555 -o /tmp/evaluation-result-2698378-1278325555/solver-2698378-1278325555 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698378-1278325555.wbo

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

MD5SUM BENCH= 4e00897e4a2c20d3d8c9b6106b938663
RANDOM SEED=1173001251

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.75
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.846
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.82
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.846
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.846
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:      32312532 kB
Buffers:         21012 kB
Cached:         312752 kB
SwapCached:          0 kB
Active:         317116 kB
Inactive:       253280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32312532 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             172 kB
Writeback:           0 kB
AnonPages:      236104 kB
Mapped:          20324 kB
Slab:            35664 kB
PageTables:       5364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  20668420 kB
Committed_AS:  1642300 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    265212 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 130648 MiB
End job on node124 at 2010-07-05 12:27:11