Trace number 3492323

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 48.8336 47.5396

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110972763--soft-33-100-0.wbo
MD5SUM9949b87f9004912630b1e1d8508ff079
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark1.54676
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 1209
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.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.1.v20110525
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		9996466904
0.06/0.08	c Max memory 		10048897024
0.06/0.08	c Total memory 		10048897024
0.06/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3492323-1307909456.wbo
0.10/0.10	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.22	c SATISFIABLE
0.28/0.22	c OPTIMIZING...
0.28/0.22	c Got one! Elapsed wall clock time (in seconds):0.12
0.28/0.22	o 526
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.165
0.28/0.27	o 497
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.186
0.28/0.29	o 474
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.211
0.54/0.31	o 430
0.54/0.34	c Got one! Elapsed wall clock time (in seconds):0.236
0.54/0.34	o 383
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.259
0.54/0.36	o 375
0.68/0.43	c Got one! Elapsed wall clock time (in seconds):0.331
0.68/0.43	o 363
0.68/0.48	c Got one! Elapsed wall clock time (in seconds):0.38
0.68/0.48	o 360
0.78/0.53	c Got one! Elapsed wall clock time (in seconds):0.423
0.78/0.53	o 290
0.78/0.59	c cleaning 4263 clauses out of 8534 with flag 1000/8534
0.92/0.63	c Got one! Elapsed wall clock time (in seconds):0.526
0.92/0.63	o 282
0.92/0.68	c Got one! Elapsed wall clock time (in seconds):0.577
0.92/0.68	o 264
1.04/0.71	c Got one! Elapsed wall clock time (in seconds):0.606
1.04/0.71	o 205
1.15/0.84	c cleaning 5606 clauses out of 11221 with flag 4001/15484
1.35/1.04	c cleaning 5804 clauses out of 11614 with flag 10000/21483
1.52/1.17	c Got one! Elapsed wall clock time (in seconds):1.071
1.52/1.17	o 186
1.62/1.22	c cleaning 5461 clauses out of 10937 with flag 1000/26610
1.83/1.44	c cleaning 5733 clauses out of 11476 with flag 7000/32610
2.13/1.70	c cleaning 6363 clauses out of 12743 with flag 14000/39610
2.43/2.00	c cleaning 7188 clauses out of 14383 with flag 22003/47613
2.63/2.29	c Got one! Elapsed wall clock time (in seconds):2.191
2.63/2.29	o 180
2.88/2.57	c cleaning 10261 clauses out of 20534 with flag 5002/60952
3.18/2.81	c cleaning 8125 clauses out of 16271 with flag 11000/66950
3.28/2.98	c Got one! Elapsed wall clock time (in seconds):2.872
3.28/2.98	o 167
3.39/3.02	c cleaning 6903 clauses out of 13811 with flag 1001/72615
3.59/3.23	c cleaning 6450 clauses out of 12908 with flag 7001/78615
3.79/3.47	c cleaning 6725 clauses out of 13457 with flag 14000/85614
4.09/3.75	c cleaning 7362 clauses out of 14732 with flag 22000/93614
4.39/4.08	c Got one! Elapsed wall clock time (in seconds):3.976
4.39/4.08	o 158
4.59/4.29	c cleaning 10499 clauses out of 21005 with flag 5004/107249
4.89/4.51	c cleaning 8243 clauses out of 16502 with flag 11000/113245
5.19/4.81	c cleaning 7622 clauses out of 15259 with flag 18000/120245
5.50/5.10	c cleaning 7817 clauses out of 15642 with flag 26005/128250
5.80/5.44	c cleaning 8405 clauses out of 16820 with flag 35000/137245
6.20/5.81	c cleaning 9202 clauses out of 18416 with flag 45001/147246
6.60/6.22	c cleaning 9603 clauses out of 19217 with flag 55004/157249
7.01/6.60	c cleaning 9796 clauses out of 19610 with flag 65000/167245
7.30/7.00	c cleaning 9903 clauses out of 19815 with flag 75001/177246
7.71/7.37	c cleaning 9952 clauses out of 19913 with flag 85002/187247
8.12/7.79	c cleaning 9964 clauses out of 19959 with flag 95000/197245
8.51/8.13	c cleaning 9991 clauses out of 19996 with flag 105001/207246
8.81/8.47	c Got one! Elapsed wall clock time (in seconds):8.364
8.81/8.47	o 149
9.01/8.67	c cleaning 12423 clauses out of 24856 with flag 5001/222097
9.22/8.89	c cleaning 9212 clauses out of 18432 with flag 11000/228096
9.52/9.16	c cleaning 8103 clauses out of 16220 with flag 18000/235096
9.82/9.48	c cleaning 8050 clauses out of 16117 with flag 26000/243096
10.12/9.70	c Got one! Elapsed wall clock time (in seconds):9.6
10.12/9.70	o 144
10.23/9.89	c cleaning 9445 clauses out of 18897 with flag 5000/253926
10.52/10.11	c cleaning 7722 clauses out of 15454 with flag 11002/259928
10.72/10.38	c cleaning 7358 clauses out of 14730 with flag 18000/266926
10.93/10.53	c Got one! Elapsed wall clock time (in seconds):10.43
10.93/10.53	o 133
11.03/10.62	c cleaning 6597 clauses out of 13204 with flag 2000/272758
11.22/10.83	c cleaning 6302 clauses out of 12609 with flag 8002/278760
11.43/11.08	c cleaning 6646 clauses out of 13306 with flag 15001/285759
11.73/11.37	c cleaning 7323 clauses out of 14659 with flag 23000/293758
12.03/11.69	c cleaning 8164 clauses out of 16337 with flag 32001/302759
12.13/11.78	c Got one! Elapsed wall clock time (in seconds):11.675
12.13/11.78	o 117
12.24/11.88	c cleaning 6607 clauses out of 13221 with flag 3001/307807
12.58/12.14	c cleaning 6297 clauses out of 12613 with flag 9000/313806
13.18/12.41	c cleaning 6656 clauses out of 13319 with flag 16003/320809
13.52/12.75	c cleaning 7322 clauses out of 14660 with flag 24000/328806
14.28/13.13	c cleaning 8167 clauses out of 16340 with flag 33002/337808
14.71/13.52	c cleaning 9076 clauses out of 18171 with flag 43000/347806
15.11/13.99	c cleaning 9543 clauses out of 19096 with flag 53001/357807
15.61/14.42	c cleaning 9769 clauses out of 19552 with flag 63000/367806
16.01/14.82	c cleaning 9885 clauses out of 19783 with flag 73000/377806
16.41/15.24	c cleaning 9944 clauses out of 19898 with flag 83000/387806
16.81/15.66	c cleaning 9969 clauses out of 19954 with flag 93000/397806
17.31/16.12	c cleaning 9992 clauses out of 19990 with flag 103005/407811
17.74/16.54	c cleaning 9995 clauses out of 19995 with flag 113002/417808
18.24/17.01	c cleaning 9992 clauses out of 19998 with flag 123000/427806
18.64/17.43	c cleaning 10000 clauses out of 20007 with flag 133001/437807
18.74/17.58	c Got one! Elapsed wall clock time (in seconds):17.479
18.74/17.58	o 105
18.86/17.63	c cleaning 7582 clauses out of 15167 with flag 1000/442967
19.06/17.85	c cleaning 6784 clauses out of 13586 with flag 7001/448968
19.27/18.03	c Got one! Elapsed wall clock time (in seconds):17.93
19.27/18.03	o 92
19.27/18.08	c cleaning 6146 clauses out of 12310 with flag 1000/454476
19.47/18.28	c cleaning 6077 clauses out of 12165 with flag 7001/460477
19.77/18.53	c cleaning 6537 clauses out of 13092 with flag 14005/467481
20.07/18.86	c cleaning 7272 clauses out of 14550 with flag 22000/475476
20.47/19.29	c cleaning 8135 clauses out of 16278 with flag 31000/484476
20.97/19.72	c cleaning 9067 clauses out of 18143 with flag 41000/494476
21.37/20.17	c cleaning 9533 clauses out of 19077 with flag 51001/504477
21.67/20.43	c Got one! Elapsed wall clock time (in seconds):20.327
21.67/20.43	o 88
21.87/20.62	c cleaning 10569 clauses out of 21148 with flag 5000/516081
22.07/20.84	c cleaning 8284 clauses out of 16579 with flag 11000/522081
22.37/21.13	c cleaning 7643 clauses out of 15297 with flag 18002/529083
22.67/21.45	c cleaning 7821 clauses out of 15652 with flag 26000/537081
23.07/21.82	c cleaning 8413 clauses out of 16832 with flag 35001/546082
23.17/21.94	c Got one! Elapsed wall clock time (in seconds):21.832
23.17/21.94	o 83
23.27/22.01	c cleaning 6743 clauses out of 13494 with flag 2000/551157
23.47/22.23	c cleaning 6371 clauses out of 12755 with flag 8004/557161
23.67/22.49	c cleaning 6686 clauses out of 13380 with flag 15000/564157
24.07/22.80	c cleaning 7343 clauses out of 14695 with flag 23001/572158
24.37/23.13	c cleaning 8172 clauses out of 16351 with flag 32000/581157
24.67/23.49	c cleaning 9082 clauses out of 18179 with flag 42000/591157
25.07/23.87	c Got one! Elapsed wall clock time (in seconds):23.766
25.07/23.87	o 72
25.38/24.11	c cleaning 11891 clauses out of 23789 with flag 5001/605849
25.57/24.35	c cleaning 8942 clauses out of 17897 with flag 11000/611848
25.87/24.62	c cleaning 7973 clauses out of 15956 with flag 18001/618849
26.17/24.96	c cleaning 7987 clauses out of 15982 with flag 26000/626848
26.47/25.30	c cleaning 8492 clauses out of 16996 with flag 35001/635849
26.87/25.66	c cleaning 9248 clauses out of 18504 with flag 45001/645849
27.27/26.03	c cleaning 9623 clauses out of 19256 with flag 55001/655849
27.69/26.42	c cleaning 9809 clauses out of 19632 with flag 65000/665848
28.08/26.82	c cleaning 9901 clauses out of 19824 with flag 75001/675849
28.08/26.85	c Got one! Elapsed wall clock time (in seconds):26.744
28.08/26.85	o 62
28.28/27.02	c cleaning 7680 clauses out of 15371 with flag 5001/681297
28.48/27.23	c cleaning 6838 clauses out of 13690 with flag 11000/687296
28.69/27.46	c cleaning 6924 clauses out of 13853 with flag 18001/694297
28.99/27.74	c cleaning 7458 clauses out of 14928 with flag 26000/702296
28.99/27.79	c Got one! Elapsed wall clock time (in seconds):27.691
28.99/27.79	o 34
29.19/27.93	c cleaning 6382 clauses out of 12770 with flag 4003/707596
29.39/28.13	c cleaning 6190 clauses out of 12385 with flag 10000/713593
29.59/28.36	c cleaning 6590 clauses out of 13195 with flag 17000/720593
29.59/28.39	c Got one! Elapsed wall clock time (in seconds):28.283
29.59/28.39	o 25
29.79/28.55	c cleaning 6104 clauses out of 12220 with flag 5000/726208
29.99/28.74	c cleaning 6053 clauses out of 12117 with flag 11001/732209
30.19/28.99	c cleaning 6529 clauses out of 13065 with flag 18002/739210
30.49/29.25	c cleaning 7260 clauses out of 14534 with flag 26000/747208
30.79/29.57	c cleaning 8133 clauses out of 16276 with flag 35002/756210
31.10/29.81	c Got one! Elapsed wall clock time (in seconds):29.705
31.10/29.81	o 24
31.30/30.02	c cleaning 10453 clauses out of 20918 with flag 5002/768985
31.50/30.23	c cleaning 8227 clauses out of 16464 with flag 11001/774984
31.70/30.47	c cleaning 7614 clauses out of 15237 with flag 18001/781984
32.01/30.77	c cleaning 7806 clauses out of 15622 with flag 26000/789983
32.30/31.07	c cleaning 8404 clauses out of 16816 with flag 35000/798983
32.70/31.43	c cleaning 9201 clauses out of 18412 with flag 45000/808983
33.00/31.77	c cleaning 9600 clauses out of 19212 with flag 55001/818984
33.40/32.12	c cleaning 9797 clauses out of 19611 with flag 65000/828983
33.70/32.46	c cleaning 9902 clauses out of 19814 with flag 75000/838983
34.10/32.82	c cleaning 9945 clauses out of 19912 with flag 85000/848983
34.40/33.17	c cleaning 9979 clauses out of 19967 with flag 95000/858983
34.83/33.64	c cleaning 9990 clauses out of 19989 with flag 105001/868984
35.14/34.00	c cleaning 9995 clauses out of 20001 with flag 115003/878986
35.55/34.37	c cleaning 9997 clauses out of 20003 with flag 125000/888983
35.95/34.70	c cleaning 9995 clauses out of 20009 with flag 135003/898986
36.25/35.05	c cleaning 9998 clauses out of 20013 with flag 145002/908985
36.65/35.41	c cleaning 10002 clauses out of 20014 with flag 155001/918984
36.95/35.73	c cleaning 10000 clauses out of 20011 with flag 165000/928983
37.25/36.05	c cleaning 9998 clauses out of 20011 with flag 175000/938983
37.56/36.38	c cleaning 10001 clauses out of 20014 with flag 185001/948984
37.95/36.71	c cleaning 10000 clauses out of 20014 with flag 195002/958985
38.25/37.04	c cleaning 10001 clauses out of 20012 with flag 205000/968983
38.66/37.41	c cleaning 10002 clauses out of 20011 with flag 215000/978983
38.95/37.75	c cleaning 10001 clauses out of 20009 with flag 225000/988983
39.35/38.11	c cleaning 9999 clauses out of 20008 with flag 235000/998983
39.66/38.47	c cleaning 10004 clauses out of 20010 with flag 245001/1008984
40.05/38.81	c cleaning 9997 clauses out of 20005 with flag 255000/1018983
40.35/39.16	c cleaning 10002 clauses out of 20008 with flag 265000/1028983
40.76/39.51	c cleaning 9997 clauses out of 20007 with flag 275001/1038984
41.05/39.87	c cleaning 9997 clauses out of 20010 with flag 285001/1048984
41.16/39.90	c Got one! Elapsed wall clock time (in seconds):39.801
41.16/39.90	o 16
41.26/40.08	c cleaning 7877 clauses out of 15760 with flag 5002/1054731
41.46/40.28	c cleaning 6937 clauses out of 13882 with flag 11001/1060730
41.76/40.52	c cleaning 6965 clauses out of 13944 with flag 18000/1067729
42.06/40.82	c cleaning 7486 clauses out of 14980 with flag 26001/1075730
42.36/41.14	c cleaning 8242 clauses out of 16493 with flag 35000/1084729
42.66/41.46	c cleaning 9118 clauses out of 18251 with flag 45000/1094729
43.07/41.82	c cleaning 9563 clauses out of 19133 with flag 55000/1104729
43.37/42.17	c cleaning 9774 clauses out of 19570 with flag 65000/1114729
43.77/42.50	c cleaning 9895 clauses out of 19797 with flag 75001/1124730
44.07/42.85	c cleaning 9947 clauses out of 19901 with flag 85000/1134729
44.37/43.19	c cleaning 9973 clauses out of 19956 with flag 95002/1144731
44.77/43.53	c cleaning 9985 clauses out of 19981 with flag 105000/1154729
45.07/43.87	c cleaning 9993 clauses out of 19997 with flag 115001/1164730
45.47/44.21	c cleaning 9997 clauses out of 20003 with flag 125000/1174729
45.77/44.55	c cleaning 9999 clauses out of 20006 with flag 135000/1184729
46.17/44.90	c cleaning 9999 clauses out of 20008 with flag 145001/1194730
46.47/45.26	c cleaning 10001 clauses out of 20010 with flag 155002/1204731
46.87/45.61	c cleaning 9998 clauses out of 20008 with flag 165001/1214730
47.17/45.95	c cleaning 9998 clauses out of 20010 with flag 175001/1224730
47.58/46.30	c cleaning 10001 clauses out of 20011 with flag 185000/1234729
47.87/46.65	c cleaning 10001 clauses out of 20010 with flag 195000/1244729
48.28/47.02	c cleaning 10001 clauses out of 20009 with flag 205001/1254730
48.59/47.38	c cleaning 9997 clauses out of 20008 with flag 215001/1264730
48.68/47.44	c Got one! Elapsed wall clock time (in seconds):47.331
48.68/47.44	o 6
48.78/47.53	c starts		: 220
48.78/47.53	c conflicts		: 1268906
48.78/47.53	c decisions		: 2023102
48.78/47.53	c propagations		: 32383508
48.78/47.53	c inspects		: 269276106
48.78/47.53	c shortcuts		: 0
48.78/47.53	c learnt literals	: 7
48.78/47.53	c learnt binary clauses	: 89
48.78/47.53	c learnt ternary clauses	: 946
48.78/47.53	c learnt constraints	: 1268898
48.78/47.53	c ignored constraints	: 0
48.78/47.53	c root simplifications	: 0
48.78/47.53	c removed literals (reason simplification)	: 8740199
48.78/47.53	c reason swapping (by a shorter reason)	: 0
48.78/47.53	c Calls to reduceDB	: 146
48.78/47.53	c number of reductions to clauses (during analyze)	: 0
48.78/47.53	c number of learned constraints concerned by reduction	: 0
48.78/47.53	c number of learning phase by resolution	: 0
48.78/47.53	c number of learning phase by cutting planes	: 0
48.78/47.53	c speed (assignments/second)	: 3.482097634408602E8
48.78/47.53	c non guided choices	1171
48.78/47.53	c learnt constraints type 
48.78/47.53	c constraints type 
48.78/47.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
48.78/47.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
48.78/47.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
48.78/47.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
48.78/47.53	s OPTIMUM FOUND
48.78/47.53	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 
48.78/47.53	c objective function=6
48.78/47.53	c Total wall clock time (in seconds): 47.426

