Trace number 2698715

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 81.1467 79.4172

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224451--soft-0-100-0.wbo
MD5SUM51c830b3e31ed97e6a2590ce9584f929
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.482926
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 constraints101
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 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1261
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.08	c version 2.2.1.v20100705
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.08	c java.vm.version	11.2-b01
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	32
0.00/0.08	c java.version		1.6.0_12
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		i386
0.00/0.08	c Free memory 		1393557488
0.00/0.08	c Max memory 		1395916800
0.00/0.08	c Total memory 		1395916800
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2698715-1278327520.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.056s.
0.11/0.15	c #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.30/0.27	c SATISFIABLE
0.30/0.27	c OPTIMIZING...
0.30/0.27	c Got one! Elapsed wall clock time (in seconds):0.171
0.30/0.27	o 962
0.60/0.31	c Got one! Elapsed wall clock time (in seconds):0.212
0.60/0.31	o 566
0.60/0.33	c Got one! Elapsed wall clock time (in seconds):0.233
0.60/0.33	o 565
0.60/0.35	c Got one! Elapsed wall clock time (in seconds):0.252
0.60/0.35	o 532
0.79/0.43	c Got one! Elapsed wall clock time (in seconds):0.334
0.79/0.43	o 493
0.79/0.45	c Got one! Elapsed wall clock time (in seconds):0.353
0.79/0.45	o 480
0.79/0.47	c Got one! Elapsed wall clock time (in seconds):0.372
0.79/0.47	o 459
0.93/0.50	c Got one! Elapsed wall clock time (in seconds):0.406
0.93/0.50	o 454
0.93/0.54	c Got one! Elapsed wall clock time (in seconds):0.449
0.93/0.54	o 445
0.93/0.57	c Got one! Elapsed wall clock time (in seconds):0.479
0.93/0.57	o 444
1.04/0.66	c cleaning 2498 clauses out of 5001 with flag 5001/5001
1.17/0.70	c Got one! Elapsed wall clock time (in seconds):0.606
1.17/0.70	o 424
1.17/0.75	c Got one! Elapsed wall clock time (in seconds):0.658
1.17/0.75	o 393
1.17/0.77	c Got one! Elapsed wall clock time (in seconds):0.674
1.17/0.77	o 383
1.27/0.86	c Got one! Elapsed wall clock time (in seconds):0.764
1.27/0.86	o 380
1.37/0.96	c Got one! Elapsed wall clock time (in seconds):0.869
1.37/0.96	o 326
1.48/1.09	c cleaning 4250 clauses out of 8502 with flag 11000/11000
2.00/1.51	c cleaning 5623 clauses out of 11252 with flag 18000/18000
2.50/2.09	c cleaning 6812 clauses out of 13630 with flag 26001/26001
2.72/2.23	c Got one! Elapsed wall clock time (in seconds):2.133
2.72/2.23	o 305
3.14/2.66	c Got one! Elapsed wall clock time (in seconds):2.568
3.14/2.66	o 302
3.24/2.74	c cleaning 7905 clauses out of 15817 with flag 35000/35000
3.65/3.19	c Got one! Elapsed wall clock time (in seconds):3.09
3.65/3.19	o 301
3.87/3.38	c cleaning 8952 clauses out of 17912 with flag 45000/45000
4.18/3.66	c Got one! Elapsed wall clock time (in seconds):3.563
4.18/3.66	o 296
4.68/4.14	c cleaning 9474 clauses out of 18962 with flag 55002/55002
5.19/4.61	c Got one! Elapsed wall clock time (in seconds):4.519
5.19/4.61	o 281
5.29/4.77	c cleaning 9737 clauses out of 19487 with flag 65001/65001
5.39/4.83	c Got one! Elapsed wall clock time (in seconds):4.738
5.39/4.83	o 276
5.79/5.21	c Got one! Elapsed wall clock time (in seconds):5.116
5.79/5.21	o 264
6.00/5.47	c cleaning 9867 clauses out of 19750 with flag 75001/75001
6.70/6.14	c cleaning 9935 clauses out of 19883 with flag 85001/85001
7.00/6.48	c Got one! Elapsed wall clock time (in seconds):6.388
7.00/6.48	o 257
7.30/6.79	c cleaning 9967 clauses out of 19947 with flag 95000/95000
7.40/6.83	c Got one! Elapsed wall clock time (in seconds):6.735
7.40/6.83	o 254
8.09/7.47	c cleaning 9984 clauses out of 19982 with flag 105002/105002
8.80/8.12	c cleaning 9991 clauses out of 19996 with flag 115000/115000
9.20/8.55	c Got one! Elapsed wall clock time (in seconds):8.458
9.20/8.55	o 251
9.40/8.77	c cleaning 10000 clauses out of 20006 with flag 125001/125001
10.00/9.37	c cleaning 9998 clauses out of 20006 with flag 135001/135001
10.61/9.98	c cleaning 9999 clauses out of 20007 with flag 145000/145000
11.10/10.44	c Got one! Elapsed wall clock time (in seconds):10.345
11.10/10.44	o 249
11.22/10.57	c cleaning 10001 clauses out of 20010 with flag 155002/155002
11.72/11.08	c Got one! Elapsed wall clock time (in seconds):10.98
11.72/11.08	o 247
11.92/11.20	c cleaning 10000 clauses out of 20009 with flag 165002/165002
12.52/11.82	c cleaning 10001 clauses out of 20007 with flag 175000/175000
12.84/12.11	c Got one! Elapsed wall clock time (in seconds):12.01
12.84/12.11	o 236
13.13/12.46	c cleaning 9995 clauses out of 20006 with flag 185000/185000
13.84/13.12	c cleaning 9999 clauses out of 20011 with flag 195000/195000
14.03/13.36	c Got one! Elapsed wall clock time (in seconds):13.261
14.03/13.36	o 232
14.44/13.75	c cleaning 10001 clauses out of 20012 with flag 205000/205000
15.14/14.41	c cleaning 10002 clauses out of 20011 with flag 215000/215000
15.74/15.02	c cleaning 9984 clauses out of 20009 with flag 225000/225000
16.44/15.76	c cleaning 10008 clauses out of 20027 with flag 235002/235002
16.74/16.04	c Got one! Elapsed wall clock time (in seconds):15.944
16.74/16.04	o 199
17.05/16.38	c cleaning 10004 clauses out of 20019 with flag 245002/245002
17.65/16.96	c cleaning 10003 clauses out of 20014 with flag 255001/255001
17.95/17.20	c Got one! Elapsed wall clock time (in seconds):17.104
17.95/17.20	o 192
18.44/17.70	c cleaning 10002 clauses out of 20010 with flag 265000/265000
19.04/18.39	c cleaning 10001 clauses out of 20009 with flag 275001/275001
19.75/19.03	c cleaning 9999 clauses out of 20008 with flag 285001/285001
20.34/19.70	c cleaning 10001 clauses out of 20009 with flag 295001/295001
21.05/20.37	c cleaning 9997 clauses out of 20010 with flag 305003/305003
21.55/20.86	c Got one! Elapsed wall clock time (in seconds):20.768
21.55/20.86	o 191
21.88/21.07	c cleaning 10003 clauses out of 20014 with flag 315004/315004
22.42/21.49	c Got one! Elapsed wall clock time (in seconds):21.397
22.42/21.49	o 182
22.72/21.74	c cleaning 10000 clauses out of 20008 with flag 325001/325001
23.32/22.35	c cleaning 10000 clauses out of 20008 with flag 335001/335001
24.02/23.04	c cleaning 9996 clauses out of 20007 with flag 345000/345000
24.72/23.75	c cleaning 10002 clauses out of 20011 with flag 355000/355000
25.42/24.41	c cleaning 9991 clauses out of 20009 with flag 365000/365000
25.42/24.43	c Got one! Elapsed wall clock time (in seconds):24.337
25.42/24.43	o 181
26.01/25.08	c cleaning 10005 clauses out of 20018 with flag 375000/375000
26.71/25.71	c cleaning 10001 clauses out of 20013 with flag 385000/385000
27.32/26.33	c cleaning 9999 clauses out of 20012 with flag 395000/395000
27.61/26.68	c Got one! Elapsed wall clock time (in seconds):26.586
27.61/26.68	o 179
27.93/26.99	c cleaning 10005 clauses out of 20013 with flag 405000/405000
28.64/27.61	c cleaning 9998 clauses out of 20008 with flag 415000/415000
29.34/28.36	c cleaning 10000 clauses out of 20011 with flag 425001/425001
29.95/28.96	c cleaning 10002 clauses out of 20012 with flag 435002/435002
30.55/29.57	c cleaning 9999 clauses out of 20008 with flag 445000/445000
31.25/30.21	c cleaning 9997 clauses out of 20009 with flag 455000/455000
31.95/30.91	c cleaning 9999 clauses out of 20012 with flag 465000/465000
31.95/30.98	c Got one! Elapsed wall clock time (in seconds):30.885
31.95/30.98	o 175
32.45/31.49	c cleaning 10002 clauses out of 20015 with flag 475002/475002
32.96/31.99	c Got one! Elapsed wall clock time (in seconds):31.893
32.96/31.99	o 174
33.16/32.18	c cleaning 10004 clauses out of 20013 with flag 485002/485002
33.76/32.74	c cleaning 9999 clauses out of 20009 with flag 495002/495002
34.36/33.39	c cleaning 9999 clauses out of 20010 with flag 505002/505002
34.76/33.71	c Got one! Elapsed wall clock time (in seconds):33.618
34.76/33.71	o 139
35.08/34.01	c cleaning 10001 clauses out of 20011 with flag 515002/515002
35.67/34.62	c cleaning 10002 clauses out of 20010 with flag 525002/525002
35.97/34.91	c Got one! Elapsed wall clock time (in seconds):34.81
35.97/34.91	o 119
36.37/35.31	c cleaning 9996 clauses out of 20006 with flag 535000/535000
36.97/35.93	c cleaning 9999 clauses out of 20010 with flag 545000/545000
37.58/36.57	c cleaning 10000 clauses out of 20012 with flag 555001/555001
38.28/37.23	c cleaning 10001 clauses out of 20011 with flag 565000/565000
38.98/37.95	c cleaning 10001 clauses out of 20010 with flag 575000/575000
39.39/38.32	c Got one! Elapsed wall clock time (in seconds):38.222
39.39/38.32	o 114
39.60/38.55	c cleaning 10001 clauses out of 20009 with flag 585000/585000
40.20/39.15	c cleaning 9998 clauses out of 20008 with flag 595000/595000
40.89/39.80	c cleaning 10001 clauses out of 20010 with flag 605000/605000
41.50/40.41	c cleaning 10000 clauses out of 20009 with flag 615000/615000
42.00/40.98	c cleaning 10001 clauses out of 20011 with flag 625002/625002
42.71/41.65	c cleaning 10000 clauses out of 20009 with flag 635001/635001
43.59/42.36	c cleaning 10000 clauses out of 20010 with flag 645002/645002
43.59/42.39	c Got one! Elapsed wall clock time (in seconds):42.293
43.59/42.39	o 104
44.39/42.99	c cleaning 10001 clauses out of 20009 with flag 655001/655001
45.08/43.65	c cleaning 9999 clauses out of 20007 with flag 665000/665000
45.69/44.27	c cleaning 10001 clauses out of 20009 with flag 675001/675001
46.29/44.89	c cleaning 10001 clauses out of 20008 with flag 685001/685001
47.00/45.55	c cleaning 9998 clauses out of 20006 with flag 695000/695000
47.71/46.25	c cleaning 10001 clauses out of 20009 with flag 705001/705001
48.31/46.86	c cleaning 9998 clauses out of 20009 with flag 715002/715002
48.41/46.92	c Got one! Elapsed wall clock time (in seconds):46.821
48.41/46.92	o 95
49.01/47.54	c cleaning 10002 clauses out of 20010 with flag 725001/725001
49.71/48.20	c cleaning 10003 clauses out of 20010 with flag 735003/735003
50.41/48.90	c cleaning 9999 clauses out of 20006 with flag 745002/745002
51.02/49.57	c cleaning 9999 clauses out of 20005 with flag 755000/755000
51.72/50.23	c cleaning 9997 clauses out of 20006 with flag 765000/765000
52.32/50.88	c cleaning 10000 clauses out of 20010 with flag 775001/775001
52.82/51.31	c Got one! Elapsed wall clock time (in seconds):51.211
52.82/51.31	o 51
53.02/51.52	c cleaning 10002 clauses out of 20009 with flag 785000/785000
53.52/52.02	c cleaning 9996 clauses out of 20007 with flag 795000/795000
54.02/52.57	c cleaning 10001 clauses out of 20011 with flag 805000/805000
54.53/53.10	c cleaning 9999 clauses out of 20012 with flag 815002/815002
55.23/53.71	c cleaning 10000 clauses out of 20011 with flag 825000/825000
55.74/54.23	c cleaning 10001 clauses out of 20013 with flag 835002/835002
56.24/54.77	c cleaning 10002 clauses out of 20011 with flag 845001/845001
56.34/54.83	c Got one! Elapsed wall clock time (in seconds):54.736
56.34/54.83	o 49
56.84/55.32	c cleaning 10003 clauses out of 20009 with flag 855001/855001
57.34/55.86	c cleaning 9998 clauses out of 20005 with flag 865000/865000
57.85/56.39	c cleaning 10001 clauses out of 20010 with flag 875003/875003
58.45/56.90	c cleaning 9999 clauses out of 20009 with flag 885003/885003
58.95/57.48	c cleaning 9997 clauses out of 20009 with flag 895002/895002
59.55/58.02	c cleaning 10001 clauses out of 20010 with flag 905000/905000
60.05/58.54	c cleaning 9999 clauses out of 20009 with flag 915000/915000
60.56/59.07	c cleaning 9998 clauses out of 20010 with flag 925000/925000
61.06/59.57	c cleaning 10000 clauses out of 20014 with flag 935002/935002
61.57/60.05	c cleaning 9994 clauses out of 20012 with flag 945000/945000
62.08/60.55	c cleaning 10004 clauses out of 20018 with flag 955000/955000
62.57/61.04	c cleaning 10002 clauses out of 20015 with flag 965001/965001
63.18/61.61	c cleaning 10001 clauses out of 20015 with flag 975003/975003
63.67/62.14	c cleaning 9998 clauses out of 20011 with flag 985000/985000
64.18/62.63	c cleaning 10001 clauses out of 20013 with flag 995000/995000
64.48/62.96	c Got one! Elapsed wall clock time (in seconds):62.868
64.48/62.96	o 32
64.68/63.14	c cleaning 10001 clauses out of 20012 with flag 1005000/1005000
65.18/63.62	c cleaning 10000 clauses out of 20011 with flag 1015000/1015000
65.69/64.11	c cleaning 9999 clauses out of 20012 with flag 1025001/1025001
66.19/64.61	c cleaning 10002 clauses out of 20012 with flag 1035000/1035000
66.60/65.08	c cleaning 10000 clauses out of 20010 with flag 1045000/1045000
67.10/65.57	c cleaning 10002 clauses out of 20012 with flag 1055002/1055002
67.61/66.06	c cleaning 10002 clauses out of 20009 with flag 1065001/1065001
68.11/66.56	c cleaning 10000 clauses out of 20007 with flag 1075001/1075001
68.61/67.03	c cleaning 9998 clauses out of 20007 with flag 1085001/1085001
69.01/67.49	c cleaning 10000 clauses out of 20009 with flag 1095001/1095001
69.51/67.97	c cleaning 10003 clauses out of 20011 with flag 1105003/1105003
70.01/68.47	c cleaning 9999 clauses out of 20006 with flag 1115001/1115001
70.53/68.96	c cleaning 9997 clauses out of 20007 with flag 1125001/1125001
71.03/69.43	c cleaning 10000 clauses out of 20010 with flag 1135001/1135001
71.43/69.88	c cleaning 10000 clauses out of 20011 with flag 1145002/1145002
71.54/69.98	c Got one! Elapsed wall clock time (in seconds):69.881
71.54/69.98	o 20
71.94/70.35	c cleaning 10001 clauses out of 20009 with flag 1155000/1155000
72.43/70.84	c cleaning 9998 clauses out of 20009 with flag 1165001/1165001
72.93/71.33	c cleaning 10003 clauses out of 20012 with flag 1175002/1175002
73.34/71.79	c cleaning 9999 clauses out of 20007 with flag 1185000/1185000
73.44/71.88	c Got one! Elapsed wall clock time (in seconds):71.781
73.44/71.88	o 12
73.84/72.28	c cleaning 10002 clauses out of 20011 with flag 1195003/1195003
74.34/72.72	c cleaning 9995 clauses out of 20006 with flag 1205000/1205000
74.74/73.15	c cleaning 10003 clauses out of 20013 with flag 1215002/1215002
75.35/73.74	c cleaning 10002 clauses out of 20009 with flag 1225001/1225001
75.86/74.21	c cleaning 9999 clauses out of 20007 with flag 1235001/1235001
76.27/74.66	c cleaning 9999 clauses out of 20007 with flag 1245000/1245000
76.67/75.08	c cleaning 9996 clauses out of 20009 with flag 1255001/1255001
77.17/75.54	c cleaning 9999 clauses out of 20012 with flag 1265000/1265000
77.58/75.99	c cleaning 10004 clauses out of 20014 with flag 1275001/1275001
78.08/76.42	c cleaning 10000 clauses out of 20010 with flag 1285001/1285001
78.48/76.84	c cleaning 9999 clauses out of 20009 with flag 1295000/1295000
78.89/77.25	c cleaning 10000 clauses out of 20011 with flag 1305001/1305001
79.29/77.69	c cleaning 10004 clauses out of 20010 with flag 1315000/1315000
79.80/78.18	c cleaning 10000 clauses out of 20007 with flag 1325001/1325001
80.30/78.64	c cleaning 9999 clauses out of 20007 with flag 1335001/1335001
80.61/78.90	c Got one! Elapsed wall clock time (in seconds):78.809
80.61/78.90	o 9
80.71/79.07	c cleaning 9998 clauses out of 20007 with flag 1345000/1345000
81.12/79.40	c starts		: 237
81.12/79.40	c conflicts		: 1352539
81.12/79.40	c decisions		: 2161860
81.12/79.40	c propagations		: 36830226
81.12/79.40	c inspects		: 375104017
81.12/79.40	c learnt literals	: 6
81.12/79.40	c learnt binary clauses	: 43
81.12/79.40	c learnt ternary clauses	: 1215
81.12/79.40	c learnt clauses	: 1352532
81.12/79.40	c ignored clauses	: 0
81.12/79.40	c root simplifications	: 0
81.12/79.40	c removed literals (reason simplification)	: 7914815
81.12/79.40	c reason swapping (by a shorter reason)	: 0
81.12/79.40	c Calls to reduceDB	: 136
81.12/79.40	c number of reductions to clauses (during analyze)	: 0
81.12/79.40	c number of learned constraints concerned by reduction	: 0
81.12/79.40	c number of learning phase by resolution	: 0
81.12/79.40	c number of learning phase by cutting planes	: 0
81.12/79.40	c speed (assignments/second)	: 7.3660452E7
81.12/79.40	c non guided choices	2282
81.12/79.40	c learnt constraints type 
81.12/79.40	c constraints type 
81.12/79.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
81.12/79.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
81.12/79.40	s OPTIMUM FOUND
81.12/79.41	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 -x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 
81.12/79.41	c objective function=9
81.12/79.41	c Total wall clock time (in seconds): 79.31

