Trace number 2698701

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 91.5541 89.9442

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111223220--soft-0-100-0.wbo
MD5SUMeefb750387a2df9ca152a94906c66d6e
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.202968
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 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1230
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.08	c version 2.2.1.v20100705
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.03/0.08	c java.vm.version	11.2-b01
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	32
0.03/0.08	c java.version		1.6.0_12
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		i386
0.03/0.08	c Free memory 		1393557488
0.03/0.08	c Max memory 		1395916800
0.03/0.08	c Total memory 		1395916800
0.03/0.08	c Number of processors 	8
0.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-2698701-1278327479.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.055s.
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.26	c SATISFIABLE
0.30/0.26	c OPTIMIZING...
0.30/0.26	c Got one! Elapsed wall clock time (in seconds):0.163
0.30/0.26	o 665
0.61/0.31	c Got one! Elapsed wall clock time (in seconds):0.213
0.61/0.31	o 479
0.61/0.36	c Got one! Elapsed wall clock time (in seconds):0.259
0.61/0.36	o 468
0.61/0.38	c Got one! Elapsed wall clock time (in seconds):0.284
0.61/0.38	o 466
0.79/0.40	c Got one! Elapsed wall clock time (in seconds):0.308
0.79/0.40	o 459
0.79/0.43	c Got one! Elapsed wall clock time (in seconds):0.331
0.79/0.43	o 455
0.93/0.55	c Got one! Elapsed wall clock time (in seconds):0.451
0.93/0.55	o 440
0.93/0.57	c Got one! Elapsed wall clock time (in seconds):0.469
0.93/0.57	o 438
1.05/0.67	c cleaning 2495 clauses out of 5000 with flag 5000/5000
1.05/0.68	c Got one! Elapsed wall clock time (in seconds):0.585
1.05/0.68	o 404
1.27/0.89	c Got one! Elapsed wall clock time (in seconds):0.797
1.27/0.89	o 401
1.48/1.09	c cleaning 4250 clauses out of 8505 with flag 11000/11000
1.90/1.44	c Got one! Elapsed wall clock time (in seconds):1.34
1.90/1.44	o 384
1.90/1.49	c Got one! Elapsed wall clock time (in seconds):1.397
1.90/1.49	o 341
2.00/1.56	c cleaning 5626 clauses out of 11256 with flag 18001/18001
2.00/1.59	c Got one! Elapsed wall clock time (in seconds):1.491
2.00/1.59	o 340
2.21/1.74	c Got one! Elapsed wall clock time (in seconds):1.645
2.21/1.74	o 339
2.51/2.09	c cleaning 6813 clauses out of 13630 with flag 26001/26001
2.64/2.12	c Got one! Elapsed wall clock time (in seconds):2.025
2.64/2.12	o 334
2.84/2.33	c Got one! Elapsed wall clock time (in seconds):2.231
2.84/2.33	o 320
3.14/2.60	c Got one! Elapsed wall clock time (in seconds):2.508
3.14/2.60	o 313
3.37/2.80	c cleaning 7906 clauses out of 15818 with flag 35002/35002
3.67/3.14	c Got one! Elapsed wall clock time (in seconds):3.041
3.67/3.14	o 300
3.80/3.29	c Got one! Elapsed wall clock time (in seconds):3.195
3.80/3.29	o 297
4.19/3.64	c cleaning 8945 clauses out of 17912 with flag 45002/45002
4.80/4.27	c Got one! Elapsed wall clock time (in seconds):4.178
4.80/4.27	o 271
5.00/4.44	c cleaning 9481 clauses out of 18966 with flag 55001/55001
5.71/5.15	c cleaning 9737 clauses out of 19486 with flag 65002/65002
6.31/5.71	c Got one! Elapsed wall clock time (in seconds):5.615
6.31/5.71	o 252
6.41/5.83	c cleaning 9873 clauses out of 19749 with flag 75002/75002
7.12/6.59	c cleaning 9933 clauses out of 19878 with flag 85004/85004
7.93/7.32	c cleaning 9962 clauses out of 19942 with flag 95001/95001
7.93/7.35	c Got one! Elapsed wall clock time (in seconds):7.249
7.93/7.35	o 238
8.88/8.03	c cleaning 9988 clauses out of 19979 with flag 105000/105000
9.60/8.80	c cleaning 9991 clauses out of 19991 with flag 115000/115000
10.39/9.53	c cleaning 9986 clauses out of 20000 with flag 125000/125000
10.59/9.71	c Got one! Elapsed wall clock time (in seconds):9.609
10.59/9.71	o 213
11.09/10.20	c cleaning 10001 clauses out of 20016 with flag 135002/135002
11.69/10.82	c cleaning 10003 clauses out of 20013 with flag 145000/145000
12.39/11.55	c cleaning 9999 clauses out of 20010 with flag 155000/155000
12.79/11.99	c Got one! Elapsed wall clock time (in seconds):11.889
12.79/11.99	o 203
13.19/12.20	c cleaning 10004 clauses out of 20014 with flag 165003/165003
13.80/12.85	c cleaning 9995 clauses out of 20007 with flag 175000/175000
13.90/12.91	c Got one! Elapsed wall clock time (in seconds):12.81
13.90/12.91	o 193
14.50/13.52	c cleaning 9998 clauses out of 20013 with flag 185001/185001
15.01/14.02	c Got one! Elapsed wall clock time (in seconds):13.919
15.01/14.02	o 177
15.11/14.19	c cleaning 10004 clauses out of 20016 with flag 195002/195002
15.71/14.78	c cleaning 10004 clauses out of 20013 with flag 205003/205003
16.32/15.38	c cleaning 10001 clauses out of 20006 with flag 215000/215000
17.01/16.03	c cleaning 10000 clauses out of 20005 with flag 225000/225000
17.71/16.72	c cleaning 9995 clauses out of 20005 with flag 235000/235000
18.32/17.39	c cleaning 9998 clauses out of 20010 with flag 245000/245000
19.02/18.02	c cleaning 9991 clauses out of 20013 with flag 255001/255001
19.73/18.76	c cleaning 10004 clauses out of 20023 with flag 265002/265002
20.43/19.44	c cleaning 10001 clauses out of 20019 with flag 275002/275002
21.14/20.14	c cleaning 10006 clauses out of 20019 with flag 285003/285003
21.85/20.88	c cleaning 9994 clauses out of 20013 with flag 295003/295003
22.54/21.58	c cleaning 10003 clauses out of 20016 with flag 305000/305000
22.74/21.74	c Got one! Elapsed wall clock time (in seconds):21.64
22.74/21.74	o 157
23.24/22.23	c cleaning 10004 clauses out of 20017 with flag 315004/315004
23.95/22.91	c cleaning 9999 clauses out of 20009 with flag 325000/325000
24.55/23.56	c cleaning 9997 clauses out of 20010 with flag 335000/335000
25.26/24.21	c cleaning 10005 clauses out of 20013 with flag 345000/345000
25.95/24.93	c cleaning 10001 clauses out of 20010 with flag 355002/355002
26.55/25.59	c cleaning 9993 clauses out of 20007 with flag 365000/365000
27.26/26.28	c cleaning 10001 clauses out of 20014 with flag 375000/375000
27.46/26.46	c Got one! Elapsed wall clock time (in seconds):26.368
27.46/26.46	o 152
27.86/26.88	c cleaning 9999 clauses out of 20013 with flag 385000/385000
28.56/27.50	c cleaning 10000 clauses out of 20014 with flag 395000/395000
29.06/28.09	c cleaning 9998 clauses out of 20014 with flag 405000/405000
29.76/28.71	c cleaning 10003 clauses out of 20018 with flag 415002/415002
30.37/29.37	c cleaning 9999 clauses out of 20013 with flag 425000/425000
31.07/30.01	c cleaning 10003 clauses out of 20014 with flag 435000/435000
31.67/30.64	c cleaning 10002 clauses out of 20013 with flag 445002/445002
32.27/31.28	c cleaning 10000 clauses out of 20010 with flag 455001/455001
32.57/31.55	c Got one! Elapsed wall clock time (in seconds):31.457
32.57/31.55	o 143
32.90/31.90	c cleaning 10001 clauses out of 20010 with flag 465001/465001
33.59/32.60	c cleaning 9997 clauses out of 20009 with flag 475001/475001
34.39/33.32	c cleaning 10000 clauses out of 20013 with flag 485002/485002
34.61/33.56	c Got one! Elapsed wall clock time (in seconds):33.467
34.61/33.56	o 142
35.01/33.92	c cleaning 10005 clauses out of 20016 with flag 495005/495005
35.62/34.53	c cleaning 10000 clauses out of 20007 with flag 505001/505001
36.32/35.22	c cleaning 9995 clauses out of 20008 with flag 515002/515002
36.72/35.68	c Got one! Elapsed wall clock time (in seconds):35.587
36.72/35.68	o 124
36.92/35.87	c cleaning 10003 clauses out of 20012 with flag 525001/525001
37.52/36.48	c cleaning 9998 clauses out of 20008 with flag 535000/535000
38.12/37.10	c cleaning 10003 clauses out of 20011 with flag 545001/545001
38.72/37.69	c cleaning 9996 clauses out of 20011 with flag 555004/555004
39.42/38.39	c cleaning 9999 clauses out of 20012 with flag 565001/565001
40.22/39.10	c cleaning 10000 clauses out of 20012 with flag 575000/575000
40.83/39.78	c cleaning 9996 clauses out of 20012 with flag 585000/585000
41.53/40.49	c cleaning 9996 clauses out of 20016 with flag 595000/595000
42.24/41.15	c cleaning 10006 clauses out of 20020 with flag 605000/605000
42.95/41.82	c cleaning 10005 clauses out of 20015 with flag 615001/615001
43.65/42.52	c cleaning 10001 clauses out of 20009 with flag 625000/625000
44.25/43.19	c cleaning 9998 clauses out of 20008 with flag 635000/635000
44.96/43.89	c cleaning 9992 clauses out of 20010 with flag 645000/645000
45.36/44.25	c Got one! Elapsed wall clock time (in seconds):44.155
45.36/44.25	o 123
45.66/44.51	c cleaning 10006 clauses out of 20020 with flag 655002/655002
46.27/45.13	c cleaning 10002 clauses out of 20014 with flag 665002/665002
46.86/45.73	c cleaning 10002 clauses out of 20010 with flag 675000/675000
47.37/46.29	c cleaning 9999 clauses out of 20009 with flag 685001/685001
48.07/46.92	c cleaning 10003 clauses out of 20012 with flag 695003/695003
48.57/47.50	c cleaning 9989 clauses out of 20006 with flag 705000/705000
49.27/48.12	c cleaning 10006 clauses out of 20017 with flag 715000/715000
49.87/48.76	c cleaning 10002 clauses out of 20011 with flag 725000/725000
50.58/49.48	c cleaning 9998 clauses out of 20009 with flag 735000/735000
51.27/50.18	c cleaning 10001 clauses out of 20011 with flag 745000/745000
52.08/50.96	c cleaning 10002 clauses out of 20010 with flag 755000/755000
52.79/51.66	c cleaning 9994 clauses out of 20008 with flag 765000/765000
53.48/52.35	c cleaning 10003 clauses out of 20014 with flag 775000/775000
54.29/53.16	c cleaning 10000 clauses out of 20013 with flag 785002/785002
55.11/53.98	c cleaning 10004 clauses out of 20013 with flag 795002/795002
55.90/54.74	c cleaning 9998 clauses out of 20009 with flag 805002/805002
56.50/55.30	c Got one! Elapsed wall clock time (in seconds):55.207
56.50/55.30	o 109
56.60/55.44	c cleaning 10000 clauses out of 20009 with flag 815000/815000
57.21/56.09	c cleaning 10000 clauses out of 20010 with flag 825001/825001
57.91/56.71	c cleaning 10001 clauses out of 20012 with flag 835003/835003
58.51/57.31	c cleaning 9999 clauses out of 20008 with flag 845000/845000
59.12/57.91	c cleaning 10002 clauses out of 20009 with flag 855000/855000
59.92/58.60	c cleaning 9997 clauses out of 20009 with flag 865002/865002
60.65/59.28	c cleaning 10002 clauses out of 20012 with flag 875002/875002
61.45/60.04	c cleaning 10000 clauses out of 20008 with flag 885000/885000
62.15/60.71	c cleaning 9998 clauses out of 20009 with flag 895001/895001
62.85/61.45	c cleaning 9997 clauses out of 20010 with flag 905000/905000
63.56/62.19	c cleaning 10003 clauses out of 20015 with flag 915002/915002
64.27/62.89	c cleaning 9992 clauses out of 20010 with flag 925000/925000
65.07/63.65	c cleaning 10003 clauses out of 20020 with flag 935002/935002
65.77/64.33	c cleaning 9999 clauses out of 20016 with flag 945001/945001
66.47/65.05	c cleaning 10002 clauses out of 20018 with flag 955002/955002
67.17/65.78	c cleaning 10001 clauses out of 20014 with flag 965000/965000
67.88/66.50	c cleaning 10002 clauses out of 20014 with flag 975001/975001
68.69/67.23	c cleaning 10000 clauses out of 20011 with flag 985000/985000
69.39/67.98	c cleaning 9995 clauses out of 20011 with flag 995000/995000
70.19/68.72	c cleaning 10005 clauses out of 20016 with flag 1005000/1005000
70.89/69.48	c cleaning 9999 clauses out of 20011 with flag 1015000/1015000
71.69/70.23	c cleaning 10001 clauses out of 20014 with flag 1025002/1025002
72.40/70.92	c cleaning 9996 clauses out of 20012 with flag 1035001/1035001
73.10/71.65	c cleaning 9999 clauses out of 20016 with flag 1045001/1045001
73.80/72.32	c cleaning 10005 clauses out of 20017 with flag 1055001/1055001
74.50/73.00	c cleaning 10002 clauses out of 20012 with flag 1065001/1065001
75.21/73.72	c cleaning 10001 clauses out of 20010 with flag 1075001/1075001
75.91/74.48	c cleaning 10000 clauses out of 20010 with flag 1085002/1085002
76.81/75.34	c cleaning 9998 clauses out of 20008 with flag 1095000/1095000
77.81/76.32	c cleaning 9997 clauses out of 20011 with flag 1105001/1105001
78.42/76.99	c cleaning 9995 clauses out of 20013 with flag 1115000/1115000
79.13/77.67	c cleaning 10006 clauses out of 20018 with flag 1125000/1125000
79.83/78.35	c cleaning 10003 clauses out of 20014 with flag 1135002/1135002
80.53/79.07	c cleaning 10000 clauses out of 20011 with flag 1145002/1145002
81.23/79.74	c cleaning 10002 clauses out of 20009 with flag 1155000/1155000
81.84/80.38	c cleaning 9999 clauses out of 20008 with flag 1165001/1165001
82.54/81.02	c cleaning 9993 clauses out of 20008 with flag 1175000/1175000
83.14/81.68	c cleaning 10005 clauses out of 20015 with flag 1185000/1185000
83.85/82.36	c cleaning 9998 clauses out of 20010 with flag 1195000/1195000
84.56/83.01	c cleaning 9996 clauses out of 20013 with flag 1205001/1205001
85.17/83.66	c cleaning 10004 clauses out of 20016 with flag 1215000/1215000
85.87/84.37	c cleaning 10002 clauses out of 20013 with flag 1225001/1225001
86.67/85.10	c cleaning 10001 clauses out of 20010 with flag 1235000/1235000
86.88/85.31	c Got one! Elapsed wall clock time (in seconds):85.217
86.88/85.31	o 106
87.29/85.74	c cleaning 9998 clauses out of 20010 with flag 1245001/1245001
87.88/86.36	c cleaning 10003 clauses out of 20011 with flag 1255000/1255000
88.49/86.95	c cleaning 10002 clauses out of 20009 with flag 1265001/1265001
89.09/87.54	c cleaning 9998 clauses out of 20007 with flag 1275001/1275001
89.59/88.09	c cleaning 9999 clauses out of 20009 with flag 1285001/1285001
90.30/88.72	c cleaning 9998 clauses out of 20009 with flag 1295000/1295000
90.80/89.27	c cleaning 10001 clauses out of 20012 with flag 1305001/1305001
91.40/89.83	c cleaning 10000 clauses out of 20011 with flag 1315001/1315001
91.50/89.92	c Got one! Elapsed wall clock time (in seconds):89.824
91.50/89.92	o 1
91.50/89.93	c starts		: 223
91.50/89.93	c conflicts		: 1317048
91.50/89.93	c decisions		: 2249805
91.50/89.93	c propagations		: 49485528
91.50/89.93	c inspects		: 364096680
91.50/89.93	c learnt literals	: 0
91.50/89.93	c learnt binary clauses	: 55
91.50/89.93	c learnt ternary clauses	: 2442
91.50/89.93	c learnt clauses	: 1317048
91.50/89.93	c ignored clauses	: 0
91.50/89.93	c root simplifications	: 0
91.50/89.93	c removed literals (reason simplification)	: 5540312
91.50/89.93	c reason swapping (by a shorter reason)	: 0
91.50/89.93	c Calls to reduceDB	: 133
91.50/89.93	c number of reductions to clauses (during analyze)	: 0
91.50/89.93	c number of learned constraints concerned by reduction	: 0
91.50/89.93	c number of learning phase by resolution	: 0
91.50/89.93	c number of learning phase by cutting planes	: 0
91.50/89.93	c speed (assignments/second)	: 4.498684363636364E9
91.50/89.93	c non guided choices	2277
91.50/89.93	c learnt constraints type 
91.50/89.93	c constraints type 
91.50/89.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
91.50/89.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
91.50/89.93	s OPTIMUM FOUND
91.50/89.93	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 
91.50/89.93	c objective function=1
91.50/89.93	c Total wall clock time (in seconds): 89.836

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698701-1278327479/watcher-2698701-1278327479 -o /tmp/evaluation-result-2698701-1278327479/solver-2698701-1278327479 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698701-1278327479.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.02 2.02 1.95 2/200 4553
/proc/meminfo: memFree=32355004/32951124 swapFree=67111528/67111528
[pid=4553] ppid=4551 vsize=13164 CPUtime=0
/proc/4553/stat : 4553 (java) R 4551 4553 3904 0 -1 4194304 449 0 0 0 0 0 0 0 18 0 1 0 960629 13479936 177 4089446400 134512640 134550932 4290489424 18446744073709551615 7420168 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/4553/statm: 3291 178 138 10 0 1121 0

