Trace number 3492540

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 55.1656 53.9341

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224929--soft-66-100-0.wbo
MD5SUM3ff78030d7fc141241cdd1d8ac18da82
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark71
Best CPU time to get the best result obtained on this benchmark1.23781
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 1264
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.1.v20110525
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
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		amd64
0.03/0.08	c Free memory 		9996466904
0.03/0.08	c Max memory 		10048897024
0.03/0.08	c Total memory 		10048897024
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 org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
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-3492540-1307909939.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.054s.
0.11/0.16	c #vars     211
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.70/0.45	c cleaning 2498 clauses out of 5000 with flag 5000/5000
0.94/0.64	c cleaning 4248 clauses out of 8502 with flag 11000/11000
0.94/0.69	c SATISFIABLE
0.94/0.69	c OPTIMIZING...
0.94/0.69	c Got one! Elapsed wall clock time (in seconds):0.584
0.94/0.69	o 436
1.16/0.80	c cleaning 4738 clauses out of 9484 with flag 4002/16230
1.27/0.98	c cleaning 5369 clauses out of 10745 with flag 10001/22229
1.38/1.05	c Got one! Elapsed wall clock time (in seconds):0.951
1.38/1.05	o 405
1.49/1.14	c cleaning 5336 clauses out of 10679 with flag 3001/27532
1.49/1.17	c Got one! Elapsed wall clock time (in seconds):1.063
1.49/1.17	o 372
1.69/1.31	c cleaning 5505 clauses out of 11019 with flag 5001/33208
1.79/1.48	c cleaning 5751 clauses out of 11513 with flag 11000/39207
1.89/1.55	c Got one! Elapsed wall clock time (in seconds):1.447
1.89/1.55	o 365
1.99/1.64	c cleaning 5554 clauses out of 11111 with flag 3001/44556
2.19/1.81	c cleaning 5766 clauses out of 11556 with flag 9000/50555
2.19/1.87	c Got one! Elapsed wall clock time (in seconds):1.765
2.19/1.87	o 360
2.29/1.95	c cleaning 5491 clauses out of 10987 with flag 3000/55752
2.50/2.13	c cleaning 5744 clauses out of 11497 with flag 9001/61753
2.69/2.32	c cleaning 6370 clauses out of 12752 with flag 16000/68752
2.89/2.55	c cleaning 7187 clauses out of 14383 with flag 24001/76753
3.19/2.83	c cleaning 8094 clauses out of 16195 with flag 33000/85752
3.19/2.85	c Got one! Elapsed wall clock time (in seconds):2.746
3.19/2.85	o 332
3.29/2.98	c cleaning 6628 clauses out of 13265 with flag 5000/90916
3.40/3.02	c Got one! Elapsed wall clock time (in seconds):2.917
3.40/3.02	o 293
3.50/3.14	c cleaning 5982 clauses out of 11966 with flag 4000/96245
3.71/3.31	c cleaning 5986 clauses out of 11986 with flag 10002/102247
3.71/3.38	c Got one! Elapsed wall clock time (in seconds):3.274
3.71/3.38	o 237
3.80/3.46	c cleaning 5733 clauses out of 11473 with flag 3000/107720
4.01/3.65	c cleaning 5867 clauses out of 11741 with flag 9001/113721
4.21/3.88	c cleaning 6433 clauses out of 12875 with flag 16002/120722
4.31/3.90	c Got one! Elapsed wall clock time (in seconds):3.795
4.31/3.90	o 110
4.41/4.04	c cleaning 5876 clauses out of 11762 with flag 5009/126042
4.61/4.23	c cleaning 5933 clauses out of 11877 with flag 11000/132033
4.82/4.45	c cleaning 6469 clauses out of 12945 with flag 18001/139034
5.11/4.71	c cleaning 7237 clauses out of 14478 with flag 26003/147036
5.42/5.01	c cleaning 8116 clauses out of 16239 with flag 35001/156034
5.72/5.35	c cleaning 9055 clauses out of 18122 with flag 45000/166033
6.02/5.66	c cleaning 9530 clauses out of 19067 with flag 55000/176033
6.32/5.97	c cleaning 9761 clauses out of 19537 with flag 65000/186033
6.72/6.32	c cleaning 9885 clauses out of 19776 with flag 75000/196033
7.02/6.65	c cleaning 9944 clauses out of 19893 with flag 85002/206035
7.32/6.98	c cleaning 9970 clauses out of 19948 with flag 95001/216034
7.72/7.32	c cleaning 9982 clauses out of 19977 with flag 105000/226033
8.03/7.65	c cleaning 9990 clauses out of 19995 with flag 115000/236033
8.32/7.99	c cleaning 10000 clauses out of 20007 with flag 125002/246035
8.72/8.30	c cleaning 9999 clauses out of 20005 with flag 135000/256033
9.02/8.63	c cleaning 9999 clauses out of 20006 with flag 145000/266033
9.32/8.97	c cleaning 9998 clauses out of 20007 with flag 155000/276033
9.62/9.28	c cleaning 9999 clauses out of 20009 with flag 165000/286033
10.02/9.61	c cleaning 10001 clauses out of 20010 with flag 175000/296033
10.33/9.95	c cleaning 10000 clauses out of 20010 with flag 185001/306034
10.62/10.29	c cleaning 9999 clauses out of 20009 with flag 195000/316033
11.03/10.64	c cleaning 10001 clauses out of 20011 with flag 205001/326034
11.33/10.96	c cleaning 10001 clauses out of 20012 with flag 215003/336036
11.63/11.28	c cleaning 10002 clauses out of 20009 with flag 225001/346034
12.03/11.63	c cleaning 9991 clauses out of 20006 with flag 235000/356033
12.33/11.94	c cleaning 9999 clauses out of 20015 with flag 245000/366033
12.73/12.30	c cleaning 10000 clauses out of 20017 with flag 255001/376034
13.03/12.64	c cleaning 10001 clauses out of 20017 with flag 265001/386034
13.13/12.73	c Got one! Elapsed wall clock time (in seconds):12.622
13.13/12.73	o 107
13.23/12.82	c cleaning 7850 clauses out of 15705 with flag 3001/391723
13.43/13.01	c cleaning 6922 clauses out of 13854 with flag 9000/397722
13.64/13.23	c cleaning 6958 clauses out of 13932 with flag 16000/404722
13.83/13.48	c cleaning 7484 clauses out of 14974 with flag 24000/412722
14.13/13.77	c cleaning 8242 clauses out of 16492 with flag 33002/421724
14.54/14.13	c cleaning 9120 clauses out of 18250 with flag 43002/431724
14.84/14.47	c cleaning 9557 clauses out of 19129 with flag 53001/441723
15.24/14.80	c cleaning 9783 clauses out of 19572 with flag 63001/451723
15.54/15.13	c cleaning 9883 clauses out of 19789 with flag 73001/461723
15.85/15.46	c cleaning 9949 clauses out of 19906 with flag 83001/471723
16.14/15.79	c cleaning 9970 clauses out of 19956 with flag 93000/481722
16.57/16.10	c cleaning 9989 clauses out of 19986 with flag 103000/491722
16.88/16.43	c cleaning 9991 clauses out of 19997 with flag 113000/501722
17.17/16.78	c cleaning 9998 clauses out of 20006 with flag 123000/511722
17.57/17.10	c cleaning 9997 clauses out of 20009 with flag 133001/521723
17.87/17.43	c cleaning 9998 clauses out of 20011 with flag 143000/531722
18.17/17.76	c cleaning 10000 clauses out of 20013 with flag 153000/541722
18.57/18.10	c cleaning 10002 clauses out of 20014 with flag 163001/551723
18.88/18.43	c cleaning 10003 clauses out of 20011 with flag 173000/561722
19.18/18.77	c cleaning 10000 clauses out of 20011 with flag 183003/571725
19.58/19.11	c cleaning 9996 clauses out of 20010 with flag 193002/581724
19.88/19.44	c cleaning 9998 clauses out of 20013 with flag 203001/591723
20.18/19.77	c cleaning 10004 clauses out of 20015 with flag 213001/601723
20.58/20.10	c cleaning 10000 clauses out of 20011 with flag 223001/611723
20.88/20.46	c cleaning 9998 clauses out of 20010 with flag 233000/621722
21.28/20.80	c cleaning 10000 clauses out of 20012 with flag 243000/631722
21.58/21.14	c cleaning 10000 clauses out of 20012 with flag 253000/641722
21.68/21.23	c Got one! Elapsed wall clock time (in seconds):21.123
21.68/21.23	o 88
21.78/21.33	c cleaning 7814 clauses out of 15638 with flag 3002/647348
21.98/21.53	c cleaning 6909 clauses out of 13822 with flag 9000/653346
22.18/21.76	c cleaning 6949 clauses out of 13915 with flag 16002/660348
22.49/22.02	c cleaning 7476 clauses out of 14964 with flag 24000/668346
22.78/22.31	c cleaning 8242 clauses out of 16489 with flag 33001/677347
22.99/22.56	c Got one! Elapsed wall clock time (in seconds):22.46
22.99/22.56	o 71
23.19/22.76	c cleaning 10955 clauses out of 21917 with flag 5001/691017
23.39/22.96	c cleaning 8479 clauses out of 16964 with flag 11003/697019
23.60/23.18	c cleaning 7737 clauses out of 15483 with flag 18001/704017
23.89/23.45	c cleaning 7869 clauses out of 15746 with flag 26001/712017
24.19/23.74	c cleaning 8435 clauses out of 16877 with flag 35001/721017
24.49/24.09	c cleaning 9215 clauses out of 18441 with flag 45000/731016
24.89/24.45	c cleaning 9609 clauses out of 19227 with flag 55001/741017
25.19/24.77	c cleaning 9803 clauses out of 19617 with flag 65000/751016
25.50/25.09	c cleaning 9902 clauses out of 19815 with flag 75001/761017
25.90/25.44	c cleaning 9952 clauses out of 19913 with flag 85001/771017
26.20/25.75	c cleaning 9977 clauses out of 19962 with flag 95002/781018
26.50/26.08	c cleaning 9987 clauses out of 19984 with flag 105001/791017
26.81/26.40	c cleaning 9993 clauses out of 19997 with flag 115001/801017
27.21/26.71	c cleaning 9997 clauses out of 20004 with flag 125001/811017
27.51/27.02	c cleaning 9997 clauses out of 20008 with flag 135002/821018
27.81/27.34	c cleaning 9995 clauses out of 20009 with flag 145000/831016
28.11/27.67	c cleaning 10003 clauses out of 20015 with flag 155001/841017
28.51/28.00	c cleaning 9998 clauses out of 20011 with flag 165000/851016
28.81/28.32	c cleaning 10005 clauses out of 20018 with flag 175005/861021
29.12/28.66	c cleaning 9996 clauses out of 20008 with flag 185000/871016
29.42/28.98	c cleaning 10001 clauses out of 20013 with flag 195001/881017
29.82/29.31	c cleaning 10003 clauses out of 20014 with flag 205003/891019
30.13/29.62	c cleaning 9994 clauses out of 20008 with flag 215000/901016
30.43/29.96	c cleaning 10005 clauses out of 20018 with flag 225004/911020
30.83/30.32	c cleaning 9999 clauses out of 20009 with flag 235000/921016
31.13/30.64	c cleaning 10000 clauses out of 20011 with flag 245001/931017
31.43/30.96	c cleaning 10000 clauses out of 20012 with flag 255002/941018
31.83/31.30	c cleaning 10001 clauses out of 20011 with flag 265001/951017
32.13/31.63	c cleaning 10002 clauses out of 20009 with flag 275000/961016
32.44/31.97	c cleaning 10001 clauses out of 20009 with flag 285002/971018
32.83/32.30	c cleaning 9997 clauses out of 20006 with flag 295000/981016
33.13/32.63	c cleaning 10002 clauses out of 20010 with flag 305001/991017
33.44/32.96	c cleaning 9997 clauses out of 20008 with flag 315001/1001017
33.73/33.29	c cleaning 10003 clauses out of 20011 with flag 325001/1011017
34.14/33.60	c cleaning 10000 clauses out of 20008 with flag 335001/1021017
34.44/33.93	c cleaning 10001 clauses out of 20007 with flag 345000/1031016
34.74/34.27	c cleaning 9994 clauses out of 20008 with flag 355002/1041018
35.14/34.60	c cleaning 10003 clauses out of 20014 with flag 365002/1051018
35.44/34.94	c cleaning 10000 clauses out of 20009 with flag 375000/1061016
35.75/35.26	c cleaning 10000 clauses out of 20012 with flag 385003/1071019
36.04/35.59	c cleaning 9996 clauses out of 20012 with flag 395003/1081019
36.45/35.94	c cleaning 9995 clauses out of 20013 with flag 405000/1091016
36.75/36.27	c cleaning 10006 clauses out of 20019 with flag 415001/1101017
37.15/36.61	c cleaning 10002 clauses out of 20012 with flag 425000/1111016
37.45/36.93	c cleaning 10001 clauses out of 20012 with flag 435002/1121018
37.75/37.25	c cleaning 10002 clauses out of 20011 with flag 445002/1131018
38.05/37.58	c cleaning 10001 clauses out of 20007 with flag 455000/1141016
38.45/37.92	c cleaning 10001 clauses out of 20007 with flag 465001/1151017
38.75/38.25	c cleaning 9998 clauses out of 20007 with flag 475002/1161018
39.06/38.59	c cleaning 9997 clauses out of 20007 with flag 485000/1171016
39.46/38.92	c cleaning 9997 clauses out of 20010 with flag 495000/1181016
39.76/39.23	c cleaning 10001 clauses out of 20014 with flag 505001/1191017
40.06/39.55	c cleaning 10000 clauses out of 20014 with flag 515002/1201018
40.37/39.87	c cleaning 10002 clauses out of 20012 with flag 525000/1211016
40.77/40.21	c cleaning 10000 clauses out of 20010 with flag 535000/1221016
41.07/40.54	c cleaning 10001 clauses out of 20011 with flag 545001/1231017
41.38/40.86	c cleaning 9997 clauses out of 20009 with flag 555000/1241016
41.78/41.20	c cleaning 10000 clauses out of 20013 with flag 565001/1251017
42.08/41.53	c cleaning 10005 clauses out of 20017 with flag 575005/1261021
42.39/41.85	c cleaning 10000 clauses out of 20008 with flag 585001/1271017
42.68/42.18	c cleaning 10000 clauses out of 20007 with flag 595000/1281016
43.08/42.52	c cleaning 9995 clauses out of 20007 with flag 605000/1291016
43.39/42.84	c cleaning 10004 clauses out of 20013 with flag 615001/1301017
43.68/43.16	c cleaning 9997 clauses out of 20008 with flag 625000/1311016
44.08/43.51	c cleaning 10003 clauses out of 20015 with flag 635004/1321020
44.39/43.84	c cleaning 10000 clauses out of 20008 with flag 645000/1331016
44.69/44.18	c cleaning 9999 clauses out of 20009 with flag 655001/1341017
45.09/44.51	c cleaning 10001 clauses out of 20013 with flag 665004/1351020
45.39/44.82	c cleaning 9998 clauses out of 20008 with flag 675000/1361016
45.69/45.16	c cleaning 10000 clauses out of 20012 with flag 685002/1371018
46.09/45.50	c cleaning 10000 clauses out of 20011 with flag 695001/1381017
46.39/45.86	c cleaning 10002 clauses out of 20010 with flag 705000/1391016
46.69/46.19	c cleaning 9998 clauses out of 20008 with flag 715000/1401016
47.09/46.52	c cleaning 10003 clauses out of 20010 with flag 725000/1411016
47.39/46.85	c cleaning 9998 clauses out of 20009 with flag 735002/1421018
47.69/47.19	c cleaning 9998 clauses out of 20009 with flag 745000/1431016
48.09/47.52	c cleaning 10004 clauses out of 20013 with flag 755002/1441018
48.40/47.86	c cleaning 10000 clauses out of 20009 with flag 765002/1451018
48.80/48.20	c cleaning 9999 clauses out of 20009 with flag 775002/1461018
49.10/48.52	c cleaning 9992 clauses out of 20008 with flag 785000/1471016
49.40/48.84	c cleaning 10004 clauses out of 20018 with flag 795002/1481018
49.70/49.18	c cleaning 10003 clauses out of 20013 with flag 805001/1491017
50.11/49.53	c cleaning 10001 clauses out of 20012 with flag 815003/1501019
50.56/49.91	c cleaning 9998 clauses out of 20009 with flag 825001/1511017
51.11/50.29	c cleaning 10001 clauses out of 20011 with flag 835001/1521017
51.79/50.64	c cleaning 9998 clauses out of 20009 with flag 845000/1531016
52.18/51.01	c cleaning 9996 clauses out of 20011 with flag 855000/1541016
52.48/51.37	c cleaning 10005 clauses out of 20015 with flag 865000/1551016
52.89/51.75	c cleaning 10000 clauses out of 20011 with flag 875001/1561017
53.18/52.10	c cleaning 9996 clauses out of 20010 with flag 885000/1571016
53.59/52.46	c cleaning 10000 clauses out of 20014 with flag 895000/1581016
53.99/52.82	c cleaning 10006 clauses out of 20014 with flag 905000/1591016
54.40/53.21	c cleaning 10000 clauses out of 20008 with flag 915000/1601016
54.70/53.59	c cleaning 9998 clauses out of 20008 with flag 925001/1611017
55.12/53.92	c starts		: 220
55.12/53.92	c conflicts		: 1619897
55.12/53.92	c decisions		: 2590044
55.12/53.92	c propagations		: 42016927
55.12/53.92	c inspects		: 328915234
55.12/53.92	c shortcuts		: 0
55.12/53.92	c learnt literals	: 9
55.12/53.92	c learnt binary clauses	: 27
55.12/53.92	c learnt ternary clauses	: 1041
55.12/53.92	c learnt constraints	: 1619887
55.12/53.92	c ignored constraints	: 0
55.12/53.92	c root simplifications	: 0
55.12/53.92	c removed literals (reason simplification)	: 12042990
55.12/53.92	c reason swapping (by a shorter reason)	: 0
55.12/53.92	c Calls to reduceDB	: 174
55.12/53.92	c number of reductions to clauses (during analyze)	: 0
55.12/53.92	c number of learned constraints concerned by reduction	: 0
55.12/53.92	c number of learning phase by resolution	: 0
55.12/53.92	c number of learning phase by cutting planes	: 0
55.12/53.92	c speed (assignments/second)	: 1339825.4783163266
55.12/53.92	c non guided choices	765
55.12/53.92	c learnt constraints type 
55.12/53.92	c constraints type 
55.12/53.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
55.12/53.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
55.12/53.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
55.12/53.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
55.12/53.92	s OPTIMUM FOUND
55.12/53.92	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 
55.12/53.92	c objective function=71
55.12/53.92	c Total wall clock time (in seconds): 53.822