Verifier Data

OK	9

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698715-1278327520/watcher-2698715-1278327520 -o /tmp/evaluation-result-2698715-1278327520/solver-2698715-1278327520 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698715-1278327520.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.00 2.00 1.91 3/194 5019
/proc/meminfo: memFree=31863832/32951132 swapFree=67111528/67111528
[pid=5019] ppid=5017 vsize=13164 CPUtime=0
/proc/5019/stat : 5019 (java) R 5017 5019 3818 0 -1 4194304 611 0 0 0 0 0 0 0 25 0 1 0 965792 13479936 262 4089446400 134512640 134550932 4293013008 18446744073709551615 4941445 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5019/statm: 3291 268 141 10 0 1121 0

[startup+0.099767 s]
/proc/loadavg: 2.00 2.00 1.91 3/194 5019
/proc/meminfo: memFree=31863832/32951132 swapFree=67111528/67111528
[pid=5019] ppid=5017 vsize=1529548 CPUtime=0.11
/proc/5019/stat : 5019 (java) S 5017 5019 3818 0 -1 4202496 5204 0 1 0 10 1 0 0 25 0 18 0 965792 1566257152 4640 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5019/statm: 382387 4640 1345 10 0 379690 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529548

[startup+0.100755 s]
/proc/loadavg: 2.00 2.00 1.91 3/194 5019
/proc/meminfo: memFree=31863832/32951132 swapFree=67111528/67111528
[pid=5019] ppid=5017 vsize=1529548 CPUtime=0.11
/proc/5019/stat : 5019 (java) S 5017 5019 3818 0 -1 4202496 5216 0 1 0 10 1 0 0 25 0 18 0 965792 1566257152 4652 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5019/statm: 382387 4652 1347 10 0 379690 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529548