[startup+0.0440011 s]
/proc/loadavg: 2.02 2.02 1.95 2/200 4553
/proc/meminfo: memFree=32355004/32951124 swapFree=67111528/67111528
[pid=4553] ppid=4551 vsize=1525308 CPUtime=0.03
/proc/4553/stat : 4553 (java) S 4551 4553 3904 0 -1 4202496 3880 0 1 0 3 0 0 0 18 0 13 0 960629 1561915392 3320 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/4553/statm: 381327 3320 1045 10 0 378637 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1525308

[startup+0.10099 s]
/proc/loadavg: 2.02 2.02 1.95 2/200 4553
/proc/meminfo: memFree=32355004/32951124 swapFree=67111528/67111528
[pid=4553] ppid=4551 vsize=1529852 CPUtime=0.11
/proc/4553/stat : 4553 (java) S 4551 4553 3904 0 -1 4202496 5196 0 1 0 11 0 0 0 18 0 18 0 960629 1566568448 4632 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4553/statm: 382463 4632 1347 10 0 379766 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529852

[startup+0.30097 s]
/proc/loadavg: 2.02 2.02 1.95 2/200 4553
/proc/meminfo: memFree=32355004/32951124 swapFree=67111528/67111528
[pid=4553] ppid=4551 vsize=1534280 CPUtime=0.61
/proc/4553/stat : 4553 (java) S 4551 4553 3904 0 -1 4202496 7215 0 1 0 60 1 0 0 18 0 19 0 960629 1571102720 6324 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4553/statm: 383570 6324 1418 10 0 380873 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1534280