Verifier Data

OK	6

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3492323-1307909456/watcher-3492323-1307909456 -o /tmp/evaluation-result-3492323-1307909456/solver-3492323-1307909456 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492323-1307909456.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: 2.14 2.03 1.94 2/193 22495
/proc/meminfo: memFree=12043716/32951132 swapFree=67054624/67111528
[pid=22495] ppid=22493 vsize=30540 CPUtime=0 cores=0,2,4,6
/proc/22495/stat : 22495 (java) S 22493 22495 19566 0 -1 4202496 1240 0 0 0 0 0 0 0 25 0 2 0 902545272 31272960 960 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/22495/statm: 7635 961 732 9 0 386 0
[pid=22495/tid=22496] ppid=22493 vsize=30540 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22496/stat : 22496 (java) R 22493 22495 19566 0 -1 4202560 126 0 0 0 0 0 0 0 25 0 2 0 902545272 31272960 961 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274664808251 0 0 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.067009 s]
/proc/loadavg: 2.14 2.03 1.94 2/193 22495
/proc/meminfo: memFree=12043716/32951132 swapFree=67054624/67111528
[pid=22495] ppid=22493 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/22495/stat : 22495 (java) S 22493 22495 19566 0 -1 4202496 11824 0 1 0 5 1 0 0 25 0 18 0 902545272 10724442112 11521 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22495/statm: 2618272 11523 1742 9 0 2609006 0
[pid=22495/tid=22496] ppid=22493 vsize=10473088 CPUtime=0.04 cores=0,2,4,6
/proc/22495/task/22496/stat : 22496 (java) R 22493 22495 19566 0 -1 4202560 10651 0 1 0 4 0 0 0 25 0 18 0 902545272 10724442112 11523 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676635083 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.100978 s]
/proc/loadavg: 2.14 2.03 1.94 2/193 22495
/proc/meminfo: memFree=12043716/32951132 swapFree=67054624/67111528
[pid=22495] ppid=22493 vsize=10540292 CPUtime=0.1 cores=0,2,4,6
/proc/22495/stat : 22495 (java) S 22493 22495 19566 0 -1 4202496 13132 0 1 0 9 1 0 0 25 0 18 0 902545272 10793259008 12811 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22495/statm: 2635073 12811 2092 9 0 2625807 0
[pid=22495/tid=22496] ppid=22493 vsize=10540292 CPUtime=0.09 cores=0,2,4,6
/proc/22495/task/22496/stat : 22496 (java) R 22493 22495 19566 0 -1 4202560 11215 0 1 0 8 1 0 0 25 0 18 0 902545272 10793259008 12811 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 46912496207476 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540292

