Trace number 3492547

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 45.3701 44.3266

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111222257--soft-33-100-0.wbo
MD5SUMf911862f5398bb5461d300f11ba5c15b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark1.63775
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1262
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/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-3492547-1307909947.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     238
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.28/0.24	c SATISFIABLE
0.28/0.24	c OPTIMIZING...
0.28/0.24	c Got one! Elapsed wall clock time (in seconds):0.136
0.28/0.24	o 551
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.155
0.28/0.26	o 512
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.187
0.28/0.29	o 439
0.54/0.32	c Got one! Elapsed wall clock time (in seconds):0.211
0.54/0.32	o 436
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.24
0.54/0.35	o 399
0.54/0.39	c Got one! Elapsed wall clock time (in seconds):0.286
0.54/0.39	o 374
0.68/0.43	c Got one! Elapsed wall clock time (in seconds):0.326
0.68/0.43	o 355
0.78/0.52	c Got one! Elapsed wall clock time (in seconds):0.414
0.78/0.52	o 343
0.78/0.59	c cleaning 4105 clauses out of 8214 with flag 1000/8214
0.91/0.61	c Got one! Elapsed wall clock time (in seconds):0.507
0.91/0.61	o 263
1.03/0.78	c cleaning 4706 clauses out of 9424 with flag 5000/13529
1.23/1.00	c cleaning 5356 clauses out of 10725 with flag 11007/19536
1.54/1.24	c Got one! Elapsed wall clock time (in seconds):1.131
1.54/1.24	o 259
1.74/1.43	c cleaning 8432 clauses out of 16874 with flag 5001/31041
1.86/1.57	c Got one! Elapsed wall clock time (in seconds):1.457
1.86/1.57	o 239
1.96/1.61	c cleaning 6804 clauses out of 13618 with flag 1000/36217
2.16/1.82	c cleaning 6401 clauses out of 12815 with flag 7001/42218
2.16/1.85	c Got one! Elapsed wall clock time (in seconds):1.743
2.16/1.85	o 227
2.36/2.01	c cleaning 5864 clauses out of 11740 with flag 5000/47544
2.36/2.06	c Got one! Elapsed wall clock time (in seconds):1.947
2.36/2.06	o 224
2.57/2.22	c cleaning 5925 clauses out of 11861 with flag 5000/53529
2.77/2.40	c Got one! Elapsed wall clock time (in seconds):2.291
2.77/2.40	o 198
2.77/2.44	c cleaning 5941 clauses out of 11890 with flag 1000/59483
2.97/2.63	c cleaning 5967 clauses out of 11950 with flag 7001/65484
3.07/2.73	c Got one! Elapsed wall clock time (in seconds):2.62
3.07/2.73	o 196
3.17/2.83	c cleaning 5778 clauses out of 11562 with flag 3000/71063
3.27/2.92	c Got one! Elapsed wall clock time (in seconds):2.809
3.27/2.92	o 178
3.37/3.02	c cleaning 5789 clauses out of 11586 with flag 3002/76865
3.59/3.23	c cleaning 5894 clauses out of 11798 with flag 9003/82866
3.78/3.44	c Got one! Elapsed wall clock time (in seconds):3.337
3.78/3.44	o 174
3.88/3.55	c Got one! Elapsed wall clock time (in seconds):3.445
3.88/3.55	o 163
3.98/3.64	c cleaning 8693 clauses out of 17401 with flag 2001/94363
4.18/3.86	c cleaning 7345 clauses out of 14710 with flag 8003/100365
4.48/4.10	c cleaning 7174 clauses out of 14362 with flag 15000/107362
4.69/4.40	c cleaning 7586 clauses out of 15188 with flag 23000/115362
4.79/4.46	c Got one! Elapsed wall clock time (in seconds):4.351
4.79/4.46	o 156
4.89/4.59	c cleaning 6577 clauses out of 13160 with flag 4000/120920
5.19/4.80	c cleaning 6287 clauses out of 12586 with flag 10003/126923
5.29/4.92	c Got one! Elapsed wall clock time (in seconds):4.812
5.29/4.92	o 155
5.29/4.99	c cleaning 5867 clauses out of 11737 with flag 2002/132361
5.50/5.16	c Got one! Elapsed wall clock time (in seconds):5.048
5.50/5.16	o 137
5.63/5.20	c cleaning 5914 clauses out of 11837 with flag 1000/138328
5.83/5.41	c cleaning 5957 clauses out of 11923 with flag 7000/144328
6.03/5.65	c cleaning 6473 clauses out of 12966 with flag 14000/151328
6.33/5.96	c cleaning 7241 clauses out of 14494 with flag 22001/159329
6.63/6.29	c cleaning 8117 clauses out of 16252 with flag 31000/168328
6.73/6.32	c Got one! Elapsed wall clock time (in seconds):6.209
6.73/6.32	o 135
6.83/6.48	c cleaning 6749 clauses out of 13510 with flag 5001/173703
7.04/6.68	c cleaning 6377 clauses out of 12761 with flag 11001/179703
7.34/6.93	c cleaning 6684 clauses out of 13384 with flag 18001/186703
7.64/7.24	c cleaning 7345 clauses out of 14699 with flag 26000/194702
7.95/7.56	c cleaning 8171 clauses out of 16354 with flag 35000/203702
8.25/7.89	c Got one! Elapsed wall clock time (in seconds):7.784
8.25/7.89	o 126
8.55/8.11	c cleaning 11220 clauses out of 22448 with flag 5004/217967
8.75/8.35	c cleaning 8607 clauses out of 17224 with flag 11000/223963
9.34/8.61	c cleaning 7799 clauses out of 15617 with flag 18000/230963
9.81/8.90	c cleaning 7906 clauses out of 15819 with flag 26001/238964
10.11/9.26	c cleaning 8444 clauses out of 16912 with flag 35000/247963
10.51/9.65	c cleaning 9229 clauses out of 18468 with flag 45000/257963
10.91/10.02	c cleaning 9616 clauses out of 19239 with flag 55000/267963
11.31/10.40	c cleaning 9807 clauses out of 19623 with flag 65000/277963
11.61/10.76	c cleaning 9902 clauses out of 19816 with flag 75000/287963
12.01/11.11	c cleaning 9956 clauses out of 19915 with flag 85001/297964
12.31/11.49	c cleaning 9976 clauses out of 19958 with flag 95000/307963
12.71/11.86	c cleaning 9988 clauses out of 19982 with flag 105000/317963
13.11/12.27	c cleaning 9991 clauses out of 19994 with flag 115000/327963
13.51/12.62	c Got one! Elapsed wall clock time (in seconds):12.51
13.51/12.62	o 110
13.71/12.82	c cleaning 12078 clauses out of 24165 with flag 5001/342125
13.91/13.04	c cleaning 9041 clauses out of 18087 with flag 11001/348125
14.23/13.31	c cleaning 8020 clauses out of 16046 with flag 18001/355125
14.53/13.64	c cleaning 8009 clauses out of 16025 with flag 26000/363124
14.93/14.01	c cleaning 8503 clauses out of 17016 with flag 35000/372124
15.33/14.46	c cleaning 9251 clauses out of 18513 with flag 45000/382124
15.73/14.87	c cleaning 9624 clauses out of 19263 with flag 55001/392125
15.83/14.94	c Got one! Elapsed wall clock time (in seconds):14.835
15.83/14.94	o 86
15.93/15.08	c cleaning 7657 clauses out of 15321 with flag 4000/397807
16.13/15.29	c cleaning 6828 clauses out of 13668 with flag 10004/403811
16.43/15.53	c cleaning 6915 clauses out of 13837 with flag 17001/410808
16.73/15.81	c cleaning 7458 clauses out of 14921 with flag 25000/418807
17.03/16.14	c cleaning 8227 clauses out of 16464 with flag 34001/427808
17.44/16.50	c cleaning 9119 clauses out of 18239 with flag 44003/437810
17.73/16.87	c cleaning 9555 clauses out of 19118 with flag 54001/447808
18.13/17.23	c cleaning 9778 clauses out of 19562 with flag 64000/457807
18.54/17.62	c cleaning 9886 clauses out of 19784 with flag 74000/467807
18.65/17.78	c Got one! Elapsed wall clock time (in seconds):17.669
18.65/17.78	o 80
18.75/17.82	c cleaning 7502 clauses out of 15020 with flag 1000/472929
18.95/18.02	c cleaning 6755 clauses out of 13518 with flag 7000/478929
19.15/18.27	c cleaning 6870 clauses out of 13763 with flag 14000/485929
19.45/18.51	c Got one! Elapsed wall clock time (in seconds):18.401
19.45/18.51	o 64
19.65/18.71	c cleaning 9279 clauses out of 18572 with flag 5000/497608
19.85/18.92	c cleaning 7640 clauses out of 15294 with flag 11001/503609
20.05/19.18	c cleaning 7323 clauses out of 14655 with flag 18002/510610
20.35/19.48	c cleaning 7661 clauses out of 15331 with flag 26001/518609
20.76/19.82	c cleaning 8328 clauses out of 16669 with flag 35000/527608
21.05/20.19	c cleaning 9165 clauses out of 18342 with flag 45001/537609
21.15/20.22	c Got one! Elapsed wall clock time (in seconds):20.11
21.15/20.22	o 63
21.25/20.38	c cleaning 7328 clauses out of 14665 with flag 5000/543097
21.45/20.59	c cleaning 6663 clauses out of 13337 with flag 11000/549097
21.75/20.84	c cleaning 6834 clauses out of 13674 with flag 18000/556097
22.05/21.13	c cleaning 7415 clauses out of 14840 with flag 26000/564097
22.35/21.47	c cleaning 8210 clauses out of 16427 with flag 35002/573099
22.75/21.89	c cleaning 9107 clauses out of 18218 with flag 45003/583100
23.15/22.28	c cleaning 9547 clauses out of 19109 with flag 55001/593098
23.55/22.66	c cleaning 9774 clauses out of 19561 with flag 65000/603097
23.96/23.05	c cleaning 9890 clauses out of 19790 with flag 75003/613100
24.35/23.45	c cleaning 9945 clauses out of 19897 with flag 85000/623097
24.75/23.82	c Got one! Elapsed wall clock time (in seconds):23.714
24.75/23.82	o 51
24.95/24.03	c cleaning 12234 clauses out of 24482 with flag 5002/637627
25.16/24.25	c cleaning 9121 clauses out of 18247 with flag 11001/643626
25.46/24.51	c cleaning 8058 clauses out of 16125 with flag 18000/650625
25.66/24.79	c cleaning 8029 clauses out of 16069 with flag 26002/658627
25.96/25.09	c cleaning 8515 clauses out of 17038 with flag 35000/667625
26.36/25.45	c cleaning 9257 clauses out of 18525 with flag 45002/677627
26.76/25.83	c cleaning 9628 clauses out of 19266 with flag 55000/687625
27.16/26.25	c cleaning 9813 clauses out of 19638 with flag 65000/697625
27.47/26.58	c cleaning 9909 clauses out of 19826 with flag 75001/707626
27.87/26.93	c cleaning 9953 clauses out of 19918 with flag 85002/717627
28.07/27.12	c Got one! Elapsed wall clock time (in seconds):27.015
28.07/27.12	o 25
28.27/27.31	c cleaning 10317 clauses out of 20644 with flag 5000/728306
28.48/27.50	c cleaning 8158 clauses out of 16327 with flag 11000/734306
28.68/27.73	c cleaning 7578 clauses out of 15169 with flag 18000/741306
28.88/27.99	c cleaning 7794 clauses out of 15593 with flag 26002/749308
29.18/28.27	c cleaning 8396 clauses out of 16799 with flag 35002/758308
29.49/28.59	c cleaning 9196 clauses out of 18401 with flag 45000/768306
29.88/28.90	c cleaning 9599 clauses out of 19206 with flag 55001/778307
30.18/29.22	c cleaning 9798 clauses out of 19606 with flag 65000/788306
30.48/29.53	c cleaning 9895 clauses out of 19808 with flag 75000/798306
30.78/29.86	c cleaning 9952 clauses out of 19913 with flag 85000/808306
31.08/30.18	c cleaning 9975 clauses out of 19962 with flag 95001/818307
31.48/30.52	c cleaning 9985 clauses out of 19986 with flag 105000/828306
31.48/30.57	c Got one! Elapsed wall clock time (in seconds):30.463
31.48/30.57	o 15
31.69/30.70	c cleaning 7660 clauses out of 15327 with flag 4001/833632
31.80/30.89	c cleaning 6829 clauses out of 13666 with flag 10000/839631
32.09/31.13	c cleaning 6913 clauses out of 13837 with flag 17000/846631
32.39/31.40	c cleaning 7456 clauses out of 14924 with flag 25000/854631
32.69/31.70	c cleaning 8231 clauses out of 16468 with flag 34000/863631
32.99/32.04	c cleaning 9111 clauses out of 18237 with flag 44000/873631
33.29/32.38	c cleaning 9560 clauses out of 19127 with flag 54001/883632
33.70/32.73	c cleaning 9774 clauses out of 19566 with flag 64000/893631
34.00/33.05	c cleaning 9890 clauses out of 19792 with flag 74000/903631
34.30/33.37	c cleaning 9948 clauses out of 19903 with flag 84001/913632
34.69/33.70	c cleaning 9973 clauses out of 19954 with flag 94000/923631
35.00/34.04	c cleaning 9984 clauses out of 19981 with flag 104000/933631
35.30/34.39	c cleaning 9996 clauses out of 19999 with flag 114002/943633
35.71/34.70	c cleaning 9998 clauses out of 20001 with flag 124000/953631
36.01/35.02	c cleaning 9999 clauses out of 20005 with flag 134002/963633
36.31/35.35	c cleaning 9996 clauses out of 20004 with flag 144000/973631
36.61/35.67	c cleaning 9997 clauses out of 20008 with flag 154000/983631
36.91/35.99	c cleaning 10001 clauses out of 20011 with flag 164000/993631
37.32/36.33	c cleaning 10005 clauses out of 20012 with flag 174002/1003633
37.61/36.66	c cleaning 9999 clauses out of 20005 with flag 184000/1013631
38.01/37.00	c cleaning 9998 clauses out of 20006 with flag 194000/1023631
38.32/37.34	c cleaning 10002 clauses out of 20010 with flag 204002/1033633
38.62/37.69	c cleaning 9998 clauses out of 20006 with flag 214000/1043631
39.02/38.01	c cleaning 10001 clauses out of 20009 with flag 224001/1053632
39.32/38.33	c cleaning 10000 clauses out of 20008 with flag 234001/1063632
39.62/38.65	c cleaning 9999 clauses out of 20008 with flag 244001/1073632
39.92/38.98	c cleaning 9999 clauses out of 20008 with flag 254000/1083631
40.32/39.31	c cleaning 10004 clauses out of 20014 with flag 264005/1093636
40.63/39.62	c cleaning 9997 clauses out of 20005 with flag 274000/1103631
40.63/39.69	c Got one! Elapsed wall clock time (in seconds):39.583
40.63/39.69	o 12
40.72/39.79	c cleaning 7583 clauses out of 15172 with flag 3000/1108795
40.92/39.99	c cleaning 6792 clauses out of 13591 with flag 9002/1114797
41.22/40.23	c cleaning 6893 clauses out of 13798 with flag 16001/1121796
41.52/40.51	c cleaning 7449 clauses out of 14905 with flag 24001/1129796
41.82/40.84	c cleaning 8225 clauses out of 16457 with flag 33002/1138797
42.12/41.18	c cleaning 9112 clauses out of 18231 with flag 43001/1148796
42.52/41.54	c cleaning 9557 clauses out of 19119 with flag 53001/1158796
42.83/41.88	c cleaning 9773 clauses out of 19561 with flag 63000/1168795
43.22/42.23	c cleaning 9892 clauses out of 19789 with flag 73001/1178796
43.52/42.58	c cleaning 9945 clauses out of 19898 with flag 83002/1188797
43.93/42.95	c cleaning 9972 clauses out of 19951 with flag 93000/1198795
44.03/43.05	c Got one! Elapsed wall clock time (in seconds):42.937
44.03/43.05	o 8
44.13/43.13	c cleaning 7499 clauses out of 15008 with flag 2000/1203824
44.33/43.35	c cleaning 6752 clauses out of 13512 with flag 8003/1209827
44.53/43.59	c cleaning 6876 clauses out of 13759 with flag 15002/1216826
44.84/43.88	c cleaning 7434 clauses out of 14881 with flag 23000/1224824
45.24/44.25	c cleaning 8220 clauses out of 16446 with flag 32000/1233824
45.34/44.32	c starts		: 221
45.34/44.32	c conflicts		: 1235382
45.34/44.32	c decisions		: 1969902
45.34/44.32	c propagations		: 29397633
45.34/44.32	c inspects		: 251006698
45.34/44.32	c shortcuts		: 0
45.34/44.32	c learnt literals	: 7
45.34/44.32	c learnt binary clauses	: 73
45.34/44.32	c learnt ternary clauses	: 804
45.34/44.32	c learnt constraints	: 1235374
45.34/44.32	c ignored constraints	: 0
45.34/44.32	c root simplifications	: 0
45.34/44.32	c removed literals (reason simplification)	: 8555333
45.34/44.32	c reason swapping (by a shorter reason)	: 0
45.34/44.32	c Calls to reduceDB	: 145
45.34/44.32	c number of reductions to clauses (during analyze)	: 0
45.34/44.32	c number of learned constraints concerned by reduction	: 0
45.34/44.32	c number of learning phase by resolution	: 0
45.34/44.32	c number of learning phase by cutting planes	: 0
45.34/44.32	c speed (assignments/second)	: 2.3111346698113207E7
45.34/44.32	c non guided choices	1162
45.34/44.32	c learnt constraints type 
45.34/44.32	c constraints type 
45.34/44.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
45.34/44.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
45.34/44.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
45.34/44.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
45.34/44.32	s OPTIMUM FOUND
45.34/44.32	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 
45.34/44.32	c objective function=8
45.34/44.32	c Total wall clock time (in seconds): 44.21