[startup+0.300703 s]
/proc/loadavg: 2.00 2.00 1.91 3/194 5019
/proc/meminfo: memFree=31863832/32951132 swapFree=67111528/67111528
[pid=5019] ppid=5017 vsize=1534572 CPUtime=0.6
/proc/5019/stat : 5019 (java) S 5017 5019 3818 0 -1 4202496 7214 0 1 0 59 1 0 0 25 0 19 0 965792 1571401728 6305 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5019/statm: 383643 6305 1418 10 0 380946 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1534572

[startup+0.700645 s]
/proc/loadavg: 2.00 2.00 1.91 3/194 5019
/proc/meminfo: memFree=31863832/32951132 swapFree=67111528/67111528
[pid=5019] ppid=5017 vsize=1534572 CPUtime=1.17
/proc/5019/stat : 5019 (java) S 5017 5019 3818 0 -1 4202496 10373 0 1 0 115 2 0 0 25 0 19 0 965792 1571401728 9437 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5019/statm: 383643 9437 1439 10 0 380946 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1534572

[startup+1.50155 s]
/proc/loadavg: 2.00 2.00 1.91 3/213 5038
/proc/meminfo: memFree=31832192/32951132 swapFree=67111528/67111528
[pid=5019] ppid=5017 vsize=1534572 CPUtime=2
/proc/5019/stat : 5019 (java) S 5017 5019 3818 0 -1 4202496 11927 0 1 0 198 2 0 0 25 0 19 0 965792 1571401728 10990 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5019/statm: 383643 10990 1439 10 0 380946 0
[pid=5019/tid=5021] ppid=5017 vsize=1534572 CPUtime=1.46
/proc/5019/task/5021/stat : 5021 (java) R 5017 5019 3818 0 -1 4202560 7745 0 1 0 145 1 0 0 20 0 19 0 965793 1571401728 10990 4089446400 134512640 134550932 4293013008 18446744073709551615 4109740795 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5019/tid=5022] ppid=5017 vsize=1534572 CPUtime=0
/proc/5019/task/5022/stat : 5022 (java) S 5017 5019 3818 0 -1 4202560 139 0 0 0 0 0 0 0 16 0 19 0 965794 1571401728 10990 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=5019/tid=5023] ppid=5017 vsize=1534572 CPUtime=0
/proc/5019/task/5023/stat : 5023 (java) S 5017 5019 3818 0 -1 4202560 139 0 0 0 0 0 0 0 15 0 19 0 965794 1571401728 10990 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5024] ppid=5017 vsize=1534572 CPUtime=0
/proc/5019/task/5024/stat : 5024 (java) S 5017 5019 3818 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 965794 1571401728 10990 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=5019/tid=5025] ppid=5017 vsize=1534572 CPUtime=0
/proc/5019/task/5025/stat : 5025 (java) S 5017 5019 3818 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 965794 1571401728 10990 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5026] ppid=5017 vsize=1534572 CPUtime=0
/proc/5019/task/5026/stat : 5026 (java) S 5017 5019 3818 0 -1 4202560 203 0 0 0 0 0 0 0 16 0 19 0 965794 1571401728 10990 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=5019/tid=5027] ppid=5017 vsize=1534572 CPUtime=0
/proc/5019/task/5027/stat : 5027 (java) S 5017 5019 3818 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 965794 1571401728 10990 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=5019/tid=5028] ppid=5017 vsize=1534572 CPUtime=0
/proc/5019/task/5028/stat : 5028 (java) S 5017 5019 3818 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 965794 1571401728 10990 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5029] ppid=5017 vsize=1534572 CPUtime=0
/proc/5019/task/5029/stat : 5029 (java) S 5017 5019 3818 0 -1 4202560 77 0 0 0 0 0 0 0 16 0 19 0 965794 1571401728 10990 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5030] ppid=5017 vsize=1534572 CPUtime=0.01
/proc/5019/task/5030/stat : 5030 (java) S 5017 5019 3818 0 -1 4202560 372 0 0 0 1 0 0 0 15 0 19 0 965795 1571401728 10990 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 0 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5031] ppid=5017 vsize=1534572 CPUtime=0
/proc/5019/task/5031/stat : 5031 (java) S 5017 5019 3818 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 965795 1571401728 10990 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5032] ppid=5017 vsize=1534572 CPUtime=0
/proc/5019/task/5032/stat : 5032 (java) S 5017 5019 3818 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 965795 1571401728 10990 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5033] ppid=5017 vsize=1534572 CPUtime=0
/proc/5019/task/5033/stat : 5033 (java) S 5017 5019 3818 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 965797 1571401728 10990 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5034] ppid=5017 vsize=1534572 CPUtime=0.23
/proc/5019/task/5034/stat : 5034 (java) S 5017 5019 3818 0 -1 4202560 746 0 0 0 23 0 0 0 15 0 19 0 965797 1571401728 10990 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=5019/tid=5035] ppid=5017 vsize=1534572 CPUtime=0.27
/proc/5019/task/5035/stat : 5035 (java) S 5017 5019 3818 0 -1 4202560 1343 0 0 0 27 0 0 0 16 0 19 0 965797 1571401728 10990 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5036] ppid=5017 vsize=1534572 CPUtime=0
/proc/5019/task/5036/stat : 5036 (java) S 5017 5019 3818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 965797 1571401728 10990 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5037] ppid=5017 vsize=1534572 CPUtime=0
/proc/5019/task/5037/stat : 5037 (java) S 5017 5019 3818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 965797 1571401728 10990 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 2 0 0 0
[pid=5019/tid=5038] ppid=5017 vsize=1534572 CPUtime=0
/proc/5019/task/5038/stat : 5038 (java) S 5017 5019 3818 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 965809 1571401728 10990 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1534572

