Trace number 3492336

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.7978 52.4179

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110969170--soft-66-100-0.wbo
MD5SUM569bc66899871f531ac68d505b942740
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark1.13183
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 1227
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.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	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.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3492336-1307909554.wbo
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.061s.
0.11/0.17	c #vars     211
0.11/0.17	c #constraints  101
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.11/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.25/0.27	c SATISFIABLE
0.25/0.27	c OPTIMIZING...
0.25/0.27	c Got one! Elapsed wall clock time (in seconds):0.163
0.25/0.27	o 508
0.55/0.38	c Got one! Elapsed wall clock time (in seconds):0.274
0.55/0.38	o 440
0.69/0.44	c Got one! Elapsed wall clock time (in seconds):0.329
0.69/0.44	o 357
0.69/0.49	c Got one! Elapsed wall clock time (in seconds):0.378
0.69/0.49	o 338
0.81/0.55	c cleaning 3796 clauses out of 7603 with flag 1001/7603
0.81/0.57	c Got one! Elapsed wall clock time (in seconds):0.455
0.81/0.57	o 331
0.94/0.64	c Got one! Elapsed wall clock time (in seconds):0.528
0.94/0.64	o 301
0.94/0.69	c Got one! Elapsed wall clock time (in seconds):0.581
0.94/0.69	o 278
1.06/0.76	c cleaning 5141 clauses out of 10289 with flag 2000/14085
1.16/0.87	c Got one! Elapsed wall clock time (in seconds):0.758
1.16/0.87	o 259
1.26/0.92	c Got one! Elapsed wall clock time (in seconds):0.813
1.26/0.92	o 213
1.26/0.96	c cleaning 5821 clauses out of 11652 with flag 1002/20589
1.54/1.15	c cleaning 5909 clauses out of 11829 with flag 7000/26587
1.66/1.29	c Got one! Elapsed wall clock time (in seconds):1.176
1.66/1.29	o 190
1.76/1.32	c cleaning 5572 clauses out of 11155 with flag 1000/31822
1.96/1.52	c cleaning 5788 clauses out of 11584 with flag 7001/37823
2.16/1.74	c cleaning 6397 clauses out of 12795 with flag 14000/44822
2.26/1.88	c Got one! Elapsed wall clock time (in seconds):1.773
2.26/1.88	o 165
2.36/1.92	c cleaning 5814 clauses out of 11637 with flag 1000/50061
2.57/2.11	c cleaning 5907 clauses out of 11823 with flag 7000/56061
2.76/2.32	c cleaning 6455 clauses out of 12916 with flag 14000/63061
2.96/2.57	c cleaning 7228 clauses out of 14464 with flag 22003/71064
3.26/2.86	c cleaning 8112 clauses out of 16237 with flag 31004/80065
3.56/3.20	c cleaning 9054 clauses out of 18121 with flag 41000/90061
3.96/3.52	c cleaning 9530 clauses out of 19067 with flag 51000/100061
4.07/3.60	c Got one! Elapsed wall clock time (in seconds):3.492
4.07/3.60	o 150
4.17/3.70	c cleaning 7633 clauses out of 15280 with flag 3001/105804
4.27/3.89	c cleaning 6819 clauses out of 13646 with flag 9000/111803
4.57/4.15	c cleaning 6908 clauses out of 13828 with flag 16001/118804
4.87/4.40	c Got one! Elapsed wall clock time (in seconds):4.293
4.87/4.40	o 148
5.07/4.61	c cleaning 9317 clauses out of 18643 with flag 5000/130527
5.27/4.82	c cleaning 7659 clauses out of 15328 with flag 11002/136529
5.47/5.06	c cleaning 7331 clauses out of 14669 with flag 18002/143529
5.67/5.25	c Got one! Elapsed wall clock time (in seconds):5.137
5.67/5.25	o 120
5.88/5.44	c cleaning 8827 clauses out of 17663 with flag 5001/153854
6.07/5.66	c cleaning 7415 clauses out of 14838 with flag 11003/159856
6.37/5.93	c cleaning 7200 clauses out of 14420 with flag 18000/166853
6.37/5.98	c Got one! Elapsed wall clock time (in seconds):5.87
6.37/5.98	o 119
6.57/6.11	c cleaning 6256 clauses out of 12522 with flag 4000/172155
6.77/6.32	c cleaning 6127 clauses out of 12266 with flag 10000/178155
6.98/6.56	c cleaning 6562 clauses out of 13139 with flag 17000/185155
7.27/6.86	c cleaning 7287 clauses out of 14579 with flag 25002/193157
7.57/7.19	c cleaning 8143 clauses out of 16292 with flag 34002/202157
7.97/7.58	c cleaning 9072 clauses out of 18148 with flag 44001/212156
8.38/7.98	c cleaning 9530 clauses out of 19076 with flag 54001/222156
8.78/8.37	c cleaning 9768 clauses out of 19545 with flag 64000/232155
9.18/8.75	c cleaning 9882 clauses out of 19778 with flag 74001/242156
9.59/9.15	c cleaning 9941 clauses out of 19895 with flag 84000/252155
10.00/9.53	c cleaning 9969 clauses out of 19954 with flag 94000/262155
10.41/9.92	c cleaning 9988 clauses out of 19986 with flag 104001/272156
10.70/10.27	c cleaning 9994 clauses out of 19997 with flag 114000/282155
10.80/10.39	c Got one! Elapsed wall clock time (in seconds):10.284
10.80/10.39	o 106
10.90/10.46	c cleaning 7889 clauses out of 15788 with flag 2001/287940
11.11/10.66	c cleaning 6947 clauses out of 13900 with flag 8002/293941
11.41/10.91	c cleaning 6970 clauses out of 13951 with flag 15000/300939
11.61/11.17	c cleaning 7485 clauses out of 14981 with flag 23000/308939
11.91/11.47	c cleaning 8245 clauses out of 16496 with flag 32000/317939
12.31/11.82	c cleaning 9124 clauses out of 18251 with flag 42000/327939
12.62/12.18	c cleaning 9561 clauses out of 19129 with flag 52002/337941
12.71/12.24	c Got one! Elapsed wall clock time (in seconds):12.127
12.71/12.24	o 73
12.81/12.35	c cleaning 7457 clauses out of 14925 with flag 4001/343298
13.01/12.55	c cleaning 6732 clauses out of 13467 with flag 10000/349297
13.21/12.78	c cleaning 6865 clauses out of 13736 with flag 17001/356298
13.51/13.03	c cleaning 7428 clauses out of 14870 with flag 25000/364297
13.81/13.32	c cleaning 8215 clauses out of 16445 with flag 34003/373300
14.11/13.65	c cleaning 9109 clauses out of 18227 with flag 44000/383297
14.41/13.98	c cleaning 9555 clauses out of 19118 with flag 54000/393297
14.72/14.29	c cleaning 9775 clauses out of 19564 with flag 64001/403298
15.11/14.60	c cleaning 9889 clauses out of 19788 with flag 74000/413297
15.43/14.94	c cleaning 9948 clauses out of 19899 with flag 84000/423297
15.73/15.26	c cleaning 9973 clauses out of 19952 with flag 94001/433298
16.03/15.59	c cleaning 9983 clauses out of 19978 with flag 104000/443297
16.43/15.92	c cleaning 9986 clauses out of 19995 with flag 114000/453297
16.73/16.25	c cleaning 10000 clauses out of 20009 with flag 124000/463297
17.13/16.60	c cleaning 10002 clauses out of 20010 with flag 134001/473298
17.43/16.92	c cleaning 9999 clauses out of 20008 with flag 144001/483298
17.73/17.25	c cleaning 9998 clauses out of 20008 with flag 154000/493297
18.04/17.57	c cleaning 9996 clauses out of 20012 with flag 164002/503299
18.34/17.90	c cleaning 10004 clauses out of 20015 with flag 174001/513298
18.74/18.21	c cleaning 9999 clauses out of 20010 with flag 184000/523297
19.04/18.54	c cleaning 10000 clauses out of 20011 with flag 194000/533297
19.34/18.86	c cleaning 9999 clauses out of 20012 with flag 204001/543298
19.64/19.19	c cleaning 10002 clauses out of 20012 with flag 214000/553297
20.04/19.51	c cleaning 10001 clauses out of 20010 with flag 224000/563297
20.35/19.84	c cleaning 9998 clauses out of 20010 with flag 234001/573298
20.64/20.15	c cleaning 9998 clauses out of 20013 with flag 244002/583299
20.64/20.19	c Got one! Elapsed wall clock time (in seconds):20.081
20.64/20.19	o 71
20.84/20.35	c cleaning 7992 clauses out of 15995 with flag 5002/589279
21.04/20.54	c cleaning 6997 clauses out of 14001 with flag 11000/595277
21.24/20.77	c cleaning 7001 clauses out of 14007 with flag 18003/602280
21.54/21.03	c cleaning 7497 clauses out of 15004 with flag 26001/610278
21.84/21.30	c cleaning 8249 clauses out of 16506 with flag 35000/619277
22.15/21.63	c cleaning 9128 clauses out of 18261 with flag 45004/629281
22.45/21.98	c cleaning 9557 clauses out of 19130 with flag 55001/639278
22.85/22.33	c cleaning 9780 clauses out of 19573 with flag 65001/649278
23.15/22.66	c cleaning 9891 clauses out of 19792 with flag 75000/659277
23.55/23.01	c cleaning 9945 clauses out of 19902 with flag 85001/669278
23.85/23.35	c cleaning 9973 clauses out of 19958 with flag 95002/679279
24.25/23.70	c cleaning 9986 clauses out of 19985 with flag 105002/689279
24.55/24.04	c cleaning 9996 clauses out of 19997 with flag 115000/699277
24.85/24.37	c cleaning 9995 clauses out of 20001 with flag 125000/709277
25.25/24.71	c cleaning 10000 clauses out of 20008 with flag 135002/719279
25.45/24.98	c Got one! Elapsed wall clock time (in seconds):24.873
25.45/24.98	o 60
25.65/25.16	c cleaning 12160 clauses out of 24328 with flag 5003/733599
25.86/25.37	c cleaning 9079 clauses out of 18166 with flag 11001/739597
26.16/25.64	c cleaning 8033 clauses out of 16086 with flag 18000/746596
26.46/25.93	c cleaning 8022 clauses out of 16054 with flag 26001/754597
26.76/26.23	c cleaning 8514 clauses out of 17033 with flag 35002/763598
27.06/26.55	c cleaning 9250 clauses out of 18517 with flag 45000/773596
27.46/26.90	c cleaning 9632 clauses out of 19270 with flag 55003/783599
27.76/27.23	c cleaning 9814 clauses out of 19635 with flag 65000/793596
28.07/27.56	c cleaning 9908 clauses out of 19821 with flag 75000/803596
28.37/27.88	c cleaning 9953 clauses out of 19914 with flag 85001/813597
28.77/28.22	c cleaning 9976 clauses out of 19962 with flag 95002/823598
29.07/28.59	c cleaning 9986 clauses out of 19984 with flag 105000/833596
29.47/28.94	c cleaning 9997 clauses out of 20001 with flag 115003/843599
29.77/29.27	c cleaning 9994 clauses out of 20003 with flag 125002/853598
30.07/29.58	c cleaning 10000 clauses out of 20008 with flag 135001/863597
30.37/29.89	c cleaning 10000 clauses out of 20007 with flag 145000/873596
30.78/30.21	c cleaning 9999 clauses out of 20007 with flag 155000/883596
31.08/30.52	c cleaning 9998 clauses out of 20008 with flag 165000/893596
31.38/30.84	c cleaning 9999 clauses out of 20011 with flag 175001/903597
31.68/31.15	c cleaning 10000 clauses out of 20011 with flag 185000/913596
31.97/31.47	c cleaning 10000 clauses out of 20012 with flag 195001/923597
32.28/31.79	c cleaning 9999 clauses out of 20012 with flag 205001/933597
32.68/32.12	c cleaning 10000 clauses out of 20013 with flag 215001/943597
32.97/32.45	c cleaning 9999 clauses out of 20012 with flag 225000/953596
33.27/32.79	c cleaning 10003 clauses out of 20014 with flag 235001/963597
33.67/33.11	c cleaning 9997 clauses out of 20010 with flag 245000/973596
33.98/33.42	c cleaning 10002 clauses out of 20014 with flag 255001/983597
34.27/33.78	c cleaning 10000 clauses out of 20012 with flag 265001/993597
34.68/34.13	c cleaning 10002 clauses out of 20011 with flag 275000/1003596
34.98/34.46	c cleaning 10003 clauses out of 20009 with flag 285000/1013596
35.28/34.79	c cleaning 9993 clauses out of 20006 with flag 295000/1023596
35.68/35.12	c cleaning 10001 clauses out of 20015 with flag 305002/1033598
35.98/35.46	c cleaning 10001 clauses out of 20013 with flag 315001/1043597
36.39/35.81	c cleaning 10002 clauses out of 20011 with flag 325000/1053596
36.69/36.16	c cleaning 10002 clauses out of 20010 with flag 335001/1063597
37.09/36.50	c cleaning 9998 clauses out of 20007 with flag 345000/1073596
37.39/36.84	c cleaning 9999 clauses out of 20010 with flag 355001/1083597
37.39/36.87	c Got one! Elapsed wall clock time (in seconds):36.758
37.39/36.87	o 50
37.59/37.02	c cleaning 7805 clauses out of 15618 with flag 5001/1089204
37.79/37.21	c cleaning 6901 clauses out of 13812 with flag 11000/1095203
38.00/37.44	c cleaning 6951 clauses out of 13912 with flag 18001/1102204
38.19/37.68	c cleaning 7472 clauses out of 14960 with flag 26000/1110203
38.50/37.95	c cleaning 8232 clauses out of 16488 with flag 35000/1119203
38.79/38.24	c cleaning 9125 clauses out of 18258 with flag 45002/1129205
39.10/38.55	c cleaning 9563 clauses out of 19133 with flag 55002/1139205
39.50/38.95	c cleaning 9779 clauses out of 19569 with flag 65001/1149204
39.89/39.35	c cleaning 9892 clauses out of 19789 with flag 75000/1159203
40.30/39.71	c cleaning 9942 clauses out of 19898 with flag 85001/1169204
40.60/40.04	c cleaning 9973 clauses out of 19956 with flag 95001/1179204
41.00/40.40	c cleaning 9987 clauses out of 19984 with flag 105002/1189205
41.31/40.73	c cleaning 9993 clauses out of 19996 with flag 115001/1199204
41.60/41.04	c cleaning 9997 clauses out of 20003 with flag 125001/1209204
41.90/41.35	c cleaning 9996 clauses out of 20005 with flag 135000/1219203
42.20/41.66	c cleaning 10000 clauses out of 20009 with flag 145000/1229203
42.50/41.98	c cleaning 9997 clauses out of 20009 with flag 155000/1239203
42.91/42.30	c cleaning 9997 clauses out of 20012 with flag 165000/1249203
43.21/42.62	c cleaning 10005 clauses out of 20016 with flag 175001/1259204
43.52/42.94	c cleaning 10003 clauses out of 20010 with flag 185000/1269203
43.91/43.31	c cleaning 10001 clauses out of 20007 with flag 195000/1279203
44.21/43.63	c cleaning 10000 clauses out of 20007 with flag 205001/1289204
44.52/43.91	c Got one! Elapsed wall clock time (in seconds):43.796
44.52/43.91	o 49
44.71/44.10	c cleaning 11909 clauses out of 23824 with flag 5000/1303021
44.92/44.31	c cleaning 8955 clauses out of 17917 with flag 11002/1309023
45.11/44.54	c cleaning 7974 clauses out of 15960 with flag 18000/1316021
45.32/44.78	c cleaning 7986 clauses out of 15986 with flag 26000/1324021
45.62/45.06	c cleaning 8496 clauses out of 17000 with flag 35000/1333021
45.92/45.38	c cleaning 9246 clauses out of 18504 with flag 45000/1343021
46.32/45.72	c cleaning 9624 clauses out of 19258 with flag 55000/1353021
46.63/46.04	c cleaning 9812 clauses out of 19636 with flag 65002/1363023
46.93/46.37	c cleaning 9907 clauses out of 19824 with flag 75002/1373023
47.23/46.68	c cleaning 9951 clauses out of 19916 with flag 85001/1383022
47.63/47.00	c cleaning 9977 clauses out of 19965 with flag 95001/1393022
47.94/47.33	c cleaning 9990 clauses out of 19987 with flag 105000/1403021
48.23/47.64	c cleaning 9994 clauses out of 19997 with flag 115000/1413021
48.53/47.98	c cleaning 9997 clauses out of 20004 with flag 125001/1423022
48.94/48.31	c cleaning 9998 clauses out of 20006 with flag 135000/1433021
49.24/48.64	c cleaning 9999 clauses out of 20008 with flag 145000/1443021
49.53/48.94	c cleaning 10001 clauses out of 20012 with flag 155003/1453024
49.83/49.26	c cleaning 9999 clauses out of 20008 with flag 165000/1463021
50.14/49.57	c cleaning 9995 clauses out of 20009 with flag 175000/1473021
50.43/49.89	c cleaning 10001 clauses out of 20014 with flag 185000/1483021
50.84/50.22	c cleaning 9999 clauses out of 20013 with flag 195000/1493021
51.14/50.56	c cleaning 10001 clauses out of 20014 with flag 205000/1503021
51.44/50.89	c cleaning 10001 clauses out of 20013 with flag 215000/1513021
51.84/51.21	c cleaning 9999 clauses out of 20012 with flag 225000/1523021
52.16/51.58	c cleaning 9999 clauses out of 20012 with flag 235000/1533021
52.89/51.91	c cleaning 10002 clauses out of 20013 with flag 245000/1543021
53.48/52.24	c cleaning 10005 clauses out of 20014 with flag 255003/1553024
53.76/52.41	c starts		: 211
53.76/52.41	c conflicts		: 1558401
53.76/52.41	c decisions		: 2506081
53.76/52.41	c propagations		: 37000929
53.76/52.41	c inspects		: 313774910
53.76/52.41	c shortcuts		: 0
53.76/52.41	c learnt literals	: 6
53.76/52.41	c learnt binary clauses	: 23
53.76/52.41	c learnt ternary clauses	: 734
53.76/52.41	c learnt constraints	: 1558394
53.76/52.41	c ignored constraints	: 0
53.76/52.41	c root simplifications	: 0
53.76/52.41	c removed literals (reason simplification)	: 11129674
53.76/52.41	c reason swapping (by a shorter reason)	: 0
53.76/52.41	c Calls to reduceDB	: 170
53.76/52.41	c number of reductions to clauses (during analyze)	: 0
53.76/52.41	c number of learned constraints concerned by reduction	: 0
53.76/52.41	c number of learning phase by resolution	: 0
53.76/52.41	c number of learning phase by cutting planes	: 0
53.76/52.41	c speed (assignments/second)	: 4352538.407246207
53.76/52.41	c non guided choices	844
53.76/52.41	c learnt constraints type 
53.76/52.41	c constraints type 
53.76/52.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
53.76/52.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
53.76/52.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
53.76/52.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
53.76/52.41	s OPTIMUM FOUND
53.76/52.41	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140 -x141 x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169 
53.76/52.41	c objective function=49
53.76/52.41	c Total wall clock time (in seconds): 52.298

