Trace number 3492373

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 47.1088 46.1268

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218024--soft-33-100-0.wbo
MD5SUMa7711a7b19a36d7c95277483b0aa560c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark1.10883
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1228
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.1.v20110525
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		9996466904
0.02/0.08	c Max memory 		10048897024
0.02/0.08	c Total memory 		10048897024
0.02/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3492373-1307909702.wbo
0.09/0.11	c reading problem ... 
0.09/0.16	c ... done. Wall clock time 0.055s.
0.09/0.16	c #vars     233
0.09/0.16	c #constraints  101
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.09/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.29/0.27	c SATISFIABLE
0.29/0.27	c OPTIMIZING...
0.29/0.27	c Got one! Elapsed wall clock time (in seconds):0.166
0.29/0.27	o 364
0.56/0.30	c Got one! Elapsed wall clock time (in seconds):0.196
0.56/0.30	o 327
0.69/0.43	c Got one! Elapsed wall clock time (in seconds):0.323
0.69/0.43	o 287
0.69/0.47	c Got one! Elapsed wall clock time (in seconds):0.363
0.69/0.47	o 283
0.80/0.53	c cleaning 3631 clauses out of 7265 with flag 1000/7265
0.80/0.58	c Got one! Elapsed wall clock time (in seconds):0.469
0.80/0.58	o 266
0.93/0.68	c Got one! Elapsed wall clock time (in seconds):0.571
0.93/0.68	o 254
1.05/0.72	c cleaning 4544 clauses out of 9096 with flag 1000/12727
1.15/0.83	c Got one! Elapsed wall clock time (in seconds):0.72
1.15/0.83	o 202
1.15/0.87	c Got one! Elapsed wall clock time (in seconds):0.763
1.15/0.87	o 120
1.25/0.91	c cleaning 5188 clauses out of 10382 with flag 1001/18557
1.47/1.12	c cleaning 5594 clauses out of 11194 with flag 7001/24557
1.78/1.52	c cleaning 6298 clauses out of 12599 with flag 14000/31556
1.99/1.79	c cleaning 7148 clauses out of 14304 with flag 22003/39559
2.40/2.10	c cleaning 8071 clauses out of 16153 with flag 31000/48556
2.40/2.18	c Got one! Elapsed wall clock time (in seconds):2.07
2.40/2.18	o 116
2.50/2.27	c cleaning 6551 clauses out of 13108 with flag 3001/53582
2.70/2.47	c cleaning 6275 clauses out of 12557 with flag 9001/59582
2.80/2.52	c Got one! Elapsed wall clock time (in seconds):2.411
2.80/2.52	o 101
2.90/2.65	c cleaning 5823 clauses out of 11652 with flag 4001/64952
3.10/2.82	c Got one! Elapsed wall clock time (in seconds):2.711
3.10/2.82	o 93
3.10/2.85	c cleaning 5664 clauses out of 11334 with flag 1000/70457
3.29/3.05	c cleaning 5831 clauses out of 11670 with flag 7000/76457
3.51/3.29	c cleaning 6415 clauses out of 12839 with flag 14000/83457
3.88/3.60	c cleaning 7212 clauses out of 14425 with flag 22001/91458
4.28/4.00	c cleaning 8104 clauses out of 16216 with flag 31004/100461
4.48/4.20	c Got one! Elapsed wall clock time (in seconds):4.091
4.48/4.20	o 79
4.58/4.39	c cleaning 9069 clauses out of 18147 with flag 5002/110496
4.88/4.60	c cleaning 7530 clauses out of 15078 with flag 11002/116496
5.08/4.84	c cleaning 7268 clauses out of 14547 with flag 18001/123495
5.18/4.90	c Got one! Elapsed wall clock time (in seconds):4.796
5.18/4.90	o 73
5.28/5.03	c cleaning 6586 clauses out of 13186 with flag 4001/129402
5.48/5.23	c cleaning 6294 clauses out of 12599 with flag 10000/135401
5.68/5.46	c cleaning 6651 clauses out of 13307 with flag 17002/142403
5.98/5.72	c cleaning 7318 clauses out of 14655 with flag 25001/150402
6.28/6.01	c cleaning 8159 clauses out of 16338 with flag 34002/159403
6.58/6.35	c cleaning 9083 clauses out of 18178 with flag 44001/169402
6.89/6.69	c cleaning 9541 clauses out of 19095 with flag 54001/179402
7.38/7.12	c cleaning 9774 clauses out of 19553 with flag 64000/189401
7.68/7.49	c cleaning 9887 clauses out of 19780 with flag 74001/199402
8.08/7.89	c cleaning 9944 clauses out of 19893 with flag 84001/209402
8.49/8.26	c cleaning 9967 clauses out of 19949 with flag 94001/219402
8.89/8.64	c cleaning 9988 clauses out of 19982 with flag 104001/229402
9.00/8.72	c Got one! Elapsed wall clock time (in seconds):8.612
9.00/8.72	o 62
9.10/8.81	c cleaning 7509 clauses out of 15024 with flag 3003/234432
9.29/9.02	c cleaning 6750 clauses out of 13512 with flag 9000/240429
9.49/9.25	c cleaning 6875 clauses out of 13762 with flag 16000/247429
9.80/9.59	c cleaning 7438 clauses out of 14890 with flag 24003/255432
10.20/9.94	c cleaning 8222 clauses out of 16449 with flag 33000/264429
10.60/10.30	c cleaning 9107 clauses out of 18227 with flag 43000/274429
10.90/10.65	c cleaning 9545 clauses out of 19120 with flag 53000/284429
11.30/11.01	c cleaning 9784 clauses out of 19576 with flag 63001/294430
11.60/11.37	c cleaning 9890 clauses out of 19791 with flag 73000/304429
11.90/11.69	c cleaning 9943 clauses out of 19901 with flag 83000/314429
12.30/12.01	c cleaning 9975 clauses out of 19958 with flag 93000/324429
12.60/12.33	c cleaning 9986 clauses out of 19984 with flag 103001/334430
12.90/12.66	c cleaning 9988 clauses out of 19997 with flag 113000/344429
13.20/12.99	c cleaning 10001 clauses out of 20010 with flag 123001/354430
13.30/13.06	c Got one! Elapsed wall clock time (in seconds):12.955
13.30/13.06	o 55
13.41/13.16	c cleaning 7613 clauses out of 15237 with flag 3000/359658
13.60/13.36	c cleaning 6807 clauses out of 13625 with flag 9001/365659
13.90/13.60	c cleaning 6903 clauses out of 13817 with flag 16000/372658
14.10/13.86	c cleaning 7453 clauses out of 14916 with flag 24002/380660
14.41/14.18	c cleaning 8226 clauses out of 16463 with flag 33002/389660
14.81/14.52	c cleaning 9114 clauses out of 18238 with flag 43003/399661
15.11/14.88	c cleaning 9556 clauses out of 19121 with flag 53000/409658
15.51/15.25	c cleaning 9777 clauses out of 19567 with flag 63002/419660
15.81/15.58	c cleaning 9888 clauses out of 19788 with flag 73000/429658
16.21/15.91	c cleaning 9942 clauses out of 19900 with flag 83000/439658
16.53/16.25	c cleaning 9973 clauses out of 19959 with flag 93001/449659
16.93/16.60	c cleaning 9990 clauses out of 19985 with flag 103000/459658
17.13/16.84	c Got one! Elapsed wall clock time (in seconds):16.731
17.13/16.84	o 50
17.33/17.03	c cleaning 11410 clauses out of 22827 with flag 5004/472490
17.53/17.23	c cleaning 8700 clauses out of 17413 with flag 11000/478486
17.73/17.46	c cleaning 7850 clauses out of 15714 with flag 18001/485487
18.03/17.71	c cleaning 7925 clauses out of 15863 with flag 26000/493486
18.23/18.00	c cleaning 8463 clauses out of 16938 with flag 35000/502486
18.63/18.33	c cleaning 9232 clauses out of 18475 with flag 45000/512486
18.93/18.64	c cleaning 9613 clauses out of 19243 with flag 55000/522486
19.23/18.96	c cleaning 9810 clauses out of 19630 with flag 65000/532486
19.63/19.31	c cleaning 9904 clauses out of 19820 with flag 75000/542486
19.63/19.37	c Got one! Elapsed wall clock time (in seconds):19.261
19.63/19.37	o 49
19.73/19.49	c cleaning 7781 clauses out of 15569 with flag 4001/548139
19.93/19.68	c cleaning 6887 clauses out of 13787 with flag 10000/554138
20.23/19.91	c cleaning 6944 clauses out of 13901 with flag 17001/561139
20.43/20.17	c cleaning 7473 clauses out of 14956 with flag 25000/569138
20.73/20.49	c cleaning 8234 clauses out of 16484 with flag 34001/578139
21.14/20.85	c cleaning 9119 clauses out of 18250 with flag 44001/588139
21.34/21.06	c Got one! Elapsed wall clock time (in seconds):20.958
21.34/21.06	o 45
21.55/21.27	c cleaning 9790 clauses out of 19589 with flag 5000/598597
21.75/21.48	c cleaning 7893 clauses out of 15799 with flag 11000/604597
22.05/21.71	c cleaning 7451 clauses out of 14910 with flag 18004/611601
22.25/21.98	c cleaning 7721 clauses out of 15455 with flag 26000/619597
22.55/22.28	c cleaning 8366 clauses out of 16736 with flag 35002/628599
22.95/22.65	c cleaning 9180 clauses out of 18369 with flag 45001/638598
23.35/23.01	c cleaning 9591 clauses out of 19189 with flag 55001/648598
23.65/23.37	c cleaning 9792 clauses out of 19597 with flag 65000/658597
23.95/23.68	c cleaning 9899 clauses out of 19805 with flag 75000/668597
24.25/23.98	c cleaning 9950 clauses out of 19907 with flag 85001/678598
24.56/24.29	c cleaning 9970 clauses out of 19956 with flag 95000/688597
24.95/24.61	c cleaning 9988 clauses out of 19986 with flag 105000/698597
25.26/24.92	c cleaning 9992 clauses out of 19998 with flag 115000/708597
25.57/25.24	c cleaning 9998 clauses out of 20007 with flag 125001/718598
25.86/25.56	c cleaning 9999 clauses out of 20008 with flag 135000/728597
26.17/25.89	c cleaning 10002 clauses out of 20009 with flag 145000/738597
26.57/26.20	c cleaning 9999 clauses out of 20009 with flag 155002/748599
26.67/26.33	c Got one! Elapsed wall clock time (in seconds):26.226
26.67/26.33	o 21
26.67/26.37	c cleaning 7538 clauses out of 15082 with flag 1000/753671
26.87/26.56	c cleaning 6766 clauses out of 13545 with flag 7001/759672
27.07/26.79	c cleaning 6884 clauses out of 13780 with flag 14002/766673
27.37/27.05	c cleaning 7442 clauses out of 14894 with flag 22000/774671
27.67/27.34	c cleaning 8224 clauses out of 16453 with flag 31001/783672
27.97/27.70	c cleaning 9109 clauses out of 18228 with flag 41000/793671
28.37/28.03	c cleaning 9554 clauses out of 19120 with flag 51001/803672
28.67/28.39	c cleaning 9776 clauses out of 19566 with flag 61001/813672
29.07/28.75	c cleaning 9891 clauses out of 19789 with flag 71000/823671
29.47/29.11	c cleaning 9945 clauses out of 19899 with flag 81001/833672
29.78/29.43	c cleaning 9974 clauses out of 19954 with flag 91001/843672
30.08/29.75	c cleaning 9984 clauses out of 19979 with flag 101000/853671
30.38/30.07	c cleaning 9997 clauses out of 19995 with flag 111000/863671
30.79/30.41	c cleaning 9995 clauses out of 19998 with flag 121000/873671
31.09/30.75	c cleaning 9999 clauses out of 20004 with flag 131001/883672
31.20/30.86	c Got one! Elapsed wall clock time (in seconds):30.75
31.20/30.86	o 15
31.29/30.93	c cleaning 7718 clauses out of 15449 with flag 2001/889116
31.49/31.12	c cleaning 6859 clauses out of 13731 with flag 8001/895116
31.70/31.35	c cleaning 6929 clauses out of 13872 with flag 15001/902116
32.00/31.60	c cleaning 7468 clauses out of 14943 with flag 23001/910116
32.20/31.89	c cleaning 8231 clauses out of 16476 with flag 32002/919117
32.60/32.25	c cleaning 9116 clauses out of 18243 with flag 42000/929115
33.00/32.62	c cleaning 9559 clauses out of 19128 with flag 52001/939116
33.30/32.98	c cleaning 9781 clauses out of 19571 with flag 62003/949118
33.70/33.32	c cleaning 9886 clauses out of 19788 with flag 72001/959116
34.00/33.65	c cleaning 9947 clauses out of 19903 with flag 82002/969117
34.42/34.01	c cleaning 9972 clauses out of 19957 with flag 92003/979118
34.71/34.33	c cleaning 9986 clauses out of 19983 with flag 102001/989116
35.01/34.68	c cleaning 9994 clauses out of 19996 with flag 112000/999115
35.41/35.03	c cleaning 9997 clauses out of 20002 with flag 122000/1009115
35.72/35.36	c cleaning 9997 clauses out of 20005 with flag 132000/1019115
36.02/35.68	c cleaning 10002 clauses out of 20011 with flag 142003/1029118
36.42/36.01	c cleaning 9999 clauses out of 20006 with flag 152000/1039115
36.73/36.33	c cleaning 9999 clauses out of 20009 with flag 162002/1049117
37.02/36.64	c cleaning 9998 clauses out of 20008 with flag 172000/1059115
37.32/36.98	c cleaning 10003 clauses out of 20012 with flag 182002/1069117
37.62/37.30	c cleaning 10001 clauses out of 20007 with flag 192000/1079115
38.04/37.60	c cleaning 9997 clauses out of 20006 with flag 202000/1089115
38.14/37.73	c Got one! Elapsed wall clock time (in seconds):37.621
38.14/37.73	o 12
38.14/37.77	c cleaning 7679 clauses out of 15363 with flag 1001/1094469
38.35/37.96	c cleaning 6836 clauses out of 13683 with flag 7000/1100468
38.55/38.19	c cleaning 6922 clauses out of 13850 with flag 14003/1107471
38.86/38.45	c cleaning 7461 clauses out of 14927 with flag 22002/1115470
39.15/38.78	c cleaning 8225 clauses out of 16464 with flag 31000/1124468
39.55/39.16	c cleaning 9114 clauses out of 18239 with flag 41000/1134468
39.96/39.56	c cleaning 9558 clauses out of 19125 with flag 51000/1144468
40.46/40.02	c cleaning 9779 clauses out of 19569 with flag 61002/1154470
40.86/40.43	c cleaning 9890 clauses out of 19790 with flag 71002/1164470
41.26/40.80	c cleaning 9945 clauses out of 19900 with flag 81002/1174470
41.66/41.21	c cleaning 9970 clauses out of 19954 with flag 91001/1184469
41.96/41.59	c cleaning 9987 clauses out of 19983 with flag 101000/1194468
42.36/41.95	c cleaning 9994 clauses out of 19996 with flag 111000/1204468
42.76/42.33	c cleaning 9995 clauses out of 20002 with flag 121000/1214468
43.16/42.71	c cleaning 10000 clauses out of 20007 with flag 131000/1224468
43.46/43.07	c cleaning 10001 clauses out of 20008 with flag 141001/1234469
43.86/43.43	c cleaning 10000 clauses out of 20007 with flag 151001/1244469
44.16/43.79	c cleaning 9998 clauses out of 20006 with flag 161000/1254468
44.56/44.16	c cleaning 9998 clauses out of 20008 with flag 171000/1264468
44.96/44.55	c cleaning 10004 clauses out of 20014 with flag 181004/1274472
45.37/44.92	c cleaning 9999 clauses out of 20007 with flag 191001/1284469
45.78/45.33	c cleaning 9998 clauses out of 20007 with flag 201000/1294468
46.39/45.69	c cleaning 9999 clauses out of 20009 with flag 211000/1304468
46.91/46.06	c cleaning 10004 clauses out of 20010 with flag 221001/1314469
47.07/46.10	c starts		: 211
47.07/46.10	c conflicts		: 1315319
47.07/46.10	c decisions		: 2045867
47.07/46.10	c propagations		: 30274037
47.07/46.10	c inspects		: 262167197
47.07/46.10	c shortcuts		: 0
47.07/46.10	c learnt literals	: 6
47.07/46.10	c learnt binary clauses	: 27
47.07/46.10	c learnt ternary clauses	: 526
47.07/46.10	c learnt constraints	: 1315312
47.07/46.10	c ignored constraints	: 0
47.07/46.10	c root simplifications	: 0
47.07/46.10	c removed literals (reason simplification)	: 9844517
47.07/46.10	c reason swapping (by a shorter reason)	: 0
47.07/46.10	c Calls to reduceDB	: 149
47.07/46.10	c number of reductions to clauses (during analyze)	: 0
47.07/46.10	c number of learned constraints concerned by reduction	: 0
47.07/46.10	c number of learning phase by resolution	: 0
47.07/46.10	c number of learning phase by cutting planes	: 0
47.07/46.10	c speed (assignments/second)	: 3613947.355855318
47.07/46.10	c non guided choices	1238
47.07/46.10	c learnt constraints type 
47.07/46.10	c constraints type 
47.07/46.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
47.07/46.10	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
47.07/46.10	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
47.07/46.10	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
47.07/46.10	s OPTIMUM FOUND
47.07/46.11	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 
47.07/46.11	c objective function=12
47.07/46.11	c Total wall clock time (in seconds): 45.999

