Trace number 3492456

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 53.1029 51.8601

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110977780--soft-33-100-0.wbo
MD5SUM11192ef633da7cef97eefdeccab8f20f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark27
Best CPU time to get the best result obtained on this benchmark1.08583
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1327
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.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492456-1307909862.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.055s.
0.10/0.16	c #vars     233
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 => 29
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.27/0.25	c SATISFIABLE
0.27/0.25	c OPTIMIZING...
0.27/0.25	c Got one! Elapsed wall clock time (in seconds):0.146
0.27/0.25	o 493
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.187
0.27/0.29	o 437
0.54/0.39	c Got one! Elapsed wall clock time (in seconds):0.287
0.54/0.39	o 426
0.68/0.45	c Got one! Elapsed wall clock time (in seconds):0.342
0.68/0.45	o 400
0.78/0.50	c Got one! Elapsed wall clock time (in seconds):0.391
0.78/0.50	o 379
0.78/0.53	c Got one! Elapsed wall clock time (in seconds):0.427
0.78/0.53	o 297
0.91/0.60	c cleaning 4736 clauses out of 9479 with flag 1000/9479
0.91/0.69	c Got one! Elapsed wall clock time (in seconds):0.585
0.91/0.69	o 253
1.03/0.77	c cleaning 5310 clauses out of 10625 with flag 3000/15361
1.14/0.84	c Got one! Elapsed wall clock time (in seconds):0.738
1.14/0.84	o 244
1.24/0.93	c cleaning 5221 clauses out of 10452 with flag 3001/20498
1.37/1.04	c Got one! Elapsed wall clock time (in seconds):0.935
1.37/1.04	o 239
1.47/1.11	c cleaning 5428 clauses out of 10859 with flag 2002/26126
1.57/1.28	c cleaning 5711 clauses out of 11429 with flag 8000/32124
1.67/1.32	c Got one! Elapsed wall clock time (in seconds):1.215
1.67/1.32	o 222
1.77/1.47	c cleaning 5806 clauses out of 11621 with flag 5000/38027
1.97/1.64	c Got one! Elapsed wall clock time (in seconds):1.53
1.97/1.64	o 211
2.07/1.77	c Got one! Elapsed wall clock time (in seconds):1.661
2.07/1.77	o 204
2.17/1.82	c cleaning 8327 clauses out of 16661 with flag 1001/48873
2.37/2.01	c cleaning 7160 clauses out of 14333 with flag 7000/54872
2.57/2.23	c cleaning 7082 clauses out of 14173 with flag 14000/61872
2.67/2.39	c Got one! Elapsed wall clock time (in seconds):2.287
2.67/2.39	o 169
2.77/2.43	c cleaning 6401 clauses out of 12813 with flag 1000/67594
2.97/2.62	c cleaning 6198 clauses out of 12412 with flag 7000/73594
3.17/2.88	c cleaning 6600 clauses out of 13214 with flag 14000/80594
3.48/3.15	c cleaning 7303 clauses out of 14614 with flag 22000/88594
3.78/3.49	c cleaning 8152 clauses out of 16311 with flag 31000/97594
3.98/3.62	c Got one! Elapsed wall clock time (in seconds):3.51
3.98/3.62	o 160
3.98/3.68	c cleaning 6937 clauses out of 13879 with flag 2000/103314
4.18/3.87	c cleaning 6465 clauses out of 12943 with flag 8001/109315
4.28/3.97	c Got one! Elapsed wall clock time (in seconds):3.866
4.28/3.97	o 140
4.38/4.03	c cleaning 5899 clauses out of 11808 with flag 2001/114645
4.58/4.22	c cleaning 5948 clauses out of 11908 with flag 8000/120644
4.79/4.46	c cleaning 6477 clauses out of 12961 with flag 15001/127645
5.09/4.75	c cleaning 7239 clauses out of 14483 with flag 23000/135644
5.39/5.06	c Got one! Elapsed wall clock time (in seconds):4.953
5.39/5.06	o 136
5.59/5.26	c cleaning 10607 clauses out of 21222 with flag 5000/149622
5.80/5.47	c cleaning 8300 clauses out of 16615 with flag 11000/155622
6.09/5.71	c cleaning 7648 clauses out of 15315 with flag 18000/162622
6.29/5.98	c cleaning 7829 clauses out of 15670 with flag 26003/170625
6.59/6.29	c cleaning 8415 clauses out of 16838 with flag 35000/179622
7.00/6.66	c cleaning 9207 clauses out of 18423 with flag 45000/189622
7.40/7.02	c cleaning 9599 clauses out of 19216 with flag 55000/199622
7.70/7.36	c cleaning 9805 clauses out of 19617 with flag 65000/209622
8.00/7.66	c Got one! Elapsed wall clock time (in seconds):7.549
8.00/7.66	o 134
8.20/7.85	c cleaning 11873 clauses out of 23753 with flag 5000/223563
8.40/8.05	c cleaning 8937 clauses out of 17882 with flag 11002/229565
8.40/8.09	c Got one! Elapsed wall clock time (in seconds):7.984
8.40/8.09	o 115
8.61/8.24	c cleaning 7374 clauses out of 14752 with flag 5003/235372
8.81/8.44	c cleaning 6681 clauses out of 13376 with flag 11001/241370
9.01/8.67	c cleaning 6842 clauses out of 13696 with flag 18002/248371
9.31/8.98	c cleaning 7421 clauses out of 14853 with flag 26001/256370
9.71/9.30	c cleaning 8210 clauses out of 16431 with flag 35000/265369
10.11/9.70	c cleaning 9104 clauses out of 18222 with flag 45001/275370
10.52/10.11	c cleaning 9552 clauses out of 19117 with flag 55000/285369
10.82/10.47	c cleaning 9778 clauses out of 19565 with flag 65000/295369
11.22/10.81	c cleaning 9891 clauses out of 19787 with flag 75000/305369
11.52/11.17	c cleaning 9942 clauses out of 19897 with flag 85001/315370
11.92/11.56	c cleaning 9973 clauses out of 19955 with flag 95001/325370
12.32/11.96	c cleaning 9987 clauses out of 19983 with flag 105002/335371
12.62/12.24	c Got one! Elapsed wall clock time (in seconds):12.136
12.62/12.24	o 104
12.83/12.44	c cleaning 11410 clauses out of 22830 with flag 5001/348205
13.03/12.65	c cleaning 8704 clauses out of 17419 with flag 11000/354204
13.23/12.88	c cleaning 7854 clauses out of 15716 with flag 18001/361205
13.54/13.14	c cleaning 7918 clauses out of 15863 with flag 26002/369206
13.93/13.50	c cleaning 8469 clauses out of 16946 with flag 35003/378207
14.23/13.87	c cleaning 9230 clauses out of 18474 with flag 45000/388204
14.64/14.23	c cleaning 9617 clauses out of 19245 with flag 55001/398205
14.83/14.45	c Got one! Elapsed wall clock time (in seconds):14.339
14.83/14.45	o 86
15.05/14.62	c cleaning 10180 clauses out of 20371 with flag 5000/408948
15.25/14.82	c cleaning 8091 clauses out of 16191 with flag 11000/414948
15.45/15.05	c cleaning 7547 clauses out of 15102 with flag 18002/421950
15.65/15.30	c cleaning 7770 clauses out of 15554 with flag 26001/429949
16.06/15.60	c cleaning 8386 clauses out of 16783 with flag 35000/438948
16.36/15.93	c cleaning 9196 clauses out of 18397 with flag 45000/448948
16.66/16.29	c cleaning 9600 clauses out of 19206 with flag 55005/458953
17.06/16.66	c cleaning 9797 clauses out of 19601 with flag 65000/468948
17.46/17.02	c cleaning 9895 clauses out of 19804 with flag 75000/478948
17.77/17.36	c cleaning 9952 clauses out of 19909 with flag 85000/488948
18.17/17.73	c cleaning 9972 clauses out of 19958 with flag 95001/498949
18.47/18.09	c cleaning 9989 clauses out of 19986 with flag 105001/508949
18.87/18.44	c cleaning 9990 clauses out of 19997 with flag 115001/518949
19.17/18.79	c cleaning 9993 clauses out of 20006 with flag 125000/528948
19.57/19.13	c cleaning 10004 clauses out of 20013 with flag 135000/538948
19.97/19.50	c cleaning 10002 clauses out of 20010 with flag 145001/548949
20.18/19.78	c Got one! Elapsed wall clock time (in seconds):19.672
20.18/19.78	o 83
20.39/19.96	c cleaning 11241 clauses out of 22487 with flag 5002/561428
20.59/20.16	c cleaning 8619 clauses out of 17244 with flag 11000/567426
20.79/20.39	c cleaning 7808 clauses out of 15627 with flag 18002/574428
21.09/20.64	c cleaning 7903 clauses out of 15817 with flag 26000/582426
21.39/20.96	c cleaning 8453 clauses out of 16914 with flag 35000/591426
21.69/21.29	c cleaning 9218 clauses out of 18461 with flag 45000/601426
22.09/21.68	c cleaning 9619 clauses out of 19244 with flag 55001/611427
22.50/22.02	c cleaning 9798 clauses out of 19626 with flag 65002/621428
22.79/22.36	c cleaning 9907 clauses out of 19826 with flag 75000/631426
22.90/22.44	c Got one! Elapsed wall clock time (in seconds):22.331
22.90/22.44	o 80
23.00/22.53	c cleaning 7510 clauses out of 15028 with flag 3000/636535
23.20/22.72	c cleaning 6755 clauses out of 13520 with flag 9002/642537
23.40/22.94	c cleaning 6878 clauses out of 13763 with flag 16000/649535
23.61/23.19	c cleaning 7439 clauses out of 14885 with flag 24000/657535
23.90/23.48	c cleaning 8221 clauses out of 16448 with flag 33002/666537
24.30/23.81	c cleaning 9108 clauses out of 18225 with flag 43000/676535
24.61/24.15	c cleaning 9551 clauses out of 19120 with flag 53003/686538
24.90/24.49	c cleaning 9781 clauses out of 19567 with flag 63001/696536
25.32/24.83	c cleaning 9890 clauses out of 19785 with flag 73000/706535
25.62/25.18	c cleaning 9945 clauses out of 19895 with flag 83000/716535
26.02/25.54	c cleaning 9973 clauses out of 19950 with flag 93000/726535
26.42/25.92	c cleaning 9982 clauses out of 19977 with flag 103000/736535
26.42/25.97	c Got one! Elapsed wall clock time (in seconds):25.864
26.42/25.97	o 70
26.62/26.13	c cleaning 7989 clauses out of 15988 with flag 5000/742528
26.82/26.32	c cleaning 6996 clauses out of 13999 with flag 11000/748528
27.02/26.55	c cleaning 6994 clauses out of 14006 with flag 18003/755531
27.12/26.62	c Got one! Elapsed wall clock time (in seconds):26.51
27.12/26.62	o 38
27.22/26.73	c cleaning 6485 clauses out of 12981 with flag 4000/761500
27.42/26.91	c cleaning 6242 clauses out of 12496 with flag 10000/767500
27.62/27.13	c cleaning 6621 clauses out of 13254 with flag 17000/774500
27.82/27.38	c cleaning 7310 clauses out of 14633 with flag 25000/782500
28.22/27.70	c cleaning 8157 clauses out of 16323 with flag 34000/791500
28.53/28.07	c cleaning 9081 clauses out of 18167 with flag 44001/801501
28.83/28.38	c cleaning 9541 clauses out of 19085 with flag 54000/811500
29.14/28.68	c cleaning 9770 clauses out of 19546 with flag 64002/821502
29.33/28.80	c Got one! Elapsed wall clock time (in seconds):28.698
29.33/28.80	o 30
29.33/28.84	c cleaning 7539 clauses out of 15094 with flag 1000/826820
29.53/29.03	c cleaning 6775 clauses out of 13555 with flag 7000/832820
29.73/29.25	c cleaning 6885 clauses out of 13780 with flag 14000/839820
29.93/29.49	c cleaning 7443 clauses out of 14895 with flag 22000/847820
30.24/29.77	c cleaning 8224 clauses out of 16453 with flag 31001/856821
30.63/30.12	c cleaning 9109 clauses out of 18229 with flag 41001/866821
30.93/30.46	c cleaning 9554 clauses out of 19119 with flag 51000/876820
31.34/30.86	c cleaning 9778 clauses out of 19566 with flag 61001/886821
31.64/31.19	c cleaning 9891 clauses out of 19788 with flag 71001/896821
32.04/31.51	c cleaning 9941 clauses out of 19896 with flag 81000/906820
32.34/31.85	c cleaning 9976 clauses out of 19956 with flag 91001/916821
32.64/32.19	c cleaning 9981 clauses out of 19980 with flag 101001/926821
33.04/32.53	c cleaning 9994 clauses out of 19998 with flag 111000/936820
33.34/32.86	c cleaning 9998 clauses out of 20004 with flag 121000/946820
33.64/33.16	c cleaning 9999 clauses out of 20007 with flag 131001/956821
33.94/33.46	c cleaning 10000 clauses out of 20007 with flag 141000/966820
34.24/33.71	c Got one! Elapsed wall clock time (in seconds):33.599
34.24/33.71	o 29
34.44/33.92	c cleaning 11494 clauses out of 22992 with flag 5000/979805
34.65/34.12	c cleaning 8739 clauses out of 17498 with flag 11000/985805
34.85/34.34	c cleaning 7876 clauses out of 15759 with flag 18000/992805
35.15/34.60	c cleaning 7937 clauses out of 15884 with flag 26001/1000806
35.45/34.90	c cleaning 8466 clauses out of 16946 with flag 35000/1009805
35.75/35.22	c cleaning 9235 clauses out of 18481 with flag 45001/1019806
36.05/35.54	c cleaning 9619 clauses out of 19247 with flag 55002/1029807
36.35/35.87	c cleaning 9809 clauses out of 19627 with flag 65001/1039806
36.65/36.18	c cleaning 9904 clauses out of 19819 with flag 75002/1049807
37.05/36.50	c cleaning 9951 clauses out of 19913 with flag 85000/1059805
37.35/36.83	c cleaning 9976 clauses out of 19964 with flag 95002/1069807
37.65/37.14	c cleaning 9990 clauses out of 19988 with flag 105002/1079807
37.96/37.46	c cleaning 9994 clauses out of 19996 with flag 115000/1089805
38.26/37.77	c cleaning 9997 clauses out of 20003 with flag 125001/1099806
38.66/38.11	c cleaning 9995 clauses out of 20006 with flag 135001/1109806
38.97/38.42	c cleaning 10001 clauses out of 20011 with flag 145001/1119806
39.26/38.74	c cleaning 9999 clauses out of 20010 with flag 155001/1129806
39.56/39.03	c cleaning 10001 clauses out of 20011 with flag 165001/1139806
39.86/39.34	c cleaning 10002 clauses out of 20009 with flag 175000/1149805
40.17/39.66	c cleaning 9999 clauses out of 20007 with flag 185000/1159805
40.46/39.98	c cleaning 9996 clauses out of 20008 with flag 195000/1169805
40.76/40.29	c cleaning 10003 clauses out of 20012 with flag 205000/1179805
41.17/40.61	c cleaning 9995 clauses out of 20009 with flag 215000/1189805
41.47/40.92	c cleaning 10001 clauses out of 20015 with flag 225001/1199806
41.77/41.24	c cleaning 10003 clauses out of 20013 with flag 235000/1209805
42.07/41.53	c cleaning 10002 clauses out of 20011 with flag 245001/1219806
42.37/41.82	c cleaning 9999 clauses out of 20008 with flag 255000/1229805
42.67/42.13	c cleaning 10002 clauses out of 20011 with flag 265002/1239807
42.97/42.46	c cleaning 9998 clauses out of 20007 with flag 275000/1249805
43.27/42.76	c cleaning 10000 clauses out of 20009 with flag 285000/1259805
43.57/43.08	c cleaning 10000 clauses out of 20010 with flag 295001/1269806
43.87/43.39	c cleaning 9997 clauses out of 20009 with flag 305000/1279805
44.17/43.68	c cleaning 10001 clauses out of 20013 with flag 315001/1289806
44.49/43.97	c cleaning 10001 clauses out of 20013 with flag 325002/1299807
44.49/43.99	c Got one! Elapsed wall clock time (in seconds):43.881
44.49/43.99	o 27
44.68/44.14	c cleaning 7506 clauses out of 15019 with flag 5000/1304814
44.88/44.33	c cleaning 6754 clauses out of 13514 with flag 11001/1310815
45.08/44.54	c cleaning 6873 clauses out of 13759 with flag 18000/1317814
45.29/44.79	c cleaning 7439 clauses out of 14887 with flag 26001/1325815
45.59/45.08	c cleaning 8218 clauses out of 16447 with flag 35000/1334814
45.99/45.41	c cleaning 9111 clauses out of 18229 with flag 45000/1344814
46.29/45.78	c cleaning 9554 clauses out of 19118 with flag 55000/1354814
46.70/46.11	c cleaning 9780 clauses out of 19564 with flag 65000/1364814
46.99/46.42	c cleaning 9887 clauses out of 19785 with flag 75001/1374815
47.29/46.74	c cleaning 9943 clauses out of 19898 with flag 85001/1384815
47.59/47.07	c cleaning 9972 clauses out of 19955 with flag 95001/1394815
48.00/47.40	c cleaning 9981 clauses out of 19982 with flag 105000/1404814
48.30/47.74	c cleaning 9996 clauses out of 20002 with flag 115001/1414815
48.60/48.06	c cleaning 10001 clauses out of 20005 with flag 125000/1424814
48.90/48.39	c cleaning 9991 clauses out of 20004 with flag 135000/1434814
49.20/48.70	c cleaning 10006 clauses out of 20016 with flag 145003/1444817
49.60/49.03	c cleaning 9998 clauses out of 20007 with flag 155000/1454814
49.90/49.35	c cleaning 10001 clauses out of 20009 with flag 165000/1464814
50.20/49.65	c cleaning 9998 clauses out of 20009 with flag 175001/1474815
50.50/49.96	c cleaning 9998 clauses out of 20010 with flag 185000/1484814
50.81/50.25	c cleaning 10001 clauses out of 20012 with flag 195000/1494814
51.28/50.60	c cleaning 10000 clauses out of 20013 with flag 205002/1504816
51.82/50.97	c cleaning 10004 clauses out of 20013 with flag 215002/1514816
52.52/51.32	c cleaning 10001 clauses out of 20006 with flag 225000/1524814
52.84/51.66	c cleaning 9999 clauses out of 20005 with flag 235000/1534814
53.04/51.84	c starts		: 217
53.04/51.84	c conflicts		: 1539983
53.04/51.84	c decisions		: 2594277
53.04/51.84	c propagations		: 37282187
53.04/51.84	c inspects		: 293940842
53.04/51.84	c shortcuts		: 0
53.04/51.84	c learnt literals	: 7
53.04/51.84	c learnt binary clauses	: 26
53.04/51.84	c learnt ternary clauses	: 1079
53.04/51.84	c learnt constraints	: 1539975
53.04/51.84	c ignored constraints	: 0
53.04/51.84	c root simplifications	: 0
53.04/51.84	c removed literals (reason simplification)	: 9035919
53.04/51.84	c reason swapping (by a shorter reason)	: 0
53.04/51.84	c Calls to reduceDB	: 172
53.04/51.84	c number of reductions to clauses (during analyze)	: 0
53.04/51.84	c number of learned constraints concerned by reduction	: 0
53.04/51.84	c number of learning phase by resolution	: 0
53.04/51.84	c number of learning phase by cutting planes	: 0
53.04/51.84	c speed (assignments/second)	: 4749323.184713376
53.04/51.84	c non guided choices	1066
53.04/51.84	c learnt constraints type 
53.04/51.84	c constraints type 
53.04/51.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
53.04/51.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
53.04/51.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
53.04/51.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
53.04/51.84	s OPTIMUM FOUND
53.04/51.84	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 
53.04/51.84	c objective function=27
53.04/51.84	c Total wall clock time (in seconds): 51.732

