Trace number 3492381

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 Resolution 2011-06-08OPTIMUM 60.6118 59.5239

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110976935--soft-66-100-0.wbo
MD5SUMff50a01bd34cad1b05de66ca80b19984
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark68
Best CPU time to get the best result obtained on this benchmark1.36379
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints42
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1229
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.1.v20110525
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		9996466904
0.02/0.08	c Max memory 		10048897024
0.02/0.08	c Total memory 		10048897024
0.02/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3492381-1307909748.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c #vars     211
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.29/0.26	c SATISFIABLE
0.29/0.26	c OPTIMIZING...
0.29/0.26	c Got one! Elapsed wall clock time (in seconds):0.157
0.29/0.26	o 465
0.29/0.29	c Got one! Elapsed wall clock time (in seconds):0.187
0.29/0.29	o 338
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.258
0.54/0.36	o 255
0.68/0.42	c Got one! Elapsed wall clock time (in seconds):0.32
0.68/0.42	o 228
0.78/0.56	c cleaning 4009 clauses out of 8025 with flag 3003/8025
1.03/0.74	c cleaning 5004 clauses out of 10014 with flag 9001/14023
1.23/0.93	c Got one! Elapsed wall clock time (in seconds):0.826
1.23/0.93	o 222
1.44/1.12	c cleaning 7976 clauses out of 15962 with flag 5002/24975
1.44/1.16	c Got one! Elapsed wall clock time (in seconds):1.059
1.44/1.16	o 200
1.60/1.29	c cleaning 6489 clauses out of 12993 with flag 4001/29982
1.82/1.49	c cleaning 6249 clauses out of 12504 with flag 10001/35982
2.12/1.72	c cleaning 6622 clauses out of 13254 with flag 17000/42981
2.33/1.99	c cleaning 7310 clauses out of 14632 with flag 25000/50981
2.63/2.28	c cleaning 8158 clauses out of 16323 with flag 34001/59982
3.03/2.62	c cleaning 9078 clauses out of 18166 with flag 44002/69983
3.03/2.66	c Got one! Elapsed wall clock time (in seconds):2.557
3.03/2.66	o 169
3.23/2.81	c cleaning 7509 clauses out of 15023 with flag 5000/75918
3.43/3.00	c cleaning 6751 clauses out of 13514 with flag 11000/81918
3.43/3.08	c Got one! Elapsed wall clock time (in seconds):2.973
3.43/3.08	o 154
3.53/3.17	c cleaning 6197 clauses out of 12410 with flag 3000/87565
3.74/3.37	c cleaning 6100 clauses out of 12213 with flag 9000/93565
4.03/3.60	c cleaning 6552 clauses out of 13113 with flag 16000/100565
4.23/3.85	c cleaning 7277 clauses out of 14561 with flag 24000/108565
4.54/4.14	c cleaning 8135 clauses out of 16284 with flag 33000/117565
4.84/4.47	c cleaning 9071 clauses out of 18149 with flag 43000/127565
5.14/4.79	c cleaning 9537 clauses out of 19079 with flag 53001/137566
5.54/5.11	c cleaning 9767 clauses out of 19541 with flag 63000/147565
5.84/5.44	c Got one! Elapsed wall clock time (in seconds):5.331
5.84/5.44	o 152
6.04/5.63	c cleaning 12317 clauses out of 24640 with flag 5000/162431
6.24/5.83	c cleaning 9157 clauses out of 18325 with flag 11002/168433
6.45/6.05	c cleaning 8080 clauses out of 16169 with flag 18003/175434
6.55/6.11	c Got one! Elapsed wall clock time (in seconds):6.006
6.55/6.11	o 137
6.65/6.24	c cleaning 6891 clauses out of 13794 with flag 4000/181139
6.85/6.42	c cleaning 6448 clauses out of 12903 with flag 10000/187139
7.06/6.65	c cleaning 6725 clauses out of 13455 with flag 17000/194139
7.36/6.90	c cleaning 7362 clauses out of 14734 with flag 25004/202143
7.36/7.00	c Got one! Elapsed wall clock time (in seconds):6.891
7.36/7.00	o 112
7.46/7.06	c cleaning 6194 clauses out of 12403 with flag 2000/207174
7.67/7.25	c cleaning 6100 clauses out of 12210 with flag 8001/213175
7.87/7.47	c cleaning 6549 clauses out of 13109 with flag 15000/220174
8.18/7.79	c cleaning 7273 clauses out of 14560 with flag 23000/228174
8.57/8.15	c cleaning 8139 clauses out of 16288 with flag 32001/237175
8.97/8.51	c cleaning 9070 clauses out of 18150 with flag 42002/247176
9.28/8.87	c cleaning 9534 clauses out of 19078 with flag 52000/257174
9.68/9.23	c cleaning 9763 clauses out of 19544 with flag 62000/267174
9.78/9.37	c Got one! Elapsed wall clock time (in seconds):9.264
9.78/9.37	o 110
9.88/9.40	c cleaning 7500 clauses out of 15005 with flag 1001/272398
10.08/9.61	c cleaning 6746 clauses out of 13505 with flag 7001/278398
10.29/9.85	c cleaning 6873 clauses out of 13758 with flag 14000/285397
10.58/10.14	c cleaning 7438 clauses out of 14885 with flag 22000/293397
10.88/10.46	c cleaning 8214 clauses out of 16448 with flag 31001/302398
11.28/10.80	c cleaning 9111 clauses out of 18233 with flag 41000/312397
11.59/11.17	c cleaning 9553 clauses out of 19122 with flag 51000/322397
11.99/11.53	c cleaning 9777 clauses out of 19570 with flag 61001/332398
12.29/11.89	c cleaning 9893 clauses out of 19794 with flag 71002/342399
12.69/12.25	c cleaning 9947 clauses out of 19900 with flag 81001/352398
12.99/12.59	c cleaning 9960 clauses out of 19952 with flag 91000/362397
13.39/12.92	c cleaning 9990 clauses out of 19992 with flag 101000/372397
13.70/13.24	c cleaning 9992 clauses out of 20002 with flag 111000/382397
13.99/13.56	c cleaning 10003 clauses out of 20013 with flag 121003/392400
14.40/13.90	c cleaning 10000 clauses out of 20008 with flag 131001/402398
14.70/14.26	c cleaning 10000 clauses out of 20007 with flag 141000/412397
15.10/14.62	c cleaning 9999 clauses out of 20007 with flag 151000/422397
15.40/14.95	c cleaning 10000 clauses out of 20010 with flag 161002/432399
15.70/15.29	c cleaning 10003 clauses out of 20011 with flag 171003/442400
16.11/15.67	c cleaning 9999 clauses out of 20007 with flag 181002/452399
16.51/16.02	c cleaning 9995 clauses out of 20006 with flag 191000/462397
16.82/16.37	c cleaning 10002 clauses out of 20011 with flag 201000/472397
17.22/16.73	c cleaning 10001 clauses out of 20009 with flag 211000/482397
17.54/17.09	c cleaning 9999 clauses out of 20009 with flag 221001/492398
17.94/17.43	c cleaning 10003 clauses out of 20011 with flag 231002/502399
18.34/17.80	c cleaning 9995 clauses out of 20007 with flag 241001/512398
18.64/18.18	c cleaning 10003 clauses out of 20014 with flag 251003/522400
19.04/18.54	c cleaning 9997 clauses out of 20008 with flag 261000/532397
19.44/18.90	c cleaning 10001 clauses out of 20011 with flag 271000/542397
19.74/19.26	c cleaning 9999 clauses out of 20011 with flag 281001/552398
20.14/19.63	c cleaning 10000 clauses out of 20011 with flag 291000/562397
20.44/19.95	c cleaning 10003 clauses out of 20011 with flag 301000/572397
20.84/20.30	c cleaning 10001 clauses out of 20010 with flag 311002/582399
21.14/20.67	c cleaning 9997 clauses out of 20007 with flag 321000/592397
21.54/21.03	c cleaning 10002 clauses out of 20011 with flag 331001/602398
21.84/21.39	c cleaning 9994 clauses out of 20008 with flag 341000/612397
22.24/21.75	c cleaning 10005 clauses out of 20017 with flag 351003/622400
22.64/22.10	c cleaning 9996 clauses out of 20011 with flag 361002/632399
22.95/22.42	c Got one! Elapsed wall clock time (in seconds):22.318
22.95/22.42	o 88
23.15/22.62	c cleaning 12406 clauses out of 24823 with flag 5003/647207
23.35/22.82	c cleaning 9203 clauses out of 18414 with flag 11000/653204
23.55/23.04	c cleaning 8101 clauses out of 16211 with flag 18000/660204
23.85/23.31	c cleaning 8048 clauses out of 16110 with flag 26000/668204
24.15/23.63	c cleaning 8526 clauses out of 17063 with flag 35001/677205
24.45/23.99	c cleaning 9260 clauses out of 18536 with flag 45000/687204
24.95/24.41	c cleaning 9634 clauses out of 19276 with flag 55000/697204
25.35/24.81	c cleaning 9815 clauses out of 19642 with flag 65000/707204
25.76/25.21	c cleaning 9907 clauses out of 19827 with flag 75000/717204
26.06/25.59	c cleaning 9956 clauses out of 19920 with flag 85000/727204
26.46/25.96	c cleaning 9979 clauses out of 19966 with flag 95002/737206
26.86/26.32	c cleaning 9986 clauses out of 19986 with flag 105001/747205
27.17/26.66	c cleaning 9996 clauses out of 19999 with flag 115000/757204
27.57/27.00	c cleaning 9999 clauses out of 20006 with flag 125003/767207
27.87/27.32	c cleaning 9996 clauses out of 20004 with flag 135000/777204
28.17/27.67	c cleaning 9998 clauses out of 20008 with flag 145000/787204
28.57/28.01	c cleaning 10001 clauses out of 20013 with flag 155003/797207
28.87/28.36	c cleaning 9999 clauses out of 20009 with flag 165000/807204
28.97/28.42	c Got one! Elapsed wall clock time (in seconds):28.312
28.97/28.42	o 73
29.08/28.54	c cleaning 7754 clauses out of 15520 with flag 4002/812714
29.27/28.72	c cleaning 6878 clauses out of 13764 with flag 10000/818712
29.48/28.93	c cleaning 6939 clauses out of 13886 with flag 17000/825712
29.68/29.19	c cleaning 7470 clauses out of 14947 with flag 25000/833712
29.98/29.47	c cleaning 8235 clauses out of 16478 with flag 34001/842713
30.38/29.82	c cleaning 9118 clauses out of 18244 with flag 44002/852714
30.68/30.16	c cleaning 9556 clauses out of 19124 with flag 54000/862712
31.08/30.53	c cleaning 9781 clauses out of 19569 with flag 64001/872713
31.39/30.87	c cleaning 9887 clauses out of 19787 with flag 74000/882712
31.68/31.19	c cleaning 9945 clauses out of 19900 with flag 84000/892712
32.08/31.54	c cleaning 9972 clauses out of 19955 with flag 94000/902712
32.39/31.88	c cleaning 9987 clauses out of 19984 with flag 104001/912713
32.78/32.20	c cleaning 9995 clauses out of 19997 with flag 114001/922713
33.08/32.54	c cleaning 9995 clauses out of 20002 with flag 124001/932713
33.39/32.90	c cleaning 9998 clauses out of 20006 with flag 134000/942712
33.79/33.24	c cleaning 9996 clauses out of 20010 with flag 144002/952714
34.09/33.56	c cleaning 10000 clauses out of 20012 with flag 154000/962712
34.49/33.94	c cleaning 9996 clauses out of 20012 with flag 164000/972712
34.79/34.28	c cleaning 10005 clauses out of 20016 with flag 174000/982712
35.20/34.60	c cleaning 10001 clauses out of 20011 with flag 184000/992712
35.50/34.94	c cleaning 10002 clauses out of 20010 with flag 194000/1002712
35.81/35.30	c cleaning 10000 clauses out of 20009 with flag 204001/1012713
36.20/35.62	c cleaning 9999 clauses out of 20009 with flag 214001/1022713
36.50/35.97	c cleaning 9998 clauses out of 20009 with flag 224000/1032712
36.81/36.30	c cleaning 10001 clauses out of 20011 with flag 234000/1042712
37.21/36.63	c cleaning 10001 clauses out of 20012 with flag 244002/1052714
37.51/36.97	c cleaning 10002 clauses out of 20009 with flag 254000/1062712
37.91/37.33	c cleaning 9999 clauses out of 20010 with flag 264003/1072715
38.31/37.72	c cleaning 10000 clauses out of 20009 with flag 274001/1082713
38.61/38.05	c cleaning 9998 clauses out of 20009 with flag 284001/1092713
38.91/38.39	c cleaning 9996 clauses out of 20010 with flag 294000/1102712
39.31/38.79	c cleaning 10003 clauses out of 20015 with flag 304001/1112713
39.71/39.14	c cleaning 10001 clauses out of 20012 with flag 314001/1122713
40.01/39.48	c cleaning 9998 clauses out of 20010 with flag 324000/1132712
40.41/39.85	c cleaning 10000 clauses out of 20014 with flag 334002/1142714
40.81/40.27	c cleaning 9997 clauses out of 20012 with flag 344000/1152712
41.21/40.64	c cleaning 10000 clauses out of 20016 with flag 354001/1162713
41.21/40.66	c Got one! Elapsed wall clock time (in seconds):40.56
41.21/40.66	o 68
41.41/40.81	c cleaning 7708 clauses out of 15425 with flag 5001/1168122
41.61/41.00	c cleaning 6855 clauses out of 13716 with flag 11000/1174121
41.81/41.21	c cleaning 6929 clauses out of 13862 with flag 18001/1181122
42.01/41.47	c cleaning 7461 clauses out of 14933 with flag 26001/1189122
42.32/41.77	c cleaning 8232 clauses out of 16474 with flag 35003/1198124
42.71/42.10	c cleaning 9115 clauses out of 18239 with flag 45000/1208121
43.01/42.45	c cleaning 9558 clauses out of 19124 with flag 55000/1218121
43.42/42.81	c cleaning 9780 clauses out of 19568 with flag 65002/1228123
43.72/43.16	c cleaning 9886 clauses out of 19786 with flag 75000/1238121
44.12/43.51	c cleaning 9943 clauses out of 19901 with flag 85001/1248122
44.42/43.85	c cleaning 9975 clauses out of 19959 with flag 95002/1258123
44.82/44.22	c cleaning 9986 clauses out of 19987 with flag 105005/1268126
45.22/44.60	c cleaning 9995 clauses out of 19996 with flag 115000/1278121
45.52/44.99	c cleaning 9993 clauses out of 20003 with flag 125002/1288123
45.92/45.37	c cleaning 9999 clauses out of 20008 with flag 135000/1298121
46.32/45.75	c cleaning 10001 clauses out of 20010 with flag 145001/1308122
46.73/46.15	c cleaning 9995 clauses out of 20008 with flag 155000/1318121
47.13/46.53	c cleaning 9998 clauses out of 20013 with flag 165000/1328121
47.53/46.90	c cleaning 10002 clauses out of 20015 with flag 175000/1338121
47.83/47.28	c cleaning 9996 clauses out of 20014 with flag 185001/1348122
48.23/47.65	c cleaning 10001 clauses out of 20017 with flag 195000/1358121
48.53/48.00	c cleaning 10004 clauses out of 20018 with flag 205002/1368123
48.93/48.34	c cleaning 10000 clauses out of 20012 with flag 215000/1378121
49.23/48.68	c cleaning 9999 clauses out of 20013 with flag 225001/1388122
49.63/49.01	c cleaning 9997 clauses out of 20014 with flag 235001/1398122
49.93/49.35	c cleaning 10003 clauses out of 20016 with flag 245000/1408121
50.33/49.71	c cleaning 10004 clauses out of 20014 with flag 255001/1418122
50.63/50.07	c cleaning 10001 clauses out of 20010 with flag 265001/1428122
51.03/50.42	c cleaning 9999 clauses out of 20008 with flag 275000/1438121
51.43/50.80	c cleaning 9996 clauses out of 20010 with flag 285001/1448122
51.73/51.16	c cleaning 10003 clauses out of 20013 with flag 295000/1458121
52.13/51.50	c cleaning 10004 clauses out of 20012 with flag 305002/1468123
52.44/51.85	c cleaning 9997 clauses out of 20006 with flag 315000/1478121
52.83/52.21	c cleaning 10000 clauses out of 20011 with flag 325002/1488123
53.13/52.54	c cleaning 10002 clauses out of 20010 with flag 335001/1498122
53.53/52.90	c cleaning 10001 clauses out of 20011 with flag 345004/1508125
53.83/53.25	c cleaning 9998 clauses out of 20008 with flag 355002/1518123
54.13/53.59	c cleaning 9997 clauses out of 20008 with flag 365000/1528121
54.54/53.97	c cleaning 10002 clauses out of 20012 with flag 375001/1538122
54.93/54.34	c cleaning 9998 clauses out of 20010 with flag 385001/1548122
55.24/54.67	c cleaning 10000 clauses out of 20012 with flag 395001/1558122
55.64/55.02	c cleaning 10001 clauses out of 20013 with flag 405002/1568123
55.95/55.36	c cleaning 9998 clauses out of 20010 with flag 415000/1578121
56.34/55.74	c cleaning 9998 clauses out of 20012 with flag 425000/1588121
57.15/56.12	c cleaning 10001 clauses out of 20014 with flag 435000/1598121
57.55/56.51	c cleaning 10000 clauses out of 20013 with flag 445000/1608121
57.95/56.91	c cleaning 10003 clauses out of 20013 with flag 455000/1618121
58.26/57.28	c cleaning 10001 clauses out of 20014 with flag 465004/1628125
58.65/57.67	c cleaning 10001 clauses out of 20012 with flag 475003/1638124
59.06/58.06	c cleaning 9999 clauses out of 20008 with flag 485000/1648121
59.45/58.43	c cleaning 10002 clauses out of 20010 with flag 495001/1658122
59.86/58.83	c cleaning 10000 clauses out of 20008 with flag 505001/1668122
60.26/59.22	c cleaning 10001 clauses out of 20007 with flag 515000/1678121
60.58/59.51	c starts		: 223
60.58/59.51	c conflicts		: 1685728
60.58/59.51	c decisions		: 2727208
60.58/59.51	c propagations		: 41712635
60.58/59.51	c inspects		: 355270607
60.58/59.51	c shortcuts		: 0
60.58/59.51	c learnt literals	: 8
60.58/59.51	c learnt binary clauses	: 18
60.58/59.51	c learnt ternary clauses	: 1207
60.58/59.51	c learnt constraints	: 1685719
60.58/59.51	c ignored constraints	: 0
60.58/59.51	c root simplifications	: 0
60.58/59.51	c removed literals (reason simplification)	: 12468254
60.58/59.51	c reason swapping (by a shorter reason)	: 0
60.58/59.51	c Calls to reduceDB	: 180
60.58/59.51	c number of reductions to clauses (during analyze)	: 0
60.58/59.51	c number of learned constraints concerned by reduction	: 0
60.58/59.51	c number of learning phase by resolution	: 0
60.58/59.51	c number of learning phase by cutting planes	: 0
60.58/59.51	c speed (assignments/second)	: 2212989.2832511007
60.58/59.51	c non guided choices	605
60.58/59.51	c learnt constraints type 
60.58/59.51	c constraints type 
60.58/59.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
60.58/59.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
60.58/59.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
60.58/59.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
60.58/59.51	s OPTIMUM FOUND
60.58/59.51	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 
60.58/59.51	c objective function=68
60.58/59.51	c Total wall clock time (in seconds): 59.41