[startup+3.1012 s]
/proc/loadavg: 2.00 2.00 1.91 2/213 5038
/proc/meminfo: memFree=31822272/32951132 swapFree=67111528/67111528
[pid=5019] ppid=5017 vsize=1534440 CPUtime=3.65
/proc/5019/stat : 5019 (java) S 5017 5019 3818 0 -1 4202496 13232 0 1 0 362 3 0 0 25 0 19 0 965792 1571266560 12217 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5019/statm: 383610 12217 1440 10 0 380913 0
[pid=5019/tid=5021] ppid=5017 vsize=1534440 CPUtime=3.02
/proc/5019/task/5021/stat : 5021 (java) R 5017 5019 3818 0 -1 4202560 8531 0 1 0 301 1 0 0 25 0 19 0 965793 1571266560 12217 4089446400 134512640 134550932 4293013008 18446744073709551615 4109543563 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5019/tid=5022] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5022/stat : 5022 (java) S 5017 5019 3818 0 -1 4202560 161 0 0 0 0 0 0 0 15 0 19 0 965794 1571266560 12217 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=5019/tid=5023] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5023/stat : 5023 (java) S 5017 5019 3818 0 -1 4202560 139 0 0 0 0 0 0 0 15 0 19 0 965794 1571266560 12217 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5024] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5024/stat : 5024 (java) S 5017 5019 3818 0 -1 4202560 57 0 0 0 0 0 0 0 16 0 19 0 965794 1571266560 12217 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=5019/tid=5025] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5025/stat : 5025 (java) S 5017 5019 3818 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 19 0 965794 1571266560 12217 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5026] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5026/stat : 5026 (java) S 5017 5019 3818 0 -1 4202560 241 0 0 0 0 0 0 0 15 0 19 0 965794 1571266560 12217 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5027] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5027/stat : 5027 (java) S 5017 5019 3818 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 965794 1571266560 12217 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=5019/tid=5028] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5028/stat : 5028 (java) S 5017 5019 3818 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 965794 1571266560 12217 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=5019/tid=5029] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5029/stat : 5029 (java) S 5017 5019 3818 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 19 0 965794 1571266560 12217 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5030] ppid=5017 vsize=1534440 CPUtime=0.03
/proc/5019/task/5030/stat : 5030 (java) S 5017 5019 3818 0 -1 4202560 561 0 0 0 3 0 0 0 15 0 19 0 965795 1571266560 12217 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 0 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5031] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5031/stat : 5031 (java) S 5017 5019 3818 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 965795 1571266560 12217 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5032] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5032/stat : 5032 (java) S 5017 5019 3818 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 965795 1571266560 12217 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5033] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5033/stat : 5033 (java) S 5017 5019 3818 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 965797 1571266560 12217 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5034] ppid=5017 vsize=1534440 CPUtime=0.26
/proc/5019/task/5034/stat : 5034 (java) S 5017 5019 3818 0 -1 4202560 803 0 0 0 26 0 0 0 15 0 19 0 965797 1571266560 12217 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=5019/tid=5035] ppid=5017 vsize=1534440 CPUtime=0.29
/proc/5019/task/5035/stat : 5035 (java) S 5017 5019 3818 0 -1 4202560 1350 0 0 0 29 0 0 0 15 0 19 0 965797 1571266560 12217 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5036] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5036/stat : 5036 (java) S 5017 5019 3818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 965797 1571266560 12217 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5037] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5037/stat : 5037 (java) S 5017 5019 3818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 965797 1571266560 12217 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 2 0 0 0
[pid=5019/tid=5038] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5038/stat : 5038 (java) S 5017 5019 3818 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 965809 1571266560 12217 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 1534440