Verifier Data

OK	71

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-3492540-1307909939/watcher-3492540-1307909939 -o /tmp/evaluation-result-3492540-1307909939/solver-3492540-1307909939 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492540-1307909939.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.00 2.02 1.97 2/195 17597
/proc/meminfo: memFree=32426124/32950928 swapFree=67053884/67111528
[pid=17597] ppid=17595 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/17597/stat : 17597 (java) S 17595 17597 15316 0 -1 4202496 1210 0 0 0 0 0 0 0 19 0 2 0 902590586 31313920 935 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512494565 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/17597/statm: 7645 937 712 9 0 383 0
[pid=17597/tid=17598] ppid=17595 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17598/stat : 17598 (java) R 17595 17597 15316 0 -1 4202560 117 0 0 0 0 0 0 0 20 0 2 0 902590587 31260672 951 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254500689920 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.0412899 s]
/proc/loadavg: 2.00 2.02 1.97 2/195 17597
/proc/meminfo: memFree=32426124/32950928 swapFree=67053884/67111528
[pid=17597] ppid=17595 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/17597/stat : 17597 (java) S 17595 17597 15316 0 -1 4202496 11256 0 1 0 2 1 0 0 19 0 13 0 902590586 10718699520 10951 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/17597/statm: 2616870 10952 1672 9 0 2607618 0
[pid=17597/tid=17598] ppid=17595 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/17597/task/17598/stat : 17598 (java) R 17595 17597 15316 0 -1 4202560 10108 0 1 0 2 1 0 0 24 0 13 0 902590587 10718699520 10952 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 47227643463192 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.10027 s]
/proc/loadavg: 2.00 2.02 1.97 2/195 17597
/proc/meminfo: memFree=32426124/32950928 swapFree=67053884/67111528
[pid=17597] ppid=17595 vsize=10539824 CPUtime=0.11 cores=1,3,5,7
/proc/17597/stat : 17597 (java) S 17595 17597 15316 0 -1 4202496 13108 0 1 0 9 2 0 0 19 0 18 0 902590586 10792779776 12783 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17597/statm: 2634956 12784 2092 9 0 2625690 0
[pid=17597/tid=17598] ppid=17595 vsize=10539824 CPUtime=0.08 cores=1,3,5,7
/proc/17597/task/17598/stat : 17598 (java) R 17595 17597 15316 0 -1 4202560 11155 0 1 0 7 1 0 0 18 0 18 0 902590587 10792779776 12785 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512518603 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539824