Verifier Data

OK	49

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-3492336-1307909554/watcher-3492336-1307909554 -o /var/tmp/evaluation-result-3492336-1307909554/solver-3492336-1307909554 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492336-1307909554.wbo 

running on 4 cores: 0,2,4,6

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: 1.92 1.98 1.93 2/195 26226
/proc/meminfo: memFree=10966888/32951124 swapFree=67056304/67111528
[pid=26226] ppid=26224 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/26226/stat : 26226 (java) R 26224 26226 24181 0 -1 4202496 953 0 0 0 0 0 0 0 25 0 1 0 981185979 23580672 696 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260015433192 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26226/statm: 5757 696 512 9 0 124 0

[startup+0.0329641 s]
/proc/loadavg: 1.92 1.98 1.93 2/195 26226
/proc/meminfo: memFree=10966888/32951124 swapFree=67056304/67111528
[pid=26226] ppid=26224 vsize=10455012 CPUtime=0.02 cores=0,2,4,6
/proc/26226/stat : 26226 (java) S 26224 26226 24181 0 -1 4202496 10787 0 1 0 1 1 0 0 25 0 10 0 981185979 10705932288 10485 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032198629 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/26226/statm: 2613753 10486 1515 9 0 2604501 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10455012

[startup+0.104993 s]
/proc/loadavg: 1.92 1.98 1.93 2/195 26226
/proc/meminfo: memFree=10966888/32951124 swapFree=67056304/67111528
[pid=26226] ppid=26224 vsize=10540020 CPUtime=0.11 cores=0,2,4,6
/proc/26226/stat : 26226 (java) S 26224 26226 24181 0 -1 4202496 13091 0 1 0 9 2 0 0 25 0 18 0 981185979 10792980480 12761 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26226/statm: 2635005 12762 2093 9 0 2625739 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540020