[startup+0.700885 s]
/proc/loadavg: 2.02 2.02 1.95 2/200 4553
/proc/meminfo: memFree=32355004/32951124 swapFree=67111528/67111528
[pid=4553] ppid=4551 vsize=1534280 CPUtime=1.17
/proc/4553/stat : 4553 (java) S 4551 4553 3904 0 -1 4202496 10866 0 1 0 116 1 0 0 18 0 19 0 960629 1571102720 9880 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4553/statm: 383570 9880 1439 10 0 380873 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1534280

[startup+1.50078 s]
/proc/loadavg: 2.02 2.02 1.95 3/219 4572
/proc/meminfo: memFree=32321256/32951124 swapFree=67111528/67111528
[pid=4553] ppid=4551 vsize=1534280 CPUtime=2
/proc/4553/stat : 4553 (java) S 4551 4553 3904 0 -1 4202496 11317 0 1 0 199 1 0 0 18 0 19 0 960629 1571102720 10327 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4553/statm: 383570 10327 1439 10 0 380873 0
[pid=4553/tid=4555] ppid=4551 vsize=1534280 CPUtime=1.46
/proc/4553/task/4555/stat : 4555 (java) R 4551 4553 3904 0 -1 4202560 7168 0 1 0 145 1 0 0 20 0 19 0 960630 1571102720 10327 4089446400 134512640 134550932 4290489424 18446744073709551615 4108890180 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4553/tid=4556] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4556/stat : 4556 (java) S 4551 4553 3904 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 960630 1571102720 10327 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 0 0 0 0
[pid=4553/tid=4557] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4557/stat : 4557 (java) S 4551 4553 3904 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 19 0 960630 1571102720 10327 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 4 0 0 0
[pid=4553/tid=4558] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4558/stat : 4558 (java) S 4551 4553 3904 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 960630 1571102720 10327 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 0 0 0 0
[pid=4553/tid=4559] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4559/stat : 4559 (java) S 4551 4553 3904 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 960630 1571102720 10327 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 0 0 0 0
[pid=4553/tid=4560] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4560/stat : 4560 (java) S 4551 4553 3904 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 19 0 960630 1571102720 10327 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 0 0 0 0
[pid=4553/tid=4561] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4561/stat : 4561 (java) S 4551 4553 3904 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 960630 1571102720 10327 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 0 0 0 0
[pid=4553/tid=4562] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4562/stat : 4562 (java) S 4551 4553 3904 0 -1 4202560 218 0 0 0 0 0 0 0 16 0 19 0 960630 1571102720 10327 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 1 0 0 0
[pid=4553/tid=4563] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4563/stat : 4563 (java) S 4551 4553 3904 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 960630 1571102720 10327 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 4 0 0 0
[pid=4553/tid=4564] ppid=4551 vsize=1534280 CPUtime=0.01
/proc/4553/task/4564/stat : 4564 (java) S 4551 4553 3904 0 -1 4202560 377 0 0 0 1 0 0 0 15 0 19 0 960631 1571102720 10327 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 0 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4565] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4565/stat : 4565 (java) S 4551 4553 3904 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 960632 1571102720 10327 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4566] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4566/stat : 4566 (java) S 4551 4553 3904 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 960632 1571102720 10327 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 4 0 0 0
[pid=4553/tid=4567] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4567/stat : 4567 (java) S 4551 4553 3904 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 960634 1571102720 10327 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4568] ppid=4551 vsize=1534280 CPUtime=0.26
/proc/4553/task/4568/stat : 4568 (java) S 4551 4553 3904 0 -1 4202560 1309 0 0 0 26 0 0 0 15 0 19 0 960634 1571102720 10327 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 2 0 0 0
[pid=4553/tid=4569] ppid=4551 vsize=1534280 CPUtime=0.24
/proc/4553/task/4569/stat : 4569 (java) S 4551 4553 3904 0 -1 4202560 829 0 0 0 24 0 0 0 20 0 19 0 960634 1571102720 10327 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 3 0 0 0
[pid=4553/tid=4570] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4570/stat : 4570 (java) S 4551 4553 3904 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 960634 1571102720 10327 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4571] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4571/stat : 4571 (java) S 4551 4553 3904 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 960634 1571102720 10327 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 5 0 0 0
[pid=4553/tid=4572] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4572/stat : 4572 (java) S 4551 4553 3904 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 960645 1571102720 10327 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1534280