[startup+0.301158 s]
/proc/loadavg: 2.00 2.02 1.97 2/195 17597
/proc/meminfo: memFree=32426124/32950928 swapFree=67053884/67111528
[pid=17597] ppid=17595 vsize=10543104 CPUtime=0.56 cores=1,3,5,7
/proc/17597/stat : 17597 (java) S 17595 17597 15316 0 -1 4202496 16166 0 1 0 54 2 0 0 19 0 19 0 902590586 10796138496 14789 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17597/statm: 2635776 14789 2214 9 0 2626510 0
[pid=17597/tid=17598] ppid=17595 vsize=10543104 CPUtime=0.28 cores=1,3,5,7
/proc/17597/task/17598/stat : 17598 (java) R 17595 17597 15316 0 -1 4202560 11712 0 1 0 27 1 0 0 19 0 19 0 902590587 10796138496 14789 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 46912505529095 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 10543104

[startup+0.701156 s]
/proc/loadavg: 2.00 2.02 1.97 2/195 17597
/proc/meminfo: memFree=32426124/32950928 swapFree=67053884/67111528
[pid=17597] ppid=17595 vsize=10543272 CPUtime=1.06 cores=1,3,5,7
/proc/17597/stat : 17597 (java) S 17595 17597 15316 0 -1 4202496 17137 0 1 0 104 2 0 0 19 0 19 0 902590586 10796310528 15727 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17597/statm: 2635818 15727 2246 9 0 2626552 0
[pid=17597/tid=17598] ppid=17595 vsize=10543272 CPUtime=0.66 cores=1,3,5,7
/proc/17597/task/17598/stat : 17598 (java) R 17595 17597 15316 0 -1 4202560 11913 0 1 0 65 1 0 0 19 0 19 0 902590587 10796310528 15727 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 46912505565586 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 10543272