[startup+0.300933 s]
/proc/loadavg: 1.92 1.98 1.93 2/195 26226
/proc/meminfo: memFree=10966888/32951124 swapFree=67056304/67111528
[pid=26226] ppid=26224 vsize=10544668 CPUtime=0.55 cores=0,2,4,6
/proc/26226/stat : 26226 (java) S 26224 26226 24181 0 -1 4202496 16113 0 1 0 53 2 0 0 25 0 19 0 981185979 10797740032 14685 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26226/statm: 2636167 14685 2215 9 0 2626901 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 10544668

[startup+0.700871 s]
/proc/loadavg: 1.92 1.98 1.93 2/195 26226
/proc/meminfo: memFree=10966888/32951124 swapFree=67056304/67111528
[pid=26226] ppid=26224 vsize=10544668 CPUtime=1.06 cores=0,2,4,6
/proc/26226/stat : 26226 (java) S 26224 26226 24181 0 -1 4202496 17079 0 1 0 104 2 0 0 25 0 19 0 981185979 10797740032 15573 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26226/statm: 2636167 15573 2247 9 0 2626901 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 10544668

[startup+1.5007 s]
/proc/loadavg: 1.92 1.98 1.93 5/214 26245
/proc/meminfo: memFree=10910712/32951124 swapFree=67056304/67111528
[pid=26226] ppid=26224 vsize=10544648 CPUtime=1.96 cores=0,2,4,6
/proc/26226/stat : 26226 (java) S 26224 26226 24181 0 -1 4202496 18153 0 1 0 193 3 0 0 25 0 19 0 981185979 10797719552 16028 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26226/statm: 2636162 16028 2249 9 0 2626896 0
[pid=26226/tid=26228] ppid=26224 vsize=10544648 CPUtime=1.4 cores=0,2,4,6
/proc/26226/task/26228/stat : 26228 (java) R 26224 26226 24181 0 -1 4202560 12114 0 1 0 139 1 0 0 18 0 19 0 981185980 10797719552 16028 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 46912505612959 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26226/tid=26229] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26229/stat : 26229 (java) S 26224 26226 24181 0 -1 4202560 147 0 0 0 0 0 0 0 15 0 19 0 981185982 10797719552 16028 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26230] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26230/stat : 26230 (java) S 26224 26226 24181 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 981185982 10797719552 16028 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26231] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26231/stat : 26231 (java) S 26224 26226 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981185982 10797719552 16028 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26232] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26232/stat : 26232 (java) S 26224 26226 24181 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 981185982 10797719552 16028 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26233] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26233/stat : 26233 (java) S 26224 26226 24181 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981185982 10797719552 16028 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26234] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26234/stat : 26234 (java) S 26224 26226 24181 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 981185982 10797719552 16028 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26235] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26235/stat : 26235 (java) S 26224 26226 24181 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 981185982 10797719552 16028 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26236] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26236/stat : 26236 (java) S 26224 26226 24181 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 19 0 981185982 10797719552 16028 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26237] ppid=26224 vsize=10544648 CPUtime=0.05 cores=0,2,4,6
/proc/26226/task/26237/stat : 26237 (java) S 26224 26226 24181 0 -1 4202560 408 0 0 0 5 0 0 0 16 0 19 0 981185983 10797719552 16028 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032212480 0 0 0 16800975 18446604446234155712 0 0 -1 4 0 0 0
[pid=26226/tid=26238] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26238/stat : 26238 (java) S 26224 26226 24181 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981185983 10797719552 16028 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26239] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26239/stat : 26239 (java) S 26224 26226 24181 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981185983 10797719552 16028 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26240] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26240/stat : 26240 (java) S 26224 26226 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981185986 10797719552 16028 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032219569 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26241] ppid=26224 vsize=10544648 CPUtime=0.28 cores=0,2,4,6
/proc/26226/task/26241/stat : 26241 (java) S 26224 26226 24181 0 -1 4202560 2548 0 0 0 28 0 0 0 15 0 19 0 981185986 10797719552 16028 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26242] ppid=26224 vsize=10544648 CPUtime=0.17 cores=0,2,4,6
/proc/26226/task/26242/stat : 26242 (java) S 26224 26226 24181 0 -1 4202560 1414 0 0 0 17 0 0 0 15 0 19 0 981185986 10797719552 16028 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26243] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26243/stat : 26243 (java) S 26224 26226 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981185986 10797719552 16028 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26244] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26244/stat : 26244 (java) S 26224 26226 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981185986 10797719552 16028 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032212480 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26245] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26245/stat : 26245 (java) S 26224 26226 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981185997 10797719552 16028 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032212480 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 10544648