[startup+3.10151 s]
/proc/loadavg: 2.02 2.02 1.95 3/219 4572
/proc/meminfo: memFree=32317164/32951124 swapFree=67111528/67111528
[pid=4553] ppid=4551 vsize=1534280 CPUtime=3.67
/proc/4553/stat : 4553 (java) S 4551 4553 3904 0 -1 4202496 12701 0 1 0 365 2 0 0 18 0 19 0 960629 1571102720 11552 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4553/statm: 383570 11552 1440 10 0 380873 0
[pid=4553/tid=4555] ppid=4551 vsize=1534280 CPUtime=3.03
/proc/4553/task/4555/stat : 4555 (java) R 4551 4553 3904 0 -1 4202560 7596 0 1 0 302 1 0 0 25 0 19 0 960630 1571102720 11552 4089446400 134512640 134550932 4290489424 18446744073709551615 4109303748 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4553/tid=4556] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4556/stat : 4556 (java) S 4551 4553 3904 0 -1 4202560 82 0 0 0 0 0 0 0 15 0 19 0 960630 1571102720 11552 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 0 0 0 0
[pid=4553/tid=4557] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4557/stat : 4557 (java) S 4551 4553 3904 0 -1 4202560 185 0 0 0 0 0 0 0 15 0 19 0 960630 1571102720 11552 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 4 0 0 0
[pid=4553/tid=4558] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4558/stat : 4558 (java) S 4551 4553 3904 0 -1 4202560 234 0 0 0 0 0 0 0 16 0 19 0 960630 1571102720 11552 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 4 0 0 0
[pid=4553/tid=4559] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4559/stat : 4559 (java) S 4551 4553 3904 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 960630 1571102720 11552 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4560] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4560/stat : 4560 (java) S 4551 4553 3904 0 -1 4202560 217 0 0 0 0 0 0 0 15 0 19 0 960630 1571102720 11552 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 0 0 0 0
[pid=4553/tid=4561] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4561/stat : 4561 (java) S 4551 4553 3904 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 960630 1571102720 11552 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 1 0 0 0
[pid=4553/tid=4562] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4562/stat : 4562 (java) S 4551 4553 3904 0 -1 4202560 282 0 0 0 0 0 0 0 15 0 19 0 960630 1571102720 11552 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 1 0 0 0
[pid=4553/tid=4563] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4563/stat : 4563 (java) S 4551 4553 3904 0 -1 4202560 126 0 0 0 0 0 0 0 15 0 19 0 960630 1571102720 11552 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 4 0 0 0
[pid=4553/tid=4564] ppid=4551 vsize=1534280 CPUtime=0.04
/proc/4553/task/4564/stat : 4564 (java) S 4551 4553 3904 0 -1 4202560 549 0 0 0 4 0 0 0 15 0 19 0 960631 1571102720 11552 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 0 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4565] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4565/stat : 4565 (java) S 4551 4553 3904 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 960632 1571102720 11552 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4566] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4566/stat : 4566 (java) S 4551 4553 3904 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 960632 1571102720 11552 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 4 0 0 0
[pid=4553/tid=4567] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4567/stat : 4567 (java) S 4551 4553 3904 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 960634 1571102720 11552 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4568] ppid=4551 vsize=1534280 CPUtime=0.31
/proc/4553/task/4568/stat : 4568 (java) S 4551 4553 3904 0 -1 4202560 1476 0 0 0 31 0 0 0 15 0 19 0 960634 1571102720 11552 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 2 0 0 0
[pid=4553/tid=4569] ppid=4551 vsize=1534280 CPUtime=0.26
/proc/4553/task/4569/stat : 4569 (java) S 4551 4553 3904 0 -1 4202560 831 0 0 0 26 0 0 0 15 0 19 0 960634 1571102720 11552 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 3 0 0 0
[pid=4553/tid=4570] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4570/stat : 4570 (java) S 4551 4553 3904 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 960634 1571102720 11552 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4571] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4571/stat : 4571 (java) S 4551 4553 3904 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 960634 1571102720 11552 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 5 0 0 0
[pid=4553/tid=4572] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4572/stat : 4572 (java) S 4551 4553 3904 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 960645 1571102720 11552 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 1534280