Verifier Data

OK	12

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-3492373-1307909702/watcher-3492373-1307909702 -o /tmp/evaluation-result-3492373-1307909702/solver-3492373-1307909702 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492373-1307909702.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.13 2.06 1.96 2/193 23129
/proc/meminfo: memFree=12025048/32951132 swapFree=67054624/67111528
[pid=23129] ppid=23127 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/23129/stat : 23129 (java) R 23127 23129 19566 0 -1 4202496 954 0 0 0 0 0 0 0 25 0 1 0 902569848 23580672 698 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274659845608 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23129/statm: 5757 699 515 9 0 124 0

[startup+0.030336 s]
/proc/loadavg: 2.13 2.06 1.96 2/193 23129
/proc/meminfo: memFree=12025048/32951132 swapFree=67054624/67111528
[pid=23129] ppid=23127 vsize=10455012 CPUtime=0.02 cores=0,2,4,6
/proc/23129/stat : 23129 (java) S 23127 23129 19566 0 -1 4202496 10736 0 1 0 1 1 0 0 25 0 10 0 902569848 10705932288 10435 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0
/proc/23129/statm: 2613753 10436 1515 9 0 2604501 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10455012

[startup+0.100288 s]
/proc/loadavg: 2.13 2.06 1.96 2/193 23129
/proc/meminfo: memFree=12025048/32951132 swapFree=67054624/67111528
[pid=23129] ppid=23127 vsize=10540136 CPUtime=0.09 cores=0,2,4,6
/proc/23129/stat : 23129 (java) S 23127 23129 19566 0 -1 4202496 13020 0 1 0 8 1 0 0 25 0 18 0 902569848 10793099264 12717 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/23129/statm: 2635034 12717 2093 9 0 2625768 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540136