Verifier Data

OK	68

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3492381-1307909748/watcher-3492381-1307909748 -o /tmp/evaluation-result-3492381-1307909748/solver-3492381-1307909748 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492381-1307909748.wbo 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.06 2.05 1.96 3/193 23244
/proc/meminfo: memFree=12021772/32951132 swapFree=67054624/67111528
[pid=23244] ppid=23242 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/23244/stat : 23244 (java) S 23242 23244 19566 0 -1 4202496 1177 0 0 0 0 0 0 0 25 0 2 0 902574447 27824128 905 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676611045 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23244/statm: 6793 905 688 9 0 381 0
[pid=23244/tid=23245] ppid=23242 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23245/stat : 23245 (java) R 23242 23244 19566 0 -1 4202560 64 0 0 0 0 0 0 0 25 0 2 0 902574448 27824128 905 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274659884612 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.026442 s]
/proc/loadavg: 2.06 2.05 1.96 3/193 23244
/proc/meminfo: memFree=12021772/32951132 swapFree=67054624/67111528
[pid=23244] ppid=23242 vsize=10455012 CPUtime=0.02 cores=1,3,5,7
/proc/23244/stat : 23244 (java) S 23242 23244 19566 0 -1 4202496 10662 0 1 0 1 1 0 0 25 0 10 0 902574447 10705932288 10361 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/23244/statm: 2613753 10362 1512 9 0 2604501 0
[pid=23244/tid=23245] ppid=23242 vsize=10455012 CPUtime=0.01 cores=1,3,5,7
/proc/23244/task/23245/stat : 23245 (java) R 23242 23244 19566 0 -1 4202560 9542 0 1 0 0 1 0 0 25 0 10 0 902574448 10705932288 10362 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676635083 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10455012