[startup+6.30087 s]
/proc/loadavg: 2.02 2.02 1.95 3/219 4572
/proc/meminfo: memFree=32305564/32951124 swapFree=67111528/67111528
[pid=4553] ppid=4551 vsize=1534280 CPUtime=6.91
/proc/4553/stat : 4553 (java) S 4551 4553 3904 0 -1 4202496 15081 0 1 0 689 2 0 0 18 0 19 0 960629 1571102720 13867 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4553/statm: 383570 13867 1442 10 0 380873 0
[pid=4553/tid=4555] ppid=4551 vsize=1534280 CPUtime=6.16
/proc/4553/task/4555/stat : 4555 (java) R 4551 4553 3904 0 -1 4202560 9721 0 1 0 615 1 0 0 20 0 19 0 960630 1571102720 13867 4089446400 134512640 134550932 4290489424 18446744073709551615 4109256708 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4553/tid=4556] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4556/stat : 4556 (java) S 4551 4553 3904 0 -1 4202560 83 0 0 0 0 0 0 0 16 0 19 0 960630 1571102720 13867 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 2 0 0 0
[pid=4553/tid=4557] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4557/stat : 4557 (java) S 4551 4553 3904 0 -1 4202560 185 0 0 0 0 0 0 0 15 0 19 0 960630 1571102720 13867 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 0 0 0 0
[pid=4553/tid=4558] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4558/stat : 4558 (java) S 4551 4553 3904 0 -1 4202560 235 0 0 0 0 0 0 0 15 0 19 0 960630 1571102720 13867 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 4 0 0 0
[pid=4553/tid=4559] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4559/stat : 4559 (java) S 4551 4553 3904 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 960630 1571102720 13867 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 2 0 0 0
[pid=4553/tid=4560] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4560/stat : 4560 (java) S 4551 4553 3904 0 -1 4202560 217 0 0 0 0 0 0 0 15 0 19 0 960630 1571102720 13867 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 0 0 0 0
[pid=4553/tid=4561] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4561/stat : 4561 (java) S 4551 4553 3904 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 960630 1571102720 13867 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 1 0 0 0
[pid=4553/tid=4562] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4562/stat : 4562 (java) S 4551 4553 3904 0 -1 4202560 283 0 0 0 0 0 0 0 15 0 19 0 960630 1571102720 13867 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 5 0 0 0
[pid=4553/tid=4563] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4563/stat : 4563 (java) S 4551 4553 3904 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 960630 1571102720 13867 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 4 0 0 0
[pid=4553/tid=4564] ppid=4551 vsize=1534280 CPUtime=0.08
/proc/4553/task/4564/stat : 4564 (java) S 4551 4553 3904 0 -1 4202560 736 0 0 0 8 0 0 0 15 0 19 0 960631 1571102720 13867 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 0 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4565] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4565/stat : 4565 (java) S 4551 4553 3904 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 960632 1571102720 13867 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4566] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4566/stat : 4566 (java) S 4551 4553 3904 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 960632 1571102720 13867 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 4 0 0 0
[pid=4553/tid=4567] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4567/stat : 4567 (java) S 4551 4553 3904 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 960634 1571102720 13867 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4568] ppid=4551 vsize=1534280 CPUtime=0.35
/proc/4553/task/4568/stat : 4568 (java) S 4551 4553 3904 0 -1 4202560 1539 0 0 0 35 0 0 0 15 0 19 0 960634 1571102720 13867 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 2 0 0 0
[pid=4553/tid=4569] ppid=4551 vsize=1534280 CPUtime=0.26
/proc/4553/task/4569/stat : 4569 (java) S 4551 4553 3904 0 -1 4202560 831 0 0 0 26 0 0 0 15 0 19 0 960634 1571102720 13867 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 3 0 0 0
[pid=4553/tid=4570] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4570/stat : 4570 (java) S 4551 4553 3904 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 960634 1571102720 13867 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4571] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4571/stat : 4571 (java) S 4551 4553 3904 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 960634 1571102720 13867 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 5 0 0 0
[pid=4553/tid=4572] ppid=4551 vsize=1534280 CPUtime=0
/proc/4553/task/4572/stat : 4572 (java) S 4551 4553 3904 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 960645 1571102720 13867 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 1534280

[startup+12.7007 s]
/proc/loadavg: 2.01 2.02 1.95 5/219 4572
/proc/meminfo: memFree=32293640/32951124 swapFree=67111528/67111528
[pid=4553] ppid=4551 vsize=1540796 CPUtime=13.7
/proc/4553/stat : 4553 (java) S 4551 4553 3904 0 -1 4202496 21570 0 1 0 1366 4 0 0 18 0 19 0 960629 1577775104 16536 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4553/statm: 385199 16536 1442 10 0 382502 0
[pid=4553/tid=4555] ppid=4551 vsize=1540796 CPUtime=12.46
/proc/4553/task/4555/stat : 4555 (java) R 4551 4553 3904 0 -1 4202560 10743 0 1 0 1245 1 0 0 20 0 19 0 960630 1577775104 16536 4089446400 134512640 134550932 4290489424 18446744073709551615 4109256520 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4553/tid=4556] ppid=4551 vsize=1540796 CPUtime=0
/proc/4553/task/4556/stat : 4556 (java) S 4551 4553 3904 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 19 0 960630 1577775104 16536 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 2 0 0 0

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