[startup+3.10139 s]
/proc/loadavg: 1.92 1.98 1.93 3/214 26245
/proc/meminfo: memFree=10910816/32951124 swapFree=67056304/67111528
[pid=26226] ppid=26224 vsize=10544648 CPUtime=3.56 cores=0,2,4,6
/proc/26226/stat : 26226 (java) S 26224 26226 24181 0 -1 4202496 18270 0 1 0 353 3 0 0 25 0 19 0 981185979 10797719552 16138 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26226/statm: 2636162 16138 2249 9 0 2626896 0
[pid=26226/tid=26228] ppid=26224 vsize=10544648 CPUtime=2.91 cores=0,2,4,6
/proc/26226/task/26228/stat : 26228 (java) R 26224 26226 24181 0 -1 4202560 12121 0 1 0 290 1 0 0 19 0 19 0 981185980 10797719552 16138 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 46912505515336 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26226/tid=26229] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26229/stat : 26229 (java) S 26224 26226 24181 0 -1 4202560 152 0 0 0 0 0 0 0 15 0 19 0 981185982 10797719552 16138 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26230] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26230/stat : 26230 (java) S 26224 26226 24181 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 981185982 10797719552 16138 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26231] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26231/stat : 26231 (java) S 26224 26226 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981185982 10797719552 16138 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26232] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26232/stat : 26232 (java) S 26224 26226 24181 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 981185982 10797719552 16138 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26233] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26233/stat : 26233 (java) S 26224 26226 24181 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981185982 10797719552 16138 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26234] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26234/stat : 26234 (java) S 26224 26226 24181 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 981185982 10797719552 16138 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26235] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26235/stat : 26235 (java) S 26224 26226 24181 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 981185982 10797719552 16138 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26236] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26236/stat : 26236 (java) S 26224 26226 24181 0 -1 4202560 175 0 0 0 0 0 0 0 16 0 19 0 981185982 10797719552 16138 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26237] ppid=26224 vsize=10544648 CPUtime=0.13 cores=0,2,4,6
/proc/26226/task/26237/stat : 26237 (java) S 26224 26226 24181 0 -1 4202560 473 0 0 0 13 0 0 0 16 0 19 0 981185983 10797719552 16138 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032212480 0 0 0 16800975 18446604446234155712 0 0 -1 4 0 0 0
[pid=26226/tid=26238] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26238/stat : 26238 (java) S 26224 26226 24181 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981185983 10797719552 16138 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26239] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26239/stat : 26239 (java) S 26224 26226 24181 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981185983 10797719552 16138 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26240] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26240/stat : 26240 (java) S 26224 26226 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981185986 10797719552 16138 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032219569 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26241] ppid=26224 vsize=10544648 CPUtime=0.28 cores=0,2,4,6
/proc/26226/task/26241/stat : 26241 (java) S 26224 26226 24181 0 -1 4202560 2548 0 0 0 28 0 0 0 15 0 19 0 981185986 10797719552 16138 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26242] ppid=26224 vsize=10544648 CPUtime=0.17 cores=0,2,4,6
/proc/26226/task/26242/stat : 26242 (java) S 26224 26226 24181 0 -1 4202560 1414 0 0 0 17 0 0 0 15 0 19 0 981185986 10797719552 16138 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26243] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26243/stat : 26243 (java) S 26224 26226 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981185986 10797719552 16138 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26244] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26244/stat : 26244 (java) S 26224 26226 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981185986 10797719552 16138 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032212480 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26245] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26245/stat : 26245 (java) S 26224 26226 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981185997 10797719552 16138 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032212480 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 10544648