[startup+0.100431 s]
/proc/loadavg: 2.06 2.05 1.96 3/193 23244
/proc/meminfo: memFree=12021772/32951132 swapFree=67054624/67111528
[pid=23244] ppid=23242 vsize=10539860 CPUtime=0.1 cores=1,3,5,7
/proc/23244/stat : 23244 (java) S 23242 23244 19566 0 -1 4202496 13070 0 1 0 9 1 0 0 25 0 18 0 902574447 10792816640 12765 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23244/statm: 2634965 12766 2092 9 0 2625699 0
[pid=23244/tid=23245] ppid=23242 vsize=10539860 CPUtime=0.08 cores=1,3,5,7
/proc/23244/task/23245/stat : 23245 (java) R 23242 23244 19566 0 -1 4202560 11148 0 1 0 7 1 0 0 22 0 18 0 902574448 10792816640 12766 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 47908291796967 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539860

[startup+0.300394 s]
/proc/loadavg: 2.06 2.05 1.96 3/193 23244
/proc/meminfo: memFree=12021772/32951132 swapFree=67054624/67111528
[pid=23244] ppid=23242 vsize=10543584 CPUtime=0.54 cores=1,3,5,7
/proc/23244/stat : 23244 (java) S 23242 23244 19566 0 -1 4202496 15991 0 1 0 52 2 0 0 25 0 19 0 902574447 10796630016 14850 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23244/statm: 2635896 14850 2214 9 0 2626630 0
[pid=23244/tid=23245] ppid=23242 vsize=10543584 CPUtime=0.28 cores=1,3,5,7
/proc/23244/task/23245/stat : 23245 (java) R 23242 23244 19566 0 -1 4202560 11754 0 1 0 27 1 0 0 23 0 19 0 902574448 10796630016 14850 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 46912505228273 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10543584