/proc/4553/task/4556/stat : 4556 (java) S 4551 4553 3904 0 -1 4202560 90 0 0 0 5 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 2 0 0 0
[pid=4553/tid=4557] ppid=4551 vsize=1539772 CPUtime=0.05
/proc/4553/task/4557/stat : 4557 (java) S 4551 4553 3904 0 -1 4202560 190 0 0 0 5 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 4 0 0 0
[pid=4553/tid=4558] ppid=4551 vsize=1539772 CPUtime=0.06
/proc/4553/task/4558/stat : 4558 (java) S 4551 4553 3904 0 -1 4202560 239 0 0 0 6 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 4 0 0 0
[pid=4553/tid=4559] ppid=4551 vsize=1539772 CPUtime=0.05
/proc/4553/task/4559/stat : 4559 (java) S 4551 4553 3904 0 -1 4202560 58 0 0 0 5 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 1 0 0 0
[pid=4553/tid=4560] ppid=4551 vsize=1539772 CPUtime=0.06
/proc/4553/task/4560/stat : 4560 (java) S 4551 4553 3904 0 -1 4202560 222 0 0 0 6 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 0 0 0 0
[pid=4553/tid=4561] ppid=4551 vsize=1539772 CPUtime=0.08
/proc/4553/task/4561/stat : 4561 (java) S 4551 4553 3904 0 -1 4202560 18 0 0 0 8 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 5 0 0 0
[pid=4553/tid=4562] ppid=4551 vsize=1539772 CPUtime=0.09
/proc/4553/task/4562/stat : 4562 (java) S 4551 4553 3904 0 -1 4202560 296 0 0 0 9 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 3 0 0 0
[pid=4553/tid=4563] ppid=4551 vsize=1539772 CPUtime=0.07
/proc/4553/task/4563/stat : 4563 (java) S 4551 4553 3904 0 -1 4202560 132 0 0 0 7 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 2 0 0 0
[pid=4553/tid=4564] ppid=4551 vsize=1539772 CPUtime=1.41
/proc/4553/task/4564/stat : 4564 (java) S 4551 4553 3904 0 -1 4202560 1437 0 0 0 138 3 0 0 15 0 19 0 960631 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 0 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4565] ppid=4551 vsize=1539772 CPUtime=0
/proc/4553/task/4565/stat : 4565 (java) S 4551 4553 3904 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 960632 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4566] ppid=4551 vsize=1539772 CPUtime=0
/proc/4553/task/4566/stat : 4566 (java) S 4551 4553 3904 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 960632 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 4 0 0 0
[pid=4553/tid=4567] ppid=4551 vsize=1539772 CPUtime=0
/proc/4553/task/4567/stat : 4567 (java) S 4551 4553 3904 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 960634 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4568] ppid=4551 vsize=1539772 CPUtime=0.83
/proc/4553/task/4568/stat : 4568 (java) S 4551 4553 3904 0 -1 4202560 7365 0 0 0 82 1 0 0 15 0 19 0 960634 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 2 0 0 0
[pid=4553/tid=4569] ppid=4551 vsize=1539772 CPUtime=0.39
/proc/4553/task/4569/stat : 4569 (java) S 4551 4553 3904 0 -1 4202560 931 0 0 0 39 0 0 0 15 0 19 0 960634 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 3 0 0 0
[pid=4553/tid=4570] ppid=4551 vsize=1539772 CPUtime=0
/proc/4553/task/4570/stat : 4570 (java) S 4551 4553 3904 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 960634 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4571] ppid=4551 vsize=1539772 CPUtime=0
/proc/4553/task/4571/stat : 4571 (java) S 4551 4553 3904 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 960634 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 5 0 0 0
[pid=4553/tid=4572] ppid=4551 vsize=1539772 CPUtime=0
/proc/4553/task/4572/stat : 4572 (java) S 4551 4553 3904 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 960645 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 89.49
Current children cumulated vsize (KiB) 1539772