Verifier Data

OK	8

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-3492547-1307909947/watcher-3492547-1307909947 -o /var/tmp/evaluation-result-3492547-1307909947/solver-3492547-1307909947 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492547-1307909947.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: 1.96 1.97 1.89 2/195 14166
/proc/meminfo: memFree=1218680/32951124 swapFree=67051728/67111528
[pid=14166] ppid=14164 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/14166/stat : 14166 (java) R 14164 14166 12190 0 -1 4202496 951 0 0 0 0 0 0 0 25 0 1 0 902592720 23580672 693 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228117751272 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14166/statm: 5757 693 509 9 0 124 0

[startup+0.094607 s]
/proc/loadavg: 1.96 1.97 1.89 2/195 14166
/proc/meminfo: memFree=1218680/32951124 swapFree=67051728/67111528
[pid=14166] ppid=14164 vsize=10539836 CPUtime=0.09 cores=1,3,5,7
/proc/14166/stat : 14166 (java) S 14164 14166 12190 0 -1 4202496 12969 0 1 0 8 1 0 0 25 0 18 0 902592720 10792792064 12632 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14166/statm: 2634959 12632 2093 9 0 2625693 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539836

[startup+0.1006 s]
/proc/loadavg: 1.96 1.97 1.89 2/195 14166
/proc/meminfo: memFree=1218680/32951124 swapFree=67051728/67111528
[pid=14166] ppid=14164 vsize=10539836 CPUtime=0.1 cores=1,3,5,7
/proc/14166/stat : 14166 (java) S 14164 14166 12190 0 -1 4202496 13055 0 1 0 9 1 0 0 25 0 18 0 902592720 10792792064 12718 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14166/statm: 2634959 12718 2093 9 0 2625693 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539836