[startup+0.300965 s]
/proc/loadavg: 2.14 2.03 1.94 2/193 22495
/proc/meminfo: memFree=12043716/32951132 swapFree=67054624/67111528
[pid=22495] ppid=22493 vsize=10544356 CPUtime=0.54 cores=0,2,4,6
/proc/22495/stat : 22495 (java) S 22493 22495 19566 0 -1 4202496 15818 0 1 0 53 1 0 0 25 0 19 0 902545272 10797420544 14844 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22495/statm: 2636089 14844 2214 9 0 2626823 0
[pid=22495/tid=22496] ppid=22493 vsize=10544356 CPUtime=0.28 cores=0,2,4,6
/proc/22495/task/22496/stat : 22496 (java) R 22493 22495 19566 0 -1 4202560 11823 0 1 0 27 1 0 0 25 0 19 0 902545272 10797420544 14844 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 46912505216356 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10544356

[startup+0.7009 s]
/proc/loadavg: 2.14 2.03 1.94 2/193 22495
/proc/meminfo: memFree=12043716/32951132 swapFree=67054624/67111528
[pid=22495] ppid=22493 vsize=10544356 CPUtime=1.04 cores=0,2,4,6
/proc/22495/stat : 22495 (java) S 22493 22495 19566 0 -1 4202496 16967 0 1 0 102 2 0 0 25 0 19 0 902545272 10797420544 15964 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22495/statm: 2636089 15964 2246 9 0 2626823 0
[pid=22495/tid=22496] ppid=22493 vsize=10544356 CPUtime=0.67 cores=0,2,4,6
/proc/22495/task/22496/stat : 22496 (java) R 22493 22495 19566 0 -1 4202560 12305 0 1 0 66 1 0 0 25 0 19 0 902545272 10797420544 15964 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 46912505559308 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 10544356