[startup+6.30084 s]
/proc/loadavg: 1.93 1.98 1.93 3/214 26245
/proc/meminfo: memFree=10910076/32951124 swapFree=67056304/67111528
[pid=26226] ppid=26224 vsize=10544648 CPUtime=6.77 cores=0,2,4,6
/proc/26226/stat : 26226 (java) S 26224 26226 24181 0 -1 4202496 18431 0 1 0 674 3 0 0 25 0 19 0 981185979 10797719552 16216 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26226/statm: 2636162 16216 2249 9 0 2626896 0
[pid=26226/tid=26228] ppid=26224 vsize=10544648 CPUtime=5.94 cores=0,2,4,6
/proc/26226/task/26228/stat : 26228 (java) R 26224 26226 24181 0 -1 4202560 12134 0 1 0 593 1 0 0 19 0 19 0 981185980 10797719552 16216 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 46912505594330 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26226/tid=26229] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26229/stat : 26229 (java) S 26224 26226 24181 0 -1 4202560 152 0 0 0 0 0 0 0 16 0 19 0 981185982 10797719552 16216 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26230] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26230/stat : 26230 (java) S 26224 26226 24181 0 -1 4202560 117 0 0 0 0 0 0 0 15 0 19 0 981185982 10797719552 16216 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26231] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26231/stat : 26231 (java) S 26224 26226 24181 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 981185982 10797719552 16216 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26232] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26232/stat : 26232 (java) S 26224 26226 24181 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 981185982 10797719552 16216 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 4 0 0 0
[pid=26226/tid=26233] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26233/stat : 26233 (java) S 26224 26226 24181 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 981185982 10797719552 16216 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26234] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26234/stat : 26234 (java) S 26224 26226 24181 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 981185982 10797719552 16216 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26235] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26235/stat : 26235 (java) S 26224 26226 24181 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 981185982 10797719552 16216 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 4 0 0 0
[pid=26226/tid=26236] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26236/stat : 26236 (java) S 26224 26226 24181 0 -1 4202560 175 0 0 0 0 0 0 0 15 0 19 0 981185982 10797719552 16216 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 4 0 0 0
[pid=26226/tid=26237] ppid=26224 vsize=10544648 CPUtime=0.29 cores=0,2,4,6
/proc/26226/task/26237/stat : 26237 (java) S 26224 26226 24181 0 -1 4202560 610 0 0 0 29 0 0 0 16 0 19 0 981185983 10797719552 16216 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032212480 0 0 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26238] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26238/stat : 26238 (java) S 26224 26226 24181 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981185983 10797719552 16216 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26239] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26239/stat : 26239 (java) S 26224 26226 24181 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981185983 10797719552 16216 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26240] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26240/stat : 26240 (java) S 26224 26226 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981185986 10797719552 16216 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032219569 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26241] ppid=26224 vsize=10544648 CPUtime=0.28 cores=0,2,4,6
/proc/26226/task/26241/stat : 26241 (java) S 26224 26226 24181 0 -1 4202560 2548 0 0 0 28 0 0 0 15 0 19 0 981185986 10797719552 16216 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26242] ppid=26224 vsize=10544648 CPUtime=0.17 cores=0,2,4,6
/proc/26226/task/26242/stat : 26242 (java) S 26224 26226 24181 0 -1 4202560 1414 0 0 0 17 0 0 0 15 0 19 0 981185986 10797719552 16216 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26243] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26243/stat : 26243 (java) S 26224 26226 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981185986 10797719552 16216 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26244] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26244/stat : 26244 (java) S 26224 26226 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981185986 10797719552 16216 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032212480 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26245] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26245/stat : 26245 (java) S 26224 26226 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981185997 10797719552 16216 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032212480 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 10544648