[startup+1.50099 s]
/proc/loadavg: 2.00 2.02 1.97 3/214 17616
/proc/meminfo: memFree=32365356/32950928 swapFree=67053884/67111528
[pid=17597] ppid=17595 vsize=10543272 CPUtime=1.89 cores=1,3,5,7
/proc/17597/stat : 17597 (java) S 17595 17597 15316 0 -1 4202496 17274 0 1 0 187 2 0 0 19 0 19 0 902590586 10796310528 15859 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17597/statm: 2635818 15859 2247 9 0 2626552 0
[pid=17597/tid=17598] ppid=17595 vsize=10543272 CPUtime=1.39 cores=1,3,5,7
/proc/17597/task/17598/stat : 17598 (java) R 17595 17597 15316 0 -1 4202560 11916 0 1 0 138 1 0 0 20 0 19 0 902590587 10796310528 15859 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 46912505685644 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17597/tid=17600] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17600/stat : 17600 (java) S 17595 17597 15316 0 -1 4202560 147 0 0 0 0 0 0 0 15 0 19 0 902590588 10796310528 15859 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
[pid=17597/tid=17601] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17601/stat : 17601 (java) S 17595 17597 15316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902590588 10796310528 15859 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17602] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17602/stat : 17602 (java) S 17595 17597 15316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902590588 10796310528 15859 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17603] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17603/stat : 17603 (java) S 17595 17597 15316 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 902590588 10796310528 15859 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
[pid=17597/tid=17604] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17604/stat : 17604 (java) S 17595 17597 15316 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 19 0 902590588 10796310528 15859 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
[pid=17597/tid=17605] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17605/stat : 17605 (java) S 17595 17597 15316 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 19 0 902590588 10796310528 15859 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17606] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17606/stat : 17606 (java) S 17595 17597 15316 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902590588 10796310528 15859 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17607] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17607/stat : 17607 (java) S 17595 17597 15316 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 902590588 10796310528 15859 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17608] ppid=17595 vsize=10543272 CPUtime=0.07 cores=1,3,5,7
/proc/17597/task/17608/stat : 17608 (java) S 17595 17597 15316 0 -1 4202560 408 0 0 0 7 0 0 0 16 0 19 0 902590589 10796310528 15859 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512508416 0 0 0 16800975 18446604460374038464 0 0 -1 3 0 0 0
[pid=17597/tid=17609] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17609/stat : 17609 (java) S 17595 17597 15316 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902590590 10796310528 15859 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17610] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17610/stat : 17610 (java) S 17595 17597 15316 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902590590 10796310528 15859 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17611] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17611/stat : 17611 (java) S 17595 17597 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590592 10796310528 15859 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512515505 0 4 0 16800975 18446604460374038464 0 0 -1 3 0 0 0
[pid=17597/tid=17612] ppid=17595 vsize=10543272 CPUtime=0.22 cores=1,3,5,7
/proc/17597/task/17612/stat : 17612 (java) S 17595 17597 15316 0 -1 4202560 1937 0 0 0 22 0 0 0 19 0 19 0 902590592 10796310528 15859 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17613] ppid=17595 vsize=10543272 CPUtime=0.17 cores=1,3,5,7
/proc/17597/task/17613/stat : 17613 (java) S 17595 17597 15316 0 -1 4202560 1439 0 0 0 17 0 0 0 15 0 19 0 902590592 10796310528 15859 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17614] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17614/stat : 17614 (java) S 17595 17597 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590592 10796310528 15859 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 3 0 0 0
[pid=17597/tid=17615] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17615/stat : 17615 (java) S 17595 17597 15316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902590592 10796310528 15859 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512508416 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17616] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17616/stat : 17616 (java) S 17595 17597 15316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902590603 10796310528 15859 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512508416 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 10543272