Verifier Data

OK	27

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 /var/tmp/evaluation-result-3492456-1307909862/watcher-3492456-1307909862 -o /var/tmp/evaluation-result-3492456-1307909862/solver-3492456-1307909862 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492456-1307909862.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.00 1.94 2/195 5617
/proc/meminfo: memFree=1302536/32950940 swapFree=67053420/67111528
[pid=5617] ppid=5615 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/5617/stat : 5617 (java) R 5615 5617 3459 0 -1 4202496 957 0 0 0 0 0 0 0 25 0 1 0 981217024 23580672 698 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 215983629800 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5617/statm: 5757 699 515 9 0 124 0

[startup+0.040903 s]
/proc/loadavg: 2.00 2.00 1.94 2/195 5617
/proc/meminfo: memFree=1302536/32950940 swapFree=67053420/67111528
[pid=5617] ppid=5615 vsize=10467480 CPUtime=0.02 cores=1,3,5,7
/proc/5617/stat : 5617 (java) S 5615 5617 3459 0 -1 4202496 11169 0 1 0 1 1 0 0 25 0 13 0 981217024 10718699520 10863 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/5617/statm: 2616870 10863 1655 9 0 2607618 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10467480

[startup+0.100893 s]
/proc/loadavg: 2.00 2.00 1.94 2/195 5617
/proc/meminfo: memFree=1302536/32950940 swapFree=67053420/67111528
[pid=5617] ppid=5615 vsize=10540044 CPUtime=0.1 cores=1,3,5,7
/proc/5617/stat : 5617 (java) S 5615 5617 3459 0 -1 4202496 13096 0 1 0 9 1 0 0 25 0 18 0 981217024 10793005056 12762 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5617/statm: 2635011 12762 2093 9 0 2625745 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540044