[startup+0.3006 s]
/proc/loadavg: 1.96 1.97 1.89 2/195 14166
/proc/meminfo: memFree=1218680/32951124 swapFree=67051728/67111528
[pid=14166] ppid=14164 vsize=10544340 CPUtime=0.54 cores=1,3,5,7
/proc/14166/stat : 14166 (java) S 14164 14166 12190 0 -1 4202496 16117 0 1 0 52 2 0 0 25 0 19 0 902592720 10797404160 14903 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14166/statm: 2636085 14903 2215 9 0 2626819 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10544340

[startup+0.700544 s]
/proc/loadavg: 1.96 1.97 1.89 2/195 14166
/proc/meminfo: memFree=1218680/32951124 swapFree=67051728/67111528
[pid=14166] ppid=14164 vsize=10544340 CPUtime=1.03 cores=1,3,5,7
/proc/14166/stat : 14166 (java) S 14164 14166 12190 0 -1 4202496 17351 0 1 0 101 2 0 0 25 0 19 0 902592720 10797404160 16030 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14166/statm: 2636085 16030 2247 9 0 2626819 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10544340

[startup+1.50139 s]
/proc/loadavg: 1.96 1.97 1.89 5/214 14185
/proc/meminfo: memFree=1162132/32951124 swapFree=67051728/67111528
[pid=14166] ppid=14164 vsize=10544340 CPUtime=1.86 cores=1,3,5,7
/proc/14166/stat : 14166 (java) S 14164 14166 12190 0 -1 4202496 18057 0 1 0 184 2 0 0 25 0 19 0 902592720 10797404160 16653 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14166/statm: 2636085 16653 2248 9 0 2626819 0
[pid=14166/tid=14168] ppid=14164 vsize=10544340 CPUtime=1.42 cores=1,3,5,7
/proc/14166/task/14168/stat : 14168 (java) R 14164 14166 12190 0 -1 4202560 12272 0 1 0 141 1 0 0 20 0 19 0 902592720 10797404160 16653 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 46912505531207 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14166/tid=14169] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14169/stat : 14169 (java) S 14164 14166 12190 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 902592722 10797404160 16653 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14170/stat : 14170 (java) S 14164 14166 12190 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 19 0 902592722 10797404160 16653 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14171/stat : 14171 (java) S 14164 14166 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902592722 10797404160 16653 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14172] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14172/stat : 14172 (java) S 14164 14166 12190 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 902592722 10797404160 16653 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14173] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14173/stat : 14173 (java) S 14164 14166 12190 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 902592722 10797404160 16653 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14174] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14174/stat : 14174 (java) S 14164 14166 12190 0 -1 4202560 231 0 0 0 0 0 0 0 15 0 19 0 902592722 10797404160 16653 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14175] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14175/stat : 14175 (java) S 14164 14166 12190 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 902592722 10797404160 16653 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14176] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14176/stat : 14176 (java) S 14164 14166 12190 0 -1 4202560 264 0 0 0 0 0 0 0 15 0 19 0 902592722 10797404160 16653 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14177] ppid=14164 vsize=10544340 CPUtime=0.04 cores=1,3,5,7
/proc/14166/task/14177/stat : 14177 (java) S 14164 14166 12190 0 -1 4202560 450 0 0 0 4 0 0 0 15 0 19 0 902592723 10797404160 16653 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134530560 0 0 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14178] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14178/stat : 14178 (java) S 14164 14166 12190 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902592723 10797404160 16653 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14179] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14179/stat : 14179 (java) S 14164 14166 12190 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902592723 10797404160 16653 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14180] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14180/stat : 14180 (java) S 14164 14166 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592726 10797404160 16653 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134537649 0 4 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14181] ppid=14164 vsize=10544340 CPUtime=0.19 cores=1,3,5,7
/proc/14166/task/14181/stat : 14181 (java) S 14164 14166 12190 0 -1 4202560 1742 0 0 0 19 0 0 0 15 0 19 0 902592726 10797404160 16653 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14182] ppid=14164 vsize=10544340 CPUtime=0.17 cores=1,3,5,7
/proc/14166/task/14182/stat : 14182 (java) S 14164 14166 12190 0 -1 4202560 1693 0 0 0 17 0 0 0 15 0 19 0 902592726 10797404160 16653 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 5 0 0 0
[pid=14166/tid=14183] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14183/stat : 14183 (java) S 14164 14166 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592726 10797404160 16653 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14184] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14184/stat : 14184 (java) S 14164 14166 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902592726 10797404160 16653 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134530560 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14185] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14185/stat : 14185 (java) S 14164 14166 12190 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 902592737 10797404160 16653 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134530560 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10544340