[startup+12.7006 s]

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

/proc/26226/task/26230/stat : 26230 (java) S 26224 26226 24181 0 -1 4202560 124 0 0 0 4 0 0 0 16 0 19 0 981185982 10797719552 16666 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 4 0 0 0
[pid=26226/tid=26231] ppid=26224 vsize=10544648 CPUtime=0.04 cores=0,2,4,6
/proc/26226/task/26231/stat : 26231 (java) S 26224 26226 24181 0 -1 4202560 13 0 0 0 4 0 0 0 15 0 19 0 981185982 10797719552 16666 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26232] ppid=26224 vsize=10544648 CPUtime=0.04 cores=0,2,4,6
/proc/26226/task/26232/stat : 26232 (java) S 26224 26226 24181 0 -1 4202560 12 0 0 0 4 0 0 0 15 0 19 0 981185982 10797719552 16666 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 4 0 0 0
[pid=26226/tid=26233] ppid=26224 vsize=10544648 CPUtime=0.04 cores=0,2,4,6
/proc/26226/task/26233/stat : 26233 (java) S 26224 26226 24181 0 -1 4202560 11 0 0 0 4 0 0 0 15 0 19 0 981185982 10797719552 16666 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26234] ppid=26224 vsize=10544648 CPUtime=0.03 cores=0,2,4,6
/proc/26226/task/26234/stat : 26234 (java) S 26224 26226 24181 0 -1 4202560 23 0 0 0 3 0 0 0 15 0 19 0 981185982 10797719552 16666 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 4 0 0 0
[pid=26226/tid=26235] ppid=26224 vsize=10544648 CPUtime=0.05 cores=0,2,4,6
/proc/26226/task/26235/stat : 26235 (java) S 26224 26226 24181 0 -1 4202560 104 0 0 0 5 0 0 0 15 0 19 0 981185982 10797719552 16666 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26236] ppid=26224 vsize=10544648 CPUtime=0.04 cores=0,2,4,6
/proc/26226/task/26236/stat : 26236 (java) S 26224 26226 24181 0 -1 4202560 182 0 0 0 4 0 0 0 15 0 19 0 981185982 10797719552 16666 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26237] ppid=26224 vsize=10544648 CPUtime=2.33 cores=0,2,4,6
/proc/26226/task/26237/stat : 26237 (java) S 26224 26226 24181 0 -1 4202560 1008 0 0 0 230 3 0 0 15 0 19 0 981185983 10797719552 16666 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032212480 0 0 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26238] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26238/stat : 26238 (java) S 26224 26226 24181 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981185983 10797719552 16666 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26239] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26239/stat : 26239 (java) S 26224 26226 24181 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981185983 10797719552 16666 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26240] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26240/stat : 26240 (java) S 26224 26226 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981185986 10797719552 16666 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032219569 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26241] ppid=26224 vsize=10544648 CPUtime=0.31 cores=0,2,4,6
/proc/26226/task/26241/stat : 26241 (java) S 26224 26226 24181 0 -1 4202560 2556 0 0 0 31 0 0 0 15 0 19 0 981185986 10797719552 16666 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26242] ppid=26224 vsize=10544648 CPUtime=0.17 cores=0,2,4,6
/proc/26226/task/26242/stat : 26242 (java) S 26224 26226 24181 0 -1 4202560 1414 0 0 0 17 0 0 0 15 0 19 0 981185986 10797719552 16666 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26243] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26243/stat : 26243 (java) S 26224 26226 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981185986 10797719552 16666 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26244] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26244/stat : 26244 (java) S 26224 26226 24181 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 981185986 10797719552 16666 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032212480 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26245] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26245/stat : 26245 (java) S 26224 26226 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981185997 10797719552 16666 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032212480 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 51.74
Current children cumulated vsize (KiB) 10544648

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

[startup+51.9015 s]
/proc/loadavg: 1.96 1.98 1.93 4/214 26246
/proc/meminfo: memFree=10870952/32951124 swapFree=67056304/67111528
[pid=26226] ppid=26224 vsize=10544648 CPUtime=52.89 cores=0,2,4,6
/proc/26226/stat : 26226 (java) S 26224 26226 24181 0 -1 4202496 26297 0 1 0 5281 8 0 0 25 0 19 0 981185979 10797719552 20637 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26226/statm: 2636162 20637 2251 9 0 2626896 0
[pid=26226/tid=26228] ppid=26224 vsize=10544648 CPUtime=49.29 cores=0,2,4,6
/proc/26226/task/26228/stat : 26228 (java) R 26224 26226 24181 0 -1 4202560 12280 0 1 0 4927 2 0 0 18 0 19 0 981185980 10797719552 20637 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 47022547038054 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26226/tid=26229] ppid=26224 vsize=10544648 CPUtime=0.04 cores=0,2,4,6
/proc/26226/task/26229/stat : 26229 (java) S 26224 26226 24181 0 -1 4202560 155 0 0 0 4 0 0 0 15 0 19 0 981185982 10797719552 20637 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26230] ppid=26224 vsize=10544648 CPUtime=0.04 cores=0,2,4,6
/proc/26226/task/26230/stat : 26230 (java) S 26224 26226 24181 0 -1 4202560 124 0 0 0 4 0 0 0 15 0 19 0 981185982 10797719552 20637 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26231] ppid=26224 vsize=10544648 CPUtime=0.04 cores=0,2,4,6
/proc/26226/task/26231/stat : 26231 (java) S 26224 26226 24181 0 -1 4202560 13 0 0 0 4 0 0 0 15 0 19 0 981185982 10797719552 20637 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26232] ppid=26224 vsize=10544648 CPUtime=0.04 cores=0,2,4,6
/proc/26226/task/26232/stat : 26232 (java) S 26224 26226 24181 0 -1 4202560 12 0 0 0 4 0 0 0 15 0 19 0 981185982 10797719552 20637 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26233] ppid=26224 vsize=10544648 CPUtime=0.04 cores=0,2,4,6
/proc/26226/task/26233/stat : 26233 (java) S 26224 26226 24181 0 -1 4202560 11 0 0 0 4 0 0 0 15 0 19 0 981185982 10797719552 20637 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26234] ppid=26224 vsize=10544648 CPUtime=0.04 cores=0,2,4,6
/proc/26226/task/26234/stat : 26234 (java) S 26224 26226 24181 0 -1 4202560 23 0 0 0 4 0 0 0 16 0 19 0 981185982 10797719552 20637 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26235] ppid=26224 vsize=10544648 CPUtime=0.05 cores=0,2,4,6
/proc/26226/task/26235/stat : 26235 (java) S 26224 26226 24181 0 -1 4202560 104 0 0 0 5 0 0 0 15 0 19 0 981185982 10797719552 20637 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26236] ppid=26224 vsize=10544648 CPUtime=0.04 cores=0,2,4,6
/proc/26226/task/26236/stat : 26236 (java) S 26224 26226 24181 0 -1 4202560 182 0 0 0 4 0 0 0 15 0 19 0 981185982 10797719552 20637 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26237] ppid=26224 vsize=10544648 CPUtime=2.36 cores=0,2,4,6
/proc/26226/task/26237/stat : 26237 (java) S 26224 26226 24181 0 -1 4202560 1014 0 0 0 233 3 0 0 15 0 19 0 981185983 10797719552 20637 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032212480 0 0 0 16800975 18446604446234155712 0 0 -1 4 0 0 0
[pid=26226/tid=26238] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26238/stat : 26238 (java) S 26224 26226 24181 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981185983 10797719552 20637 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26239] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26239/stat : 26239 (java) S 26224 26226 24181 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981185983 10797719552 20637 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26240] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26240/stat : 26240 (java) S 26224 26226 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981185986 10797719552 20637 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032219569 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26241] ppid=26224 vsize=10544648 CPUtime=0.36 cores=0,2,4,6
/proc/26226/task/26241/stat : 26241 (java) S 26224 26226 24181 0 -1 4202560 2559 0 0 0 36 0 0 0 15 0 19 0 981185986 10797719552 20637 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26242] ppid=26224 vsize=10544648 CPUtime=0.48 cores=0,2,4,6
/proc/26226/task/26242/stat : 26242 (java) R 26224 26226 24181 0 -1 4202560 8665 0 0 0 47 1 0 0 15 0 19 0 981185986 10797719552 20637 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 47022546349360 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26226/tid=26243] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26243/stat : 26243 (java) S 26224 26226 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981185986 10797719552 20637 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26244] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26244/stat : 26244 (java) S 26224 26226 24181 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 981185986 10797719552 20637 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032212480 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26245] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26245/stat : 26245 (java) S 26224 26226 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981185997 10797719552 20637 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032212480 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 52.89
Current children cumulated vsize (KiB) 10544648