[startup+0.700311 s]
/proc/loadavg: 2.06 2.05 1.96 3/193 23244
/proc/meminfo: memFree=12021772/32951132 swapFree=67054624/67111528
[pid=23244] ppid=23242 vsize=10543584 CPUtime=1.03 cores=1,3,5,7
/proc/23244/stat : 23244 (java) S 23242 23244 19566 0 -1 4202496 17008 0 1 0 101 2 0 0 25 0 19 0 902574447 10796630016 15817 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23244/statm: 2635896 15817 2246 9 0 2626630 0
[pid=23244/tid=23245] ppid=23242 vsize=10543584 CPUtime=0.67 cores=1,3,5,7
/proc/23244/task/23245/stat : 23245 (java) R 23242 23244 19566 0 -1 4202560 12132 0 1 0 66 1 0 0 25 0 19 0 902574448 10796630016 15817 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 46912505523135 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10543584

[startup+1.50119 s]
/proc/loadavg: 2.06 2.05 1.96 5/212 23320
/proc/meminfo: memFree=11983964/32951132 swapFree=67054624/67111528
[pid=23244] ppid=23242 vsize=10544548 CPUtime=1.92 cores=1,3,5,7
/proc/23244/stat : 23244 (java) S 23242 23244 19566 0 -1 4202496 18463 0 1 0 190 2 0 0 25 0 19 0 902574447 10797617152 16682 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23244/statm: 2636137 16682 2248 9 0 2626871 0
[pid=23244/tid=23245] ppid=23242 vsize=10544548 CPUtime=1.41 cores=1,3,5,7
/proc/23244/task/23245/stat : 23245 (java) S 23242 23244 19566 0 -1 4202560 12136 0 1 0 140 1 0 0 25 0 19 0 902574448 10797617152 16682 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23247] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23247/stat : 23247 (java) S 23242 23244 19566 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 19 0 902574450 10797617152 16682 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 7 0 0 0
[pid=23244/tid=23248] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23248/stat : 23248 (java) S 23242 23244 19566 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 902574450 10797617152 16682 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 7 0 0 0
[pid=23244/tid=23249] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23249/stat : 23249 (java) S 23242 23244 19566 0 -1 4202560 52 0 0 0 0 0 0 0 16 0 19 0 902574450 10797617152 16682 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23250] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23250/stat : 23250 (java) S 23242 23244 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902574450 10797617152 16682 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 7 0 0 0
[pid=23244/tid=23251] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23251/stat : 23251 (java) S 23242 23244 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902574450 10797617152 16682 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 5 0 0 0
[pid=23244/tid=23252] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23252/stat : 23252 (java) S 23242 23244 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902574450 10797617152 16682 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 7 0 0 0
[pid=23244/tid=23253] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23253/stat : 23253 (java) S 23242 23244 19566 0 -1 4202560 202 0 0 0 0 0 0 0 15 0 19 0 902574450 10797617152 16682 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23254] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23254/stat : 23254 (java) S 23242 23244 19566 0 -1 4202560 128 0 0 0 0 0 0 0 15 0 19 0 902574450 10797617152 16682 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 5 0 0 0
[pid=23244/tid=23255] ppid=23242 vsize=10544548 CPUtime=0.05 cores=1,3,5,7
/proc/23244/task/23255/stat : 23255 (java) R 23242 23244 19566 0 -1 4202560 517 0 0 0 5 0 0 0 15 0 19 0 902574451 10797617152 16682 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 47908294770004 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=23244/tid=23256] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23256/stat : 23256 (java) S 23242 23244 19566 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 902574451 10797617152 16682 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23257] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23257/stat : 23257 (java) S 23242 23244 19566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902574451 10797617152 16682 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23258] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23258/stat : 23258 (java) S 23242 23244 19566 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902574453 10797617152 16682 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676631985 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23259] ppid=23242 vsize=10544548 CPUtime=0.16 cores=1,3,5,7
/proc/23244/task/23259/stat : 23259 (java) S 23242 23244 19566 0 -1 4202560 1566 0 0 0 16 0 0 0 15 0 19 0 902574453 10797617152 16682 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 5 0 0 0
[pid=23244/tid=23260] ppid=23242 vsize=10544548 CPUtime=0.25 cores=1,3,5,7
/proc/23244/task/23260/stat : 23260 (java) S 23242 23244 19566 0 -1 4202560 2461 0 0 0 25 0 0 0 15 0 19 0 902574453 10797617152 16682 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23261] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23261/stat : 23261 (java) S 23242 23244 19566 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902574453 10797617152 16682 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23262] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23262/stat : 23262 (java) S 23242 23244 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902574453 10797617152 16682 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624896 0 4 0 16800975 18446604471161829248 0 0 -1 7 0 0 0
[pid=23244/tid=23264] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23264/stat : 23264 (java) S 23242 23244 19566 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902574464 10797617152 16682 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624896 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 10544548