[startup+3.1011 s]
/proc/loadavg: 1.96 1.97 1.89 3/214 14185
/proc/meminfo: memFree=1159920/32951124 swapFree=67051728/67111528
[pid=14166] ppid=14164 vsize=10544340 CPUtime=3.48 cores=1,3,5,7
/proc/14166/stat : 14166 (java) S 14164 14166 12190 0 -1 4202496 18168 0 1 0 345 3 0 0 25 0 19 0 902592720 10797404160 16756 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14166/statm: 2636085 16756 2248 9 0 2626819 0
[pid=14166/tid=14168] ppid=14164 vsize=10544340 CPUtime=2.91 cores=1,3,5,7
/proc/14166/task/14168/stat : 14168 (java) R 14164 14166 12190 0 -1 4202560 12281 0 1 0 290 1 0 0 23 0 19 0 902592720 10797404160 16756 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 46912505536924 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14166/tid=14169] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14169/stat : 14169 (java) S 14164 14166 12190 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 902592722 10797404160 16756 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14170/stat : 14170 (java) S 14164 14166 12190 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 902592722 10797404160 16756 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 5 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14171/stat : 14171 (java) S 14164 14166 12190 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902592722 10797404160 16756 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 5 0 0 0
[pid=14166/tid=14172] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14172/stat : 14172 (java) S 14164 14166 12190 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 19 0 902592722 10797404160 16756 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14173] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14173/stat : 14173 (java) S 14164 14166 12190 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 902592722 10797404160 16756 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14174] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14174/stat : 14174 (java) S 14164 14166 12190 0 -1 4202560 231 0 0 0 0 0 0 0 15 0 19 0 902592722 10797404160 16756 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 5 0 0 0
[pid=14166/tid=14175] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14175/stat : 14175 (java) S 14164 14166 12190 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 902592722 10797404160 16756 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14176] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14176/stat : 14176 (java) S 14164 14166 12190 0 -1 4202560 264 0 0 0 0 0 0 0 15 0 19 0 902592722 10797404160 16756 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 5 0 0 0
[pid=14166/tid=14177] ppid=14164 vsize=10544340 CPUtime=0.14 cores=1,3,5,7
/proc/14166/task/14177/stat : 14177 (java) S 14164 14166 12190 0 -1 4202560 543 0 0 0 14 0 0 0 16 0 19 0 902592723 10797404160 16756 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134530560 0 0 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14178] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14178/stat : 14178 (java) S 14164 14166 12190 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902592723 10797404160 16756 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14179] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14179/stat : 14179 (java) S 14164 14166 12190 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902592723 10797404160 16756 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14180] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14180/stat : 14180 (java) S 14164 14166 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592726 10797404160 16756 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134537649 0 4 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14181] ppid=14164 vsize=10544340 CPUtime=0.2 cores=1,3,5,7
/proc/14166/task/14181/stat : 14181 (java) S 14164 14166 12190 0 -1 4202560 1742 0 0 0 20 0 0 0 15 0 19 0 902592726 10797404160 16756 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14182] ppid=14164 vsize=10544340 CPUtime=0.17 cores=1,3,5,7
/proc/14166/task/14182/stat : 14182 (java) S 14164 14166 12190 0 -1 4202560 1693 0 0 0 17 0 0 0 15 0 19 0 902592726 10797404160 16756 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 5 0 0 0
[pid=14166/tid=14183] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14183/stat : 14183 (java) S 14164 14166 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592726 10797404160 16756 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14184] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14184/stat : 14184 (java) S 14164 14166 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902592726 10797404160 16756 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134530560 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14185] ppid=14164 vsize=10544340 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14185/stat : 14185 (java) S 14164 14166 12190 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 902592737 10797404160 16756 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134530560 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 10544340