[startup+52.3014 s]
/proc/loadavg: 1.96 1.98 1.93 4/214 26246
/proc/meminfo: memFree=10870952/32951124 swapFree=67056304/67111528
[pid=26226] ppid=26224 vsize=10544648 CPUtime=53.66 cores=0,2,4,6
/proc/26226/stat : 26226 (java) S 26224 26226 24181 0 -1 4202496 30604 0 1 0 5357 9 0 0 25 0 19 0 981185979 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26226/statm: 2636162 22241 2251 9 0 2626896 0
[pid=26226/tid=26228] ppid=26224 vsize=10544648 CPUtime=49.65 cores=0,2,4,6
/proc/26226/task/26228/stat : 26228 (java) R 26224 26226 24181 0 -1 4202560 12282 0 1 0 4963 2 0 0 18 0 19 0 981185980 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 46912505515352 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26226/tid=26229] ppid=26224 vsize=10544648 CPUtime=0.04 cores=0,2,4,6
/proc/26226/task/26229/stat : 26229 (java) S 26224 26226 24181 0 -1 4202560 155 0 0 0 4 0 0 0 15 0 19 0 981185982 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26230] ppid=26224 vsize=10544648 CPUtime=0.04 cores=0,2,4,6
/proc/26226/task/26230/stat : 26230 (java) S 26224 26226 24181 0 -1 4202560 124 0 0 0 4 0 0 0 15 0 19 0 981185982 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26231] ppid=26224 vsize=10544648 CPUtime=0.04 cores=0,2,4,6
/proc/26226/task/26231/stat : 26231 (java) S 26224 26226 24181 0 -1 4202560 13 0 0 0 4 0 0 0 15 0 19 0 981185982 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26232] ppid=26224 vsize=10544648 CPUtime=0.04 cores=0,2,4,6
/proc/26226/task/26232/stat : 26232 (java) S 26224 26226 24181 0 -1 4202560 12 0 0 0 4 0 0 0 15 0 19 0 981185982 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26233] ppid=26224 vsize=10544648 CPUtime=0.04 cores=0,2,4,6
/proc/26226/task/26233/stat : 26233 (java) S 26224 26226 24181 0 -1 4202560 11 0 0 0 4 0 0 0 15 0 19 0 981185982 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26234] ppid=26224 vsize=10544648 CPUtime=0.04 cores=0,2,4,6
/proc/26226/task/26234/stat : 26234 (java) S 26224 26226 24181 0 -1 4202560 23 0 0 0 4 0 0 0 15 0 19 0 981185982 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26235] ppid=26224 vsize=10544648 CPUtime=0.05 cores=0,2,4,6
/proc/26226/task/26235/stat : 26235 (java) S 26224 26226 24181 0 -1 4202560 104 0 0 0 5 0 0 0 15 0 19 0 981185982 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26236] ppid=26224 vsize=10544648 CPUtime=0.04 cores=0,2,4,6
/proc/26226/task/26236/stat : 26236 (java) S 26224 26226 24181 0 -1 4202560 182 0 0 0 4 0 0 0 15 0 19 0 981185982 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26237] ppid=26224 vsize=10544648 CPUtime=2.4 cores=0,2,4,6
/proc/26226/task/26237/stat : 26237 (java) S 26224 26226 24181 0 -1 4202560 1014 0 0 0 236 4 0 0 16 0 19 0 981185983 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032212480 0 0 0 16800975 18446604446234155712 0 0 -1 4 0 0 0
[pid=26226/tid=26238] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26238/stat : 26238 (java) S 26224 26226 24181 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981185983 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26239] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26239/stat : 26239 (java) S 26224 26226 24181 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981185983 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26240] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26240/stat : 26240 (java) S 26224 26226 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981185986 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032219569 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26241] ppid=26224 vsize=10544648 CPUtime=0.36 cores=0,2,4,6
/proc/26226/task/26241/stat : 26241 (java) S 26224 26226 24181 0 -1 4202560 2559 0 0 0 36 0 0 0 15 0 19 0 981185986 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26242] ppid=26224 vsize=10544648 CPUtime=0.86 cores=0,2,4,6
/proc/26226/task/26242/stat : 26242 (java) S 26224 26226 24181 0 -1 4202560 12970 0 0 0 84 2 0 0 16 0 19 0 981185986 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26243] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26243/stat : 26243 (java) S 26224 26226 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981185986 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26244] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26244/stat : 26244 (java) S 26224 26226 24181 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 981185986 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032212480 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26245] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26245/stat : 26245 (java) S 26224 26226 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981185997 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032212480 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 53.66
Current children cumulated vsize (KiB) 10544648