[startup+0.300925 s]
/proc/loadavg: 2.00 2.00 1.94 2/195 5617
/proc/meminfo: memFree=1302536/32950940 swapFree=67053420/67111528
[pid=5617] ppid=5615 vsize=10544800 CPUtime=0.54 cores=1,3,5,7
/proc/5617/stat : 5617 (java) S 5615 5617 3459 0 -1 4202496 16307 0 1 0 52 2 0 0 25 0 19 0 981217024 10797875200 14881 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5617/statm: 2636200 14881 2215 9 0 2626934 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10544800

[startup+0.700789 s]
/proc/loadavg: 2.00 2.00 1.94 2/195 5617
/proc/meminfo: memFree=1302536/32950940 swapFree=67053420/67111528
[pid=5617] ppid=5615 vsize=10544800 CPUtime=1.03 cores=1,3,5,7
/proc/5617/stat : 5617 (java) S 5615 5617 3459 0 -1 4202496 17468 0 1 0 101 2 0 0 25 0 19 0 981217024 10797875200 15985 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5617/statm: 2636200 15985 2247 9 0 2626934 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10544800

[startup+1.50065 s]
/proc/loadavg: 2.08 2.02 1.95 3/214 5636
/proc/meminfo: memFree=1245556/32950940 swapFree=67053420/67111528
[pid=5617] ppid=5615 vsize=10544800 CPUtime=1.87 cores=1,3,5,7
/proc/5617/stat : 5617 (java) S 5615 5617 3459 0 -1 4202496 17827 0 1 0 184 3 0 0 25 0 19 0 981217024 10797875200 16339 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5617/statm: 2636200 16339 2248 9 0 2626934 0
[pid=5617/tid=5619] ppid=5615 vsize=10544800 CPUtime=1.4 cores=1,3,5,7
/proc/5617/task/5619/stat : 5619 (java) R 5615 5617 3459 0 -1 4202560 12259 0 1 0 139 1 0 0 25 0 19 0 981217025 10797875200 16339 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 46912505592952 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5620/stat : 5620 (java) S 5615 5617 3459 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 19 0 981217027 10797875200 16339 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 3 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5621/stat : 5621 (java) S 5615 5617 3459 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 981217027 10797875200 16339 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5622] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5622/stat : 5622 (java) S 5615 5617 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981217027 10797875200 16339 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 3 0 0 0
[pid=5617/tid=5623] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5623/stat : 5623 (java) S 5615 5617 3459 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 19 0 981217027 10797875200 16339 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5624] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5624/stat : 5624 (java) S 5615 5617 3459 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 981217027 10797875200 16339 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 3 0 0 0
[pid=5617/tid=5625] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5625/stat : 5625 (java) S 5615 5617 3459 0 -1 4202560 156 0 0 0 0 0 0 0 16 0 19 0 981217027 10797875200 16339 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 3 0 0 0
[pid=5617/tid=5626] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5626/stat : 5626 (java) S 5615 5617 3459 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 981217027 10797875200 16339 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5627] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5627/stat : 5627 (java) S 5615 5617 3459 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 981217027 10797875200 16339 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 3 0 0 0
[pid=5617/tid=5628] ppid=5615 vsize=10544800 CPUtime=0.06 cores=1,3,5,7
/proc/5617/task/5628/stat : 5628 (java) S 5615 5617 3459 0 -1 4202560 426 0 0 0 6 0 0 0 16 0 19 0 981217028 10797875200 16339 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000409088 0 0 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5629] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5629/stat : 5629 (java) S 5615 5617 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981217028 10797875200 16339 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5630] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5630/stat : 5630 (java) S 5615 5617 3459 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 981217028 10797875200 16339 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5631] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5631/stat : 5631 (java) S 5615 5617 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981217030 10797875200 16339 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000416177 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5632] ppid=5615 vsize=10544800 CPUtime=0.19 cores=1,3,5,7
/proc/5617/task/5632/stat : 5632 (java) S 5615 5617 3459 0 -1 4202560 1793 0 0 0 19 0 0 0 20 0 19 0 981217030 10797875200 16339 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5633] ppid=5615 vsize=10544800 CPUtime=0.16 cores=1,3,5,7
/proc/5617/task/5633/stat : 5633 (java) S 5615 5617 3459 0 -1 4202560 1682 0 0 0 16 0 0 0 20 0 19 0 981217030 10797875200 16339 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5634] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5634/stat : 5634 (java) S 5615 5617 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981217030 10797875200 16339 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5635] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5635/stat : 5635 (java) S 5615 5617 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981217030 10797875200 16339 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000409088 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5636] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5636/stat : 5636 (java) S 5615 5617 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981217041 10797875200 16339 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000409088 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 10544800