[startup+0.300307 s]
/proc/loadavg: 2.13 2.06 1.96 2/193 23129
/proc/meminfo: memFree=12025048/32951132 swapFree=67054624/67111528
[pid=23129] ppid=23127 vsize=10544948 CPUtime=0.56 cores=0,2,4,6
/proc/23129/stat : 23129 (java) S 23127 23129 19566 0 -1 4202496 15840 0 1 0 54 2 0 0 25 0 19 0 902569848 10798026752 14804 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/23129/statm: 2636237 14804 2215 9 0 2626971 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 10544948

[startup+0.700218 s]
/proc/loadavg: 2.13 2.06 1.96 2/193 23129
/proc/meminfo: memFree=12025048/32951132 swapFree=67054624/67111528
[pid=23129] ppid=23127 vsize=10544948 CPUtime=1.05 cores=0,2,4,6
/proc/23129/stat : 23129 (java) S 23127 23129 19566 0 -1 4202496 16768 0 1 0 103 2 0 0 25 0 19 0 902569848 10798026752 15729 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/23129/statm: 2636237 15729 2247 9 0 2626971 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 10544948

[startup+1.50111 s]
/proc/loadavg: 2.12 2.06 1.96 3/212 23148
/proc/meminfo: memFree=11969308/32951132 swapFree=67054624/67111528
[pid=23129] ppid=23127 vsize=10544948 CPUtime=1.78 cores=0,2,4,6
/proc/23129/stat : 23129 (java) S 23127 23129 19566 0 -1 4202496 17344 0 1 0 175 3 0 0 25 0 19 0 902569848 10798026752 16129 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/23129/statm: 2636237 16129 2248 9 0 2626971 0
[pid=23129/tid=23131] ppid=23127 vsize=10544948 CPUtime=1.33 cores=0,2,4,6
/proc/23129/task/23131/stat : 23131 (java) R 23127 23129 19566 0 -1 4202560 12120 0 1 0 130 3 0 0 18 0 19 0 902569849 10798026752 16129 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 46912505594832 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23129/tid=23132] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23132/stat : 23132 (java) S 23127 23129 19566 0 -1 4202560 147 0 0 0 0 0 0 0 15 0 19 0 902569850 10798026752 16129 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 6 0 0 0
[pid=23129/tid=23133] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23133/stat : 23133 (java) S 23127 23129 19566 0 -1 4202560 172 0 0 0 0 0 0 0 15 0 19 0 902569850 10798026752 16129 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 6 0 0 0
[pid=23129/tid=23134] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23134/stat : 23134 (java) S 23127 23129 19566 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 19 0 902569850 10798026752 16129 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 4 0 0 0
[pid=23129/tid=23135] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23135/stat : 23135 (java) S 23127 23129 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902569850 10798026752 16129 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 6 0 0 0
[pid=23129/tid=23136] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23136/stat : 23136 (java) S 23127 23129 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902569850 10798026752 16129 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 6 0 0 0
[pid=23129/tid=23137] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23137/stat : 23137 (java) S 23127 23129 19566 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 902569850 10798026752 16129 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23138] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23138/stat : 23138 (java) S 23127 23129 19566 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902569850 10798026752 16129 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23139] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23139/stat : 23139 (java) S 23127 23129 19566 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 902569850 10798026752 16129 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23140] ppid=23127 vsize=10544948 CPUtime=0.04 cores=0,2,4,6
/proc/23129/task/23140/stat : 23140 (java) S 23127 23129 19566 0 -1 4202560 410 0 0 0 4 0 0 0 15 0 19 0 902569851 10798026752 16129 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624896 0 0 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23141] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23141/stat : 23141 (java) S 23127 23129 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902569852 10798026752 16129 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23142] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23142/stat : 23142 (java) S 23127 23129 19566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902569852 10798026752 16129 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23143] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23143/stat : 23143 (java) S 23127 23129 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902569854 10798026752 16129 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676631985 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23144] ppid=23127 vsize=10544948 CPUtime=0.2 cores=0,2,4,6
/proc/23129/task/23144/stat : 23144 (java) S 23127 23129 19566 0 -1 4202560 1785 0 0 0 20 0 0 0 15 0 19 0 902569854 10798026752 16129 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 4 0 0 0
[pid=23129/tid=23145] ppid=23127 vsize=10544948 CPUtime=0.18 cores=0,2,4,6
/proc/23129/task/23145/stat : 23145 (java) S 23127 23129 19566 0 -1 4202560 1373 0 0 0 18 0 0 0 18 0 19 0 902569854 10798026752 16129 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23146] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23146/stat : 23146 (java) S 23127 23129 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902569854 10798026752 16129 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23147] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23147/stat : 23147 (java) S 23127 23129 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902569854 10798026752 16129 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624896 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23148] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23148/stat : 23148 (java) S 23127 23129 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902569865 10798026752 16129 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624896 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 10544948