[startup+6.30151 s]
/proc/loadavg: 1.96 1.97 1.89 3/214 14242
/proc/meminfo: memFree=1165372/32951124 swapFree=67051728/67111528
[pid=14166] ppid=14164 vsize=10542996 CPUtime=6.73 cores=1,3,5,7
/proc/14166/stat : 14166 (java) S 14164 14166 12190 0 -1 4202496 18201 0 1 0 670 3 0 0 25 0 19 0 902592720 10796027904 16461 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14166/statm: 2635749 16461 2249 9 0 2626483 0
[pid=14166/tid=14168] ppid=14164 vsize=10542996 CPUtime=5.95 cores=1,3,5,7
/proc/14166/task/14168/stat : 14168 (java) S 14164 14166 12190 0 -1 4202560 12296 0 1 0 594 1 0 0 25 0 19 0 902592720 10796027904 16461 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14169] ppid=14164 vsize=10542996 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14169/stat : 14169 (java) S 14164 14166 12190 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 902592722 10796027904 16461 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=10542996 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14170/stat : 14170 (java) S 14164 14166 12190 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 902592722 10796027904 16461 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 5 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=10542996 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14171/stat : 14171 (java) S 14164 14166 12190 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 902592722 10796027904 16461 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 5 0 0 0
[pid=14166/tid=14172] ppid=14164 vsize=10542996 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14172/stat : 14172 (java) S 14164 14166 12190 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 902592722 10796027904 16461 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14173] ppid=14164 vsize=10542996 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14173/stat : 14173 (java) S 14164 14166 12190 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 19 0 902592722 10796027904 16461 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14174] ppid=14164 vsize=10542996 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14174/stat : 14174 (java) S 14164 14166 12190 0 -1 4202560 231 0 0 0 0 0 0 0 15 0 19 0 902592722 10796027904 16461 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14175] ppid=14164 vsize=10542996 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14175/stat : 14175 (java) S 14164 14166 12190 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 902592722 10796027904 16461 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14176] ppid=14164 vsize=10542996 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14176/stat : 14176 (java) S 14164 14166 12190 0 -1 4202560 265 0 0 0 0 0 0 0 15 0 19 0 902592722 10796027904 16461 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14177] ppid=14164 vsize=10542996 CPUtime=0.28 cores=1,3,5,7
/proc/14166/task/14177/stat : 14177 (java) R 14164 14166 12190 0 -1 4202560 550 0 0 0 28 0 0 0 15 0 19 0 902592723 10796027904 16461 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 47278050306190 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=14166/tid=14178] ppid=14164 vsize=10542996 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14178/stat : 14178 (java) S 14164 14166 12190 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902592723 10796027904 16461 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14179] ppid=14164 vsize=10542996 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14179/stat : 14179 (java) S 14164 14166 12190 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902592723 10796027904 16461 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14180] ppid=14164 vsize=10542996 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14180/stat : 14180 (java) S 14164 14166 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592726 10796027904 16461 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134537649 0 4 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14181] ppid=14164 vsize=10542996 CPUtime=0.22 cores=1,3,5,7
/proc/14166/task/14181/stat : 14181 (java) S 14164 14166 12190 0 -1 4202560 1747 0 0 0 22 0 0 0 16 0 19 0 902592726 10796027904 16461 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14182] ppid=14164 vsize=10542996 CPUtime=0.19 cores=1,3,5,7
/proc/14166/task/14182/stat : 14182 (java) S 14164 14166 12190 0 -1 4202560 1693 0 0 0 19 0 0 0 15 0 19 0 902592726 10796027904 16461 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 5 0 0 0
[pid=14166/tid=14183] ppid=14164 vsize=10542996 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14183/stat : 14183 (java) S 14164 14166 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592726 10796027904 16461 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14184] ppid=14164 vsize=10542996 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14184/stat : 14184 (java) S 14164 14166 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902592726 10796027904 16461 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134530560 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14185] ppid=14164 vsize=10542996 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14185/stat : 14185 (java) S 14164 14166 12190 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 902592737 10796027904 16461 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134530560 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 10542996

[startup+12.7014 s]

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