[startup+88.701 s]
/proc/loadavg: 2.08 2.03 1.95 3/219 4575
/proc/meminfo: memFree=32285784/32951124 swapFree=67111528/67111528
[pid=4553] ppid=4551 vsize=1539772 CPUtime=90.3
/proc/4553/stat : 4553 (java) S 4551 4553 3904 0 -1 4202496 24163 0 1 0 9018 12 0 0 18 0 19 0 960629 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4553/statm: 384943 18443 1442 10 0 382246 0
[pid=4553/tid=4555] ppid=4551 vsize=1539772 CPUtime=87.03
/proc/4553/task/4555/stat : 4555 (java) R 4551 4553 3904 0 -1 4202560 12113 0 1 0 8701 2 0 0 25 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4109704968 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4553/tid=4556] ppid=4551 vsize=1539772 CPUtime=0.05
/proc/4553/task/4556/stat : 4556 (java) S 4551 4553 3904 0 -1 4202560 90 0 0 0 5 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 2 0 0 0
[pid=4553/tid=4557] ppid=4551 vsize=1539772 CPUtime=0.05
/proc/4553/task/4557/stat : 4557 (java) S 4551 4553 3904 0 -1 4202560 190 0 0 0 5 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 4 0 0 0
[pid=4553/tid=4558] ppid=4551 vsize=1539772 CPUtime=0.06
/proc/4553/task/4558/stat : 4558 (java) S 4551 4553 3904 0 -1 4202560 239 0 0 0 6 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 4 0 0 0
[pid=4553/tid=4559] ppid=4551 vsize=1539772 CPUtime=0.05
/proc/4553/task/4559/stat : 4559 (java) S 4551 4553 3904 0 -1 4202560 58 0 0 0 5 0 0 0 16 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 1 0 0 0
[pid=4553/tid=4560] ppid=4551 vsize=1539772 CPUtime=0.06
/proc/4553/task/4560/stat : 4560 (java) S 4551 4553 3904 0 -1 4202560 222 0 0 0 6 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 0 0 0 0
[pid=4553/tid=4561] ppid=4551 vsize=1539772 CPUtime=0.08
/proc/4553/task/4561/stat : 4561 (java) S 4551 4553 3904 0 -1 4202560 18 0 0 0 8 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 5 0 0 0
[pid=4553/tid=4562] ppid=4551 vsize=1539772 CPUtime=0.09
/proc/4553/task/4562/stat : 4562 (java) S 4551 4553 3904 0 -1 4202560 296 0 0 0 9 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 3 0 0 0
[pid=4553/tid=4563] ppid=4551 vsize=1539772 CPUtime=0.07
/proc/4553/task/4563/stat : 4563 (java) S 4551 4553 3904 0 -1 4202560 132 0 0 0 7 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 2 0 0 0
[pid=4553/tid=4564] ppid=4551 vsize=1539772 CPUtime=1.42
/proc/4553/task/4564/stat : 4564 (java) S 4551 4553 3904 0 -1 4202560 1437 0 0 0 139 3 0 0 15 0 19 0 960631 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 0 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4565] ppid=4551 vsize=1539772 CPUtime=0
/proc/4553/task/4565/stat : 4565 (java) S 4551 4553 3904 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 960632 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4566] ppid=4551 vsize=1539772 CPUtime=0
/proc/4553/task/4566/stat : 4566 (java) S 4551 4553 3904 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 960632 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 4 0 0 0
[pid=4553/tid=4567] ppid=4551 vsize=1539772 CPUtime=0
/proc/4553/task/4567/stat : 4567 (java) S 4551 4553 3904 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 960634 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4568] ppid=4551 vsize=1539772 CPUtime=0.83
/proc/4553/task/4568/stat : 4568 (java) S 4551 4553 3904 0 -1 4202560 7365 0 0 0 82 1 0 0 15 0 19 0 960634 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 2 0 0 0
[pid=4553/tid=4569] ppid=4551 vsize=1539772 CPUtime=0.39
/proc/4553/task/4569/stat : 4569 (java) S 4551 4553 3904 0 -1 4202560 931 0 0 0 39 0 0 0 15 0 19 0 960634 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 3 0 0 0
[pid=4553/tid=4570] ppid=4551 vsize=1539772 CPUtime=0
/proc/4553/task/4570/stat : 4570 (java) S 4551 4553 3904 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 960634 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4571] ppid=4551 vsize=1539772 CPUtime=0
/proc/4553/task/4571/stat : 4571 (java) S 4551 4553 3904 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 960634 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 5 0 0 0
[pid=4553/tid=4572] ppid=4551 vsize=1539772 CPUtime=0
/proc/4553/task/4572/stat : 4572 (java) S 4551 4553 3904 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 960645 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 90.3
Current children cumulated vsize (KiB) 1539772

[startup+89.5009 s]
/proc/loadavg: 2.08 2.03 1.95 3/219 4575
/proc/meminfo: memFree=32285784/32951124 swapFree=67111528/67111528
[pid=4553] ppid=4551 vsize=1539772 CPUtime=91.1
/proc/4553/stat : 4553 (java) S 4551 4553 3904 0 -1 4202496 24165 0 1 0 9098 12 0 0 18 0 19 0 960629 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4553/statm: 384943 18443 1442 10 0 382246 0
[pid=4553/tid=4555] ppid=4551 vsize=1539772 CPUtime=87.81
/proc/4553/task/4555/stat : 4555 (java) R 4551 4553 3904 0 -1 4202560 12115 0 1 0 8779 2 0 0 25 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4109223922 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4553/tid=4556] ppid=4551 vsize=1539772 CPUtime=0.05
/proc/4553/task/4556/stat : 4556 (java) S 4551 4553 3904 0 -1 4202560 90 0 0 0 5 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 2 0 0 0
[pid=4553/tid=4557] ppid=4551 vsize=1539772 CPUtime=0.05
/proc/4553/task/4557/stat : 4557 (java) S 4551 4553 3904 0 -1 4202560 190 0 0 0 5 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 4 0 0 0
[pid=4553/tid=4558] ppid=4551 vsize=1539772 CPUtime=0.06
/proc/4553/task/4558/stat : 4558 (java) S 4551 4553 3904 0 -1 4202560 239 0 0 0 6 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 4 0 0 0
[pid=4553/tid=4559] ppid=4551 vsize=1539772 CPUtime=0.05
/proc/4553/task/4559/stat : 4559 (java) S 4551 4553 3904 0 -1 4202560 58 0 0 0 5 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 1 0 0 0
[pid=4553/tid=4560] ppid=4551 vsize=1539772 CPUtime=0.06
/proc/4553/task/4560/stat : 4560 (java) S 4551 4553 3904 0 -1 4202560 222 0 0 0 6 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 0 0 0 0
[pid=4553/tid=4561] ppid=4551 vsize=1539772 CPUtime=0.08
/proc/4553/task/4561/stat : 4561 (java) S 4551 4553 3904 0 -1 4202560 18 0 0 0 8 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 5 0 0 0
[pid=4553/tid=4562] ppid=4551 vsize=1539772 CPUtime=0.09
/proc/4553/task/4562/stat : 4562 (java) S 4551 4553 3904 0 -1 4202560 296 0 0 0 9 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 3 0 0 0
[pid=4553/tid=4563] ppid=4551 vsize=1539772 CPUtime=0.07
/proc/4553/task/4563/stat : 4563 (java) S 4551 4553 3904 0 -1 4202560 132 0 0 0 7 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 2 0 0 0
[pid=4553/tid=4564] ppid=4551 vsize=1539772 CPUtime=1.44
/proc/4553/task/4564/stat : 4564 (java) S 4551 4553 3904 0 -1 4202560 1437 0 0 0 141 3 0 0 15 0 19 0 960631 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 0 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4565] ppid=4551 vsize=1539772 CPUtime=0
/proc/4553/task/4565/stat : 4565 (java) S 4551 4553 3904 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 960632 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4566] ppid=4551 vsize=1539772 CPUtime=0
/proc/4553/task/4566/stat : 4566 (java) S 4551 4553 3904 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 960632 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 4 0 0 0
[pid=4553/tid=4567] ppid=4551 vsize=1539772 CPUtime=0
/proc/4553/task/4567/stat : 4567 (java) S 4551 4553 3904 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 960634 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4568] ppid=4551 vsize=1539772 CPUtime=0.83
/proc/4553/task/4568/stat : 4568 (java) S 4551 4553 3904 0 -1 4202560 7365 0 0 0 82 1 0 0 15 0 19 0 960634 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 2 0 0 0
[pid=4553/tid=4569] ppid=4551 vsize=1539772 CPUtime=0.39
/proc/4553/task/4569/stat : 4569 (java) S 4551 4553 3904 0 -1 4202560 931 0 0 0 39 0 0 0 15 0 19 0 960634 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 3 0 0 0
[pid=4553/tid=4570] ppid=4551 vsize=1539772 CPUtime=0
/proc/4553/task/4570/stat : 4570 (java) S 4551 4553 3904 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 960634 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4571] ppid=4551 vsize=1539772 CPUtime=0
/proc/4553/task/4571/stat : 4571 (java) S 4551 4553 3904 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 960634 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 5 0 0 0
[pid=4553/tid=4572] ppid=4551 vsize=1539772 CPUtime=0
/proc/4553/task/4572/stat : 4572 (java) S 4551 4553 3904 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 960645 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 91.1
Current children cumulated vsize (KiB) 1539772