[startup+1.50077 s]
/proc/loadavg: 2.14 2.03 1.94 4/212 22515
/proc/meminfo: memFree=11971100/32951132 swapFree=67054624/67111528
[pid=22495] ppid=22493 vsize=10544988 CPUtime=1.93 cores=0,2,4,6
/proc/22495/stat : 22495 (java) S 22493 22495 19566 0 -1 4202496 18239 0 1 0 191 2 0 0 25 0 19 0 902545272 10798067712 16639 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22495/statm: 2636247 16639 2248 9 0 2626981 0
[pid=22495/tid=22496] ppid=22493 vsize=10544988 CPUtime=1.4 cores=0,2,4,6
/proc/22495/task/22496/stat : 22496 (java) R 22493 22495 19566 0 -1 4202560 12309 0 1 0 139 1 0 0 25 0 19 0 902545272 10798067712 16639 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 46912505588780 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22495/tid=22498] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22498/stat : 22498 (java) S 22493 22495 19566 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 902545274 10798067712 16639 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 6 0 0 0
[pid=22495/tid=22499] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22499/stat : 22499 (java) S 22493 22495 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902545274 10798067712 16639 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 4 0 0 0
[pid=22495/tid=22500] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22500/stat : 22500 (java) S 22493 22495 19566 0 -1 4202560 128 0 0 0 0 0 0 0 16 0 19 0 902545274 10798067712 16639 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 4 0 0 0
[pid=22495/tid=22501] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22501/stat : 22501 (java) S 22493 22495 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902545274 10798067712 16639 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 6 0 0 0
[pid=22495/tid=22502] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22502/stat : 22502 (java) S 22493 22495 19566 0 -1 4202560 165 0 0 0 0 0 0 0 15 0 19 0 902545274 10798067712 16639 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 6 0 0 0
[pid=22495/tid=22503] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22503/stat : 22503 (java) S 22493 22495 19566 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 19 0 902545274 10798067712 16639 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 6 0 0 0
[pid=22495/tid=22504] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22504/stat : 22504 (java) S 22493 22495 19566 0 -1 4202560 73 0 0 0 0 0 0 0 16 0 19 0 902545274 10798067712 16639 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 6 0 0 0
[pid=22495/tid=22505] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22505/stat : 22505 (java) S 22493 22495 19566 0 -1 4202560 75 0 0 0 0 0 0 0 16 0 19 0 902545274 10798067712 16639 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 4 0 0 0
[pid=22495/tid=22506] ppid=22493 vsize=10544988 CPUtime=0.05 cores=0,2,4,6
/proc/22495/task/22506/stat : 22506 (java) S 22493 22495 19566 0 -1 4202560 452 0 0 0 5 0 0 0 16 0 19 0 902545275 10798067712 16639 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624896 0 0 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22507] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22507/stat : 22507 (java) S 22493 22495 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902545275 10798067712 16639 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22508] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22508/stat : 22508 (java) S 22493 22495 19566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902545275 10798067712 16639 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22509] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22509/stat : 22509 (java) S 22493 22495 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902545277 10798067712 16639 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676631985 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22510] ppid=22493 vsize=10544988 CPUtime=0.26 cores=0,2,4,6
/proc/22495/task/22510/stat : 22510 (java) S 22493 22495 19566 0 -1 4202560 1797 0 0 0 26 0 0 0 17 0 19 0 902545277 10798067712 16639 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22511] ppid=22493 vsize=10544988 CPUtime=0.18 cores=0,2,4,6
/proc/22495/task/22511/stat : 22511 (java) S 22493 22495 19566 0 -1 4202560 1940 0 0 0 18 0 0 0 15 0 19 0 902545277 10798067712 16639 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 4 0 0 0
[pid=22495/tid=22512] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22512/stat : 22512 (java) S 22493 22495 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902545277 10798067712 16639 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22513] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22513/stat : 22513 (java) S 22493 22495 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902545277 10798067712 16639 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624896 0 4 0 16800975 18446604452428835648 0 0 -1 6 0 0 0
[pid=22495/tid=22514] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22514/stat : 22514 (java) S 22493 22495 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902545288 10798067712 16639 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624896 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 10544988