/proc/14166/task/14169/stat : 14169 (java) S 14164 14166 12190 0 -1 4202560 97 0 0 0 2 0 0 0 15 0 19 0 902592722 10796687360 18620 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=10543640 CPUtime=0.02 cores=1,3,5,7
/proc/14166/task/14170/stat : 14170 (java) S 14164 14166 12190 0 -1 4202560 44 0 0 0 2 0 0 0 15 0 19 0 902592722 10796687360 18620 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 5 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=10543640 CPUtime=0.02 cores=1,3,5,7
/proc/14166/task/14171/stat : 14171 (java) S 14164 14166 12190 0 -1 4202560 9 0 0 0 2 0 0 0 15 0 19 0 902592722 10796687360 18620 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14172] ppid=14164 vsize=10543640 CPUtime=0.03 cores=1,3,5,7
/proc/14166/task/14172/stat : 14172 (java) S 14164 14166 12190 0 -1 4202560 102 0 0 0 3 0 0 0 15 0 19 0 902592722 10796687360 18620 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14173] ppid=14164 vsize=10543640 CPUtime=0.04 cores=1,3,5,7
/proc/14166/task/14173/stat : 14173 (java) S 14164 14166 12190 0 -1 4202560 66 0 0 0 4 0 0 0 16 0 19 0 902592722 10796687360 18620 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 5 0 0 0
[pid=14166/tid=14174] ppid=14164 vsize=10543640 CPUtime=0.04 cores=1,3,5,7
/proc/14166/task/14174/stat : 14174 (java) S 14164 14166 12190 0 -1 4202560 235 0 0 0 4 0 0 0 16 0 19 0 902592722 10796687360 18620 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14175] ppid=14164 vsize=10543640 CPUtime=0.03 cores=1,3,5,7
/proc/14166/task/14175/stat : 14175 (java) S 14164 14166 12190 0 -1 4202560 33 0 0 0 3 0 0 0 15 0 19 0 902592722 10796687360 18620 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 5 0 0 0
[pid=14166/tid=14176] ppid=14164 vsize=10543640 CPUtime=0.04 cores=1,3,5,7
/proc/14166/task/14176/stat : 14176 (java) S 14164 14166 12190 0 -1 4202560 271 0 0 0 4 0 0 0 15 0 19 0 902592722 10796687360 18620 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 5 0 0 0
[pid=14166/tid=14177] ppid=14164 vsize=10543640 CPUtime=1.8 cores=1,3,5,7
/proc/14166/task/14177/stat : 14177 (java) S 14164 14166 12190 0 -1 4202560 972 0 0 0 177 3 0 0 15 0 19 0 902592723 10796687360 18620 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134530560 0 0 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14178] ppid=14164 vsize=10543640 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14178/stat : 14178 (java) S 14164 14166 12190 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902592723 10796687360 18620 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14179] ppid=14164 vsize=10543640 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14179/stat : 14179 (java) S 14164 14166 12190 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902592723 10796687360 18620 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14180] ppid=14164 vsize=10543640 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14180/stat : 14180 (java) S 14164 14166 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592726 10796687360 18620 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134537649 0 4 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14181] ppid=14164 vsize=10543640 CPUtime=0.28 cores=1,3,5,7
/proc/14166/task/14181/stat : 14181 (java) S 14164 14166 12190 0 -1 4202560 1957 0 0 0 28 0 0 0 16 0 19 0 902592726 10796687360 18620 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14182] ppid=14164 vsize=10543640 CPUtime=0.6 cores=1,3,5,7
/proc/14166/task/14182/stat : 14182 (java) S 14164 14166 12190 0 -1 4202560 9209 0 0 0 60 0 0 0 15 0 19 0 902592726 10796687360 18620 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14183] ppid=14164 vsize=10543640 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14183/stat : 14183 (java) S 14164 14166 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592726 10796687360 18620 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14184] ppid=14164 vsize=10543640 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14184/stat : 14184 (java) S 14164 14166 12190 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902592726 10796687360 18620 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134530560 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14185] ppid=14164 vsize=10543640 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14185/stat : 14185 (java) S 14164 14166 12190 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 902592737 10796687360 18620 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134530560 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 42.52
Current children cumulated vsize (KiB) 10543640

[startup+43.1009 s]
/proc/loadavg: 1.98 1.97 1.89 3/214 14243
/proc/meminfo: memFree=1136484/32951124 swapFree=67051728/67111528
[pid=14166] ppid=14164 vsize=10543640 CPUtime=44.13 cores=1,3,5,7
/proc/14166/stat : 14166 (java) S 14164 14166 12190 0 -1 4202496 26582 0 1 0 4406 7 0 0 25 0 19 0 902592720 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14166/statm: 2635910 18640 2252 9 0 2626644 0
[pid=14166/tid=14168] ppid=14164 vsize=10543640 CPUtime=41.04 cores=1,3,5,7
/proc/14166/task/14168/stat : 14168 (java) R 14164 14166 12190 0 -1 4202560 12412 0 1 0 4103 1 0 0 17 0 19 0 902592720 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 46912505531306 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14166/tid=14169] ppid=14164 vsize=10543640 CPUtime=0.03 cores=1,3,5,7
/proc/14166/task/14169/stat : 14169 (java) S 14164 14166 12190 0 -1 4202560 100 0 0 0 3 0 0 0 15 0 19 0 902592722 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=10543640 CPUtime=0.02 cores=1,3,5,7
/proc/14166/task/14170/stat : 14170 (java) S 14164 14166 12190 0 -1 4202560 44 0 0 0 2 0 0 0 15 0 19 0 902592722 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=10543640 CPUtime=0.02 cores=1,3,5,7
/proc/14166/task/14171/stat : 14171 (java) S 14164 14166 12190 0 -1 4202560 9 0 0 0 2 0 0 0 16 0 19 0 902592722 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14172] ppid=14164 vsize=10543640 CPUtime=0.03 cores=1,3,5,7
/proc/14166/task/14172/stat : 14172 (java) S 14164 14166 12190 0 -1 4202560 102 0 0 0 3 0 0 0 15 0 19 0 902592722 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14173] ppid=14164 vsize=10543640 CPUtime=0.04 cores=1,3,5,7
/proc/14166/task/14173/stat : 14173 (java) S 14164 14166 12190 0 -1 4202560 66 0 0 0 4 0 0 0 16 0 19 0 902592722 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 5 0 0 0
[pid=14166/tid=14174] ppid=14164 vsize=10543640 CPUtime=0.04 cores=1,3,5,7
/proc/14166/task/14174/stat : 14174 (java) S 14164 14166 12190 0 -1 4202560 235 0 0 0 4 0 0 0 15 0 19 0 902592722 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14175] ppid=14164 vsize=10543640 CPUtime=0.03 cores=1,3,5,7
/proc/14166/task/14175/stat : 14175 (java) S 14164 14166 12190 0 -1 4202560 33 0 0 0 3 0 0 0 15 0 19 0 902592722 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 5 0 0 0
[pid=14166/tid=14176] ppid=14164 vsize=10543640 CPUtime=0.04 cores=1,3,5,7
/proc/14166/task/14176/stat : 14176 (java) S 14164 14166 12190 0 -1 4202560 271 0 0 0 4 0 0 0 16 0 19 0 902592722 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14177] ppid=14164 vsize=10543640 CPUtime=1.87 cores=1,3,5,7
/proc/14166/task/14177/stat : 14177 (java) S 14164 14166 12190 0 -1 4202560 989 0 0 0 184 3 0 0 15 0 19 0 902592723 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134530560 0 0 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14178] ppid=14164 vsize=10543640 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14178/stat : 14178 (java) S 14164 14166 12190 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902592723 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14179] ppid=14164 vsize=10543640 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14179/stat : 14179 (java) S 14164 14166 12190 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902592723 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14180] ppid=14164 vsize=10543640 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14180/stat : 14180 (java) S 14164 14166 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592726 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134537649 0 4 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14181] ppid=14164 vsize=10543640 CPUtime=0.28 cores=1,3,5,7
/proc/14166/task/14181/stat : 14181 (java) S 14164 14166 12190 0 -1 4202560 1957 0 0 0 28 0 0 0 16 0 19 0 902592726 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14182] ppid=14164 vsize=10543640 CPUtime=0.6 cores=1,3,5,7
/proc/14166/task/14182/stat : 14182 (java) S 14164 14166 12190 0 -1 4202560 9209 0 0 0 60 0 0 0 15 0 19 0 902592726 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14183] ppid=14164 vsize=10543640 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14183/stat : 14183 (java) S 14164 14166 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592726 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14184] ppid=14164 vsize=10543640 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14184/stat : 14184 (java) S 14164 14166 12190 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902592726 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134530560 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14185] ppid=14164 vsize=10543640 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14185/stat : 14185 (java) S 14164 14166 12190 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 902592737 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134530560 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 44.13
Current children cumulated vsize (KiB) 10543640