[startup+3.10137 s]
/proc/loadavg: 2.08 2.02 1.95 3/214 5636
/proc/meminfo: memFree=1244392/32950940 swapFree=67053420/67111528
[pid=5617] ppid=5615 vsize=10544800 CPUtime=3.48 cores=1,3,5,7
/proc/5617/stat : 5617 (java) S 5615 5617 3459 0 -1 4202496 18094 0 1 0 345 3 0 0 25 0 19 0 981217024 10797875200 16599 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5617/statm: 2636200 16599 2248 9 0 2626934 0
[pid=5617/tid=5619] ppid=5615 vsize=10544800 CPUtime=2.93 cores=1,3,5,7
/proc/5617/task/5619/stat : 5619 (java) R 5615 5617 3459 0 -1 4202560 12266 0 1 0 291 2 0 0 25 0 19 0 981217025 10797875200 16599 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 46912505598007 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5620/stat : 5620 (java) S 5615 5617 3459 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 19 0 981217027 10797875200 16599 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5621/stat : 5621 (java) S 5615 5617 3459 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 19 0 981217027 10797875200 16599 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5622] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5622/stat : 5622 (java) S 5615 5617 3459 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 981217027 10797875200 16599 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5623] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5623/stat : 5623 (java) S 5615 5617 3459 0 -1 4202560 15 0 0 0 0 0 0 0 16 0 19 0 981217027 10797875200 16599 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5624] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5624/stat : 5624 (java) S 5615 5617 3459 0 -1 4202560 65 0 0 0 0 0 0 0 16 0 19 0 981217027 10797875200 16599 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5625] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5625/stat : 5625 (java) S 5615 5617 3459 0 -1 4202560 156 0 0 0 0 0 0 0 15 0 19 0 981217027 10797875200 16599 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 3 0 0 0
[pid=5617/tid=5626] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5626/stat : 5626 (java) S 5615 5617 3459 0 -1 4202560 55 0 0 0 0 0 0 0 16 0 19 0 981217027 10797875200 16599 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5627] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5627/stat : 5627 (java) S 5615 5617 3459 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 981217027 10797875200 16599 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 3 0 0 0
[pid=5617/tid=5628] ppid=5615 vsize=10544800 CPUtime=0.13 cores=1,3,5,7
/proc/5617/task/5628/stat : 5628 (java) S 5615 5617 3459 0 -1 4202560 544 0 0 0 13 0 0 0 16 0 19 0 981217028 10797875200 16599 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000409088 0 0 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5629] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5629/stat : 5629 (java) S 5615 5617 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981217028 10797875200 16599 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5630] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5630/stat : 5630 (java) S 5615 5617 3459 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 981217028 10797875200 16599 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5631] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5631/stat : 5631 (java) S 5615 5617 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981217030 10797875200 16599 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000416177 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5632] ppid=5615 vsize=10544800 CPUtime=0.2 cores=1,3,5,7
/proc/5617/task/5632/stat : 5632 (java) S 5615 5617 3459 0 -1 4202560 1793 0 0 0 20 0 0 0 15 0 19 0 981217030 10797875200 16599 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5633] ppid=5615 vsize=10544800 CPUtime=0.16 cores=1,3,5,7
/proc/5617/task/5633/stat : 5633 (java) S 5615 5617 3459 0 -1 4202560 1682 0 0 0 16 0 0 0 20 0 19 0 981217030 10797875200 16599 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5634] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5634/stat : 5634 (java) S 5615 5617 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981217030 10797875200 16599 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5635] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5635/stat : 5635 (java) S 5615 5617 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981217030 10797875200 16599 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000409088 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5636] ppid=5615 vsize=10544800 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5636/stat : 5636 (java) S 5615 5617 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981217041 10797875200 16599 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000409088 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 10544800