[startup+3.10146 s]
/proc/loadavg: 2.13 2.03 1.94 3/212 22515
/proc/meminfo: memFree=11969860/32951132 swapFree=67054624/67111528
[pid=22495] ppid=22493 vsize=10544988 CPUtime=3.49 cores=0,2,4,6
/proc/22495/stat : 22495 (java) S 22493 22495 19566 0 -1 4202496 18492 0 1 0 346 3 0 0 25 0 19 0 902545272 10798067712 16887 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22495/statm: 2636247 16887 2248 9 0 2626981 0
[pid=22495/tid=22496] ppid=22493 vsize=10544988 CPUtime=2.88 cores=0,2,4,6
/proc/22495/task/22496/stat : 22496 (java) R 22493 22495 19566 0 -1 4202560 12314 0 1 0 286 2 0 0 25 0 19 0 902545272 10798067712 16887 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 46912505581405 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22495/tid=22498] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22498/stat : 22498 (java) S 22493 22495 19566 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902545274 10798067712 16887 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22499] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22499/stat : 22499 (java) S 22493 22495 19566 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 19 0 902545274 10798067712 16887 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 4 0 0 0
[pid=22495/tid=22500] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22500/stat : 22500 (java) S 22493 22495 19566 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 19 0 902545274 10798067712 16887 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22501] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22501/stat : 22501 (java) S 22493 22495 19566 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 902545274 10798067712 16887 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 6 0 0 0
[pid=22495/tid=22502] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22502/stat : 22502 (java) S 22493 22495 19566 0 -1 4202560 173 0 0 0 0 0 0 0 15 0 19 0 902545274 10798067712 16887 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22503] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22503/stat : 22503 (java) S 22493 22495 19566 0 -1 4202560 145 0 0 0 0 0 0 0 16 0 19 0 902545274 10798067712 16887 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22504] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22504/stat : 22504 (java) S 22493 22495 19566 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 902545274 10798067712 16887 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 4 0 0 0
[pid=22495/tid=22505] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22505/stat : 22505 (java) S 22493 22495 19566 0 -1 4202560 75 0 0 0 0 0 0 0 16 0 19 0 902545274 10798067712 16887 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 4 0 0 0
[pid=22495/tid=22506] ppid=22493 vsize=10544988 CPUtime=0.11 cores=0,2,4,6
/proc/22495/task/22506/stat : 22506 (java) S 22493 22495 19566 0 -1 4202560 586 0 0 0 11 0 0 0 16 0 19 0 902545275 10798067712 16887 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624896 0 0 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22507] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22507/stat : 22507 (java) S 22493 22495 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902545275 10798067712 16887 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22508] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22508/stat : 22508 (java) S 22493 22495 19566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902545275 10798067712 16887 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22509] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22509/stat : 22509 (java) S 22493 22495 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902545277 10798067712 16887 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676631985 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22510] ppid=22493 vsize=10544988 CPUtime=0.26 cores=0,2,4,6
/proc/22495/task/22510/stat : 22510 (java) S 22493 22495 19566 0 -1 4202560 1797 0 0 0 26 0 0 0 15 0 19 0 902545277 10798067712 16887 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22511] ppid=22493 vsize=10544988 CPUtime=0.18 cores=0,2,4,6
/proc/22495/task/22511/stat : 22511 (java) S 22493 22495 19566 0 -1 4202560 1940 0 0 0 18 0 0 0 15 0 19 0 902545277 10798067712 16887 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 4 0 0 0
[pid=22495/tid=22512] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22512/stat : 22512 (java) S 22493 22495 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902545277 10798067712 16887 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22513] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22513/stat : 22513 (java) S 22493 22495 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902545277 10798067712 16887 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624896 0 4 0 16800975 18446604452428835648 0 0 -1 6 0 0 0
[pid=22495/tid=22514] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22514/stat : 22514 (java) S 22493 22495 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902545288 10798067712 16887 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624896 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 10544988

[startup+6.30094 s]
/proc/loadavg: 2.13 2.03 1.94 3/212 22515
/proc/meminfo: memFree=11968156/32951132 swapFree=67054624/67111528
[pid=22495] ppid=22493 vsize=10544988 CPUtime=6.7 cores=0,2,4,6
/proc/22495/stat : 22495 (java) S 22493 22495 19566 0 -1 4202496 18565 0 1 0 667 3 0 0 25 0 19 0 902545272 10798067712 16941 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22495/statm: 2636247 16941 2248 9 0 2626981 0
[pid=22495/tid=22496] ppid=22493 vsize=10544988 CPUtime=5.94 cores=0,2,4,6
/proc/22495/task/22496/stat : 22496 (java) R 22493 22495 19566 0 -1 4202560 12325 0 1 0 592 2 0 0 25 0 19 0 902545272 10798067712 16941 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 46912505516031 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22495/tid=22498] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22498/stat : 22498 (java) S 22493 22495 19566 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 902545274 10798067712 16941 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 6 0 0 0
[pid=22495/tid=22499] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22499/stat : 22499 (java) S 22493 22495 19566 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 19 0 902545274 10798067712 16941 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 6 0 0 0
[pid=22495/tid=22500] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22500/stat : 22500 (java) S 22493 22495 19566 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 19 0 902545274 10798067712 16941 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22501] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22501/stat : 22501 (java) S 22493 22495 19566 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902545274 10798067712 16941 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22502] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22502/stat : 22502 (java) S 22493 22495 19566 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 19 0 902545274 10798067712 16941 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 6 0 0 0
[pid=22495/tid=22503] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22503/stat : 22503 (java) S 22493 22495 19566 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 902545274 10798067712 16941 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 4 0 0 0
[pid=22495/tid=22504] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22504/stat : 22504 (java) S 22493 22495 19566 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 902545274 10798067712 16941 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 4 0 0 0
[pid=22495/tid=22505] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22505/stat : 22505 (java) S 22493 22495 19566 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 902545274 10798067712 16941 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22506] ppid=22493 vsize=10544988 CPUtime=0.24 cores=0,2,4,6
/proc/22495/task/22506/stat : 22506 (java) S 22493 22495 19566 0 -1 4202560 634 0 0 0 24 0 0 0 16 0 19 0 902545275 10798067712 16941 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624896 0 0 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22507] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22507/stat : 22507 (java) S 22493 22495 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902545275 10798067712 16941 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22508] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22508/stat : 22508 (java) S 22493 22495 19566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902545275 10798067712 16941 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22509] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22509/stat : 22509 (java) S 22493 22495 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902545277 10798067712 16941 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676631985 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22510] ppid=22493 vsize=10544988 CPUtime=0.26 cores=0,2,4,6
/proc/22495/task/22510/stat : 22510 (java) S 22493 22495 19566 0 -1 4202560 1797 0 0 0 26 0 0 0 15 0 19 0 902545277 10798067712 16941 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22511] ppid=22493 vsize=10544988 CPUtime=0.18 cores=0,2,4,6
/proc/22495/task/22511/stat : 22511 (java) S 22493 22495 19566 0 -1 4202560 1940 0 0 0 18 0 0 0 15 0 19 0 902545277 10798067712 16941 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 4 0 0 0

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