[startup+43.9007 s]
/proc/loadavg: 1.98 1.97 1.89 5/214 14300
/proc/meminfo: memFree=1156248/32951124 swapFree=67051728/67111528
[pid=14166] ppid=14164 vsize=10543640 CPUtime=44.94 cores=1,3,5,7
/proc/14166/stat : 14166 (java) S 14164 14166 12190 0 -1 4202496 26586 0 1 0 4486 8 0 0 25 0 19 0 902592720 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14166/statm: 2635910 18640 2252 9 0 2626644 0
[pid=14166/tid=14168] ppid=14164 vsize=10543640 CPUtime=41.78 cores=1,3,5,7
/proc/14166/task/14168/stat : 14168 (java) R 14164 14166 12190 0 -1 4202560 12416 0 1 0 4177 1 0 0 17 0 19 0 902592720 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 46912505601719 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14166/tid=14169] ppid=14164 vsize=10543640 CPUtime=0.03 cores=1,3,5,7
/proc/14166/task/14169/stat : 14169 (java) S 14164 14166 12190 0 -1 4202560 100 0 0 0 3 0 0 0 15 0 19 0 902592722 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=10543640 CPUtime=0.02 cores=1,3,5,7
/proc/14166/task/14170/stat : 14170 (java) S 14164 14166 12190 0 -1 4202560 44 0 0 0 2 0 0 0 15 0 19 0 902592722 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 5 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=10543640 CPUtime=0.02 cores=1,3,5,7
/proc/14166/task/14171/stat : 14171 (java) S 14164 14166 12190 0 -1 4202560 9 0 0 0 2 0 0 0 15 0 19 0 902592722 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14172] ppid=14164 vsize=10543640 CPUtime=0.03 cores=1,3,5,7
/proc/14166/task/14172/stat : 14172 (java) S 14164 14166 12190 0 -1 4202560 102 0 0 0 3 0 0 0 15 0 19 0 902592722 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14173] ppid=14164 vsize=10543640 CPUtime=0.04 cores=1,3,5,7
/proc/14166/task/14173/stat : 14173 (java) S 14164 14166 12190 0 -1 4202560 66 0 0 0 4 0 0 0 15 0 19 0 902592722 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 5 0 0 0
[pid=14166/tid=14174] ppid=14164 vsize=10543640 CPUtime=0.04 cores=1,3,5,7
/proc/14166/task/14174/stat : 14174 (java) S 14164 14166 12190 0 -1 4202560 235 0 0 0 4 0 0 0 15 0 19 0 902592722 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 5 0 0 0
[pid=14166/tid=14175] ppid=14164 vsize=10543640 CPUtime=0.03 cores=1,3,5,7
/proc/14166/task/14175/stat : 14175 (java) S 14164 14166 12190 0 -1 4202560 33 0 0 0 3 0 0 0 15 0 19 0 902592722 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14176] ppid=14164 vsize=10543640 CPUtime=0.04 cores=1,3,5,7
/proc/14166/task/14176/stat : 14176 (java) S 14164 14166 12190 0 -1 4202560 271 0 0 0 4 0 0 0 15 0 19 0 902592722 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14177] ppid=14164 vsize=10543640 CPUtime=1.92 cores=1,3,5,7
/proc/14166/task/14177/stat : 14177 (java) S 14164 14166 12190 0 -1 4202560 989 0 0 0 189 3 0 0 15 0 19 0 902592723 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134530560 0 0 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14178] ppid=14164 vsize=10543640 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14178/stat : 14178 (java) S 14164 14166 12190 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902592723 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14179] ppid=14164 vsize=10543640 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14179/stat : 14179 (java) S 14164 14166 12190 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902592723 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14180] ppid=14164 vsize=10543640 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14180/stat : 14180 (java) S 14164 14166 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592726 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134537649 0 4 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14181] ppid=14164 vsize=10543640 CPUtime=0.28 cores=1,3,5,7
/proc/14166/task/14181/stat : 14181 (java) S 14164 14166 12190 0 -1 4202560 1957 0 0 0 28 0 0 0 16 0 19 0 902592726 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14182] ppid=14164 vsize=10543640 CPUtime=0.6 cores=1,3,5,7
/proc/14166/task/14182/stat : 14182 (java) S 14164 14166 12190 0 -1 4202560 9209 0 0 0 60 0 0 0 15 0 19 0 902592726 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14183] ppid=14164 vsize=10543640 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14183/stat : 14183 (java) S 14164 14166 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592726 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14184] ppid=14164 vsize=10543640 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14184/stat : 14184 (java) S 14164 14166 12190 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902592726 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134530560 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14185] ppid=14164 vsize=10543640 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14185/stat : 14185 (java) S 14164 14166 12190 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 902592737 10796687360 18640 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134530560 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 44.94
Current children cumulated vsize (KiB) 10543640