[startup+3.10083 s]
/proc/loadavg: 2.12 2.06 1.96 3/212 23148
/proc/meminfo: memFree=11968316/32951132 swapFree=67054624/67111528
[pid=23129] ppid=23127 vsize=10544948 CPUtime=3.4 cores=0,2,4,6
/proc/23129/stat : 23129 (java) S 23127 23129 19566 0 -1 4202496 17559 0 1 0 336 4 0 0 25 0 19 0 902569848 10798026752 16336 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/23129/statm: 2636237 16336 2248 9 0 2626971 0
[pid=23129/tid=23131] ppid=23127 vsize=10544948 CPUtime=2.82 cores=0,2,4,6
/proc/23129/task/23131/stat : 23131 (java) R 23127 23129 19566 0 -1 4202560 12128 0 1 0 279 3 0 0 19 0 19 0 902569849 10798026752 16336 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 46912505560331 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23129/tid=23132] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23132/stat : 23132 (java) S 23127 23129 19566 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 902569850 10798026752 16336 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 6 0 0 0
[pid=23129/tid=23133] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23133/stat : 23133 (java) S 23127 23129 19566 0 -1 4202560 211 0 0 0 0 0 0 0 15 0 19 0 902569850 10798026752 16336 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 6 0 0 0
[pid=23129/tid=23134] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23134/stat : 23134 (java) S 23127 23129 19566 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 19 0 902569850 10798026752 16336 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 4 0 0 0
[pid=23129/tid=23135] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23135/stat : 23135 (java) S 23127 23129 19566 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902569850 10798026752 16336 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23136] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23136/stat : 23136 (java) S 23127 23129 19566 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 902569850 10798026752 16336 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23137] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23137/stat : 23137 (java) S 23127 23129 19566 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 902569850 10798026752 16336 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 4 0 0 0
[pid=23129/tid=23138] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23138/stat : 23138 (java) S 23127 23129 19566 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 902569850 10798026752 16336 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 4 0 0 0
[pid=23129/tid=23139] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23139/stat : 23139 (java) S 23127 23129 19566 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 902569850 10798026752 16336 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23140] ppid=23127 vsize=10544948 CPUtime=0.14 cores=0,2,4,6
/proc/23129/task/23140/stat : 23140 (java) S 23127 23129 19566 0 -1 4202560 543 0 0 0 14 0 0 0 15 0 19 0 902569851 10798026752 16336 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624896 0 0 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23141] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23141/stat : 23141 (java) S 23127 23129 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902569852 10798026752 16336 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23142] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23142/stat : 23142 (java) S 23127 23129 19566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902569852 10798026752 16336 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23143] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23143/stat : 23143 (java) S 23127 23129 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902569854 10798026752 16336 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676631985 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23144] ppid=23127 vsize=10544948 CPUtime=0.2 cores=0,2,4,6
/proc/23129/task/23144/stat : 23144 (java) S 23127 23129 19566 0 -1 4202560 1785 0 0 0 20 0 0 0 15 0 19 0 902569854 10798026752 16336 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 4 0 0 0
[pid=23129/tid=23145] ppid=23127 vsize=10544948 CPUtime=0.18 cores=0,2,4,6
/proc/23129/task/23145/stat : 23145 (java) S 23127 23129 19566 0 -1 4202560 1373 0 0 0 18 0 0 0 18 0 19 0 902569854 10798026752 16336 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23146] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23146/stat : 23146 (java) S 23127 23129 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902569854 10798026752 16336 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23147] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23147/stat : 23147 (java) S 23127 23129 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902569854 10798026752 16336 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624896 0 4 0 16800975 18446604441701152640 0 0 -1 4 0 0 0
[pid=23129/tid=23148] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23148/stat : 23148 (java) S 23127 23129 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902569865 10798026752 16336 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624896 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 10544948