[startup+6.30069 s]
/proc/loadavg: 2.00 2.00 1.91 3/213 5038
/proc/meminfo: memFree=31814960/32951132 swapFree=67111528/67111528
[pid=5019] ppid=5017 vsize=1534440 CPUtime=6.9
/proc/5019/stat : 5019 (java) S 5017 5019 3818 0 -1 4202496 14589 0 1 0 687 3 0 0 25 0 19 0 965792 1571266560 13568 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5019/statm: 383610 13568 1442 10 0 380913 0
[pid=5019/tid=5021] ppid=5017 vsize=1534440 CPUtime=6.15
/proc/5019/task/5021/stat : 5021 (java) R 5017 5019 3818 0 -1 4202560 9552 0 1 0 614 1 0 0 20 0 19 0 965793 1571266560 13568 4089446400 134512640 134550932 4293013008 18446744073709551615 4109622119 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5019/tid=5022] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5022/stat : 5022 (java) S 5017 5019 3818 0 -1 4202560 213 0 0 0 0 0 0 0 15 0 19 0 965794 1571266560 13568 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=5019/tid=5023] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5023/stat : 5023 (java) S 5017 5019 3818 0 -1 4202560 165 0 0 0 0 0 0 0 15 0 19 0 965794 1571266560 13568 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5024] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5024/stat : 5024 (java) S 5017 5019 3818 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 19 0 965794 1571266560 13568 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=5019/tid=5025] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5025/stat : 5025 (java) S 5017 5019 3818 0 -1 4202560 119 0 0 0 0 0 0 0 16 0 19 0 965794 1571266560 13568 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=5019/tid=5026] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5026/stat : 5026 (java) S 5017 5019 3818 0 -1 4202560 241 0 0 0 0 0 0 0 15 0 19 0 965794 1571266560 13568 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 2 0 0 0
[pid=5019/tid=5027] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5027/stat : 5027 (java) S 5017 5019 3818 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 965794 1571266560 13568 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 2 0 0 0
[pid=5019/tid=5028] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5028/stat : 5028 (java) S 5017 5019 3818 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 965794 1571266560 13568 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5029] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5029/stat : 5029 (java) S 5017 5019 3818 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 19 0 965794 1571266560 13568 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5030] ppid=5017 vsize=1534440 CPUtime=0.08
/proc/5019/task/5030/stat : 5030 (java) S 5017 5019 3818 0 -1 4202560 805 0 0 0 8 0 0 0 15 0 19 0 965795 1571266560 13568 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 0 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5031] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5031/stat : 5031 (java) S 5017 5019 3818 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 965795 1571266560 13568 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5032] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5032/stat : 5032 (java) S 5017 5019 3818 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 965795 1571266560 13568 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5033] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5033/stat : 5033 (java) S 5017 5019 3818 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 965797 1571266560 13568 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5034] ppid=5017 vsize=1534440 CPUtime=0.3
/proc/5019/task/5034/stat : 5034 (java) S 5017 5019 3818 0 -1 4202560 813 0 0 0 30 0 0 0 15 0 19 0 965797 1571266560 13568 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=5019/tid=5035] ppid=5017 vsize=1534440 CPUtime=0.29
/proc/5019/task/5035/stat : 5035 (java) S 5017 5019 3818 0 -1 4202560 1350 0 0 0 29 0 0 0 15 0 19 0 965797 1571266560 13568 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5036] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5036/stat : 5036 (java) S 5017 5019 3818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 965797 1571266560 13568 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5037] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5037/stat : 5037 (java) S 5017 5019 3818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 965797 1571266560 13568 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5038] ppid=5017 vsize=1534440 CPUtime=0
/proc/5019/task/5038/stat : 5038 (java) S 5017 5019 3818 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 965809 1571266560 13568 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 1534440