[startup+3.10091 s]
/proc/loadavg: 2.06 2.05 1.96 3/212 23320
/proc/meminfo: memFree=11976280/32951132 swapFree=67054624/67111528
[pid=23244] ppid=23242 vsize=10544548 CPUtime=3.53 cores=1,3,5,7
/proc/23244/stat : 23244 (java) S 23242 23244 19566 0 -1 4202496 18515 0 1 0 351 2 0 0 25 0 19 0 902574447 10797617152 16728 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23244/statm: 2636137 16728 2248 9 0 2626871 0
[pid=23244/tid=23245] ppid=23242 vsize=10544548 CPUtime=2.93 cores=1,3,5,7
/proc/23244/task/23245/stat : 23245 (java) R 23242 23244 19566 0 -1 4202560 12143 0 1 0 292 1 0 0 25 0 19 0 902574448 10797617152 16728 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 46912505523048 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23244/tid=23247] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23247/stat : 23247 (java) S 23242 23244 19566 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 19 0 902574450 10797617152 16728 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 7 0 0 0
[pid=23244/tid=23248] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23248/stat : 23248 (java) S 23242 23244 19566 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 902574450 10797617152 16728 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23249] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23249/stat : 23249 (java) S 23242 23244 19566 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 19 0 902574450 10797617152 16728 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23250] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23250/stat : 23250 (java) S 23242 23244 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902574450 10797617152 16728 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 5 0 0 0
[pid=23244/tid=23251] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23251/stat : 23251 (java) S 23242 23244 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902574450 10797617152 16728 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23252] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23252/stat : 23252 (java) S 23242 23244 19566 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902574450 10797617152 16728 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 5 0 0 0
[pid=23244/tid=23253] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23253/stat : 23253 (java) S 23242 23244 19566 0 -1 4202560 203 0 0 0 0 0 0 0 15 0 19 0 902574450 10797617152 16728 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23254] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23254/stat : 23254 (java) S 23242 23244 19566 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 19 0 902574450 10797617152 16728 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23255] ppid=23242 vsize=10544548 CPUtime=0.13 cores=1,3,5,7
/proc/23244/task/23255/stat : 23255 (java) S 23242 23244 19566 0 -1 4202560 555 0 0 0 13 0 0 0 16 0 19 0 902574451 10797617152 16728 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624896 0 0 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23256] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23256/stat : 23256 (java) S 23242 23244 19566 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 902574451 10797617152 16728 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23257] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23257/stat : 23257 (java) S 23242 23244 19566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902574451 10797617152 16728 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23258] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23258/stat : 23258 (java) S 23242 23244 19566 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902574453 10797617152 16728 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676631985 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23259] ppid=23242 vsize=10544548 CPUtime=0.16 cores=1,3,5,7
/proc/23244/task/23259/stat : 23259 (java) S 23242 23244 19566 0 -1 4202560 1566 0 0 0 16 0 0 0 15 0 19 0 902574453 10797617152 16728 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 5 0 0 0
[pid=23244/tid=23260] ppid=23242 vsize=10544548 CPUtime=0.26 cores=1,3,5,7
/proc/23244/task/23260/stat : 23260 (java) S 23242 23244 19566 0 -1 4202560 2461 0 0 0 26 0 0 0 15 0 19 0 902574453 10797617152 16728 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23261] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23261/stat : 23261 (java) S 23242 23244 19566 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902574453 10797617152 16728 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23262] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23262/stat : 23262 (java) S 23242 23244 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902574453 10797617152 16728 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624896 0 4 0 16800975 18446604471161829248 0 0 -1 7 0 0 0
[pid=23244/tid=23264] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23264/stat : 23264 (java) S 23242 23244 19566 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902574464 10797617152 16728 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624896 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 10544548

[startup+6.30135 s]
/proc/loadavg: 2.05 2.05 1.96 3/212 23320
/proc/meminfo: memFree=11974796/32951132 swapFree=67054624/67111528
[pid=23244] ppid=23242 vsize=10544548 CPUtime=6.75 cores=1,3,5,7
/proc/23244/stat : 23244 (java) S 23242 23244 19566 0 -1 4202496 19113 0 1 0 673 2 0 0 25 0 19 0 902574447 10797617152 16973 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23244/statm: 2636137 16973 2248 9 0 2626871 0
[pid=23244/tid=23245] ppid=23242 vsize=10544548 CPUtime=5.97 cores=1,3,5,7
/proc/23244/task/23245/stat : 23245 (java) R 23242 23244 19566 0 -1 4202560 12156 0 1 0 596 1 0 0 18 0 19 0 902574448 10797617152 16973 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 46912505569178 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23244/tid=23247] ppid=23242 vsize=10544548 CPUtime=0.01 cores=1,3,5,7
/proc/23244/task/23247/stat : 23247 (java) S 23242 23244 19566 0 -1 4202560 266 0 0 0 1 0 0 0 15 0 19 0 902574450 10797617152 16973 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 7 0 0 0
[pid=23244/tid=23248] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23248/stat : 23248 (java) S 23242 23244 19566 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 19 0 902574450 10797617152 16973 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 7 0 0 0
[pid=23244/tid=23249] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23249/stat : 23249 (java) S 23242 23244 19566 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 902574450 10797617152 16973 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 5 0 0 0
[pid=23244/tid=23250] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23250/stat : 23250 (java) S 23242 23244 19566 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902574450 10797617152 16973 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 7 0 0 0
[pid=23244/tid=23251] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23251/stat : 23251 (java) S 23242 23244 19566 0 -1 4202560 197 0 0 0 0 0 0 0 16 0 19 0 902574450 10797617152 16973 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23252] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23252/stat : 23252 (java) S 23242 23244 19566 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 902574450 10797617152 16973 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23253] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23253/stat : 23253 (java) S 23242 23244 19566 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 19 0 902574450 10797617152 16973 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 5 0 0 0
[pid=23244/tid=23254] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23254/stat : 23254 (java) S 23242 23244 19566 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 19 0 902574450 10797617152 16973 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 7 0 0 0
[pid=23244/tid=23255] ppid=23242 vsize=10544548 CPUtime=0.28 cores=1,3,5,7
/proc/23244/task/23255/stat : 23255 (java) S 23242 23244 19566 0 -1 4202560 714 0 0 0 28 0 0 0 16 0 19 0 902574451 10797617152 16973 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624896 0 0 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23256] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23256/stat : 23256 (java) S 23242 23244 19566 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 902574451 10797617152 16973 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23257] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23257/stat : 23257 (java) S 23242 23244 19566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902574451 10797617152 16973 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23258] ppid=23242 vsize=10544548 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23258/stat : 23258 (java) S 23242 23244 19566 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902574453 10797617152 16973 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676631985 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23259] ppid=23242 vsize=10544548 CPUtime=0.16 cores=1,3,5,7
/proc/23244/task/23259/stat : 23259 (java) S 23242 23244 19566 0 -1 4202560 1566 0 0 0 16 0 0 0 15 0 19 0 902574453 10797617152 16973 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 5 0 0 0
[pid=23244/tid=23260] ppid=23242 vsize=10544548 CPUtime=0.26 cores=1,3,5,7
/proc/23244/task/23260/stat : 23260 (java) S 23242 23244 19566 0 -1 4202560 2461 0 0 0 26 0 0 0 15 0 19 0 902574453 10797617152 16973 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0

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