[startup+6.30081 s]
/proc/loadavg: 2.08 2.02 1.95 3/214 5636
/proc/meminfo: memFree=1244768/32950940 swapFree=67053420/67111528
[pid=5617] ppid=5615 vsize=10543252 CPUtime=6.69 cores=1,3,5,7
/proc/5617/stat : 5617 (java) S 5615 5617 3459 0 -1 4202496 18216 0 1 0 666 3 0 0 25 0 19 0 981217024 10796290048 16352 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5617/statm: 2635813 16352 2248 9 0 2626547 0
[pid=5617/tid=5619] ppid=5615 vsize=10543252 CPUtime=5.97 cores=1,3,5,7
/proc/5617/task/5619/stat : 5619 (java) S 5615 5617 3459 0 -1 4202560 12280 0 1 0 595 2 0 0 25 0 19 0 981217025 10796290048 16352 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=10543252 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5620/stat : 5620 (java) S 5615 5617 3459 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 19 0 981217027 10796290048 16352 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=10543252 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5621/stat : 5621 (java) S 5615 5617 3459 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 981217027 10796290048 16352 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5622] ppid=5615 vsize=10543252 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5622/stat : 5622 (java) S 5615 5617 3459 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 19 0 981217027 10796290048 16352 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5623] ppid=5615 vsize=10543252 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5623/stat : 5623 (java) S 5615 5617 3459 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 981217027 10796290048 16352 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5624] ppid=5615 vsize=10543252 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5624/stat : 5624 (java) S 5615 5617 3459 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 981217027 10796290048 16352 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5625] ppid=5615 vsize=10543252 CPUtime=0.01 cores=1,3,5,7
/proc/5617/task/5625/stat : 5625 (java) S 5615 5617 3459 0 -1 4202560 161 0 0 0 1 0 0 0 15 0 19 0 981217027 10796290048 16352 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 3 0 0 0
[pid=5617/tid=5626] ppid=5615 vsize=10543252 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5626/stat : 5626 (java) S 5615 5617 3459 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 981217027 10796290048 16352 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5627] ppid=5615 vsize=10543252 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5627/stat : 5627 (java) S 5615 5617 3459 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 981217027 10796290048 16352 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 3 0 0 0
[pid=5617/tid=5628] ppid=5615 vsize=10543252 CPUtime=0.29 cores=1,3,5,7
/proc/5617/task/5628/stat : 5628 (java) R 5615 5617 3459 0 -1 4202560 637 0 0 0 29 0 0 0 15 0 19 0 981217028 10796290048 16352 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 47081651789859 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=5617/tid=5629] ppid=5615 vsize=10543252 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5629/stat : 5629 (java) S 5615 5617 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981217028 10796290048 16352 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5630] ppid=5615 vsize=10543252 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5630/stat : 5630 (java) S 5615 5617 3459 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 981217028 10796290048 16352 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5631] ppid=5615 vsize=10543252 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5631/stat : 5631 (java) S 5615 5617 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981217030 10796290048 16352 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000416177 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5632] ppid=5615 vsize=10543252 CPUtime=0.2 cores=1,3,5,7
/proc/5617/task/5632/stat : 5632 (java) S 5615 5617 3459 0 -1 4202560 1793 0 0 0 20 0 0 0 15 0 19 0 981217030 10796290048 16352 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5633] ppid=5615 vsize=10543252 CPUtime=0.16 cores=1,3,5,7
/proc/5617/task/5633/stat : 5633 (java) S 5615 5617 3459 0 -1 4202560 1682 0 0 0 16 0 0 0 20 0 19 0 981217030 10796290048 16352 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5634] ppid=5615 vsize=10543252 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5634/stat : 5634 (java) S 5615 5617 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981217030 10796290048 16352 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5635] ppid=5615 vsize=10543252 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5635/stat : 5635 (java) S 5615 5617 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981217030 10796290048 16352 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000409088 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5636] ppid=5615 vsize=10543252 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5636/stat : 5636 (java) S 5615 5617 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981217041 10796290048 16352 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000409088 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 10543252