[startup+89.9008 s]
/proc/loadavg: 2.08 2.03 1.95 3/219 4575
/proc/meminfo: memFree=32285784/32951124 swapFree=67111528/67111528
[pid=4553] ppid=4551 vsize=1539772 CPUtime=91.5
/proc/4553/stat : 4553 (java) S 4551 4553 3904 0 -1 4202496 24166 0 1 0 9138 12 0 0 18 0 19 0 960629 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4553/statm: 384943 18443 1442 10 0 382246 0
[pid=4553/tid=4555] ppid=4551 vsize=1539772 CPUtime=88.19
/proc/4553/task/4555/stat : 4555 (java) R 4551 4553 3904 0 -1 4202560 12116 0 1 0 8817 2 0 0 25 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4109339113 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4553/tid=4556] ppid=4551 vsize=1539772 CPUtime=0.05
/proc/4553/task/4556/stat : 4556 (java) S 4551 4553 3904 0 -1 4202560 90 0 0 0 5 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 2 0 0 0
[pid=4553/tid=4557] ppid=4551 vsize=1539772 CPUtime=0.05
/proc/4553/task/4557/stat : 4557 (java) S 4551 4553 3904 0 -1 4202560 190 0 0 0 5 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 4 0 0 0
[pid=4553/tid=4558] ppid=4551 vsize=1539772 CPUtime=0.06
/proc/4553/task/4558/stat : 4558 (java) S 4551 4553 3904 0 -1 4202560 239 0 0 0 6 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 4 0 0 0
[pid=4553/tid=4559] ppid=4551 vsize=1539772 CPUtime=0.05
/proc/4553/task/4559/stat : 4559 (java) S 4551 4553 3904 0 -1 4202560 58 0 0 0 5 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 1 0 0 0
[pid=4553/tid=4560] ppid=4551 vsize=1539772 CPUtime=0.06
/proc/4553/task/4560/stat : 4560 (java) S 4551 4553 3904 0 -1 4202560 222 0 0 0 6 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 0 0 0 0
[pid=4553/tid=4561] ppid=4551 vsize=1539772 CPUtime=0.08
/proc/4553/task/4561/stat : 4561 (java) S 4551 4553 3904 0 -1 4202560 18 0 0 0 8 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 5 0 0 0
[pid=4553/tid=4562] ppid=4551 vsize=1539772 CPUtime=0.09
/proc/4553/task/4562/stat : 4562 (java) S 4551 4553 3904 0 -1 4202560 296 0 0 0 9 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 3 0 0 0
[pid=4553/tid=4563] ppid=4551 vsize=1539772 CPUtime=0.07
/proc/4553/task/4563/stat : 4563 (java) S 4551 4553 3904 0 -1 4202560 132 0 0 0 7 0 0 0 15 0 19 0 960630 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 4 0 0 0
[pid=4553/tid=4564] ppid=4551 vsize=1539772 CPUtime=1.45
/proc/4553/task/4564/stat : 4564 (java) S 4551 4553 3904 0 -1 4202560 1437 0 0 0 142 3 0 0 15 0 19 0 960631 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 0 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4565] ppid=4551 vsize=1539772 CPUtime=0
/proc/4553/task/4565/stat : 4565 (java) S 4551 4553 3904 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 960632 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4566] ppid=4551 vsize=1539772 CPUtime=0
/proc/4553/task/4566/stat : 4566 (java) S 4551 4553 3904 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 960632 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 4 0 0 0
[pid=4553/tid=4567] ppid=4551 vsize=1539772 CPUtime=0
/proc/4553/task/4567/stat : 4567 (java) S 4551 4553 3904 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 960634 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4568] ppid=4551 vsize=1539772 CPUtime=0.83
/proc/4553/task/4568/stat : 4568 (java) S 4551 4553 3904 0 -1 4202560 7365 0 0 0 82 1 0 0 15 0 19 0 960634 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 2 0 0 0
[pid=4553/tid=4569] ppid=4551 vsize=1539772 CPUtime=0.39
/proc/4553/task/4569/stat : 4569 (java) S 4551 4553 3904 0 -1 4202560 931 0 0 0 39 0 0 0 15 0 19 0 960634 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 3 0 0 0
[pid=4553/tid=4570] ppid=4551 vsize=1539772 CPUtime=0
/proc/4553/task/4570/stat : 4570 (java) S 4551 4553 3904 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 960634 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 6 0 0 0
[pid=4553/tid=4571] ppid=4551 vsize=1539772 CPUtime=0
/proc/4553/task/4571/stat : 4571 (java) S 4551 4553 3904 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 960634 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 5 0 0 0
[pid=4553/tid=4572] ppid=4551 vsize=1539772 CPUtime=0
/proc/4553/task/4572/stat : 4572 (java) S 4551 4553 3904 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 960645 1576726528 18443 4089446400 134512640 134550932 4290489424 18446744073709551615 4294960144 0 4 0 16800975 18446604471145362560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 91.5
Current children cumulated vsize (KiB) 1539772

Child status: 30
Real time (s): 89.9442
CPU time (s): 91.5541
CPU user time (s): 91.4241
CPU system time (s): 0.12998
CPU usage (%): 101.79
Max. virtual memory (cumulated for all children) (KiB): 1548476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.4241
system time used= 0.12998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24178
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= 5630
involuntary context switches= 25387

runsolver used 0.171973 second user time and 0.330949 second system time

The end

Launcher Data

Begin job on node133 at 2010-07-05 12:57:59
IDJOB=2698701
IDBENCH=79237
IDSOLVER=1211
FILE ID=node133/2698701-1278327479
PBS_JOBID= 11207432
Free space on /tmp= 74204 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.1111223220--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-2698701-1278327479/watcher-2698701-1278327479 -o /tmp/evaluation-result-2698701-1278327479/solver-2698701-1278327479 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698701-1278327479.wbo

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

MD5SUM BENCH= eefb750387a2df9ca152a94906c66d6e
RANDOM SEED=2056767878

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32355540 kB
Buffers:         25664 kB
Cached:         286408 kB
SwapCached:          0 kB
Active:         265728 kB
Inactive:       230992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32355540 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:              88 kB
Writeback:           0 kB
AnonPages:      184876 kB
Mapped:          20344 kB
Slab:            36424 kB
PageTables:       5408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1636772 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74200 MiB
End job on node133 at 2010-07-05 12:59:29