/proc/22495/task/22498/stat : 22498 (java) S 22493 22495 19566 0 -1 4202560 97 0 0 0 4 0 0 0 15 0 19 0 902545274 10798067712 21489 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 6 0 0 0
[pid=22495/tid=22499] ppid=22493 vsize=10544988 CPUtime=0.03 cores=0,2,4,6
/proc/22495/task/22499/stat : 22499 (java) S 22493 22495 19566 0 -1 4202560 56 0 0 0 3 0 0 0 15 0 19 0 902545274 10798067712 21489 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 6 0 0 0
[pid=22495/tid=22500] ppid=22493 vsize=10544988 CPUtime=0.03 cores=0,2,4,6
/proc/22495/task/22500/stat : 22500 (java) S 22493 22495 19566 0 -1 4202560 159 0 0 0 3 0 0 0 15 0 19 0 902545274 10798067712 21489 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 4 0 0 0
[pid=22495/tid=22501] ppid=22493 vsize=10544988 CPUtime=0.03 cores=0,2,4,6
/proc/22495/task/22501/stat : 22501 (java) S 22493 22495 19566 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 902545274 10798067712 21489 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 4 0 0 0
[pid=22495/tid=22502] ppid=22493 vsize=10544988 CPUtime=0.04 cores=0,2,4,6
/proc/22495/task/22502/stat : 22502 (java) S 22493 22495 19566 0 -1 4202560 219 0 0 0 4 0 0 0 15 0 19 0 902545274 10798067712 21489 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 6 0 0 0
[pid=22495/tid=22503] ppid=22493 vsize=10544988 CPUtime=0.04 cores=0,2,4,6
/proc/22495/task/22503/stat : 22503 (java) S 22493 22495 19566 0 -1 4202560 151 0 0 0 4 0 0 0 16 0 19 0 902545274 10798067712 21489 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22504] ppid=22493 vsize=10544988 CPUtime=0.03 cores=0,2,4,6
/proc/22495/task/22504/stat : 22504 (java) S 22493 22495 19566 0 -1 4202560 264 0 0 0 3 0 0 0 15 0 19 0 902545274 10798067712 21489 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 4 0 0 0
[pid=22495/tid=22505] ppid=22493 vsize=10544988 CPUtime=0.05 cores=0,2,4,6
/proc/22495/task/22505/stat : 22505 (java) S 22493 22495 19566 0 -1 4202560 82 0 0 0 5 0 0 0 15 0 19 0 902545274 10798067712 21489 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 4 0 0 0
[pid=22495/tid=22506] ppid=22493 vsize=10544988 CPUtime=1.93 cores=0,2,4,6
/proc/22495/task/22506/stat : 22506 (java) S 22493 22495 19566 0 -1 4202560 1011 0 0 0 189 4 0 0 15 0 19 0 902545275 10798067712 21489 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624896 0 0 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22507] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22507/stat : 22507 (java) S 22493 22495 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902545275 10798067712 21489 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22508] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22508/stat : 22508 (java) S 22493 22495 19566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902545275 10798067712 21489 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22509] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22509/stat : 22509 (java) S 22493 22495 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902545277 10798067712 21489 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676631985 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22510] ppid=22493 vsize=10544988 CPUtime=0.33 cores=0,2,4,6
/proc/22495/task/22510/stat : 22510 (java) S 22493 22495 19566 0 -1 4202560 1805 0 0 0 33 0 0 0 15 0 19 0 902545277 10798067712 21489 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22511] ppid=22493 vsize=10544988 CPUtime=0.94 cores=0,2,4,6
/proc/22495/task/22511/stat : 22511 (java) S 22493 22495 19566 0 -1 4202560 12431 0 0 0 93 1 0 0 15 0 19 0 902545277 10798067712 21489 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22512] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22512/stat : 22512 (java) S 22493 22495 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902545277 10798067712 21489 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22513] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22513/stat : 22513 (java) S 22493 22495 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902545277 10798067712 21489 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624896 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22514] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22514/stat : 22514 (java) S 22493 22495 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902545288 10798067712 21489 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624896 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 45.97
Current children cumulated vsize (KiB) 10544988

[startup+46.301 s]
/proc/loadavg: 2.11 2.04 1.95 3/212 22572
/proc/meminfo: memFree=11965744/32951132 swapFree=67054624/67111528
[pid=22495] ppid=22493 vsize=10544988 CPUtime=47.58 cores=0,2,4,6
/proc/22495/stat : 22495 (java) S 22493 22495 19566 0 -1 4202496 29890 0 1 0 4748 10 0 0 25 0 19 0 902545272 10798067712 21496 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22495/statm: 2636247 21496 2251 9 0 2626981 0
[pid=22495/tid=22496] ppid=22493 vsize=10544988 CPUtime=43.93 cores=0,2,4,6
/proc/22495/task/22496/stat : 22496 (java) R 22493 22495 19566 0 -1 4202560 12447 0 1 0 4390 3 0 0 19 0 19 0 902545272 10798067712 21496 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 46912505725726 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22495/tid=22498] ppid=22493 vsize=10544988 CPUtime=0.04 cores=0,2,4,6
/proc/22495/task/22498/stat : 22498 (java) S 22493 22495 19566 0 -1 4202560 97 0 0 0 4 0 0 0 15 0 19 0 902545274 10798067712 21496 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 6 0 0 0
[pid=22495/tid=22499] ppid=22493 vsize=10544988 CPUtime=0.03 cores=0,2,4,6
/proc/22495/task/22499/stat : 22499 (java) S 22493 22495 19566 0 -1 4202560 56 0 0 0 3 0 0 0 15 0 19 0 902545274 10798067712 21496 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 6 0 0 0
[pid=22495/tid=22500] ppid=22493 vsize=10544988 CPUtime=0.04 cores=0,2,4,6
/proc/22495/task/22500/stat : 22500 (java) S 22493 22495 19566 0 -1 4202560 159 0 0 0 4 0 0 0 15 0 19 0 902545274 10798067712 21496 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22501] ppid=22493 vsize=10544988 CPUtime=0.03 cores=0,2,4,6
/proc/22495/task/22501/stat : 22501 (java) S 22493 22495 19566 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 902545274 10798067712 21496 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22502] ppid=22493 vsize=10544988 CPUtime=0.04 cores=0,2,4,6
/proc/22495/task/22502/stat : 22502 (java) S 22493 22495 19566 0 -1 4202560 219 0 0 0 4 0 0 0 15 0 19 0 902545274 10798067712 21496 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 4 0 0 0
[pid=22495/tid=22503] ppid=22493 vsize=10544988 CPUtime=0.04 cores=0,2,4,6
/proc/22495/task/22503/stat : 22503 (java) S 22493 22495 19566 0 -1 4202560 151 0 0 0 4 0 0 0 15 0 19 0 902545274 10798067712 21496 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22504] ppid=22493 vsize=10544988 CPUtime=0.03 cores=0,2,4,6
/proc/22495/task/22504/stat : 22504 (java) S 22493 22495 19566 0 -1 4202560 264 0 0 0 3 0 0 0 15 0 19 0 902545274 10798067712 21496 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 4 0 0 0
[pid=22495/tid=22505] ppid=22493 vsize=10544988 CPUtime=0.05 cores=0,2,4,6
/proc/22495/task/22505/stat : 22505 (java) S 22493 22495 19566 0 -1 4202560 82 0 0 0 5 0 0 0 16 0 19 0 902545274 10798067712 21496 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 4 0 0 0
[pid=22495/tid=22506] ppid=22493 vsize=10544988 CPUtime=1.98 cores=0,2,4,6
/proc/22495/task/22506/stat : 22506 (java) S 22493 22495 19566 0 -1 4202560 1018 0 0 0 194 4 0 0 15 0 19 0 902545275 10798067712 21496 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624896 0 0 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22507] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22507/stat : 22507 (java) S 22493 22495 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902545275 10798067712 21496 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22508] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22508/stat : 22508 (java) S 22493 22495 19566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902545275 10798067712 21496 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22509] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22509/stat : 22509 (java) S 22493 22495 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902545277 10798067712 21496 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676631985 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22510] ppid=22493 vsize=10544988 CPUtime=0.33 cores=0,2,4,6
/proc/22495/task/22510/stat : 22510 (java) S 22493 22495 19566 0 -1 4202560 1805 0 0 0 33 0 0 0 15 0 19 0 902545277 10798067712 21496 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22511] ppid=22493 vsize=10544988 CPUtime=0.94 cores=0,2,4,6
/proc/22495/task/22511/stat : 22511 (java) S 22493 22495 19566 0 -1 4202560 12431 0 0 0 93 1 0 0 15 0 19 0 902545277 10798067712 21496 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22512] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22512/stat : 22512 (java) S 22493 22495 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902545277 10798067712 21496 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22513] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22513/stat : 22513 (java) S 22493 22495 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902545277 10798067712 21496 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624896 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22514] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22514/stat : 22514 (java) S 22493 22495 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902545288 10798067712 21496 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624896 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 47.58
Current children cumulated vsize (KiB) 10544988