[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 1.91 3/213 5038
/proc/meminfo: memFree=31811404/32951132 swapFree=67111528/67111528
[pid=5019] ppid=5017 vsize=1534564 CPUtime=13.43
/proc/5019/stat : 5019 (java) S 5017 5019 3818 0 -1 4202496 15706 0 1 0 1339 4 0 0 25 0 19 0 965792 1571393536 14594 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5019/statm: 383641 14594 1444 10 0 380944 0
[pid=5019/tid=5021] ppid=5017 vsize=1534564 CPUtime=12.42
/proc/5019/task/5021/stat : 5021 (java) R 5017 5019 3818 0 -1 4202560 10477 0 1 0 1241 1 0 0 19 0 19 0 965793 1571393536 14594 4089446400 134512640 134550932 4293013008 18446744073709551615 4109602882 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5019/tid=5022] ppid=5017 vsize=1534564 CPUtime=0.01
/proc/5019/task/5022/stat : 5022 (java) S 5017 5019 3818 0 -1 4202560 213 0 0 0 1 0 0 0 15 0 19 0 965794 1571393536 14594 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0

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

/proc/5019/task/5022/stat : 5022 (java) S 5017 5019 3818 0 -1 4202560 217 0 0 0 6 1 0 0 15 0 19 0 965794 1580634112 18214 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
[pid=5019/tid=5023] ppid=5017 vsize=1543588 CPUtime=0.04
/proc/5019/task/5023/stat : 5023 (java) S 5017 5019 3818 0 -1 4202560 171 0 0 0 4 0 0 0 15 0 19 0 965794 1580634112 18214 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 5 0 0 0
[pid=5019/tid=5024] ppid=5017 vsize=1543588 CPUtime=0.06
/proc/5019/task/5024/stat : 5024 (java) S 5017 5019 3818 0 -1 4202560 69 0 0 0 6 0 0 0 15 0 19 0 965794 1580634112 18214 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=5019/tid=5025] ppid=5017 vsize=1543588 CPUtime=0.05
/proc/5019/task/5025/stat : 5025 (java) S 5017 5019 3818 0 -1 4202560 122 0 0 0 5 0 0 0 15 0 19 0 965794 1580634112 18214 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 2 0 0 0
[pid=5019/tid=5026] ppid=5017 vsize=1543588 CPUtime=0.06
/proc/5019/task/5026/stat : 5026 (java) S 5017 5019 3818 0 -1 4202560 250 0 0 0 6 0 0 0 15 0 19 0 965794 1580634112 18214 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 3 0 0 0
[pid=5019/tid=5027] ppid=5017 vsize=1543588 CPUtime=0.07
/proc/5019/task/5027/stat : 5027 (java) S 5017 5019 3818 0 -1 4202560 76 0 0 0 6 1 0 0 15 0 19 0 965794 1580634112 18214 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 5 0 0 0
[pid=5019/tid=5028] ppid=5017 vsize=1543588 CPUtime=0.05
/proc/5019/task/5028/stat : 5028 (java) S 5017 5019 3818 0 -1 4202560 13 0 0 0 5 0 0 0 16 0 19 0 965794 1580634112 18214 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5029] ppid=5017 vsize=1543588 CPUtime=0.06
/proc/5019/task/5029/stat : 5029 (java) S 5017 5019 3818 0 -1 4202560 143 0 0 0 6 0 0 0 15 0 19 0 965794 1580634112 18214 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5030] ppid=5017 vsize=1543588 CPUtime=1.55
/proc/5019/task/5030/stat : 5030 (java) S 5017 5019 3818 0 -1 4202560 1288 0 0 0 152 3 0 0 16 0 19 0 965795 1580634112 18214 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 0 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=5019/tid=5031] ppid=5017 vsize=1543588 CPUtime=0
/proc/5019/task/5031/stat : 5031 (java) S 5017 5019 3818 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 965795 1580634112 18214 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5032] ppid=5017 vsize=1543588 CPUtime=0
/proc/5019/task/5032/stat : 5032 (java) S 5017 5019 3818 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 965795 1580634112 18214 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5033] ppid=5017 vsize=1543588 CPUtime=0
/proc/5019/task/5033/stat : 5033 (java) S 5017 5019 3818 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 965797 1580634112 18214 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5034] ppid=5017 vsize=1543588 CPUtime=0.66
/proc/5019/task/5034/stat : 5034 (java) S 5017 5019 3818 0 -1 4202560 5365 0 0 0 66 0 0 0 15 0 19 0 965797 1580634112 18214 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=5019/tid=5035] ppid=5017 vsize=1543588 CPUtime=0.73
/proc/5019/task/5035/stat : 5035 (java) S 5017 5019 3818 0 -1 4202560 4437 0 0 0 73 0 0 0 15 0 19 0 965797 1580634112 18214 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5036] ppid=5017 vsize=1543588 CPUtime=0
/proc/5019/task/5036/stat : 5036 (java) S 5017 5019 3818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 965797 1580634112 18214 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5037] ppid=5017 vsize=1543588 CPUtime=0
/proc/5019/task/5037/stat : 5037 (java) S 5017 5019 3818 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 965797 1580634112 18214 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5038] ppid=5017 vsize=1543588 CPUtime=0
/proc/5019/task/5038/stat : 5038 (java) S 5017 5019 3818 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 965809 1580634112 18214 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (KiB) 1543588