/proc/23244/task/23247/stat : 23247 (java) S 23242 23244 19566 0 -1 4202560 273 0 0 0 5 0 0 0 16 0 19 0 902574450 10804822016 19183 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23248] ppid=23242 vsize=10551584 CPUtime=0.04 cores=1,3,5,7
/proc/23244/task/23248/stat : 23248 (java) S 23242 23244 19566 0 -1 4202560 61 0 0 0 4 0 0 0 15 0 19 0 902574450 10804822016 19183 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23249] ppid=23242 vsize=10551584 CPUtime=0.04 cores=1,3,5,7
/proc/23244/task/23249/stat : 23249 (java) S 23242 23244 19566 0 -1 4202560 133 0 0 0 4 0 0 0 16 0 19 0 902574450 10804822016 19183 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23250] ppid=23242 vsize=10551584 CPUtime=0.05 cores=1,3,5,7
/proc/23244/task/23250/stat : 23250 (java) S 23242 23244 19566 0 -1 4202560 29 0 0 0 5 0 0 0 15 0 19 0 902574450 10804822016 19183 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23251] ppid=23242 vsize=10551584 CPUtime=0.05 cores=1,3,5,7
/proc/23244/task/23251/stat : 23251 (java) S 23242 23244 19566 0 -1 4202560 197 0 0 0 5 0 0 0 15 0 19 0 902574450 10804822016 19183 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23252] ppid=23242 vsize=10551584 CPUtime=0.04 cores=1,3,5,7
/proc/23244/task/23252/stat : 23252 (java) S 23242 23244 19566 0 -1 4202560 77 0 0 0 4 0 0 0 15 0 19 0 902574450 10804822016 19183 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23253] ppid=23242 vsize=10551584 CPUtime=0.04 cores=1,3,5,7
/proc/23244/task/23253/stat : 23253 (java) S 23242 23244 19566 0 -1 4202560 218 0 0 0 4 0 0 0 15 0 19 0 902574450 10804822016 19183 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 7 0 0 0
[pid=23244/tid=23254] ppid=23242 vsize=10551584 CPUtime=0.04 cores=1,3,5,7
/proc/23244/task/23254/stat : 23254 (java) S 23242 23244 19566 0 -1 4202560 135 0 0 0 4 0 0 0 15 0 19 0 902574450 10804822016 19183 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23255] ppid=23242 vsize=10551584 CPUtime=2.33 cores=1,3,5,7
/proc/23244/task/23255/stat : 23255 (java) S 23242 23244 19566 0 -1 4202560 1059 0 0 0 231 2 0 0 15 0 19 0 902574451 10804822016 19183 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624896 0 0 0 16800975 18446604471161829248 0 0 -1 5 0 0 0
[pid=23244/tid=23256] ppid=23242 vsize=10551584 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23256/stat : 23256 (java) S 23242 23244 19566 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 902574451 10804822016 19183 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23257] ppid=23242 vsize=10551584 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23257/stat : 23257 (java) S 23242 23244 19566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902574451 10804822016 19183 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23258] ppid=23242 vsize=10551584 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23258/stat : 23258 (java) S 23242 23244 19566 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902574453 10804822016 19183 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676631985 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23259] ppid=23242 vsize=10551584 CPUtime=0.18 cores=1,3,5,7
/proc/23244/task/23259/stat : 23259 (java) S 23242 23244 19566 0 -1 4202560 1574 0 0 0 18 0 0 0 16 0 19 0 902574453 10804822016 19183 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 5 0 0 0
[pid=23244/tid=23260] ppid=23242 vsize=10551584 CPUtime=0.67 cores=1,3,5,7
/proc/23244/task/23260/stat : 23260 (java) S 23242 23244 19566 0 -1 4202560 8447 0 0 0 66 1 0 0 16 0 19 0 902574453 10804822016 19183 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23261] ppid=23242 vsize=10551584 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23261/stat : 23261 (java) S 23242 23244 19566 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902574453 10804822016 19183 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23262] ppid=23242 vsize=10551584 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23262/stat : 23262 (java) S 23242 23244 19566 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902574453 10804822016 19183 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624896 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23264] ppid=23242 vsize=10551584 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23264/stat : 23264 (java) S 23242 23244 19566 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902574464 10804822016 19183 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624896 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 58.55
Current children cumulated vsize (KiB) 10551584

[startup+58.3064 s]
/proc/loadavg: 2.02 2.04 1.96 3/212 23435
/proc/meminfo: memFree=11972980/32951132 swapFree=67054624/67111528
[pid=23244] ppid=23242 vsize=10551584 CPUtime=59.36 cores=1,3,5,7
/proc/23244/stat : 23244 (java) S 23242 23244 19566 0 -1 4202496 25670 0 1 0 5929 7 0 0 25 0 19 0 902574447 10804822016 19186 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23244/statm: 2637896 19186 2250 9 0 2628630 0
[pid=23244/tid=23245] ppid=23242 vsize=10551584 CPUtime=55.69 cores=1,3,5,7
/proc/23244/task/23245/stat : 23245 (java) R 23242 23244 19566 0 -1 4202560 12311 0 1 0 5568 1 0 0 21 0 19 0 902574448 10804822016 19186 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 46912505603825 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23244/tid=23247] ppid=23242 vsize=10551584 CPUtime=0.05 cores=1,3,5,7
/proc/23244/task/23247/stat : 23247 (java) S 23242 23244 19566 0 -1 4202560 276 0 0 0 5 0 0 0 16 0 19 0 902574450 10804822016 19186 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23248] ppid=23242 vsize=10551584 CPUtime=0.04 cores=1,3,5,7
/proc/23244/task/23248/stat : 23248 (java) S 23242 23244 19566 0 -1 4202560 61 0 0 0 4 0 0 0 15 0 19 0 902574450 10804822016 19186 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23249] ppid=23242 vsize=10551584 CPUtime=0.04 cores=1,3,5,7
/proc/23244/task/23249/stat : 23249 (java) S 23242 23244 19566 0 -1 4202560 133 0 0 0 4 0 0 0 15 0 19 0 902574450 10804822016 19186 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 7 0 0 0
[pid=23244/tid=23250] ppid=23242 vsize=10551584 CPUtime=0.05 cores=1,3,5,7
/proc/23244/task/23250/stat : 23250 (java) S 23242 23244 19566 0 -1 4202560 29 0 0 0 5 0 0 0 15 0 19 0 902574450 10804822016 19186 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 7 0 0 0
[pid=23244/tid=23251] ppid=23242 vsize=10551584 CPUtime=0.05 cores=1,3,5,7
/proc/23244/task/23251/stat : 23251 (java) S 23242 23244 19566 0 -1 4202560 197 0 0 0 5 0 0 0 15 0 19 0 902574450 10804822016 19186 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23252] ppid=23242 vsize=10551584 CPUtime=0.04 cores=1,3,5,7
/proc/23244/task/23252/stat : 23252 (java) S 23242 23244 19566 0 -1 4202560 77 0 0 0 4 0 0 0 16 0 19 0 902574450 10804822016 19186 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23253] ppid=23242 vsize=10551584 CPUtime=0.04 cores=1,3,5,7
/proc/23244/task/23253/stat : 23253 (java) S 23242 23244 19566 0 -1 4202560 218 0 0 0 4 0 0 0 15 0 19 0 902574450 10804822016 19186 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 7 0 0 0
[pid=23244/tid=23254] ppid=23242 vsize=10551584 CPUtime=0.04 cores=1,3,5,7
/proc/23244/task/23254/stat : 23254 (java) S 23242 23244 19566 0 -1 4202560 135 0 0 0 4 0 0 0 16 0 19 0 902574450 10804822016 19186 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23255] ppid=23242 vsize=10551584 CPUtime=2.36 cores=1,3,5,7
/proc/23244/task/23255/stat : 23255 (java) S 23242 23244 19566 0 -1 4202560 1059 0 0 0 234 2 0 0 15 0 19 0 902574451 10804822016 19186 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624896 0 0 0 16800975 18446604471161829248 0 0 -1 5 0 0 0
[pid=23244/tid=23256] ppid=23242 vsize=10551584 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23256/stat : 23256 (java) S 23242 23244 19566 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 902574451 10804822016 19186 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23257] ppid=23242 vsize=10551584 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23257/stat : 23257 (java) S 23242 23244 19566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902574451 10804822016 19186 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23258] ppid=23242 vsize=10551584 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23258/stat : 23258 (java) S 23242 23244 19566 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902574453 10804822016 19186 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676631985 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23259] ppid=23242 vsize=10551584 CPUtime=0.18 cores=1,3,5,7
/proc/23244/task/23259/stat : 23259 (java) S 23242 23244 19566 0 -1 4202560 1574 0 0 0 18 0 0 0 16 0 19 0 902574453 10804822016 19186 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 5 0 0 0
[pid=23244/tid=23260] ppid=23242 vsize=10551584 CPUtime=0.67 cores=1,3,5,7
/proc/23244/task/23260/stat : 23260 (java) S 23242 23244 19566 0 -1 4202560 8447 0 0 0 66 1 0 0 16 0 19 0 902574453 10804822016 19186 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23261] ppid=23242 vsize=10551584 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23261/stat : 23261 (java) S 23242 23244 19566 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902574453 10804822016 19186 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23262] ppid=23242 vsize=10551584 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23262/stat : 23262 (java) S 23242 23244 19566 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902574453 10804822016 19186 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624896 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23264] ppid=23242 vsize=10551584 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23264/stat : 23264 (java) S 23242 23244 19566 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902574464 10804822016 19186 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624896 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 59.36
Current children cumulated vsize (KiB) 10551584