[startup+47.1009 s]
/proc/loadavg: 2.11 2.04 1.95 3/212 22572
/proc/meminfo: memFree=11965744/32951132 swapFree=67054624/67111528
[pid=22495] ppid=22493 vsize=10544988 CPUtime=48.38 cores=0,2,4,6
/proc/22495/stat : 22495 (java) S 22493 22495 19566 0 -1 4202496 29895 0 1 0 4828 10 0 0 25 0 19 0 902545272 10798067712 21498 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22495/statm: 2636247 21498 2251 9 0 2626981 0
[pid=22495/tid=22496] ppid=22493 vsize=10544988 CPUtime=44.69 cores=0,2,4,6
/proc/22495/task/22496/stat : 22496 (java) R 22493 22495 19566 0 -1 4202560 12452 0 1 0 4466 3 0 0 18 0 19 0 902545272 10798067712 21498 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 46912505516101 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22495/tid=22498] ppid=22493 vsize=10544988 CPUtime=0.04 cores=0,2,4,6
/proc/22495/task/22498/stat : 22498 (java) S 22493 22495 19566 0 -1 4202560 97 0 0 0 4 0 0 0 15 0 19 0 902545274 10798067712 21498 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 6 0 0 0
[pid=22495/tid=22499] ppid=22493 vsize=10544988 CPUtime=0.03 cores=0,2,4,6
/proc/22495/task/22499/stat : 22499 (java) S 22493 22495 19566 0 -1 4202560 56 0 0 0 3 0 0 0 15 0 19 0 902545274 10798067712 21498 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 6 0 0 0
[pid=22495/tid=22500] ppid=22493 vsize=10544988 CPUtime=0.04 cores=0,2,4,6
/proc/22495/task/22500/stat : 22500 (java) S 22493 22495 19566 0 -1 4202560 159 0 0 0 4 0 0 0 15 0 19 0 902545274 10798067712 21498 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22501] ppid=22493 vsize=10544988 CPUtime=0.03 cores=0,2,4,6
/proc/22495/task/22501/stat : 22501 (java) S 22493 22495 19566 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 902545274 10798067712 21498 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22502] ppid=22493 vsize=10544988 CPUtime=0.04 cores=0,2,4,6
/proc/22495/task/22502/stat : 22502 (java) S 22493 22495 19566 0 -1 4202560 219 0 0 0 4 0 0 0 16 0 19 0 902545274 10798067712 21498 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 4 0 0 0
[pid=22495/tid=22503] ppid=22493 vsize=10544988 CPUtime=0.04 cores=0,2,4,6
/proc/22495/task/22503/stat : 22503 (java) S 22493 22495 19566 0 -1 4202560 151 0 0 0 4 0 0 0 16 0 19 0 902545274 10798067712 21498 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22504] ppid=22493 vsize=10544988 CPUtime=0.03 cores=0,2,4,6
/proc/22495/task/22504/stat : 22504 (java) S 22493 22495 19566 0 -1 4202560 264 0 0 0 3 0 0 0 15 0 19 0 902545274 10798067712 21498 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 4 0 0 0
[pid=22495/tid=22505] ppid=22493 vsize=10544988 CPUtime=0.05 cores=0,2,4,6
/proc/22495/task/22505/stat : 22505 (java) S 22493 22495 19566 0 -1 4202560 82 0 0 0 5 0 0 0 16 0 19 0 902545274 10798067712 21498 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 4 0 0 0
[pid=22495/tid=22506] ppid=22493 vsize=10544988 CPUtime=2.02 cores=0,2,4,6
/proc/22495/task/22506/stat : 22506 (java) S 22493 22495 19566 0 -1 4202560 1018 0 0 0 198 4 0 0 15 0 19 0 902545275 10798067712 21498 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624896 0 0 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22507] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22507/stat : 22507 (java) S 22493 22495 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902545275 10798067712 21498 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22508] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22508/stat : 22508 (java) S 22493 22495 19566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902545275 10798067712 21498 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22509] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22509/stat : 22509 (java) S 22493 22495 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902545277 10798067712 21498 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676631985 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22510] ppid=22493 vsize=10544988 CPUtime=0.33 cores=0,2,4,6
/proc/22495/task/22510/stat : 22510 (java) S 22493 22495 19566 0 -1 4202560 1805 0 0 0 33 0 0 0 15 0 19 0 902545277 10798067712 21498 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22511] ppid=22493 vsize=10544988 CPUtime=0.94 cores=0,2,4,6
/proc/22495/task/22511/stat : 22511 (java) S 22493 22495 19566 0 -1 4202560 12431 0 0 0 93 1 0 0 15 0 19 0 902545277 10798067712 21498 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22512] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22512/stat : 22512 (java) S 22493 22495 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902545277 10798067712 21498 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22513] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22513/stat : 22513 (java) S 22493 22495 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902545277 10798067712 21498 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624896 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22514] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22514/stat : 22514 (java) S 22493 22495 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902545288 10798067712 21498 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624896 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.38
Current children cumulated vsize (KiB) 10544988