[startup+52.4014 s]
/proc/loadavg: 1.96 1.98 1.93 4/214 26246
/proc/meminfo: memFree=10870952/32951124 swapFree=67056304/67111528
[pid=26226] ppid=26224 vsize=10544648 CPUtime=53.76 cores=0,2,4,6
/proc/26226/stat : 26226 (java) S 26224 26226 24181 0 -1 4202496 30604 0 1 0 5367 9 0 0 25 0 19 0 981185979 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26226/statm: 2636162 22241 2251 9 0 2626896 0
[pid=26226/tid=26228] ppid=26224 vsize=10544648 CPUtime=49.75 cores=0,2,4,6
/proc/26226/task/26228/stat : 26228 (java) R 26224 26226 24181 0 -1 4202560 12282 0 1 0 4973 2 0 0 18 0 19 0 981185980 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 46912505727095 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26226/tid=26229] ppid=26224 vsize=10544648 CPUtime=0.04 cores=0,2,4,6
/proc/26226/task/26229/stat : 26229 (java) S 26224 26226 24181 0 -1 4202560 155 0 0 0 4 0 0 0 15 0 19 0 981185982 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26230] ppid=26224 vsize=10544648 CPUtime=0.04 cores=0,2,4,6
/proc/26226/task/26230/stat : 26230 (java) S 26224 26226 24181 0 -1 4202560 124 0 0 0 4 0 0 0 15 0 19 0 981185982 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26231] ppid=26224 vsize=10544648 CPUtime=0.04 cores=0,2,4,6
/proc/26226/task/26231/stat : 26231 (java) S 26224 26226 24181 0 -1 4202560 13 0 0 0 4 0 0 0 15 0 19 0 981185982 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26232] ppid=26224 vsize=10544648 CPUtime=0.04 cores=0,2,4,6
/proc/26226/task/26232/stat : 26232 (java) S 26224 26226 24181 0 -1 4202560 12 0 0 0 4 0 0 0 15 0 19 0 981185982 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26233] ppid=26224 vsize=10544648 CPUtime=0.04 cores=0,2,4,6
/proc/26226/task/26233/stat : 26233 (java) S 26224 26226 24181 0 -1 4202560 11 0 0 0 4 0 0 0 15 0 19 0 981185982 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26234] ppid=26224 vsize=10544648 CPUtime=0.04 cores=0,2,4,6
/proc/26226/task/26234/stat : 26234 (java) S 26224 26226 24181 0 -1 4202560 23 0 0 0 4 0 0 0 15 0 19 0 981185982 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26235] ppid=26224 vsize=10544648 CPUtime=0.05 cores=0,2,4,6
/proc/26226/task/26235/stat : 26235 (java) S 26224 26226 24181 0 -1 4202560 104 0 0 0 5 0 0 0 15 0 19 0 981185982 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26236] ppid=26224 vsize=10544648 CPUtime=0.04 cores=0,2,4,6
/proc/26226/task/26236/stat : 26236 (java) S 26224 26226 24181 0 -1 4202560 182 0 0 0 4 0 0 0 15 0 19 0 981185982 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26237] ppid=26224 vsize=10544648 CPUtime=2.4 cores=0,2,4,6
/proc/26226/task/26237/stat : 26237 (java) S 26224 26226 24181 0 -1 4202560 1014 0 0 0 236 4 0 0 16 0 19 0 981185983 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032212480 0 0 0 16800975 18446604446234155712 0 0 -1 4 0 0 0
[pid=26226/tid=26238] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26238/stat : 26238 (java) S 26224 26226 24181 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981185983 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26239] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26239/stat : 26239 (java) S 26224 26226 24181 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981185983 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26240] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26240/stat : 26240 (java) S 26224 26226 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981185986 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032219569 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26241] ppid=26224 vsize=10544648 CPUtime=0.36 cores=0,2,4,6
/proc/26226/task/26241/stat : 26241 (java) S 26224 26226 24181 0 -1 4202560 2559 0 0 0 36 0 0 0 15 0 19 0 981185986 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26242] ppid=26224 vsize=10544648 CPUtime=0.86 cores=0,2,4,6
/proc/26226/task/26242/stat : 26242 (java) S 26224 26226 24181 0 -1 4202560 12970 0 0 0 84 2 0 0 15 0 19 0 981185986 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
[pid=26226/tid=26243] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26243/stat : 26243 (java) S 26224 26226 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981185986 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032211865 0 4 0 16800975 18446604446234155712 0 0 -1 6 0 0 0
[pid=26226/tid=26244] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26244/stat : 26244 (java) S 26224 26226 24181 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 981185986 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032212480 0 4 0 16800975 18446604446234155712 0 0 -1 2 0 0 0
[pid=26226/tid=26245] ppid=26224 vsize=10544648 CPUtime=0 cores=0,2,4,6
/proc/26226/task/26245/stat : 26245 (java) S 26224 26226 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981185997 10797719552 22241 33554432000 1073741824 1073778376 140734562147872 18446744073709551615 260032212480 0 4 0 16800975 18446604446234155712 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 53.76
Current children cumulated vsize (KiB) 10544648

Child status: 30
Real time (s): 52.4179
CPU time (s): 53.7978
CPU user time (s): 53.6958
CPU system time (s): 0.101984
CPU usage (%): 102.633
Max. virtual memory (cumulated for all children) (KiB): 10545904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.6958
system time used= 0.101984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30629
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= 5680
involuntary context switches= 2012

runsolver used 0.099984 second user time and 0.19297 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-12 22:12:34
IDJOB=3492336
IDBENCH=78763
IDSOLVER=1982
FILE ID=node110/3492336-1307909554
RUNJOBID= node110-1307907269-25818
PBS_JOBID= 13559603
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.1110969170--soft-66-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-3492336-1307909554/watcher-3492336-1307909554 -o /var/tmp/evaluation-result-3492336-1307909554/solver-3492336-1307909554 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492336-1307909554.wbo

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

MD5SUM BENCH= 569bc66899871f531ac68d505b942740
RANDOM SEED=1159789918

node110.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10967292 kB
Buffers:         51568 kB
Cached:       20955056 kB
SwapCached:       9144 kB
Active:        5963584 kB
Inactive:     15306472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10967292 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:             196 kB
Writeback:           0 kB
AnonPages:      260524 kB
Mapped:          21528 kB
Slab:           649508 kB
PageTables:       4940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10547652 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 node110 at 2011-06-12 22:13:27