[startup+6.30125 s]
/proc/loadavg: 2.12 2.06 1.96 4/212 23148
/proc/meminfo: memFree=11967676/32951132 swapFree=67054624/67111528
[pid=23129] ppid=23127 vsize=10544948 CPUtime=6.58 cores=0,2,4,6
/proc/23129/stat : 23129 (java) S 23127 23129 19566 0 -1 4202496 17630 0 1 0 653 5 0 0 25 0 19 0 902569848 10798026752 16395 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/23129/statm: 2636237 16395 2248 9 0 2626971 0
[pid=23129/tid=23131] ppid=23127 vsize=10544948 CPUtime=5.83 cores=0,2,4,6
/proc/23129/task/23131/stat : 23131 (java) R 23127 23129 19566 0 -1 4202560 12141 0 1 0 579 4 0 0 25 0 19 0 902569849 10798026752 16395 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 46912505611560 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23129/tid=23132] ppid=23127 vsize=10544948 CPUtime=0.01 cores=0,2,4,6
/proc/23129/task/23132/stat : 23132 (java) S 23127 23129 19566 0 -1 4202560 148 0 0 0 1 0 0 0 15 0 19 0 902569850 10798026752 16395 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 6 0 0 0
[pid=23129/tid=23133] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23133/stat : 23133 (java) S 23127 23129 19566 0 -1 4202560 211 0 0 0 0 0 0 0 15 0 19 0 902569850 10798026752 16395 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 4 0 0 0
[pid=23129/tid=23134] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23134/stat : 23134 (java) S 23127 23129 19566 0 -1 4202560 87 0 0 0 0 0 0 0 16 0 19 0 902569850 10798026752 16395 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 4 0 0 0
[pid=23129/tid=23135] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23135/stat : 23135 (java) S 23127 23129 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902569850 10798026752 16395 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23136] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23136/stat : 23136 (java) S 23127 23129 19566 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 902569850 10798026752 16395 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23137] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23137/stat : 23137 (java) S 23127 23129 19566 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 902569850 10798026752 16395 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 6 0 0 0
[pid=23129/tid=23138] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23138/stat : 23138 (java) S 23127 23129 19566 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 902569850 10798026752 16395 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 4 0 0 0
[pid=23129/tid=23139] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23139/stat : 23139 (java) S 23127 23129 19566 0 -1 4202560 23 0 0 0 0 0 0 0 16 0 19 0 902569850 10798026752 16395 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23140] ppid=23127 vsize=10544948 CPUtime=0.28 cores=0,2,4,6
/proc/23129/task/23140/stat : 23140 (java) S 23127 23129 19566 0 -1 4202560 598 0 0 0 28 0 0 0 15 0 19 0 902569851 10798026752 16395 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624896 0 0 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23141] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23141/stat : 23141 (java) S 23127 23129 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902569852 10798026752 16395 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23142] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23142/stat : 23142 (java) S 23127 23129 19566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902569852 10798026752 16395 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23143] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23143/stat : 23143 (java) S 23127 23129 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902569854 10798026752 16395 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676631985 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23144] ppid=23127 vsize=10544948 CPUtime=0.2 cores=0,2,4,6
/proc/23129/task/23144/stat : 23144 (java) S 23127 23129 19566 0 -1 4202560 1785 0 0 0 20 0 0 0 15 0 19 0 902569854 10798026752 16395 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 4 0 0 0
[pid=23129/tid=23145] ppid=23127 vsize=10544948 CPUtime=0.18 cores=0,2,4,6
/proc/23129/task/23145/stat : 23145 (java) S 23127 23129 19566 0 -1 4202560 1373 0 0 0 18 0 0 0 15 0 19 0 902569854 10798026752 16395 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23146] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23146/stat : 23146 (java) S 23127 23129 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902569854 10798026752 16395 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23147] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23147/stat : 23147 (java) S 23127 23129 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902569854 10798026752 16395 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624896 0 4 0 16800975 18446604441701152640 0 0 -1 4 0 0 0
[pid=23129/tid=23148] ppid=23127 vsize=10544948 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23148/stat : 23148 (java) S 23127 23129 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902569865 10798026752 16395 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624896 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 10544948

[startup+12.7011 s]

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