[startup+12.7007 s]

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

/proc/5617/task/5621/stat : 5621 (java) S 5615 5617 3459 0 -1 4202560 59 0 0 0 5 0 0 0 15 0 19 0 981217027 10796982272 22230 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5622] ppid=5615 vsize=10543928 CPUtime=0.04 cores=1,3,5,7
/proc/5617/task/5622/stat : 5622 (java) S 5615 5617 3459 0 -1 4202560 48 0 0 0 4 0 0 0 15 0 19 0 981217027 10796982272 22230 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5623] ppid=5615 vsize=10543928 CPUtime=0.03 cores=1,3,5,7
/proc/5617/task/5623/stat : 5623 (java) S 5615 5617 3459 0 -1 4202560 25 0 0 0 3 0 0 0 15 0 19 0 981217027 10796982272 22230 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5624] ppid=5615 vsize=10543928 CPUtime=0.04 cores=1,3,5,7
/proc/5617/task/5624/stat : 5624 (java) S 5615 5617 3459 0 -1 4202560 70 0 0 0 4 0 0 0 15 0 19 0 981217027 10796982272 22230 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5625] ppid=5615 vsize=10543928 CPUtime=0.04 cores=1,3,5,7
/proc/5617/task/5625/stat : 5625 (java) S 5615 5617 3459 0 -1 4202560 168 0 0 0 4 0 0 0 15 0 19 0 981217027 10796982272 22230 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5626] ppid=5615 vsize=10543928 CPUtime=0.04 cores=1,3,5,7
/proc/5617/task/5626/stat : 5626 (java) S 5615 5617 3459 0 -1 4202560 65 0 0 0 4 0 0 0 15 0 19 0 981217027 10796982272 22230 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 3 0 0 0
[pid=5617/tid=5627] ppid=5615 vsize=10543928 CPUtime=0.04 cores=1,3,5,7
/proc/5617/task/5627/stat : 5627 (java) S 5615 5617 3459 0 -1 4202560 123 0 0 0 4 0 0 0 16 0 19 0 981217027 10796982272 22230 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 3 0 0 0
[pid=5617/tid=5628] ppid=5615 vsize=10543928 CPUtime=2.2 cores=1,3,5,7
/proc/5617/task/5628/stat : 5628 (java) S 5615 5617 3459 0 -1 4202560 1016 0 0 0 220 0 0 0 16 0 19 0 981217028 10796982272 22230 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000409088 0 0 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5629] ppid=5615 vsize=10543928 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5629/stat : 5629 (java) S 5615 5617 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981217028 10796982272 22230 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5630] ppid=5615 vsize=10543928 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5630/stat : 5630 (java) S 5615 5617 3459 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 981217028 10796982272 22230 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5631] ppid=5615 vsize=10543928 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5631/stat : 5631 (java) S 5615 5617 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981217030 10796982272 22230 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000416177 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5632] ppid=5615 vsize=10543928 CPUtime=0.27 cores=1,3,5,7
/proc/5617/task/5632/stat : 5632 (java) S 5615 5617 3459 0 -1 4202560 2139 0 0 0 27 0 0 0 15 0 19 0 981217030 10796982272 22230 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5633] ppid=5615 vsize=10543928 CPUtime=0.6 cores=1,3,5,7
/proc/5617/task/5633/stat : 5633 (java) R 5615 5617 3459 0 -1 4202560 10492 0 0 0 59 1 0 0 17 0 19 0 981217030 10796982272 22230 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 47081648187484 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5617/tid=5634] ppid=5615 vsize=10543928 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5634/stat : 5634 (java) S 5615 5617 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981217030 10796982272 22230 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5635] ppid=5615 vsize=10543928 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5635/stat : 5635 (java) S 5615 5617 3459 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 981217030 10796982272 22230 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000409088 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5636] ppid=5615 vsize=10543928 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5636/stat : 5636 (java) S 5615 5617 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981217041 10796982272 22230 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000409088 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 52.16
Current children cumulated vsize (KiB) 10543928

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