[startup+3.10067 s]
/proc/loadavg: 2.00 2.02 1.97 3/214 17616
/proc/meminfo: memFree=32364732/32950928 swapFree=67053884/67111528
[pid=17597] ppid=17595 vsize=10543272 CPUtime=3.5 cores=1,3,5,7
/proc/17597/stat : 17597 (java) S 17595 17597 15316 0 -1 4202496 17448 0 1 0 347 3 0 0 19 0 19 0 902590586 10796310528 16025 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17597/statm: 2635818 16025 2247 9 0 2626552 0
[pid=17597/tid=17598] ppid=17595 vsize=10543272 CPUtime=2.9 cores=1,3,5,7
/proc/17597/task/17598/stat : 17598 (java) R 17595 17597 15316 0 -1 4202560 11924 0 1 0 289 1 0 0 22 0 19 0 902590587 10796310528 16025 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 46912505620806 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17597/tid=17600] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17600/stat : 17600 (java) S 17595 17597 15316 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 19 0 902590588 10796310528 16025 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
[pid=17597/tid=17601] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17601/stat : 17601 (java) S 17595 17597 15316 0 -1 4202560 32 0 0 0 0 0 0 0 16 0 19 0 902590588 10796310528 16025 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17602] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17602/stat : 17602 (java) S 17595 17597 15316 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 902590588 10796310528 16025 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17603] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17603/stat : 17603 (java) S 17595 17597 15316 0 -1 4202560 97 0 0 0 0 0 0 0 16 0 19 0 902590588 10796310528 16025 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17604] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17604/stat : 17604 (java) S 17595 17597 15316 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 19 0 902590588 10796310528 16025 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
[pid=17597/tid=17605] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17605/stat : 17605 (java) S 17595 17597 15316 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 902590588 10796310528 16025 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
[pid=17597/tid=17606] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17606/stat : 17606 (java) S 17595 17597 15316 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902590588 10796310528 16025 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17607] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17607/stat : 17607 (java) S 17595 17597 15316 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 902590588 10796310528 16025 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17608] ppid=17595 vsize=10543272 CPUtime=0.16 cores=1,3,5,7
/proc/17597/task/17608/stat : 17608 (java) S 17595 17597 15316 0 -1 4202560 512 0 0 0 16 0 0 0 16 0 19 0 902590589 10796310528 16025 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512508416 0 0 0 16800975 18446604460374038464 0 0 -1 3 0 0 0
[pid=17597/tid=17609] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17609/stat : 17609 (java) S 17595 17597 15316 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902590590 10796310528 16025 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17610] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17610/stat : 17610 (java) S 17595 17597 15316 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902590590 10796310528 16025 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17611] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17611/stat : 17611 (java) S 17595 17597 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590592 10796310528 16025 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512515505 0 4 0 16800975 18446604460374038464 0 0 -1 3 0 0 0
[pid=17597/tid=17612] ppid=17595 vsize=10543272 CPUtime=0.22 cores=1,3,5,7
/proc/17597/task/17612/stat : 17612 (java) S 17595 17597 15316 0 -1 4202560 1937 0 0 0 22 0 0 0 19 0 19 0 902590592 10796310528 16025 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17613] ppid=17595 vsize=10543272 CPUtime=0.17 cores=1,3,5,7
/proc/17597/task/17613/stat : 17613 (java) S 17595 17597 15316 0 -1 4202560 1439 0 0 0 17 0 0 0 15 0 19 0 902590592 10796310528 16025 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17614] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17614/stat : 17614 (java) S 17595 17597 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590592 10796310528 16025 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 3 0 0 0
[pid=17597/tid=17615] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17615/stat : 17615 (java) S 17595 17597 15316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902590592 10796310528 16025 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512508416 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17616] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17616/stat : 17616 (java) S 17595 17597 15316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902590603 10796310528 16025 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512508416 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 10543272

[startup+6.30103 s]
/proc/loadavg: 2.00 2.02 1.97 3/214 17616
/proc/meminfo: memFree=32352156/32950928 swapFree=67053884/67111528
[pid=17597] ppid=17595 vsize=10543272 CPUtime=6.72 cores=1,3,5,7
/proc/17597/stat : 17597 (java) S 17595 17597 15316 0 -1 4202496 17551 0 1 0 669 3 0 0 19 0 19 0 902590586 10796310528 16042 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17597/statm: 2635818 16042 2247 9 0 2626552 0
[pid=17597/tid=17598] ppid=17595 vsize=10543272 CPUtime=5.94 cores=1,3,5,7
/proc/17597/task/17598/stat : 17598 (java) R 17595 17597 15316 0 -1 4202560 11939 0 1 0 592 2 0 0 25 0 19 0 902590587 10796310528 16042 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 46912505620863 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17597/tid=17600] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17600/stat : 17600 (java) S 17595 17597 15316 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 19 0 902590588 10796310528 16042 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
[pid=17597/tid=17601] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17601/stat : 17601 (java) S 17595 17597 15316 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 902590588 10796310528 16042 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17602] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17602/stat : 17602 (java) S 17595 17597 15316 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 902590588 10796310528 16042 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17603] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17603/stat : 17603 (java) S 17595 17597 15316 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 902590588 10796310528 16042 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
[pid=17597/tid=17604] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17604/stat : 17604 (java) S 17595 17597 15316 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 902590588 10796310528 16042 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17605] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17605/stat : 17605 (java) S 17595 17597 15316 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 902590588 10796310528 16042 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17606] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17606/stat : 17606 (java) S 17595 17597 15316 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902590588 10796310528 16042 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17607] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17607/stat : 17607 (java) S 17595 17597 15316 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 902590588 10796310528 16042 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17608] ppid=17595 vsize=10543272 CPUtime=0.31 cores=1,3,5,7
/proc/17597/task/17608/stat : 17608 (java) S 17595 17597 15316 0 -1 4202560 595 0 0 0 31 0 0 0 16 0 19 0 902590589 10796310528 16042 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512508416 0 0 0 16800975 18446604460374038464 0 0 -1 3 0 0 0
[pid=17597/tid=17609] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17609/stat : 17609 (java) S 17595 17597 15316 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902590590 10796310528 16042 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17610] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17610/stat : 17610 (java) S 17595 17597 15316 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902590590 10796310528 16042 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17611] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17611/stat : 17611 (java) S 17595 17597 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590592 10796310528 16042 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512515505 0 4 0 16800975 18446604460374038464 0 0 -1 3 0 0 0
[pid=17597/tid=17612] ppid=17595 vsize=10543272 CPUtime=0.22 cores=1,3,5,7
/proc/17597/task/17612/stat : 17612 (java) S 17595 17597 15316 0 -1 4202560 1937 0 0 0 22 0 0 0 18 0 19 0 902590592 10796310528 16042 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17613] ppid=17595 vsize=10543272 CPUtime=0.17 cores=1,3,5,7
/proc/17597/task/17613/stat : 17613 (java) S 17595 17597 15316 0 -1 4202560 1439 0 0 0 17 0 0 0 15 0 19 0 902590592 10796310528 16042 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0

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