/proc/23129/task/23132/stat : 23132 (java) S 23127 23129 19566 0 -1 4202560 151 0 0 0 4 0 0 0 15 0 19 0 902569850 10795868160 16695 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23133] ppid=23127 vsize=10542840 CPUtime=0.05 cores=0,2,4,6
/proc/23129/task/23133/stat : 23133 (java) S 23127 23129 19566 0 -1 4202560 244 0 0 0 5 0 0 0 15 0 19 0 902569850 10795868160 16695 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23134] ppid=23127 vsize=10542840 CPUtime=0.04 cores=0,2,4,6
/proc/23129/task/23134/stat : 23134 (java) S 23127 23129 19566 0 -1 4202560 114 0 0 0 4 0 0 0 15 0 19 0 902569850 10795868160 16695 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23135] ppid=23127 vsize=10542840 CPUtime=0.03 cores=0,2,4,6
/proc/23129/task/23135/stat : 23135 (java) S 23127 23129 19566 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 902569850 10795868160 16695 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23136] ppid=23127 vsize=10542840 CPUtime=0.04 cores=0,2,4,6
/proc/23129/task/23136/stat : 23136 (java) S 23127 23129 19566 0 -1 4202560 24 0 0 0 4 0 0 0 15 0 19 0 902569850 10795868160 16695 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23137] ppid=23127 vsize=10542840 CPUtime=0.04 cores=0,2,4,6
/proc/23129/task/23137/stat : 23137 (java) S 23127 23129 19566 0 -1 4202560 95 0 0 0 4 0 0 0 15 0 19 0 902569850 10795868160 16695 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 6 0 0 0
[pid=23129/tid=23138] ppid=23127 vsize=10542840 CPUtime=0.03 cores=0,2,4,6
/proc/23129/task/23138/stat : 23138 (java) S 23127 23129 19566 0 -1 4202560 62 0 0 0 3 0 0 0 15 0 19 0 902569850 10795868160 16695 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23139] ppid=23127 vsize=10542840 CPUtime=0.04 cores=0,2,4,6
/proc/23129/task/23139/stat : 23139 (java) S 23127 23129 19566 0 -1 4202560 32 0 0 0 4 0 0 0 15 0 19 0 902569850 10795868160 16695 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23140] ppid=23127 vsize=10542840 CPUtime=1.92 cores=0,2,4,6
/proc/23129/task/23140/stat : 23140 (java) S 23127 23129 19566 0 -1 4202560 967 0 0 0 190 2 0 0 15 0 19 0 902569851 10795868160 16695 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624896 0 0 0 16800975 18446604441701152640 0 0 -1 4 0 0 0
[pid=23129/tid=23141] ppid=23127 vsize=10542840 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23141/stat : 23141 (java) S 23127 23129 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902569852 10795868160 16695 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23142] ppid=23127 vsize=10542840 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23142/stat : 23142 (java) S 23127 23129 19566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902569852 10795868160 16695 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23143] ppid=23127 vsize=10542840 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23143/stat : 23143 (java) S 23127 23129 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902569854 10795868160 16695 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676631985 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23144] ppid=23127 vsize=10542840 CPUtime=0.21 cores=0,2,4,6
/proc/23129/task/23144/stat : 23144 (java) S 23127 23129 19566 0 -1 4202560 1786 0 0 0 21 0 0 0 15 0 19 0 902569854 10795868160 16695 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 4 0 0 0
[pid=23129/tid=23145] ppid=23127 vsize=10542840 CPUtime=0.23 cores=0,2,4,6
/proc/23129/task/23145/stat : 23145 (java) S 23127 23129 19566 0 -1 4202560 1896 0 0 0 23 0 0 0 15 0 19 0 902569854 10795868160 16695 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23146] ppid=23127 vsize=10542840 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23146/stat : 23146 (java) S 23127 23129 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902569854 10795868160 16695 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23147] ppid=23127 vsize=10542840 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23147/stat : 23147 (java) S 23127 23129 19566 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902569854 10795868160 16695 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624896 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23148] ppid=23127 vsize=10542840 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23148/stat : 23148 (java) S 23127 23129 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902569865 10795868160 16695 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624896 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 45.17
Current children cumulated vsize (KiB) 10542840

[startup+45.5014 s]
/proc/loadavg: 2.06 2.05 1.96 3/212 23206
/proc/meminfo: memFree=11972712/32951132 swapFree=67054624/67111528
[pid=23129] ppid=23127 vsize=10543144 CPUtime=46.19 cores=0,2,4,6
/proc/23129/stat : 23129 (java) S 23127 23129 19566 0 -1 4202496 25690 0 1 0 4610 9 0 0 25 0 19 0 902569848 10796179456 21532 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/23129/statm: 2635786 21532 2251 9 0 2626520 0
[pid=23129/tid=23131] ppid=23127 vsize=10543144 CPUtime=43.17 cores=0,2,4,6
/proc/23129/task/23131/stat : 23131 (java) R 23127 23129 19566 0 -1 4202560 12265 0 1 0 4313 4 0 0 25 0 19 0 902569849 10796179456 21532 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 46912505534192 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23129/tid=23132] ppid=23127 vsize=10543144 CPUtime=0.04 cores=0,2,4,6
/proc/23129/task/23132/stat : 23132 (java) S 23127 23129 19566 0 -1 4202560 151 0 0 0 4 0 0 0 15 0 19 0 902569850 10796179456 21532 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 6 0 0 0
[pid=23129/tid=23133] ppid=23127 vsize=10543144 CPUtime=0.05 cores=0,2,4,6
/proc/23129/task/23133/stat : 23133 (java) S 23127 23129 19566 0 -1 4202560 244 0 0 0 5 0 0 0 15 0 19 0 902569850 10796179456 21532 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23134] ppid=23127 vsize=10543144 CPUtime=0.04 cores=0,2,4,6
/proc/23129/task/23134/stat : 23134 (java) S 23127 23129 19566 0 -1 4202560 114 0 0 0 4 0 0 0 15 0 19 0 902569850 10796179456 21532 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23135] ppid=23127 vsize=10543144 CPUtime=0.03 cores=0,2,4,6
/proc/23129/task/23135/stat : 23135 (java) S 23127 23129 19566 0 -1 4202560 7 0 0 0 3 0 0 0 16 0 19 0 902569850 10796179456 21533 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23136] ppid=23127 vsize=10543144 CPUtime=0.04 cores=0,2,4,6
/proc/23129/task/23136/stat : 23136 (java) S 23127 23129 19566 0 -1 4202560 24 0 0 0 4 0 0 0 15 0 19 0 902569850 10796179456 21533 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23137] ppid=23127 vsize=10543144 CPUtime=0.04 cores=0,2,4,6
/proc/23129/task/23137/stat : 23137 (java) S 23127 23129 19566 0 -1 4202560 95 0 0 0 4 0 0 0 15 0 19 0 902569850 10796179456 21533 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 6 0 0 0
[pid=23129/tid=23138] ppid=23127 vsize=10543144 CPUtime=0.03 cores=0,2,4,6
/proc/23129/task/23138/stat : 23138 (java) S 23127 23129 19566 0 -1 4202560 62 0 0 0 3 0 0 0 15 0 19 0 902569850 10796179456 21533 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23139] ppid=23127 vsize=10543144 CPUtime=0.04 cores=0,2,4,6
/proc/23129/task/23139/stat : 23139 (java) S 23127 23129 19566 0 -1 4202560 32 0 0 0 4 0 0 0 16 0 19 0 902569850 10796179456 21533 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23140] ppid=23127 vsize=10543144 CPUtime=1.95 cores=0,2,4,6
/proc/23129/task/23140/stat : 23140 (java) S 23127 23129 19566 0 -1 4202560 975 0 0 0 193 2 0 0 15 0 19 0 902569851 10796179456 21533 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624896 0 0 0 16800975 18446604441701152640 0 0 -1 4 0 0 0
[pid=23129/tid=23141] ppid=23127 vsize=10543144 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23141/stat : 23141 (java) S 23127 23129 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902569852 10796179456 21533 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23142] ppid=23127 vsize=10543144 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23142/stat : 23142 (java) S 23127 23129 19566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902569852 10796179456 21534 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23143] ppid=23127 vsize=10543144 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23143/stat : 23143 (java) S 23127 23129 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902569854 10796179456 21534 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676631985 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23144] ppid=23127 vsize=10543144 CPUtime=0.23 cores=0,2,4,6
/proc/23129/task/23144/stat : 23144 (java) S 23127 23129 19566 0 -1 4202560 1819 0 0 0 23 0 0 0 16 0 19 0 902569854 10796179456 21534 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 4 0 0 0
[pid=23129/tid=23145] ppid=23127 vsize=10543144 CPUtime=0.42 cores=0,2,4,6
/proc/23129/task/23145/stat : 23145 (java) R 23127 23129 19566 0 -1 4202560 8753 0 0 0 42 0 0 0 16 0 19 0 902569854 10796179456 21534 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 47009173724602 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23129/tid=23146] ppid=23127 vsize=10543144 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23146/stat : 23146 (java) S 23127 23129 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902569854 10796179456 21534 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23147] ppid=23127 vsize=10543144 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23147/stat : 23147 (java) S 23127 23129 19566 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902569854 10796179456 21534 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624896 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23148] ppid=23127 vsize=10543144 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23148/stat : 23148 (java) S 23127 23129 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902569865 10796179456 21534 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624896 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 46.19
Current children cumulated vsize (KiB) 10543144