[startup+51.5009 s]
/proc/loadavg: 2.04 2.01 1.95 3/214 5637
/proc/meminfo: memFree=1231820/32950940 swapFree=67053420/67111528
[pid=5617] ppid=5615 vsize=10544908 CPUtime=52.73 cores=1,3,5,7
/proc/5617/stat : 5617 (java) S 5615 5617 3459 0 -1 4202496 28813 0 1 0 5267 6 0 0 25 0 19 0 981217024 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5617/statm: 2636227 22269 2251 9 0 2626961 0
[pid=5617/tid=5619] ppid=5615 vsize=10544908 CPUtime=49.08 cores=1,3,5,7
/proc/5617/task/5619/stat : 5619 (java) R 5615 5617 3459 0 -1 4202560 12430 0 1 0 4906 2 0 0 25 0 19 0 981217025 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 46912505537047 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=10544908 CPUtime=0.04 cores=1,3,5,7
/proc/5617/task/5620/stat : 5620 (java) S 5615 5617 3459 0 -1 4202560 177 0 0 0 4 0 0 0 15 0 19 0 981217027 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 3 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=10544908 CPUtime=0.05 cores=1,3,5,7
/proc/5617/task/5621/stat : 5621 (java) S 5615 5617 3459 0 -1 4202560 59 0 0 0 5 0 0 0 15 0 19 0 981217027 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5622] ppid=5615 vsize=10544908 CPUtime=0.04 cores=1,3,5,7
/proc/5617/task/5622/stat : 5622 (java) S 5615 5617 3459 0 -1 4202560 48 0 0 0 4 0 0 0 15 0 19 0 981217027 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5623] ppid=5615 vsize=10544908 CPUtime=0.03 cores=1,3,5,7
/proc/5617/task/5623/stat : 5623 (java) S 5615 5617 3459 0 -1 4202560 25 0 0 0 3 0 0 0 15 0 19 0 981217027 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5624] ppid=5615 vsize=10544908 CPUtime=0.04 cores=1,3,5,7
/proc/5617/task/5624/stat : 5624 (java) S 5615 5617 3459 0 -1 4202560 70 0 0 0 4 0 0 0 15 0 19 0 981217027 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5625] ppid=5615 vsize=10544908 CPUtime=0.04 cores=1,3,5,7
/proc/5617/task/5625/stat : 5625 (java) S 5615 5617 3459 0 -1 4202560 168 0 0 0 4 0 0 0 15 0 19 0 981217027 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5626] ppid=5615 vsize=10544908 CPUtime=0.04 cores=1,3,5,7
/proc/5617/task/5626/stat : 5626 (java) S 5615 5617 3459 0 -1 4202560 65 0 0 0 4 0 0 0 15 0 19 0 981217027 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 3 0 0 0
[pid=5617/tid=5627] ppid=5615 vsize=10544908 CPUtime=0.04 cores=1,3,5,7
/proc/5617/task/5627/stat : 5627 (java) S 5615 5617 3459 0 -1 4202560 123 0 0 0 4 0 0 0 15 0 19 0 981217027 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5628] ppid=5615 vsize=10544908 CPUtime=2.21 cores=1,3,5,7
/proc/5617/task/5628/stat : 5628 (java) S 5615 5617 3459 0 -1 4202560 1016 0 0 0 221 0 0 0 16 0 19 0 981217028 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000409088 0 0 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5629] ppid=5615 vsize=10544908 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5629/stat : 5629 (java) S 5615 5617 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981217028 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5630] ppid=5615 vsize=10544908 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5630/stat : 5630 (java) S 5615 5617 3459 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 981217028 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5631] ppid=5615 vsize=10544908 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5631/stat : 5631 (java) S 5615 5617 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981217030 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000416177 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5632] ppid=5615 vsize=10544908 CPUtime=0.3 cores=1,3,5,7
/proc/5617/task/5632/stat : 5632 (java) S 5615 5617 3459 0 -1 4202560 2343 0 0 0 30 0 0 0 15 0 19 0 981217030 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5633] ppid=5615 vsize=10544908 CPUtime=0.73 cores=1,3,5,7
/proc/5617/task/5633/stat : 5633 (java) S 5615 5617 3459 0 -1 4202560 11132 0 0 0 72 1 0 0 16 0 19 0 981217030 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5634] ppid=5615 vsize=10544908 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5634/stat : 5634 (java) S 5615 5617 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981217030 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5635] ppid=5615 vsize=10544908 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5635/stat : 5635 (java) S 5615 5617 3459 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 981217030 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000409088 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5636] ppid=5615 vsize=10544908 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5636/stat : 5636 (java) S 5615 5617 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981217041 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000409088 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 52.73
Current children cumulated vsize (KiB) 10544908

[startup+51.7069 s]
/proc/loadavg: 2.11 2.03 1.95 3/214 5637
/proc/meminfo: memFree=1209996/32950940 swapFree=67053420/67111528
[pid=5617] ppid=5615 vsize=10544908 CPUtime=52.94 cores=1,3,5,7
/proc/5617/stat : 5617 (java) S 5615 5617 3459 0 -1 4202496 28814 0 1 0 5288 6 0 0 25 0 19 0 981217024 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5617/statm: 2636227 22269 2251 9 0 2626961 0
[pid=5617/tid=5619] ppid=5615 vsize=10544908 CPUtime=49.27 cores=1,3,5,7
/proc/5617/task/5619/stat : 5619 (java) R 5615 5617 3459 0 -1 4202560 12431 0 1 0 4925 2 0 0 25 0 19 0 981217025 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 46912505166938 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=10544908 CPUtime=0.04 cores=1,3,5,7
/proc/5617/task/5620/stat : 5620 (java) S 5615 5617 3459 0 -1 4202560 177 0 0 0 4 0 0 0 15 0 19 0 981217027 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 3 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=10544908 CPUtime=0.05 cores=1,3,5,7
/proc/5617/task/5621/stat : 5621 (java) S 5615 5617 3459 0 -1 4202560 59 0 0 0 5 0 0 0 15 0 19 0 981217027 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5622] ppid=5615 vsize=10544908 CPUtime=0.04 cores=1,3,5,7
/proc/5617/task/5622/stat : 5622 (java) S 5615 5617 3459 0 -1 4202560 48 0 0 0 4 0 0 0 15 0 19 0 981217027 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5623] ppid=5615 vsize=10544908 CPUtime=0.03 cores=1,3,5,7
/proc/5617/task/5623/stat : 5623 (java) S 5615 5617 3459 0 -1 4202560 25 0 0 0 3 0 0 0 15 0 19 0 981217027 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5624] ppid=5615 vsize=10544908 CPUtime=0.04 cores=1,3,5,7
/proc/5617/task/5624/stat : 5624 (java) S 5615 5617 3459 0 -1 4202560 70 0 0 0 4 0 0 0 15 0 19 0 981217027 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5625] ppid=5615 vsize=10544908 CPUtime=0.04 cores=1,3,5,7
/proc/5617/task/5625/stat : 5625 (java) S 5615 5617 3459 0 -1 4202560 168 0 0 0 4 0 0 0 15 0 19 0 981217027 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5626] ppid=5615 vsize=10544908 CPUtime=0.04 cores=1,3,5,7
/proc/5617/task/5626/stat : 5626 (java) S 5615 5617 3459 0 -1 4202560 65 0 0 0 4 0 0 0 15 0 19 0 981217027 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 3 0 0 0
[pid=5617/tid=5627] ppid=5615 vsize=10544908 CPUtime=0.04 cores=1,3,5,7
/proc/5617/task/5627/stat : 5627 (java) S 5615 5617 3459 0 -1 4202560 123 0 0 0 4 0 0 0 15 0 19 0 981217027 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5628] ppid=5615 vsize=10544908 CPUtime=2.23 cores=1,3,5,7
/proc/5617/task/5628/stat : 5628 (java) S 5615 5617 3459 0 -1 4202560 1016 0 0 0 223 0 0 0 16 0 19 0 981217028 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000409088 0 0 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5629] ppid=5615 vsize=10544908 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5629/stat : 5629 (java) S 5615 5617 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981217028 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5630] ppid=5615 vsize=10544908 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5630/stat : 5630 (java) S 5615 5617 3459 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 981217028 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5631] ppid=5615 vsize=10544908 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5631/stat : 5631 (java) S 5615 5617 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981217030 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000416177 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5632] ppid=5615 vsize=10544908 CPUtime=0.31 cores=1,3,5,7
/proc/5617/task/5632/stat : 5632 (java) S 5615 5617 3459 0 -1 4202560 2343 0 0 0 31 0 0 0 15 0 19 0 981217030 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5633] ppid=5615 vsize=10544908 CPUtime=0.73 cores=1,3,5,7
/proc/5617/task/5633/stat : 5633 (java) S 5615 5617 3459 0 -1 4202560 11132 0 0 0 72 1 0 0 16 0 19 0 981217030 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5634] ppid=5615 vsize=10544908 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5634/stat : 5634 (java) S 5615 5617 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981217030 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5635] ppid=5615 vsize=10544908 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5635/stat : 5635 (java) S 5615 5617 3459 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 981217030 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000409088 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5636] ppid=5615 vsize=10544908 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5636/stat : 5636 (java) S 5615 5617 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981217041 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000409088 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 52.94
Current children cumulated vsize (KiB) 10544908