[startup+79.1011 s]
/proc/loadavg: 2.00 2.00 1.91 3/213 5040
/proc/meminfo: memFree=31796332/32951132 swapFree=67111528/67111528
[pid=5019] ppid=5017 vsize=1543588 CPUtime=80.82
/proc/5019/stat : 5019 (java) S 5017 5019 3818 0 -1 4202496 25061 0 1 0 8067 15 0 0 25 0 19 0 965792 1580634112 18225 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5019/statm: 385897 18225 1444 10 0 383200 0
[pid=5019/tid=5021] ppid=5017 vsize=1543588 CPUtime=77.24
/proc/5019/task/5021/stat : 5021 (java) R 5017 5019 3818 0 -1 4202560 11829 0 1 0 7722 2 0 0 25 0 19 0 965793 1580634112 18225 4089446400 134512640 134550932 4293013008 18446744073709551615 4109636375 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5019/tid=5022] ppid=5017 vsize=1543588 CPUtime=0.07
/proc/5019/task/5022/stat : 5022 (java) S 5017 5019 3818 0 -1 4202560 217 0 0 0 6 1 0 0 15 0 19 0 965794 1580634112 18225 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
[pid=5019/tid=5023] ppid=5017 vsize=1543588 CPUtime=0.05
/proc/5019/task/5023/stat : 5023 (java) S 5017 5019 3818 0 -1 4202560 171 0 0 0 5 0 0 0 16 0 19 0 965794 1580634112 18225 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 5 0 0 0
[pid=5019/tid=5024] ppid=5017 vsize=1543588 CPUtime=0.06
/proc/5019/task/5024/stat : 5024 (java) S 5017 5019 3818 0 -1 4202560 69 0 0 0 6 0 0 0 15 0 19 0 965794 1580634112 18225 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=5019/tid=5025] ppid=5017 vsize=1543588 CPUtime=0.05
/proc/5019/task/5025/stat : 5025 (java) S 5017 5019 3818 0 -1 4202560 122 0 0 0 5 0 0 0 16 0 19 0 965794 1580634112 18225 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 2 0 0 0
[pid=5019/tid=5026] ppid=5017 vsize=1543588 CPUtime=0.07
/proc/5019/task/5026/stat : 5026 (java) S 5017 5019 3818 0 -1 4202560 250 0 0 0 7 0 0 0 15 0 19 0 965794 1580634112 18225 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 3 0 0 0
[pid=5019/tid=5027] ppid=5017 vsize=1543588 CPUtime=0.07
/proc/5019/task/5027/stat : 5027 (java) S 5017 5019 3818 0 -1 4202560 76 0 0 0 6 1 0 0 16 0 19 0 965794 1580634112 18225 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
[pid=5019/tid=5028] ppid=5017 vsize=1543588 CPUtime=0.05
/proc/5019/task/5028/stat : 5028 (java) S 5017 5019 3818 0 -1 4202560 13 0 0 0 5 0 0 0 15 0 19 0 965794 1580634112 18225 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5029] ppid=5017 vsize=1543588 CPUtime=0.07
/proc/5019/task/5029/stat : 5029 (java) S 5017 5019 3818 0 -1 4202560 144 0 0 0 6 1 0 0 15 0 19 0 965794 1580634112 18225 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5030] ppid=5017 vsize=1543588 CPUtime=1.57
/proc/5019/task/5030/stat : 5030 (java) S 5017 5019 3818 0 -1 4202560 1298 0 0 0 154 3 0 0 16 0 19 0 965795 1580634112 18225 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 0 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=5019/tid=5031] ppid=5017 vsize=1543588 CPUtime=0
/proc/5019/task/5031/stat : 5031 (java) S 5017 5019 3818 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 965795 1580634112 18225 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5032] ppid=5017 vsize=1543588 CPUtime=0
/proc/5019/task/5032/stat : 5032 (java) S 5017 5019 3818 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 965795 1580634112 18225 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5033] ppid=5017 vsize=1543588 CPUtime=0
/proc/5019/task/5033/stat : 5033 (java) S 5017 5019 3818 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 965797 1580634112 18225 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5034] ppid=5017 vsize=1543588 CPUtime=0.66
/proc/5019/task/5034/stat : 5034 (java) S 5017 5019 3818 0 -1 4202560 5365 0 0 0 66 0 0 0 15 0 19 0 965797 1580634112 18225 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=5019/tid=5035] ppid=5017 vsize=1543588 CPUtime=0.73
/proc/5019/task/5035/stat : 5035 (java) S 5017 5019 3818 0 -1 4202560 4437 0 0 0 73 0 0 0 15 0 19 0 965797 1580634112 18225 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5036] ppid=5017 vsize=1543588 CPUtime=0
/proc/5019/task/5036/stat : 5036 (java) S 5017 5019 3818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 965797 1580634112 18225 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5037] ppid=5017 vsize=1543588 CPUtime=0
/proc/5019/task/5037/stat : 5037 (java) S 5017 5019 3818 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 965797 1580634112 18225 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5038] ppid=5017 vsize=1543588 CPUtime=0
/proc/5019/task/5038/stat : 5038 (java) S 5017 5019 3818 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 965809 1580634112 18225 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 80.82
Current children cumulated vsize (KiB) 1543588

[startup+79.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/213 5040
/proc/meminfo: memFree=31796332/32951132 swapFree=67111528/67111528
[pid=5019] ppid=5017 vsize=1543588 CPUtime=81.02
/proc/5019/stat : 5019 (java) S 5017 5019 3818 0 -1 4202496 25062 0 1 0 8087 15 0 0 25 0 19 0 965792 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5019/statm: 385897 18226 1444 10 0 383200 0
[pid=5019/tid=5021] ppid=5017 vsize=1543588 CPUtime=77.43
/proc/5019/task/5021/stat : 5021 (java) R 5017 5019 3818 0 -1 4202560 11830 0 1 0 7741 2 0 0 25 0 19 0 965793 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4109623169 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5019/tid=5022] ppid=5017 vsize=1543588 CPUtime=0.07
/proc/5019/task/5022/stat : 5022 (java) S 5017 5019 3818 0 -1 4202560 217 0 0 0 6 1 0 0 15 0 19 0 965794 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
[pid=5019/tid=5023] ppid=5017 vsize=1543588 CPUtime=0.05
/proc/5019/task/5023/stat : 5023 (java) S 5017 5019 3818 0 -1 4202560 171 0 0 0 5 0 0 0 16 0 19 0 965794 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 5 0 0 0
[pid=5019/tid=5024] ppid=5017 vsize=1543588 CPUtime=0.06
/proc/5019/task/5024/stat : 5024 (java) S 5017 5019 3818 0 -1 4202560 69 0 0 0 6 0 0 0 15 0 19 0 965794 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=5019/tid=5025] ppid=5017 vsize=1543588 CPUtime=0.05
/proc/5019/task/5025/stat : 5025 (java) S 5017 5019 3818 0 -1 4202560 122 0 0 0 5 0 0 0 16 0 19 0 965794 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 2 0 0 0
[pid=5019/tid=5026] ppid=5017 vsize=1543588 CPUtime=0.07
/proc/5019/task/5026/stat : 5026 (java) S 5017 5019 3818 0 -1 4202560 250 0 0 0 7 0 0 0 15 0 19 0 965794 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 3 0 0 0
[pid=5019/tid=5027] ppid=5017 vsize=1543588 CPUtime=0.07
/proc/5019/task/5027/stat : 5027 (java) S 5017 5019 3818 0 -1 4202560 76 0 0 0 6 1 0 0 16 0 19 0 965794 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
[pid=5019/tid=5028] ppid=5017 vsize=1543588 CPUtime=0.05
/proc/5019/task/5028/stat : 5028 (java) S 5017 5019 3818 0 -1 4202560 13 0 0 0 5 0 0 0 15 0 19 0 965794 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5029] ppid=5017 vsize=1543588 CPUtime=0.07
/proc/5019/task/5029/stat : 5029 (java) S 5017 5019 3818 0 -1 4202560 144 0 0 0 6 1 0 0 15 0 19 0 965794 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5030] ppid=5017 vsize=1543588 CPUtime=1.57
/proc/5019/task/5030/stat : 5030 (java) S 5017 5019 3818 0 -1 4202560 1298 0 0 0 154 3 0 0 16 0 19 0 965795 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 0 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=5019/tid=5031] ppid=5017 vsize=1543588 CPUtime=0
/proc/5019/task/5031/stat : 5031 (java) S 5017 5019 3818 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 965795 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5032] ppid=5017 vsize=1543588 CPUtime=0
/proc/5019/task/5032/stat : 5032 (java) S 5017 5019 3818 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 965795 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5033] ppid=5017 vsize=1543588 CPUtime=0
/proc/5019/task/5033/stat : 5033 (java) S 5017 5019 3818 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 965797 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5034] ppid=5017 vsize=1543588 CPUtime=0.66
/proc/5019/task/5034/stat : 5034 (java) S 5017 5019 3818 0 -1 4202560 5365 0 0 0 66 0 0 0 15 0 19 0 965797 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=5019/tid=5035] ppid=5017 vsize=1543588 CPUtime=0.74
/proc/5019/task/5035/stat : 5035 (java) S 5017 5019 3818 0 -1 4202560 4437 0 0 0 74 0 0 0 15 0 19 0 965797 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5036] ppid=5017 vsize=1543588 CPUtime=0
/proc/5019/task/5036/stat : 5036 (java) S 5017 5019 3818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 965797 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5037] ppid=5017 vsize=1543588 CPUtime=0
/proc/5019/task/5037/stat : 5037 (java) S 5017 5019 3818 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 965797 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5038] ppid=5017 vsize=1543588 CPUtime=0
/proc/5019/task/5038/stat : 5038 (java) S 5017 5019 3818 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 965809 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 81.02
Current children cumulated vsize (KiB) 1543588