/proc/17597/task/17601/stat : 17601 (java) S 17595 17597 15316 0 -1 4202560 38 0 0 0 3 0 0 0 15 0 19 0 902590588 10796310528 21200 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17602] ppid=17595 vsize=10543272 CPUtime=0.04 cores=1,3,5,7
/proc/17597/task/17602/stat : 17602 (java) S 17595 17597 15316 0 -1 4202560 17 0 0 0 4 0 0 0 15 0 19 0 902590588 10796310528 21200 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17603] ppid=17595 vsize=10543272 CPUtime=0.04 cores=1,3,5,7
/proc/17597/task/17603/stat : 17603 (java) S 17595 17597 15316 0 -1 4202560 108 0 0 0 4 0 0 0 15 0 19 0 902590588 10796310528 21200 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
[pid=17597/tid=17604] ppid=17595 vsize=10543272 CPUtime=0.04 cores=1,3,5,7
/proc/17597/task/17604/stat : 17604 (java) S 17595 17597 15316 0 -1 4202560 61 0 0 0 4 0 0 0 15 0 19 0 902590588 10796310528 21200 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
[pid=17597/tid=17605] ppid=17595 vsize=10543272 CPUtime=0.04 cores=1,3,5,7
/proc/17597/task/17605/stat : 17605 (java) S 17595 17597 15316 0 -1 4202560 65 0 0 0 4 0 0 0 15 0 19 0 902590588 10796310528 21200 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17606] ppid=17595 vsize=10543272 CPUtime=0.04 cores=1,3,5,7
/proc/17597/task/17606/stat : 17606 (java) S 17595 17597 15316 0 -1 4202560 14 0 0 0 4 0 0 0 15 0 19 0 902590588 10796310528 21200 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17607] ppid=17595 vsize=10543272 CPUtime=0.04 cores=1,3,5,7
/proc/17597/task/17607/stat : 17607 (java) S 17595 17597 15316 0 -1 4202560 90 0 0 0 4 0 0 0 15 0 19 0 902590588 10796310528 21200 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
[pid=17597/tid=17608] ppid=17595 vsize=10543272 CPUtime=2.1 cores=1,3,5,7
/proc/17597/task/17608/stat : 17608 (java) S 17595 17597 15316 0 -1 4202560 969 0 0 0 208 2 0 0 16 0 19 0 902590589 10796310528 21200 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512508416 0 0 0 16800975 18446604460374038464 0 0 -1 3 0 0 0
[pid=17597/tid=17609] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17609/stat : 17609 (java) S 17595 17597 15316 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902590590 10796310528 21200 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17610] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17610/stat : 17610 (java) S 17595 17597 15316 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902590590 10796310528 21200 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17611] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17611/stat : 17611 (java) S 17595 17597 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590592 10796310528 21200 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512515505 0 4 0 16800975 18446604460374038464 0 0 -1 3 0 0 0
[pid=17597/tid=17612] ppid=17595 vsize=10543272 CPUtime=0.79 cores=1,3,5,7
/proc/17597/task/17612/stat : 17612 (java) S 17595 17597 15316 0 -1 4202560 10475 0 0 0 78 1 0 0 16 0 19 0 902590592 10796310528 21200 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17613] ppid=17595 vsize=10543272 CPUtime=0.19 cores=1,3,5,7
/proc/17597/task/17613/stat : 17613 (java) S 17595 17597 15316 0 -1 4202560 1448 0 0 0 19 0 0 0 15 0 19 0 902590592 10796310528 21200 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17614] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17614/stat : 17614 (java) S 17595 17597 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590592 10796310528 21200 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 3 0 0 0
[pid=17597/tid=17615] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17615/stat : 17615 (java) S 17595 17597 15316 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902590592 10796310528 21200 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512508416 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
[pid=17597/tid=17616] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17616/stat : 17616 (java) S 17595 17597 15316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902590603 10796310528 21200 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512508416 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 52.28
Current children cumulated vsize (KiB) 10543272

Solver just ended. Dumping a history of the last processes samples

[startup+52.7008 s]
/proc/loadavg: 2.00 2.02 1.97 3/214 17674
/proc/meminfo: memFree=32312028/32950928 swapFree=67053884/67111528
[pid=17597] ppid=17595 vsize=10543272 CPUtime=53.89 cores=1,3,5,7
/proc/17597/stat : 17597 (java) S 17595 17597 15316 0 -1 4202496 26700 0 1 0 5381 8 0 0 19 0 19 0 902590586 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17597/statm: 2635818 20531 2250 9 0 2626552 0
[pid=17597/tid=17598] ppid=17595 vsize=10543272 CPUtime=50.34 cores=1,3,5,7
/proc/17597/task/17598/stat : 17598 (java) R 17595 17597 15316 0 -1 4202560 12083 0 1 0 5032 2 0 0 25 0 19 0 902590587 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 46912505551132 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17597/tid=17600] ppid=17595 vsize=10543272 CPUtime=0.04 cores=1,3,5,7
/proc/17597/task/17600/stat : 17600 (java) S 17595 17597 15316 0 -1 4202560 164 0 0 0 4 0 0 0 15 0 19 0 902590588 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17601] ppid=17595 vsize=10543272 CPUtime=0.03 cores=1,3,5,7
/proc/17597/task/17601/stat : 17601 (java) S 17595 17597 15316 0 -1 4202560 38 0 0 0 3 0 0 0 15 0 19 0 902590588 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17602] ppid=17595 vsize=10543272 CPUtime=0.04 cores=1,3,5,7
/proc/17597/task/17602/stat : 17602 (java) S 17595 17597 15316 0 -1 4202560 17 0 0 0 4 0 0 0 15 0 19 0 902590588 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17603] ppid=17595 vsize=10543272 CPUtime=0.04 cores=1,3,5,7
/proc/17597/task/17603/stat : 17603 (java) S 17595 17597 15316 0 -1 4202560 108 0 0 0 4 0 0 0 15 0 19 0 902590588 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
[pid=17597/tid=17604] ppid=17595 vsize=10543272 CPUtime=0.04 cores=1,3,5,7
/proc/17597/task/17604/stat : 17604 (java) S 17595 17597 15316 0 -1 4202560 62 0 0 0 4 0 0 0 15 0 19 0 902590588 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
[pid=17597/tid=17605] ppid=17595 vsize=10543272 CPUtime=0.04 cores=1,3,5,7
/proc/17597/task/17605/stat : 17605 (java) S 17595 17597 15316 0 -1 4202560 65 0 0 0 4 0 0 0 15 0 19 0 902590588 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17606] ppid=17595 vsize=10543272 CPUtime=0.05 cores=1,3,5,7
/proc/17597/task/17606/stat : 17606 (java) S 17595 17597 15316 0 -1 4202560 14 0 0 0 5 0 0 0 15 0 19 0 902590588 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17607] ppid=17595 vsize=10543272 CPUtime=0.04 cores=1,3,5,7
/proc/17597/task/17607/stat : 17607 (java) S 17595 17597 15316 0 -1 4202560 90 0 0 0 4 0 0 0 15 0 19 0 902590588 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
[pid=17597/tid=17608] ppid=17595 vsize=10543272 CPUtime=2.16 cores=1,3,5,7
/proc/17597/task/17608/stat : 17608 (java) S 17595 17597 15316 0 -1 4202560 983 0 0 0 214 2 0 0 16 0 19 0 902590589 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512508416 0 0 0 16800975 18446604460374038464 0 0 -1 3 0 0 0
[pid=17597/tid=17609] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17609/stat : 17609 (java) S 17595 17597 15316 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902590590 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17610] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17610/stat : 17610 (java) S 17595 17597 15316 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902590590 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17611] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17611/stat : 17611 (java) S 17595 17597 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590592 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512515505 0 4 0 16800975 18446604460374038464 0 0 -1 3 0 0 0
[pid=17597/tid=17612] ppid=17595 vsize=10543272 CPUtime=0.79 cores=1,3,5,7
/proc/17597/task/17612/stat : 17612 (java) S 17595 17597 15316 0 -1 4202560 10475 0 0 0 78 1 0 0 16 0 19 0 902590592 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17613] ppid=17595 vsize=10543272 CPUtime=0.19 cores=1,3,5,7
/proc/17597/task/17613/stat : 17613 (java) S 17595 17597 15316 0 -1 4202560 1448 0 0 0 19 0 0 0 15 0 19 0 902590592 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17614] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17614/stat : 17614 (java) S 17595 17597 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590592 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 3 0 0 0
[pid=17597/tid=17615] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17615/stat : 17615 (java) S 17595 17597 15316 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902590592 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512508416 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
[pid=17597/tid=17616] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17616/stat : 17616 (java) S 17595 17597 15316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902590603 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512508416 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 53.89
Current children cumulated vsize (KiB) 10543272