[startup+59.1012 s]
/proc/loadavg: 2.02 2.04 1.96 3/212 23435
/proc/meminfo: memFree=11972980/32951132 swapFree=67054624/67111528
[pid=23244] ppid=23242 vsize=10551584 CPUtime=60.16 cores=1,3,5,7
/proc/23244/stat : 23244 (java) S 23242 23244 19566 0 -1 4202496 25675 0 1 0 6009 7 0 0 25 0 19 0 902574447 10804822016 19189 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23244/statm: 2637896 19189 2250 9 0 2628630 0
[pid=23244/tid=23245] ppid=23242 vsize=10551584 CPUtime=56.45 cores=1,3,5,7
/proc/23244/task/23245/stat : 23245 (java) R 23242 23244 19566 0 -1 4202560 12313 0 1 0 5644 1 0 0 23 0 19 0 902574448 10804822016 19189 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 46912505677695 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23244/tid=23247] ppid=23242 vsize=10551584 CPUtime=0.05 cores=1,3,5,7
/proc/23244/task/23247/stat : 23247 (java) S 23242 23244 19566 0 -1 4202560 276 0 0 0 5 0 0 0 15 0 19 0 902574450 10804822016 19189 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23248] ppid=23242 vsize=10551584 CPUtime=0.04 cores=1,3,5,7
/proc/23244/task/23248/stat : 23248 (java) S 23242 23244 19566 0 -1 4202560 61 0 0 0 4 0 0 0 15 0 19 0 902574450 10804822016 19189 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23249] ppid=23242 vsize=10551584 CPUtime=0.04 cores=1,3,5,7
/proc/23244/task/23249/stat : 23249 (java) S 23242 23244 19566 0 -1 4202560 133 0 0 0 4 0 0 0 16 0 19 0 902574450 10804822016 19189 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 7 0 0 0
[pid=23244/tid=23250] ppid=23242 vsize=10551584 CPUtime=0.06 cores=1,3,5,7
/proc/23244/task/23250/stat : 23250 (java) S 23242 23244 19566 0 -1 4202560 29 0 0 0 6 0 0 0 15 0 19 0 902574450 10804822016 19189 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23251] ppid=23242 vsize=10551584 CPUtime=0.05 cores=1,3,5,7
/proc/23244/task/23251/stat : 23251 (java) S 23242 23244 19566 0 -1 4202560 197 0 0 0 5 0 0 0 15 0 19 0 902574450 10804822016 19189 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23252] ppid=23242 vsize=10551584 CPUtime=0.04 cores=1,3,5,7
/proc/23244/task/23252/stat : 23252 (java) S 23242 23244 19566 0 -1 4202560 77 0 0 0 4 0 0 0 15 0 19 0 902574450 10804822016 19189 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23253] ppid=23242 vsize=10551584 CPUtime=0.04 cores=1,3,5,7
/proc/23244/task/23253/stat : 23253 (java) S 23242 23244 19566 0 -1 4202560 218 0 0 0 4 0 0 0 15 0 19 0 902574450 10804822016 19189 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 7 0 0 0
[pid=23244/tid=23254] ppid=23242 vsize=10551584 CPUtime=0.04 cores=1,3,5,7
/proc/23244/task/23254/stat : 23254 (java) S 23242 23244 19566 0 -1 4202560 135 0 0 0 4 0 0 0 15 0 19 0 902574450 10804822016 19189 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23255] ppid=23242 vsize=10551584 CPUtime=2.38 cores=1,3,5,7
/proc/23244/task/23255/stat : 23255 (java) S 23242 23244 19566 0 -1 4202560 1062 0 0 0 236 2 0 0 15 0 19 0 902574451 10804822016 19189 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624896 0 0 0 16800975 18446604471161829248 0 0 -1 5 0 0 0
[pid=23244/tid=23256] ppid=23242 vsize=10551584 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23256/stat : 23256 (java) S 23242 23244 19566 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 902574451 10804822016 19189 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23257] ppid=23242 vsize=10551584 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23257/stat : 23257 (java) S 23242 23244 19566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902574451 10804822016 19189 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23258] ppid=23242 vsize=10551584 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23258/stat : 23258 (java) S 23242 23244 19566 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902574453 10804822016 19189 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676631985 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23259] ppid=23242 vsize=10551584 CPUtime=0.18 cores=1,3,5,7
/proc/23244/task/23259/stat : 23259 (java) S 23242 23244 19566 0 -1 4202560 1574 0 0 0 18 0 0 0 16 0 19 0 902574453 10804822016 19189 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 5 0 0 0
[pid=23244/tid=23260] ppid=23242 vsize=10551584 CPUtime=0.67 cores=1,3,5,7
/proc/23244/task/23260/stat : 23260 (java) S 23242 23244 19566 0 -1 4202560 8447 0 0 0 66 1 0 0 16 0 19 0 902574453 10804822016 19189 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23261] ppid=23242 vsize=10551584 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23261/stat : 23261 (java) S 23242 23244 19566 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902574453 10804822016 19189 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23262] ppid=23242 vsize=10551584 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23262/stat : 23262 (java) S 23242 23244 19566 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902574453 10804822016 19189 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624896 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23264] ppid=23242 vsize=10551584 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23264/stat : 23264 (java) S 23242 23244 19566 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902574464 10804822016 19189 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624896 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 60.16
Current children cumulated vsize (KiB) 10551584