[startup+44.3007 s]
/proc/loadavg: 1.98 1.97 1.89 5/214 14300
/proc/meminfo: memFree=1156248/32951124 swapFree=67051728/67111528
[pid=14166] ppid=14164 vsize=10543640 CPUtime=45.34 cores=1,3,5,7
/proc/14166/stat : 14166 (java) S 14164 14166 12190 0 -1 4202496 26593 0 1 0 4526 8 0 0 25 0 19 0 902592720 10796687360 18642 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14166/statm: 2635910 18642 2252 9 0 2626644 0
[pid=14166/tid=14168] ppid=14164 vsize=10543640 CPUtime=42.16 cores=1,3,5,7
/proc/14166/task/14168/stat : 14168 (java) R 14164 14166 12190 0 -1 4202560 12419 0 1 0 4215 1 0 0 18 0 19 0 902592720 10796687360 18642 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 46912505555079 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14166/tid=14169] ppid=14164 vsize=10543640 CPUtime=0.03 cores=1,3,5,7
/proc/14166/task/14169/stat : 14169 (java) S 14164 14166 12190 0 -1 4202560 100 0 0 0 3 0 0 0 15 0 19 0 902592722 10796687360 18642 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=10543640 CPUtime=0.02 cores=1,3,5,7
/proc/14166/task/14170/stat : 14170 (java) S 14164 14166 12190 0 -1 4202560 44 0 0 0 2 0 0 0 15 0 19 0 902592722 10796687360 18642 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 5 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=10543640 CPUtime=0.02 cores=1,3,5,7
/proc/14166/task/14171/stat : 14171 (java) S 14164 14166 12190 0 -1 4202560 9 0 0 0 2 0 0 0 16 0 19 0 902592722 10796687360 18642 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14172] ppid=14164 vsize=10543640 CPUtime=0.03 cores=1,3,5,7
/proc/14166/task/14172/stat : 14172 (java) S 14164 14166 12190 0 -1 4202560 102 0 0 0 3 0 0 0 15 0 19 0 902592722 10796687360 18642 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 5 0 0 0
[pid=14166/tid=14173] ppid=14164 vsize=10543640 CPUtime=0.04 cores=1,3,5,7
/proc/14166/task/14173/stat : 14173 (java) S 14164 14166 12190 0 -1 4202560 66 0 0 0 4 0 0 0 16 0 19 0 902592722 10796687360 18642 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 5 0 0 0
[pid=14166/tid=14174] ppid=14164 vsize=10543640 CPUtime=0.04 cores=1,3,5,7
/proc/14166/task/14174/stat : 14174 (java) S 14164 14166 12190 0 -1 4202560 235 0 0 0 4 0 0 0 15 0 19 0 902592722 10796687360 18642 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 5 0 0 0
[pid=14166/tid=14175] ppid=14164 vsize=10543640 CPUtime=0.03 cores=1,3,5,7
/proc/14166/task/14175/stat : 14175 (java) S 14164 14166 12190 0 -1 4202560 33 0 0 0 3 0 0 0 15 0 19 0 902592722 10796687360 18642 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14176] ppid=14164 vsize=10543640 CPUtime=0.04 cores=1,3,5,7
/proc/14166/task/14176/stat : 14176 (java) S 14164 14166 12190 0 -1 4202560 271 0 0 0 4 0 0 0 15 0 19 0 902592722 10796687360 18642 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
[pid=14166/tid=14177] ppid=14164 vsize=10543640 CPUtime=1.94 cores=1,3,5,7
/proc/14166/task/14177/stat : 14177 (java) S 14164 14166 12190 0 -1 4202560 991 0 0 0 191 3 0 0 15 0 19 0 902592723 10796687360 18642 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134530560 0 0 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14178] ppid=14164 vsize=10543640 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14178/stat : 14178 (java) S 14164 14166 12190 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902592723 10796687360 18642 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14179] ppid=14164 vsize=10543640 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14179/stat : 14179 (java) S 14164 14166 12190 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902592723 10796687360 18642 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14180] ppid=14164 vsize=10543640 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14180/stat : 14180 (java) S 14164 14166 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592726 10796687360 18642 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134537649 0 4 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14181] ppid=14164 vsize=10543640 CPUtime=0.28 cores=1,3,5,7
/proc/14166/task/14181/stat : 14181 (java) S 14164 14166 12190 0 -1 4202560 1957 0 0 0 28 0 0 0 16 0 19 0 902592726 10796687360 18642 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14182] ppid=14164 vsize=10543640 CPUtime=0.6 cores=1,3,5,7
/proc/14166/task/14182/stat : 14182 (java) S 14164 14166 12190 0 -1 4202560 9209 0 0 0 60 0 0 0 15 0 19 0 902592726 10796687360 18642 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14183] ppid=14164 vsize=10543640 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14183/stat : 14183 (java) S 14164 14166 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592726 10796687360 18642 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134529945 0 4 0 16800975 18446604471098583040 0 0 -1 3 0 0 0
[pid=14166/tid=14184] ppid=14164 vsize=10543640 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14184/stat : 14184 (java) S 14164 14166 12190 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902592726 10796687360 18642 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134530560 0 4 0 16800975 18446604471098583040 0 0 -1 1 0 0 0
[pid=14166/tid=14185] ppid=14164 vsize=10543640 CPUtime=0 cores=1,3,5,7
/proc/14166/task/14185/stat : 14185 (java) S 14164 14166 12190 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 902592737 10796687360 18642 33554432000 1073741824 1073778376 140736069377760 18446744073709551615 228134530560 0 4 0 16800975 18446604471098583040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 45.34
Current children cumulated vsize (KiB) 10543640

Child status: 30
Real time (s): 44.3266
CPU time (s): 45.3701
CPU user time (s): 45.2851
CPU system time (s): 0.084987
CPU usage (%): 102.354
Max. virtual memory (cumulated for all children) (KiB): 10544340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.2851
system time used= 0.084987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26613
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= 4903
involuntary context switches= 1713

runsolver used 0.065989 second user time and 0.187971 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-12 22:19:07
IDJOB=3492547
IDBENCH=78874
IDSOLVER=1982
FILE ID=node138/3492547-1307909947
RUNJOBID= node138-1307908076-13713
PBS_JOBID= 13559517
Free space on /var/tmp= 2896 MiB

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

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

MD5SUM BENCH= f911862f5398bb5461d300f11ba5c15b
RANDOM SEED=560597776

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1219356 kB
Buffers:         69596 kB
Cached:       30624576 kB
SwapCached:      13084 kB
Active:       16094996 kB
Inactive:     14679636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1219356 kB
SwapTotal:    67111528 kB
SwapFree:     67051728 kB
Dirty:             524 kB
Writeback:           8 kB
AnonPages:       78236 kB
Mapped:          17508 kB
Slab:           894432 kB
PageTables:       4940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10544812 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= 2896 MiB
End job on node138 at 2011-06-12 22:19:52