[startup+45.9014 s]
/proc/loadavg: 2.06 2.05 1.96 3/212 23206
/proc/meminfo: memFree=11972712/32951132 swapFree=67054624/67111528
[pid=23129] ppid=23127 vsize=10544360 CPUtime=46.81 cores=0,2,4,6
/proc/23129/stat : 23129 (java) S 23127 23129 19566 0 -1 4202496 27927 0 1 0 4672 9 0 0 25 0 19 0 902569848 10797424640 21735 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/23129/statm: 2636090 21735 2251 9 0 2626824 0
[pid=23129/tid=23131] ppid=23127 vsize=10544360 CPUtime=43.56 cores=0,2,4,6
/proc/23129/task/23131/stat : 23131 (java) R 23127 23129 19566 0 -1 4202560 12266 0 1 0 4352 4 0 0 25 0 19 0 902569849 10797424640 21735 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 46912505572364 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23129/tid=23132] ppid=23127 vsize=10544360 CPUtime=0.04 cores=0,2,4,6
/proc/23129/task/23132/stat : 23132 (java) S 23127 23129 19566 0 -1 4202560 151 0 0 0 4 0 0 0 15 0 19 0 902569850 10797424640 21735 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 6 0 0 0
[pid=23129/tid=23133] ppid=23127 vsize=10544360 CPUtime=0.06 cores=0,2,4,6
/proc/23129/task/23133/stat : 23133 (java) S 23127 23129 19566 0 -1 4202560 244 0 0 0 6 0 0 0 16 0 19 0 902569850 10797424640 21735 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23134] ppid=23127 vsize=10544360 CPUtime=0.04 cores=0,2,4,6
/proc/23129/task/23134/stat : 23134 (java) S 23127 23129 19566 0 -1 4202560 114 0 0 0 4 0 0 0 15 0 19 0 902569850 10797424640 21735 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23135] ppid=23127 vsize=10544360 CPUtime=0.03 cores=0,2,4,6
/proc/23129/task/23135/stat : 23135 (java) S 23127 23129 19566 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 902569850 10797424640 21735 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 6 0 0 0
[pid=23129/tid=23136] ppid=23127 vsize=10544360 CPUtime=0.04 cores=0,2,4,6
/proc/23129/task/23136/stat : 23136 (java) S 23127 23129 19566 0 -1 4202560 24 0 0 0 4 0 0 0 15 0 19 0 902569850 10797424640 21735 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 6 0 0 0
[pid=23129/tid=23137] ppid=23127 vsize=10544360 CPUtime=0.04 cores=0,2,4,6
/proc/23129/task/23137/stat : 23137 (java) S 23127 23129 19566 0 -1 4202560 95 0 0 0 4 0 0 0 15 0 19 0 902569850 10797424640 21735 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 6 0 0 0
[pid=23129/tid=23138] ppid=23127 vsize=10544360 CPUtime=0.03 cores=0,2,4,6
/proc/23129/task/23138/stat : 23138 (java) S 23127 23129 19566 0 -1 4202560 62 0 0 0 3 0 0 0 15 0 19 0 902569850 10797424640 21735 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23139] ppid=23127 vsize=10544360 CPUtime=0.04 cores=0,2,4,6
/proc/23129/task/23139/stat : 23139 (java) S 23127 23129 19566 0 -1 4202560 32 0 0 0 4 0 0 0 15 0 19 0 902569850 10797424640 21735 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23140] ppid=23127 vsize=10544360 CPUtime=1.97 cores=0,2,4,6
/proc/23129/task/23140/stat : 23140 (java) S 23127 23129 19566 0 -1 4202560 975 0 0 0 195 2 0 0 15 0 19 0 902569851 10797424640 21735 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624896 0 0 0 16800975 18446604441701152640 0 0 -1 4 0 0 0
[pid=23129/tid=23141] ppid=23127 vsize=10544360 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23141/stat : 23141 (java) S 23127 23129 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902569852 10797424640 21735 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23142] ppid=23127 vsize=10544360 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23142/stat : 23142 (java) S 23127 23129 19566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902569852 10797424640 21735 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23143] ppid=23127 vsize=10544360 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23143/stat : 23143 (java) S 23127 23129 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902569854 10797424640 21735 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676631985 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23144] ppid=23127 vsize=10544360 CPUtime=0.24 cores=0,2,4,6
/proc/23129/task/23144/stat : 23144 (java) S 23127 23129 19566 0 -1 4202560 2068 0 0 0 24 0 0 0 15 0 19 0 902569854 10797424640 21735 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 4 0 0 0
[pid=23129/tid=23145] ppid=23127 vsize=10544360 CPUtime=0.63 cores=0,2,4,6
/proc/23129/task/23145/stat : 23145 (java) S 23127 23129 19566 0 -1 4202560 10738 0 0 0 62 1 0 0 15 0 19 0 902569854 10797424640 21735 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23146] ppid=23127 vsize=10544360 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23146/stat : 23146 (java) S 23127 23129 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902569854 10797424640 21735 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23147] ppid=23127 vsize=10544360 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23147/stat : 23147 (java) S 23127 23129 19566 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902569854 10797424640 21735 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624896 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23148] ppid=23127 vsize=10544360 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23148/stat : 23148 (java) S 23127 23129 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902569865 10797424640 21735 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624896 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 46.81
Current children cumulated vsize (KiB) 10544360