[startup+53.5006 s]
/proc/loadavg: 2.00 2.02 1.97 3/214 17674
/proc/meminfo: memFree=32312028/32950928 swapFree=67053884/67111528
[pid=17597] ppid=17595 vsize=10543272 CPUtime=54.7 cores=1,3,5,7
/proc/17597/stat : 17597 (java) S 17595 17597 15316 0 -1 4202496 26702 0 1 0 5462 8 0 0 19 0 19 0 902590586 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17597/statm: 2635818 20531 2250 9 0 2626552 0
[pid=17597/tid=17598] ppid=17595 vsize=10543272 CPUtime=51.1 cores=1,3,5,7
/proc/17597/task/17598/stat : 17598 (java) R 17595 17597 15316 0 -1 4202560 12085 0 1 0 5108 2 0 0 25 0 19 0 902590587 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 46912505620892 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17597/tid=17600] ppid=17595 vsize=10543272 CPUtime=0.04 cores=1,3,5,7
/proc/17597/task/17600/stat : 17600 (java) S 17595 17597 15316 0 -1 4202560 164 0 0 0 4 0 0 0 15 0 19 0 902590588 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
[pid=17597/tid=17601] ppid=17595 vsize=10543272 CPUtime=0.03 cores=1,3,5,7
/proc/17597/task/17601/stat : 17601 (java) S 17595 17597 15316 0 -1 4202560 38 0 0 0 3 0 0 0 15 0 19 0 902590588 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17602] ppid=17595 vsize=10543272 CPUtime=0.05 cores=1,3,5,7
/proc/17597/task/17602/stat : 17602 (java) S 17595 17597 15316 0 -1 4202560 17 0 0 0 5 0 0 0 15 0 19 0 902590588 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17603] ppid=17595 vsize=10543272 CPUtime=0.04 cores=1,3,5,7
/proc/17597/task/17603/stat : 17603 (java) S 17595 17597 15316 0 -1 4202560 108 0 0 0 4 0 0 0 16 0 19 0 902590588 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
[pid=17597/tid=17604] ppid=17595 vsize=10543272 CPUtime=0.04 cores=1,3,5,7
/proc/17597/task/17604/stat : 17604 (java) S 17595 17597 15316 0 -1 4202560 62 0 0 0 4 0 0 0 15 0 19 0 902590588 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
[pid=17597/tid=17605] ppid=17595 vsize=10543272 CPUtime=0.04 cores=1,3,5,7
/proc/17597/task/17605/stat : 17605 (java) S 17595 17597 15316 0 -1 4202560 65 0 0 0 4 0 0 0 15 0 19 0 902590588 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17606] ppid=17595 vsize=10543272 CPUtime=0.05 cores=1,3,5,7
/proc/17597/task/17606/stat : 17606 (java) S 17595 17597 15316 0 -1 4202560 14 0 0 0 5 0 0 0 15 0 19 0 902590588 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17607] ppid=17595 vsize=10543272 CPUtime=0.04 cores=1,3,5,7
/proc/17597/task/17607/stat : 17607 (java) S 17595 17597 15316 0 -1 4202560 90 0 0 0 4 0 0 0 15 0 19 0 902590588 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
[pid=17597/tid=17608] ppid=17595 vsize=10543272 CPUtime=2.18 cores=1,3,5,7
/proc/17597/task/17608/stat : 17608 (java) S 17595 17597 15316 0 -1 4202560 983 0 0 0 216 2 0 0 16 0 19 0 902590589 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512508416 0 0 0 16800975 18446604460374038464 0 0 -1 3 0 0 0
[pid=17597/tid=17609] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17609/stat : 17609 (java) S 17595 17597 15316 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902590590 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17610] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17610/stat : 17610 (java) S 17595 17597 15316 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902590590 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17611] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17611/stat : 17611 (java) S 17595 17597 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590592 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512515505 0 4 0 16800975 18446604460374038464 0 0 -1 3 0 0 0
[pid=17597/tid=17612] ppid=17595 vsize=10543272 CPUtime=0.8 cores=1,3,5,7
/proc/17597/task/17612/stat : 17612 (java) S 17595 17597 15316 0 -1 4202560 10475 0 0 0 79 1 0 0 15 0 19 0 902590592 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17613] ppid=17595 vsize=10543272 CPUtime=0.2 cores=1,3,5,7
/proc/17597/task/17613/stat : 17613 (java) S 17595 17597 15316 0 -1 4202560 1448 0 0 0 20 0 0 0 15 0 19 0 902590592 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17614] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17614/stat : 17614 (java) S 17595 17597 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590592 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 3 0 0 0
[pid=17597/tid=17615] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17615/stat : 17615 (java) S 17595 17597 15316 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902590592 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512508416 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
[pid=17597/tid=17616] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17616/stat : 17616 (java) S 17595 17597 15316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902590603 10796310528 20531 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512508416 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 54.7
Current children cumulated vsize (KiB) 10543272