[startup+47.5008 s]
/proc/loadavg: 2.10 2.04 1.95 3/212 22572
/proc/meminfo: memFree=11965752/32951132 swapFree=67054624/67111528
[pid=22495] ppid=22493 vsize=10544988 CPUtime=48.78 cores=0,2,4,6
/proc/22495/stat : 22495 (java) S 22493 22495 19566 0 -1 4202496 29898 0 1 0 4868 10 0 0 25 0 19 0 902545272 10798067712 21499 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22495/statm: 2636247 21499 2251 9 0 2626981 0
[pid=22495/tid=22496] ppid=22493 vsize=10544988 CPUtime=45.07 cores=0,2,4,6
/proc/22495/task/22496/stat : 22496 (java) R 22493 22495 19566 0 -1 4202560 12453 0 1 0 4504 3 0 0 18 0 19 0 902545272 10798067712 21499 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 46912505167008 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22495/tid=22498] ppid=22493 vsize=10544988 CPUtime=0.04 cores=0,2,4,6
/proc/22495/task/22498/stat : 22498 (java) S 22493 22495 19566 0 -1 4202560 97 0 0 0 4 0 0 0 15 0 19 0 902545274 10798067712 21499 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 6 0 0 0
[pid=22495/tid=22499] ppid=22493 vsize=10544988 CPUtime=0.03 cores=0,2,4,6
/proc/22495/task/22499/stat : 22499 (java) S 22493 22495 19566 0 -1 4202560 56 0 0 0 3 0 0 0 15 0 19 0 902545274 10798067712 21499 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 6 0 0 0
[pid=22495/tid=22500] ppid=22493 vsize=10544988 CPUtime=0.04 cores=0,2,4,6
/proc/22495/task/22500/stat : 22500 (java) S 22493 22495 19566 0 -1 4202560 159 0 0 0 4 0 0 0 15 0 19 0 902545274 10798067712 21499 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22501] ppid=22493 vsize=10544988 CPUtime=0.03 cores=0,2,4,6
/proc/22495/task/22501/stat : 22501 (java) S 22493 22495 19566 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 902545274 10798067712 21499 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22502] ppid=22493 vsize=10544988 CPUtime=0.04 cores=0,2,4,6
/proc/22495/task/22502/stat : 22502 (java) S 22493 22495 19566 0 -1 4202560 219 0 0 0 4 0 0 0 16 0 19 0 902545274 10798067712 21499 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 4 0 0 0
[pid=22495/tid=22503] ppid=22493 vsize=10544988 CPUtime=0.04 cores=0,2,4,6
/proc/22495/task/22503/stat : 22503 (java) S 22493 22495 19566 0 -1 4202560 151 0 0 0 4 0 0 0 15 0 19 0 902545274 10798067712 21499 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22504] ppid=22493 vsize=10544988 CPUtime=0.03 cores=0,2,4,6
/proc/22495/task/22504/stat : 22504 (java) S 22493 22495 19566 0 -1 4202560 264 0 0 0 3 0 0 0 15 0 19 0 902545274 10798067712 21499 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22505] ppid=22493 vsize=10544988 CPUtime=0.05 cores=0,2,4,6
/proc/22495/task/22505/stat : 22505 (java) S 22493 22495 19566 0 -1 4202560 82 0 0 0 5 0 0 0 15 0 19 0 902545274 10798067712 21499 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 4 0 0 0
[pid=22495/tid=22506] ppid=22493 vsize=10544988 CPUtime=2.04 cores=0,2,4,6
/proc/22495/task/22506/stat : 22506 (java) S 22493 22495 19566 0 -1 4202560 1019 0 0 0 200 4 0 0 15 0 19 0 902545275 10798067712 21499 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624896 0 0 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22507] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22507/stat : 22507 (java) S 22493 22495 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902545275 10798067712 21499 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22508] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22508/stat : 22508 (java) S 22493 22495 19566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902545275 10798067712 21499 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22509] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22509/stat : 22509 (java) S 22493 22495 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902545277 10798067712 21499 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676631985 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22510] ppid=22493 vsize=10544988 CPUtime=0.33 cores=0,2,4,6
/proc/22495/task/22510/stat : 22510 (java) S 22493 22495 19566 0 -1 4202560 1805 0 0 0 33 0 0 0 15 0 19 0 902545277 10798067712 21499 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22511] ppid=22493 vsize=10544988 CPUtime=0.95 cores=0,2,4,6
/proc/22495/task/22511/stat : 22511 (java) S 22493 22495 19566 0 -1 4202560 12432 0 0 0 94 1 0 0 15 0 19 0 902545277 10798067712 21499 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22512] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22512/stat : 22512 (java) S 22493 22495 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902545277 10798067712 21499 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624281 0 4 0 16800975 18446604452428835648 0 0 -1 2 0 0 0
[pid=22495/tid=22513] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22513/stat : 22513 (java) S 22493 22495 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902545277 10798067712 21499 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624896 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
[pid=22495/tid=22514] ppid=22493 vsize=10544988 CPUtime=0 cores=0,2,4,6
/proc/22495/task/22514/stat : 22514 (java) S 22493 22495 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902545288 10798067712 21499 33554432000 1073741824 1073778376 140736746310896 18446744073709551615 274676624896 0 4 0 16800975 18446604452428835648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.78
Current children cumulated vsize (KiB) 10544988

Child status: 30
Real time (s): 47.5396
CPU time (s): 48.8336
CPU user time (s): 48.7216
CPU system time (s): 0.111982
CPU usage (%): 102.722
Max. virtual memory (cumulated for all children) (KiB): 10546584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.7216
system time used= 0.111982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29916
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= 5067
involuntary context switches= 1988

runsolver used 0.103984 second user time and 0.167974 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 22:10:56
IDJOB=3492323
IDBENCH=78752
IDSOLVER=1982
FILE ID=node131/3492323-1307909456
RUNJOBID= node131-1307907581-21984
PBS_JOBID= 13559575
Free space on /tmp= 56584 MiB

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

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

MD5SUM BENCH= 9949b87f9004912630b1e1d8508ff079
RANDOM SEED=1967168692

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12044120 kB
Buffers:        332760 kB
Cached:       19808820 kB
SwapCached:       9816 kB
Active:       15660448 kB
Inactive:      4561620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12044120 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:            1120 kB
Writeback:           0 kB
AnonPages:       78432 kB
Mapped:          21476 kB
Slab:           622168 kB
PageTables:       4976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10548416 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 56584 MiB
End job on node131 at 2011-06-12 22:11:44