[startup+46.1013 s]
/proc/loadavg: 2.06 2.05 1.96 5/211 23262
/proc/meminfo: memFree=11979184/32951132 swapFree=67054624/67111528
[pid=23129] ppid=23127 vsize=10544360 CPUtime=47.07 cores=0,2,4,6
/proc/23129/stat : 23129 (java) S 23127 23129 19566 0 -1 4202496 29087 0 1 0 4698 9 0 0 25 0 19 0 902569848 10797424640 21790 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/23129/statm: 2636090 21790 2251 9 0 2626824 0
[pid=23129/tid=23131] ppid=23127 vsize=10544360 CPUtime=43.74 cores=0,2,4,6
/proc/23129/task/23131/stat : 23131 (java) R 23127 23129 19566 0 -1 4202560 12267 0 1 0 4370 4 0 0 25 0 19 0 902569849 10797424640 21790 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 46912505121170 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23129/tid=23132] ppid=23127 vsize=10544360 CPUtime=0.04 cores=0,2,4,6
/proc/23129/task/23132/stat : 23132 (java) S 23127 23129 19566 0 -1 4202560 151 0 0 0 4 0 0 0 16 0 19 0 902569850 10797424640 21790 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 6 0 0 0
[pid=23129/tid=23133] ppid=23127 vsize=10544360 CPUtime=0.06 cores=0,2,4,6
/proc/23129/task/23133/stat : 23133 (java) S 23127 23129 19566 0 -1 4202560 244 0 0 0 6 0 0 0 15 0 19 0 902569850 10797424640 21790 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23134] ppid=23127 vsize=10544360 CPUtime=0.04 cores=0,2,4,6
/proc/23129/task/23134/stat : 23134 (java) S 23127 23129 19566 0 -1 4202560 114 0 0 0 4 0 0 0 15 0 19 0 902569850 10797424640 21790 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23135] ppid=23127 vsize=10544360 CPUtime=0.03 cores=0,2,4,6
/proc/23129/task/23135/stat : 23135 (java) S 23127 23129 19566 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 902569850 10797424640 21790 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 6 0 0 0
[pid=23129/tid=23136] ppid=23127 vsize=10544360 CPUtime=0.04 cores=0,2,4,6
/proc/23129/task/23136/stat : 23136 (java) S 23127 23129 19566 0 -1 4202560 24 0 0 0 4 0 0 0 15 0 19 0 902569850 10797424640 21790 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23137] ppid=23127 vsize=10544360 CPUtime=0.04 cores=0,2,4,6
/proc/23129/task/23137/stat : 23137 (java) S 23127 23129 19566 0 -1 4202560 95 0 0 0 4 0 0 0 15 0 19 0 902569850 10797424640 21790 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 6 0 0 0
[pid=23129/tid=23138] ppid=23127 vsize=10544360 CPUtime=0.03 cores=0,2,4,6
/proc/23129/task/23138/stat : 23138 (java) S 23127 23129 19566 0 -1 4202560 62 0 0 0 3 0 0 0 15 0 19 0 902569850 10797424640 21790 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23139] ppid=23127 vsize=10544360 CPUtime=0.04 cores=0,2,4,6
/proc/23129/task/23139/stat : 23139 (java) S 23127 23129 19566 0 -1 4202560 32 0 0 0 4 0 0 0 15 0 19 0 902569850 10797424640 21790 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23140] ppid=23127 vsize=10544360 CPUtime=1.98 cores=0,2,4,6
/proc/23129/task/23140/stat : 23140 (java) S 23127 23129 19566 0 -1 4202560 975 0 0 0 196 2 0 0 15 0 19 0 902569851 10797424640 21790 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624896 0 0 0 16800975 18446604441701152640 0 0 -1 4 0 0 0
[pid=23129/tid=23141] ppid=23127 vsize=10544360 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23141/stat : 23141 (java) S 23127 23129 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902569852 10797424640 21790 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23142] ppid=23127 vsize=10544360 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23142/stat : 23142 (java) S 23127 23129 19566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902569852 10797424640 21790 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
[pid=23129/tid=23143] ppid=23127 vsize=10544360 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23143/stat : 23143 (java) S 23127 23129 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902569854 10797424640 21790 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676631985 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23144] ppid=23127 vsize=10544360 CPUtime=0.24 cores=0,2,4,6
/proc/23129/task/23144/stat : 23144 (java) S 23127 23129 19566 0 -1 4202560 2068 0 0 0 24 0 0 0 15 0 19 0 902569854 10797424640 21790 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 4 0 0 0
[pid=23129/tid=23145] ppid=23127 vsize=10544360 CPUtime=0.7 cores=0,2,4,6
/proc/23129/task/23145/stat : 23145 (java) R 23127 23129 19566 0 -1 4202560 11897 0 0 0 69 1 0 0 15 0 19 0 902569854 10797424640 21790 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 47009178574030 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23129/tid=23146] ppid=23127 vsize=10544360 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23146/stat : 23146 (java) S 23127 23129 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902569854 10797424640 21790 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624281 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23147] ppid=23127 vsize=10544360 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23147/stat : 23147 (java) S 23127 23129 19566 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902569854 10797424640 21790 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624896 0 4 0 16800975 18446604441701152640 0 0 -1 2 0 0 0
[pid=23129/tid=23148] ppid=23127 vsize=10544360 CPUtime=0 cores=0,2,4,6
/proc/23129/task/23148/stat : 23148 (java) S 23127 23129 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902569865 10797424640 21790 33554432000 1073741824 1073778376 140735923576672 18446744073709551615 274676624896 0 4 0 16800975 18446604441701152640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 47.07
Current children cumulated vsize (KiB) 10544360

Child status: 30
Real time (s): 46.1268
CPU time (s): 47.1088
CPU user time (s): 47.0029
CPU system time (s): 0.105983
CPU usage (%): 102.129
Max. virtual memory (cumulated for all children) (KiB): 10544948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.0029
system time used= 0.105983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29874
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= 5263
involuntary context switches= 2684

runsolver used 0.080987 second user time and 0.182972 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 22:15:02
IDJOB=3492373
IDBENCH=78785
IDSOLVER=1982
FILE ID=node131/3492373-1307909702
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.1111218024--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-3492373-1307909702/watcher-3492373-1307909702 -o /tmp/evaluation-result-3492373-1307909702/solver-3492373-1307909702 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492373-1307909702.wbo

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

MD5SUM BENCH= a7711a7b19a36d7c95277483b0aa560c
RANDOM SEED=1567553987

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:      12025452 kB
Buffers:        333104 kB
Cached:       19809152 kB
SwapCached:       9816 kB
Active:       15678832 kB
Inactive:      4561804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12025452 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:             728 kB
Writeback:           8 kB
AnonPages:       96764 kB
Mapped:          21544 kB
Slab:           622104 kB
PageTables:       5204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10568900 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:15:48