[startup+79.401 s]
/proc/loadavg: 2.00 2.00 1.91 3/213 5040
/proc/meminfo: memFree=31796332/32951132 swapFree=67111528/67111528
[pid=5019] ppid=5017 vsize=1543588 CPUtime=81.12
/proc/5019/stat : 5019 (java) S 5017 5019 3818 0 -1 4202496 25062 0 1 0 8097 15 0 0 25 0 19 0 965792 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5019/statm: 385897 18226 1444 10 0 383200 0
[pid=5019/tid=5021] ppid=5017 vsize=1543588 CPUtime=77.53
/proc/5019/task/5021/stat : 5021 (java) R 5017 5019 3818 0 -1 4202560 11830 0 1 0 7751 2 0 0 25 0 19 0 965793 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4109769699 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5019/tid=5022] ppid=5017 vsize=1543588 CPUtime=0.07
/proc/5019/task/5022/stat : 5022 (java) S 5017 5019 3818 0 -1 4202560 217 0 0 0 6 1 0 0 15 0 19 0 965794 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
[pid=5019/tid=5023] ppid=5017 vsize=1543588 CPUtime=0.05
/proc/5019/task/5023/stat : 5023 (java) S 5017 5019 3818 0 -1 4202560 171 0 0 0 5 0 0 0 16 0 19 0 965794 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 5 0 0 0
[pid=5019/tid=5024] ppid=5017 vsize=1543588 CPUtime=0.06
/proc/5019/task/5024/stat : 5024 (java) S 5017 5019 3818 0 -1 4202560 69 0 0 0 6 0 0 0 15 0 19 0 965794 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=5019/tid=5025] ppid=5017 vsize=1543588 CPUtime=0.05
/proc/5019/task/5025/stat : 5025 (java) S 5017 5019 3818 0 -1 4202560 122 0 0 0 5 0 0 0 16 0 19 0 965794 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 2 0 0 0
[pid=5019/tid=5026] ppid=5017 vsize=1543588 CPUtime=0.07
/proc/5019/task/5026/stat : 5026 (java) S 5017 5019 3818 0 -1 4202560 250 0 0 0 7 0 0 0 15 0 19 0 965794 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 3 0 0 0
[pid=5019/tid=5027] ppid=5017 vsize=1543588 CPUtime=0.07
/proc/5019/task/5027/stat : 5027 (java) S 5017 5019 3818 0 -1 4202560 76 0 0 0 6 1 0 0 16 0 19 0 965794 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
[pid=5019/tid=5028] ppid=5017 vsize=1543588 CPUtime=0.05
/proc/5019/task/5028/stat : 5028 (java) S 5017 5019 3818 0 -1 4202560 13 0 0 0 5 0 0 0 15 0 19 0 965794 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5029] ppid=5017 vsize=1543588 CPUtime=0.07
/proc/5019/task/5029/stat : 5029 (java) S 5017 5019 3818 0 -1 4202560 144 0 0 0 6 1 0 0 15 0 19 0 965794 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5030] ppid=5017 vsize=1543588 CPUtime=1.57
/proc/5019/task/5030/stat : 5030 (java) S 5017 5019 3818 0 -1 4202560 1298 0 0 0 154 3 0 0 16 0 19 0 965795 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 0 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=5019/tid=5031] ppid=5017 vsize=1543588 CPUtime=0
/proc/5019/task/5031/stat : 5031 (java) S 5017 5019 3818 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 965795 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5032] ppid=5017 vsize=1543588 CPUtime=0
/proc/5019/task/5032/stat : 5032 (java) S 5017 5019 3818 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 965795 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5033] ppid=5017 vsize=1543588 CPUtime=0
/proc/5019/task/5033/stat : 5033 (java) S 5017 5019 3818 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 965797 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5034] ppid=5017 vsize=1543588 CPUtime=0.66
/proc/5019/task/5034/stat : 5034 (java) S 5017 5019 3818 0 -1 4202560 5365 0 0 0 66 0 0 0 15 0 19 0 965797 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=5019/tid=5035] ppid=5017 vsize=1543588 CPUtime=0.74
/proc/5019/task/5035/stat : 5035 (java) S 5017 5019 3818 0 -1 4202560 4437 0 0 0 74 0 0 0 15 0 19 0 965797 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=5019/tid=5036] ppid=5017 vsize=1543588 CPUtime=0
/proc/5019/task/5036/stat : 5036 (java) S 5017 5019 3818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 965797 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5037] ppid=5017 vsize=1543588 CPUtime=0
/proc/5019/task/5037/stat : 5037 (java) S 5017 5019 3818 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 965797 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=5019/tid=5038] ppid=5017 vsize=1543588 CPUtime=0
/proc/5019/task/5038/stat : 5038 (java) S 5017 5019 3818 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 965809 1580634112 18226 4089446400 134512640 134550932 4293013008 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 81.12
Current children cumulated vsize (KiB) 1543588

Child status: 30
Real time (s): 79.4172
CPU time (s): 81.1467
CPU user time (s): 80.9887
CPU system time (s): 0.157975
CPU usage (%): 102.178
Max. virtual memory (cumulated for all children) (KiB): 1546672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.9887
system time used= 0.157975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25078
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= 5833
involuntary context switches= 24980

runsolver used 0.170974 second user time and 0.304953 second system time

The end

Launcher Data

Begin job on node131 at 2010-07-05 12:58:40
IDJOB=2698715
IDBENCH=79244
IDSOLVER=1211
FILE ID=node131/2698715-1278327520
PBS_JOBID= 11207436
Free space on /tmp= 74192 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111224451--soft-0-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-2698715-1278327520/watcher-2698715-1278327520 -o /tmp/evaluation-result-2698715-1278327520/solver-2698715-1278327520 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698715-1278327520.wbo

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

MD5SUM BENCH= 51c830b3e31ed97e6a2590ce9584f929
RANDOM SEED=389644471

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.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.828
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.72
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.828
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.82
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.828
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	: 5441.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31864244 kB
Buffers:         27212 kB
Cached:         429072 kB
SwapCached:          0 kB
Active:         621508 kB
Inactive:       365084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31864244 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             436 kB
Writeback:           0 kB
AnonPages:      530408 kB
Mapped:          20596 kB
Slab:            36244 kB
PageTables:       5860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1647840 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74192 MiB
End job on node131 at 2010-07-05 12:59:59