[startup+59.5012 s]
/proc/loadavg: 2.02 2.04 1.96 5/212 23435
/proc/meminfo: memFree=11972856/32951132 swapFree=67054624/67111528
[pid=23244] ppid=23242 vsize=10551584 CPUtime=60.58 cores=1,3,5,7
/proc/23244/stat : 23244 (java) S 23242 23244 19566 0 -1 4202496 25732 0 1 0 6051 7 0 0 25 0 19 0 902574447 10804822016 19241 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23244/statm: 2637896 19241 2250 9 0 2628630 0
[pid=23244/tid=23245] ppid=23242 vsize=10551584 CPUtime=56.84 cores=1,3,5,7
/proc/23244/task/23245/stat : 23245 (java) R 23242 23244 19566 0 -1 4202560 12315 0 1 0 5683 1 0 0 25 0 19 0 902574448 10804822016 19241 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 46912505543802 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23244/tid=23247] ppid=23242 vsize=10551584 CPUtime=0.05 cores=1,3,5,7
/proc/23244/task/23247/stat : 23247 (java) S 23242 23244 19566 0 -1 4202560 276 0 0 0 5 0 0 0 16 0 19 0 902574450 10804822016 19241 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23248] ppid=23242 vsize=10551584 CPUtime=0.04 cores=1,3,5,7
/proc/23244/task/23248/stat : 23248 (java) S 23242 23244 19566 0 -1 4202560 61 0 0 0 4 0 0 0 15 0 19 0 902574450 10804822016 19241 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23249] ppid=23242 vsize=10551584 CPUtime=0.05 cores=1,3,5,7
/proc/23244/task/23249/stat : 23249 (java) S 23242 23244 19566 0 -1 4202560 133 0 0 0 5 0 0 0 16 0 19 0 902574450 10804822016 19241 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 7 0 0 0
[pid=23244/tid=23250] ppid=23242 vsize=10551584 CPUtime=0.06 cores=1,3,5,7
/proc/23244/task/23250/stat : 23250 (java) S 23242 23244 19566 0 -1 4202560 29 0 0 0 6 0 0 0 15 0 19 0 902574450 10804822016 19241 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23251] ppid=23242 vsize=10551584 CPUtime=0.05 cores=1,3,5,7
/proc/23244/task/23251/stat : 23251 (java) S 23242 23244 19566 0 -1 4202560 197 0 0 0 5 0 0 0 16 0 19 0 902574450 10804822016 19241 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23252] ppid=23242 vsize=10551584 CPUtime=0.04 cores=1,3,5,7
/proc/23244/task/23252/stat : 23252 (java) S 23242 23244 19566 0 -1 4202560 77 0 0 0 4 0 0 0 15 0 19 0 902574450 10804822016 19241 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23253] ppid=23242 vsize=10551584 CPUtime=0.04 cores=1,3,5,7
/proc/23244/task/23253/stat : 23253 (java) S 23242 23244 19566 0 -1 4202560 218 0 0 0 4 0 0 0 16 0 19 0 902574450 10804822016 19241 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 7 0 0 0
[pid=23244/tid=23254] ppid=23242 vsize=10551584 CPUtime=0.04 cores=1,3,5,7
/proc/23244/task/23254/stat : 23254 (java) S 23242 23244 19566 0 -1 4202560 135 0 0 0 4 0 0 0 15 0 19 0 902574450 10804822016 19241 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 7 0 0 0
[pid=23244/tid=23255] ppid=23242 vsize=10551584 CPUtime=2.4 cores=1,3,5,7
/proc/23244/task/23255/stat : 23255 (java) S 23242 23244 19566 0 -1 4202560 1062 0 0 0 238 2 0 0 15 0 19 0 902574451 10804822016 19241 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624896 0 0 0 16800975 18446604471161829248 0 0 -1 5 0 0 0
[pid=23244/tid=23256] ppid=23242 vsize=10551584 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23256/stat : 23256 (java) S 23242 23244 19566 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 902574451 10804822016 19241 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23257] ppid=23242 vsize=10551584 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23257/stat : 23257 (java) S 23242 23244 19566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902574451 10804822016 19241 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23258] ppid=23242 vsize=10551584 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23258/stat : 23258 (java) S 23242 23244 19566 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902574453 10804822016 19241 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676631985 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23259] ppid=23242 vsize=10551584 CPUtime=0.19 cores=1,3,5,7
/proc/23244/task/23259/stat : 23259 (java) S 23242 23244 19566 0 -1 4202560 1629 0 0 0 19 0 0 0 15 0 19 0 902574453 10804822016 19241 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 5 0 0 0
[pid=23244/tid=23260] ppid=23242 vsize=10551584 CPUtime=0.68 cores=1,3,5,7
/proc/23244/task/23260/stat : 23260 (java) S 23242 23244 19566 0 -1 4202560 8447 0 0 0 67 1 0 0 15 0 19 0 902574453 10804822016 19241 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23261] ppid=23242 vsize=10551584 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23261/stat : 23261 (java) S 23242 23244 19566 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902574453 10804822016 19241 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624281 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
[pid=23244/tid=23262] ppid=23242 vsize=10551584 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23262/stat : 23262 (java) S 23242 23244 19566 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902574453 10804822016 19241 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624896 0 4 0 16800975 18446604471161829248 0 0 -1 1 0 0 0
[pid=23244/tid=23264] ppid=23242 vsize=10551584 CPUtime=0 cores=1,3,5,7
/proc/23244/task/23264/stat : 23264 (java) S 23242 23244 19566 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902574464 10804822016 19241 33554432000 1073741824 1073778376 140736605097696 18446744073709551615 274676624896 0 4 0 16800975 18446604471161829248 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 60.58
Current children cumulated vsize (KiB) 10551584

Child status: 30
Real time (s): 59.5239
CPU time (s): 60.6118
CPU user time (s): 60.5318
CPU system time (s): 0.079987
CPU usage (%): 101.828
Max. virtual memory (cumulated for all children) (KiB): 10565024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.5318
system time used= 0.079987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25757
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= 6402
involuntary context switches= 2713

runsolver used 0.103984 second user time and 0.236963 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 22:15:48
IDJOB=3492381
IDBENCH=78790
IDSOLVER=1982
FILE ID=node131/3492381-1307909748
RUNJOBID= node131-1307907581-21985
PBS_JOBID= 13559575
Free space on /tmp= 56584 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110976935--soft-66-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3492381-1307909748/watcher-3492381-1307909748 -o /tmp/evaluation-result-3492381-1307909748/solver-3492381-1307909748 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492381-1307909748.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ff50a01bd34cad1b05de66ca80b19984
RANDOM SEED=1085108326

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.75
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12022308 kB
Buffers:        333160 kB
Cached:       19808800 kB
SwapCached:       9816 kB
Active:       15682100 kB
Inactive:      4561892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12022308 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:             324 kB
Writeback:           0 kB
AnonPages:       99976 kB
Mapped:          21476 kB
Slab:           621952 kB
PageTables:       4956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10567184 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= 56584 MiB
End job on node131 at 2011-06-12 22:16:48