[startup+53.9066 s]
/proc/loadavg: 2.00 2.02 1.97 3/214 17674
/proc/meminfo: memFree=32311780/32950928 swapFree=67053884/67111528
[pid=17597] ppid=17595 vsize=10543272 CPUtime=55.12 cores=1,3,5,7
/proc/17597/stat : 17597 (java) S 17595 17597 15316 0 -1 4202496 26705 0 1 0 5504 8 0 0 19 0 19 0 902590586 10796310528 20533 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17597/statm: 2635818 20533 2250 9 0 2626552 0
[pid=17597/tid=17598] ppid=17595 vsize=10543272 CPUtime=51.49 cores=1,3,5,7
/proc/17597/task/17598/stat : 17598 (java) R 17595 17597 15316 0 -1 4202560 12088 0 1 0 5147 2 0 0 25 0 19 0 902590587 10796310528 20533 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 46912505529310 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17597/tid=17600] ppid=17595 vsize=10543272 CPUtime=0.04 cores=1,3,5,7
/proc/17597/task/17600/stat : 17600 (java) S 17595 17597 15316 0 -1 4202560 164 0 0 0 4 0 0 0 15 0 19 0 902590588 10796310528 20533 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
[pid=17597/tid=17601] ppid=17595 vsize=10543272 CPUtime=0.03 cores=1,3,5,7
/proc/17597/task/17601/stat : 17601 (java) S 17595 17597 15316 0 -1 4202560 38 0 0 0 3 0 0 0 15 0 19 0 902590588 10796310528 20533 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17602] ppid=17595 vsize=10543272 CPUtime=0.05 cores=1,3,5,7
/proc/17597/task/17602/stat : 17602 (java) S 17595 17597 15316 0 -1 4202560 17 0 0 0 5 0 0 0 15 0 19 0 902590588 10796310528 20533 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17603] ppid=17595 vsize=10543272 CPUtime=0.04 cores=1,3,5,7
/proc/17597/task/17603/stat : 17603 (java) S 17595 17597 15316 0 -1 4202560 108 0 0 0 4 0 0 0 15 0 19 0 902590588 10796310528 20533 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
[pid=17597/tid=17604] ppid=17595 vsize=10543272 CPUtime=0.04 cores=1,3,5,7
/proc/17597/task/17604/stat : 17604 (java) S 17595 17597 15316 0 -1 4202560 62 0 0 0 4 0 0 0 15 0 19 0 902590588 10796310528 20533 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
[pid=17597/tid=17605] ppid=17595 vsize=10543272 CPUtime=0.04 cores=1,3,5,7
/proc/17597/task/17605/stat : 17605 (java) S 17595 17597 15316 0 -1 4202560 65 0 0 0 4 0 0 0 15 0 19 0 902590588 10796310528 20533 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17606] ppid=17595 vsize=10543272 CPUtime=0.05 cores=1,3,5,7
/proc/17597/task/17606/stat : 17606 (java) S 17595 17597 15316 0 -1 4202560 14 0 0 0 5 0 0 0 15 0 19 0 902590588 10796310528 20533 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17607] ppid=17595 vsize=10543272 CPUtime=0.04 cores=1,3,5,7
/proc/17597/task/17607/stat : 17607 (java) S 17595 17597 15316 0 -1 4202560 90 0 0 0 4 0 0 0 15 0 19 0 902590588 10796310528 20533 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17608] ppid=17595 vsize=10543272 CPUtime=2.2 cores=1,3,5,7
/proc/17597/task/17608/stat : 17608 (java) S 17595 17597 15316 0 -1 4202560 983 0 0 0 218 2 0 0 16 0 19 0 902590589 10796310528 20533 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512508416 0 0 0 16800975 18446604460374038464 0 0 -1 3 0 0 0
[pid=17597/tid=17609] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17609/stat : 17609 (java) S 17595 17597 15316 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902590590 10796310528 20533 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17610] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17610/stat : 17610 (java) S 17595 17597 15316 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902590590 10796310528 20533 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17611] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17611/stat : 17611 (java) S 17595 17597 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590592 10796310528 20533 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512515505 0 4 0 16800975 18446604460374038464 0 0 -1 3 0 0 0
[pid=17597/tid=17612] ppid=17595 vsize=10543272 CPUtime=0.8 cores=1,3,5,7
/proc/17597/task/17612/stat : 17612 (java) S 17595 17597 15316 0 -1 4202560 10475 0 0 0 79 1 0 0 15 0 19 0 902590592 10796310528 20533 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 5 0 0 0
[pid=17597/tid=17613] ppid=17595 vsize=10543272 CPUtime=0.21 cores=1,3,5,7
/proc/17597/task/17613/stat : 17613 (java) S 17595 17597 15316 0 -1 4202560 1448 0 0 0 21 0 0 0 15 0 19 0 902590592 10796310528 20533 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 1 0 0 0
[pid=17597/tid=17614] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17614/stat : 17614 (java) S 17595 17597 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590592 10796310528 20533 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512507801 0 4 0 16800975 18446604460374038464 0 0 -1 3 0 0 0
[pid=17597/tid=17615] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17615/stat : 17615 (java) S 17595 17597 15316 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902590592 10796310528 20533 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512508416 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
[pid=17597/tid=17616] ppid=17595 vsize=10543272 CPUtime=0 cores=1,3,5,7
/proc/17597/task/17616/stat : 17616 (java) S 17595 17597 15316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902590603 10796310528 20533 33554432000 1073741824 1073778376 140736666111376 18446744073709551615 254512508416 0 4 0 16800975 18446604460374038464 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 55.12
Current children cumulated vsize (KiB) 10543272

Child status: 30
Real time (s): 53.9341
CPU time (s): 55.1656
CPU user time (s): 55.0746
CPU system time (s): 0.090986
CPU usage (%): 102.283
Max. virtual memory (cumulated for all children) (KiB): 10543464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.0746
system time used= 0.090986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26725
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= 6340
involuntary context switches= 2689

runsolver used 0.088986 second user time and 0.222966 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-12 22:18:59
IDJOB=3492540
IDBENCH=78867
IDSOLVER=1982
FILE ID=node149/3492540-1307909939
RUNJOBID= node149-1307908141-17374
PBS_JOBID= 13559560
Free space on /tmp= 74060 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111224929--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-3492540-1307909939/watcher-3492540-1307909939 -o /tmp/evaluation-result-3492540-1307909939/solver-3492540-1307909939 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492540-1307909939.wbo

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

MD5SUM BENCH= 3ff78030d7fc141241cdd1d8ac18da82
RANDOM SEED=978943822

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32426280 kB
Buffers:        121276 kB
Cached:         134268 kB
SwapCached:      22576 kB
Active:         239260 kB
Inactive:        98780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32426280 kB
SwapTotal:    67111528 kB
SwapFree:     67053884 kB
Dirty:             904 kB
Writeback:           0 kB
AnonPages:       80188 kB
Mapped:          17488 kB
Slab:           120592 kB
PageTables:       5080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10542148 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74060 MiB
End job on node149 at 2011-06-12 22:19:53