[startup+51.8008 s]
/proc/loadavg: 2.11 2.03 1.95 3/214 5637
/proc/meminfo: memFree=1209996/32950940 swapFree=67053420/67111528
[pid=5617] ppid=5615 vsize=10544908 CPUtime=53.04 cores=1,3,5,7
/proc/5617/stat : 5617 (java) S 5615 5617 3459 0 -1 4202496 28814 0 1 0 5298 6 0 0 25 0 19 0 981217024 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5617/statm: 2636227 22269 2251 9 0 2626961 0
[pid=5617/tid=5619] ppid=5615 vsize=10544908 CPUtime=49.37 cores=1,3,5,7
/proc/5617/task/5619/stat : 5619 (java) R 5615 5617 3459 0 -1 4202560 12431 0 1 0 4935 2 0 0 25 0 19 0 981217025 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 46912505548127 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5617/tid=5620] ppid=5615 vsize=10544908 CPUtime=0.04 cores=1,3,5,7
/proc/5617/task/5620/stat : 5620 (java) S 5615 5617 3459 0 -1 4202560 177 0 0 0 4 0 0 0 15 0 19 0 981217027 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 3 0 0 0
[pid=5617/tid=5621] ppid=5615 vsize=10544908 CPUtime=0.05 cores=1,3,5,7
/proc/5617/task/5621/stat : 5621 (java) S 5615 5617 3459 0 -1 4202560 59 0 0 0 5 0 0 0 15 0 19 0 981217027 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5622] ppid=5615 vsize=10544908 CPUtime=0.04 cores=1,3,5,7
/proc/5617/task/5622/stat : 5622 (java) S 5615 5617 3459 0 -1 4202560 48 0 0 0 4 0 0 0 15 0 19 0 981217027 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5623] ppid=5615 vsize=10544908 CPUtime=0.03 cores=1,3,5,7
/proc/5617/task/5623/stat : 5623 (java) S 5615 5617 3459 0 -1 4202560 25 0 0 0 3 0 0 0 15 0 19 0 981217027 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5624] ppid=5615 vsize=10544908 CPUtime=0.04 cores=1,3,5,7
/proc/5617/task/5624/stat : 5624 (java) S 5615 5617 3459 0 -1 4202560 70 0 0 0 4 0 0 0 15 0 19 0 981217027 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5625] ppid=5615 vsize=10544908 CPUtime=0.04 cores=1,3,5,7
/proc/5617/task/5625/stat : 5625 (java) S 5615 5617 3459 0 -1 4202560 168 0 0 0 4 0 0 0 15 0 19 0 981217027 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5626] ppid=5615 vsize=10544908 CPUtime=0.04 cores=1,3,5,7
/proc/5617/task/5626/stat : 5626 (java) S 5615 5617 3459 0 -1 4202560 65 0 0 0 4 0 0 0 15 0 19 0 981217027 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 3 0 0 0
[pid=5617/tid=5627] ppid=5615 vsize=10544908 CPUtime=0.04 cores=1,3,5,7
/proc/5617/task/5627/stat : 5627 (java) S 5615 5617 3459 0 -1 4202560 123 0 0 0 4 0 0 0 15 0 19 0 981217027 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5628] ppid=5615 vsize=10544908 CPUtime=2.23 cores=1,3,5,7
/proc/5617/task/5628/stat : 5628 (java) S 5615 5617 3459 0 -1 4202560 1016 0 0 0 223 0 0 0 16 0 19 0 981217028 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000409088 0 0 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5629] ppid=5615 vsize=10544908 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5629/stat : 5629 (java) S 5615 5617 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981217028 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5630] ppid=5615 vsize=10544908 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5630/stat : 5630 (java) S 5615 5617 3459 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 981217028 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5631] ppid=5615 vsize=10544908 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5631/stat : 5631 (java) S 5615 5617 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981217030 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000416177 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5632] ppid=5615 vsize=10544908 CPUtime=0.31 cores=1,3,5,7
/proc/5617/task/5632/stat : 5632 (java) S 5615 5617 3459 0 -1 4202560 2343 0 0 0 31 0 0 0 15 0 19 0 981217030 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
[pid=5617/tid=5633] ppid=5615 vsize=10544908 CPUtime=0.73 cores=1,3,5,7
/proc/5617/task/5633/stat : 5633 (java) S 5615 5617 3459 0 -1 4202560 11132 0 0 0 72 1 0 0 16 0 19 0 981217030 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5634] ppid=5615 vsize=10544908 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5634/stat : 5634 (java) S 5615 5617 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981217030 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000408473 0 4 0 16800975 18446604457857837184 0 0 -1 1 0 0 0
[pid=5617/tid=5635] ppid=5615 vsize=10544908 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5635/stat : 5635 (java) S 5615 5617 3459 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 981217030 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000409088 0 4 0 16800975 18446604457857837184 0 0 -1 5 0 0 0
[pid=5617/tid=5636] ppid=5615 vsize=10544908 CPUtime=0 cores=1,3,5,7
/proc/5617/task/5636/stat : 5636 (java) S 5615 5617 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981217041 10797985792 22269 33554432000 1073741824 1073778376 140735495401616 18446744073709551615 216000409088 0 4 0 16800975 18446604457857837184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 53.04
Current children cumulated vsize (KiB) 10544908

Child status: 30
Real time (s): 51.8601
CPU time (s): 53.1029
CPU user time (s): 53.0309
CPU system time (s): 0.071989
CPU usage (%): 102.396
Max. virtual memory (cumulated for all children) (KiB): 10545068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.0309
system time used= 0.071989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28839
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= 6378
involuntary context switches= 2636

runsolver used 0.093985 second user time and 0.202969 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-12 22:17:43
IDJOB=3492456
IDBENCH=78824
IDSOLVER=1982
FILE ID=node117/3492456-1307909862
RUNJOBID= node117-1307907339-4520
PBS_JOBID= 13559588
Free space on /var/tmp= 2884 MiB

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

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

MD5SUM BENCH= 11192ef633da7cef97eefdeccab8f20f
RANDOM SEED=195448645

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       1303196 kB
Buffers:         63028 kB
Cached:       30289604 kB
SwapCached:      10872 kB
Active:       15072516 kB
Inactive:     15628692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       1303196 kB
SwapTotal:    67111528 kB
SwapFree:     67053420 kB
Dirty:             256 kB
Writeback:           0 kB
AnonPages:      345548 kB
Mapped:          21276 kB
Slab:           882736 kB
PageTables:       5480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 10548804 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 /var/tmp at the end= 2884 MiB
End job on node117 at 2011-06-12 22:18:34