Trace number 3492673

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2011-06-08OPTIMUM 45.4651 44.0779

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110966688--soft-0-100-0.wbo
MD5SUMe22981c06c33638df25ec23a309ffad8
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark2.98654
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 constraints101
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 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1237
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/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@38540408
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-3492673-1307911117.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     270
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 => 30
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.31/0.21	c SATISFIABLE
0.31/0.21	c OPTIMIZING...
0.31/0.21	c Got one! Elapsed wall clock time (in seconds):0.109
0.31/0.21	o 487
0.31/0.24	c Got one! Elapsed wall clock time (in seconds):0.137
0.31/0.24	o 448
0.53/0.34	c Got one! Elapsed wall clock time (in seconds):0.236
0.53/0.34	o 445
0.53/0.37	c Got one! Elapsed wall clock time (in seconds):0.262
0.53/0.37	o 407
0.53/0.38	c Got one! Elapsed wall clock time (in seconds):0.271
0.53/0.38	o 390
0.88/0.61	c cleaning 3140 clauses out of 6285 with flag 4000/6285
0.88/0.64	c Got one! Elapsed wall clock time (in seconds):0.535
0.88/0.64	o 385
0.88/0.68	c Got one! Elapsed wall clock time (in seconds):0.571
0.88/0.68	o 375
1.01/0.78	c Got one! Elapsed wall clock time (in seconds):0.673
1.01/0.78	o 373
1.11/0.86	c Got one! Elapsed wall clock time (in seconds):0.753
1.11/0.86	o 367
1.11/0.88	c Got one! Elapsed wall clock time (in seconds):0.78
1.11/0.88	o 338
1.23/0.98	c Got one! Elapsed wall clock time (in seconds):0.877
1.23/0.98	o 337
1.34/1.03	c cleaning 5825 clauses out of 11653 with flag 1000/14793
1.54/1.22	c Got one! Elapsed wall clock time (in seconds):1.119
1.54/1.22	o 334
1.54/1.24	c Got one! Elapsed wall clock time (in seconds):1.14
1.54/1.24	o 255
1.54/1.28	c Got one! Elapsed wall clock time (in seconds):1.18
1.54/1.28	o 239
1.64/1.33	c cleaning 5760 clauses out of 11525 with flag 1001/20490
1.78/1.46	c Got one! Elapsed wall clock time (in seconds):1.354
1.78/1.46	o 233
1.88/1.56	c cleaning 5578 clauses out of 11172 with flag 2001/25897
2.21/1.84	c cleaning 5794 clauses out of 11595 with flag 8002/31898
2.41/2.01	c Got one! Elapsed wall clock time (in seconds):1.905
2.41/2.01	o 226
2.41/2.05	c cleaning 5530 clauses out of 11069 with flag 1001/37166
2.61/2.29	c cleaning 5764 clauses out of 11538 with flag 7000/43165
2.81/2.45	c Got one! Elapsed wall clock time (in seconds):2.35
2.81/2.45	o 204
2.91/2.53	c cleaning 5876 clauses out of 11758 with flag 2002/49149
3.21/2.83	c cleaning 5937 clauses out of 11881 with flag 8001/55148
3.41/3.05	c Got one! Elapsed wall clock time (in seconds):2.948
3.41/3.05	o 202
3.53/3.10	c cleaning 5900 clauses out of 11810 with flag 1001/61014
3.63/3.25	c Got one! Elapsed wall clock time (in seconds):3.145
3.63/3.25	o 192
3.73/3.36	c cleaning 5913 clauses out of 11847 with flag 3001/66951
3.73/3.38	c Got one! Elapsed wall clock time (in seconds):3.277
3.73/3.38	o 177
3.93/3.56	c cleaning 5507 clauses out of 11018 with flag 5001/72035
4.23/3.83	c cleaning 5751 clauses out of 11511 with flag 11001/78035
4.63/4.22	c cleaning 6373 clauses out of 12759 with flag 18000/85034
4.74/4.37	c Got one! Elapsed wall clock time (in seconds):4.267
4.74/4.37	o 169
4.84/4.48	c cleaning 6083 clauses out of 12173 with flag 3001/90821
5.13/4.70	c cleaning 6044 clauses out of 12089 with flag 9000/96820
5.43/5.05	c cleaning 6520 clauses out of 13045 with flag 16000/103820
5.73/5.30	c Got one! Elapsed wall clock time (in seconds):5.196
5.73/5.30	o 158
5.84/5.49	c cleaning 8467 clauses out of 16942 with flag 5000/114237
6.13/5.79	c cleaning 7232 clauses out of 14475 with flag 11000/120237
6.53/6.14	c cleaning 7120 clauses out of 14248 with flag 18005/127242
6.94/6.54	c cleaning 7560 clauses out of 15128 with flag 26005/135242
7.33/7.00	c cleaning 8280 clauses out of 16563 with flag 35000/144237
7.84/7.49	c cleaning 9134 clauses out of 18283 with flag 45000/154237
8.44/8.05	c cleaning 9571 clauses out of 19149 with flag 55000/164237
8.94/8.58	c cleaning 9770 clauses out of 19579 with flag 65001/174238
9.15/8.73	c Got one! Elapsed wall clock time (in seconds):8.624
9.15/8.73	o 150
9.25/8.84	c cleaning 7724 clauses out of 15460 with flag 3002/179889
9.44/9.05	c cleaning 6866 clauses out of 13735 with flag 9001/185888
9.74/9.31	c cleaning 6931 clauses out of 13871 with flag 16003/192890
10.04/9.66	c cleaning 7467 clauses out of 14941 with flag 24004/200891
10.44/10.08	c cleaning 8229 clauses out of 16471 with flag 33001/209888
10.94/10.59	c cleaning 9118 clauses out of 18244 with flag 43003/219890
11.45/11.08	c cleaning 9553 clauses out of 19124 with flag 53001/229888
11.75/11.30	c Got one! Elapsed wall clock time (in seconds):11.193
11.75/11.30	o 129
11.75/11.34	c cleaning 7526 clauses out of 15060 with flag 1001/235377
11.95/11.55	c cleaning 6764 clauses out of 13535 with flag 7002/241378
12.15/11.79	c Got one! Elapsed wall clock time (in seconds):11.688
12.15/11.79	o 84
12.49/12.04	c cleaning 9189 clauses out of 18383 with flag 5000/252990
12.69/12.26	c cleaning 7591 clauses out of 15194 with flag 11000/258990
12.99/12.50	c cleaning 7296 clauses out of 14604 with flag 18001/265991
13.29/12.86	c cleaning 7649 clauses out of 15307 with flag 26000/273990
13.70/13.29	c cleaning 8329 clauses out of 16661 with flag 35003/282993
14.19/13.76	c cleaning 9162 clauses out of 18329 with flag 45000/292990
14.70/14.26	c cleaning 9579 clauses out of 19167 with flag 55000/302990
15.20/14.78	c cleaning 9789 clauses out of 19588 with flag 65000/312990
15.80/15.30	c cleaning 9895 clauses out of 19800 with flag 75001/322991
16.30/15.86	c cleaning 9946 clauses out of 19904 with flag 85000/332990
16.70/16.29	c Got one! Elapsed wall clock time (in seconds):16.184
16.70/16.29	o 81
17.01/16.51	c cleaning 11722 clauses out of 23450 with flag 5000/346482
17.22/16.74	c cleaning 8862 clauses out of 17729 with flag 11001/352483
17.52/17.01	c cleaning 7932 clauses out of 15869 with flag 18003/359485
17.83/17.37	c cleaning 7958 clauses out of 15936 with flag 26002/367484
18.33/17.84	c cleaning 8479 clauses out of 16978 with flag 35002/376484
18.83/18.33	c cleaning 9239 clauses out of 18498 with flag 45001/386483
19.33/18.80	c cleaning 9621 clauses out of 19258 with flag 55000/396482
19.63/19.13	c Got one! Elapsed wall clock time (in seconds):19.022
19.63/19.13	o 67
19.83/19.32	c cleaning 10861 clauses out of 21731 with flag 5000/408576
20.03/19.56	c cleaning 8432 clauses out of 16870 with flag 11000/414576
20.34/19.82	c cleaning 7716 clauses out of 15439 with flag 18001/421577
20.53/20.09	c cleaning 7857 clauses out of 15723 with flag 26001/429577
20.93/20.41	c cleaning 8429 clauses out of 16865 with flag 35000/438576
21.23/20.79	c cleaning 9216 clauses out of 18437 with flag 45001/448577
22.04/21.27	c cleaning 9607 clauses out of 19221 with flag 55001/458577
23.05/21.81	c cleaning 9804 clauses out of 19614 with flag 65001/468577
23.55/22.31	c cleaning 9898 clauses out of 19809 with flag 75000/478576
23.96/22.77	c cleaning 9948 clauses out of 19911 with flag 85000/488576
24.46/23.24	c cleaning 9971 clauses out of 19963 with flag 95000/498576
24.46/23.28	c Got one! Elapsed wall clock time (in seconds):23.178
24.46/23.28	o 65
24.66/23.45	c cleaning 7915 clauses out of 15839 with flag 5000/504423
24.86/23.67	c cleaning 6957 clauses out of 13924 with flag 11000/510423
25.16/23.93	c cleaning 6980 clauses out of 13967 with flag 18000/517423
25.47/24.28	c cleaning 7488 clauses out of 14987 with flag 26000/525423
25.67/24.45	c Got one! Elapsed wall clock time (in seconds):24.341
25.67/24.45	o 64
25.67/24.48	c cleaning 6285 clauses out of 12580 with flag 1002/530504
25.87/24.67	c cleaning 6139 clauses out of 12293 with flag 7000/536502
26.17/24.94	c cleaning 6573 clauses out of 13154 with flag 14000/543502
26.47/25.22	c cleaning 7289 clauses out of 14583 with flag 22002/551504
26.77/25.54	c cleaning 8140 clauses out of 16292 with flag 31000/560502
26.87/25.66	c Got one! Elapsed wall clock time (in seconds):25.558
26.87/25.66	o 63
26.97/25.77	c cleaning 7071 clauses out of 14150 with flag 3002/566500
27.17/25.97	c cleaning 6536 clauses out of 13077 with flag 9000/572498
27.47/26.25	c cleaning 6768 clauses out of 13542 with flag 16001/579499
27.77/26.53	c cleaning 7383 clauses out of 14773 with flag 24000/587498
28.08/26.83	c cleaning 8190 clauses out of 16390 with flag 33000/596498
28.48/27.20	c cleaning 9095 clauses out of 18200 with flag 43000/606498
28.88/27.68	c cleaning 9549 clauses out of 19106 with flag 53001/616499
29.38/28.13	c cleaning 9770 clauses out of 19556 with flag 63000/626498
29.79/28.57	c cleaning 9885 clauses out of 19786 with flag 73000/636498
29.89/28.62	c Got one! Elapsed wall clock time (in seconds):28.512
29.89/28.62	o 62
29.98/28.79	c cleaning 7832 clauses out of 15672 with flag 5001/642269
30.28/29.01	c cleaning 6916 clauses out of 13839 with flag 11000/648268
30.48/29.26	c cleaning 6959 clauses out of 13924 with flag 18001/655269
30.79/29.53	c cleaning 7474 clauses out of 14964 with flag 26000/663268
31.09/29.84	c cleaning 8241 clauses out of 16492 with flag 35002/672270
31.48/30.21	c cleaning 9120 clauses out of 18249 with flag 45000/682268
31.78/30.59	c cleaning 9562 clauses out of 19130 with flag 55001/692269
32.29/31.01	c cleaning 9778 clauses out of 19567 with flag 65000/702268
32.69/31.46	c cleaning 9890 clauses out of 19790 with flag 75001/712269
33.09/31.88	c cleaning 9945 clauses out of 19900 with flag 85001/722269
33.59/32.31	c cleaning 9973 clauses out of 19954 with flag 95000/732268
33.99/32.72	c Got one! Elapsed wall clock time (in seconds):32.614
33.99/32.72	o 39
34.19/32.96	c cleaning 12472 clauses out of 24957 with flag 5000/747244
34.39/33.20	c cleaning 9240 clauses out of 18487 with flag 11002/753246
34.69/33.46	c cleaning 8117 clauses out of 16246 with flag 18001/760245
35.09/33.87	c cleaning 8061 clauses out of 16128 with flag 26000/768244
35.59/34.34	c cleaning 8529 clauses out of 17067 with flag 35000/777244
36.09/34.86	c cleaning 9267 clauses out of 18541 with flag 45003/787247
36.19/34.91	c Got one! Elapsed wall clock time (in seconds):34.81
36.19/34.91	o 28
36.34/35.05	c cleaning 7147 clauses out of 14300 with flag 4000/792273
36.54/35.25	c cleaning 6572 clauses out of 13153 with flag 10000/798273
36.74/35.48	c cleaning 6787 clauses out of 13582 with flag 17001/805274
37.04/35.74	c cleaning 7391 clauses out of 14794 with flag 25000/813273
37.35/36.04	c cleaning 8199 clauses out of 16405 with flag 34002/822275
37.66/36.39	c cleaning 9099 clauses out of 18205 with flag 44001/832274
38.05/36.72	c cleaning 9548 clauses out of 19106 with flag 54001/842274
38.35/37.07	c cleaning 9774 clauses out of 19558 with flag 64001/852274
38.86/37.56	c cleaning 9889 clauses out of 19784 with flag 74001/862274
39.26/37.95	c cleaning 9940 clauses out of 19894 with flag 84000/872273
39.66/38.30	c cleaning 9970 clauses out of 19954 with flag 94000/882273
39.86/38.58	c Got one! Elapsed wall clock time (in seconds):38.475
39.86/38.58	o 20
40.16/38.82	c cleaning 11514 clauses out of 23037 with flag 5000/895326
40.36/39.03	c cleaning 8757 clauses out of 17523 with flag 11000/901326
40.56/39.27	c cleaning 7877 clauses out of 15766 with flag 18000/908326
40.87/39.54	c cleaning 7943 clauses out of 15891 with flag 26002/916328
41.16/39.83	c cleaning 8465 clauses out of 16946 with flag 35000/925326
41.46/40.17	c cleaning 9235 clauses out of 18481 with flag 45000/935326
41.86/40.52	c cleaning 9618 clauses out of 19246 with flag 55000/945326
42.16/40.85	c cleaning 9810 clauses out of 19630 with flag 65002/955328
42.56/41.22	c cleaning 9906 clauses out of 19818 with flag 75000/965326
42.86/41.58	c cleaning 9951 clauses out of 19913 with flag 85001/975327
43.27/41.93	c cleaning 9975 clauses out of 19961 with flag 95000/985326
43.57/42.29	c cleaning 9993 clauses out of 19990 with flag 105004/995330
43.87/42.57	c Got one! Elapsed wall clock time (in seconds):42.464
43.87/42.57	o 10
44.17/42.81	c cleaning 11600 clauses out of 23209 with flag 5002/1008542
44.37/43.02	c cleaning 8793 clauses out of 17607 with flag 11000/1014540
44.57/43.25	c cleaning 7901 clauses out of 15814 with flag 18000/1021540
44.87/43.52	c cleaning 7953 clauses out of 15913 with flag 26000/1029540
45.18/43.83	c cleaning 8479 clauses out of 16961 with flag 35001/1038541
45.18/43.90	c Got one! Elapsed wall clock time (in seconds):43.796
45.18/43.90	o 9
45.38/44.03	c cleaning 7220 clauses out of 14444 with flag 4000/1044505
45.38/44.07	c starts		: 207
45.38/44.07	c conflicts		: 1045090
45.38/44.07	c decisions		: 1708838
45.38/44.07	c propagations		: 29295849
45.38/44.07	c inspects		: 249658035
45.38/44.07	c shortcuts		: 0
45.38/44.07	c learnt literals	: 8
45.38/44.07	c learnt binary clauses	: 51
45.38/44.07	c learnt ternary clauses	: 1255
45.38/44.07	c learnt constraints	: 1045081
45.38/44.07	c ignored constraints	: 0
45.38/44.07	c root simplifications	: 0
45.38/44.07	c removed literals (reason simplification)	: 6080190
45.38/44.07	c reason swapping (by a shorter reason)	: 0
45.38/44.07	c Calls to reduceDB	: 126
45.38/44.07	c number of reductions to clauses (during analyze)	: 0
45.38/44.07	c number of learned constraints concerned by reduction	: 0
45.38/44.07	c number of learning phase by resolution	: 0
45.38/44.07	c number of learning phase by cutting planes	: 0
45.38/44.07	c speed (assignments/second)	: 1.7542424550898203E8
45.38/44.07	c non guided choices	1923
45.38/44.07	c learnt constraints type 
45.38/44.07	c constraints type 
45.38/44.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
45.38/44.07	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
45.38/44.07	s OPTIMUM FOUND
45.38/44.07	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
45.38/44.07	c objective function=9
45.38/44.07	c Total wall clock time (in seconds): 43.964

Verifier Data

OK	9

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492673-1307911117/watcher-3492673-1307911117 -o /var/tmp/evaluation-result-3492673-1307911117/solver-3492673-1307911117 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492673-1307911117.wbo 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/195 27238
/proc/meminfo: memFree=11118964/32951124 swapFree=67056304/67111528
[pid=27238] ppid=27236 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/27238/stat : 27238 (java) S 27236 27238 24181 0 -1 4202496 1240 0 0 0 0 0 0 0 24 0 2 0 981342262 31272960 958 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032198629 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/27238/statm: 7635 958 732 9 0 386 0
[pid=27238/tid=27239] ppid=27236 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27239/stat : 27239 (java) R 27236 27238 24181 0 -1 4202560 126 0 0 0 0 0 0 0 25 0 2 0 981342263 31272960 959 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260020395835 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0594771 s]
/proc/loadavg: 2.00 2.00 2.00 2/195 27238
/proc/meminfo: memFree=11118964/32951124 swapFree=67056304/67111528
[pid=27238] ppid=27236 vsize=10538460 CPUtime=0.05 cores=1,3,5,7
/proc/27238/stat : 27238 (java) S 27236 27238 24181 0 -1 4202496 11673 0 1 0 4 1 0 0 24 0 18 0 981342262 10791383040 11368 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27238/statm: 2634615 11370 1733 9 0 2625356 0
[pid=27238/tid=27239] ppid=27236 vsize=10538460 CPUtime=0.04 cores=1,3,5,7
/proc/27238/task/27239/stat : 27239 (java) R 27236 27238 24181 0 -1 4202560 10499 0 1 0 4 0 0 0 25 0 18 0 981342263 10791383040 11370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 47171004257816 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10538460

[startup+0.100472 s]
/proc/loadavg: 2.00 2.00 2.00 2/195 27238
/proc/meminfo: memFree=11118964/32951124 swapFree=67056304/67111528
[pid=27238] ppid=27236 vsize=10539940 CPUtime=0.1 cores=1,3,5,7
/proc/27238/stat : 27238 (java) S 27236 27238 24181 0 -1 4202496 13090 0 1 0 9 1 0 0 24 0 18 0 981342262 10792898560 12774 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27238/statm: 2634985 12774 2092 9 0 2625719 0
[pid=27238/tid=27239] ppid=27236 vsize=10539940 CPUtime=0.09 cores=1,3,5,7
/proc/27238/task/27239/stat : 27239 (java) R 27236 27238 24181 0 -1 4202560 11165 0 1 0 8 1 0 0 25 0 18 0 981342263 10792898560 12774 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 47171005692724 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539940

[startup+0.300432 s]
/proc/loadavg: 2.00 2.00 2.00 2/195 27238
/proc/meminfo: memFree=11118964/32951124 swapFree=67056304/67111528
[pid=27238] ppid=27236 vsize=10543628 CPUtime=0.53 cores=1,3,5,7
/proc/27238/stat : 27238 (java) S 27236 27238 24181 0 -1 4202496 16065 0 1 0 51 2 0 0 24 0 19 0 981342262 10796675072 14599 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27238/statm: 2635907 14599 2214 9 0 2626641 0
[pid=27238/tid=27239] ppid=27236 vsize=10543628 CPUtime=0.29 cores=1,3,5,7
/proc/27238/task/27239/stat : 27239 (java) R 27236 27238 24181 0 -1 4202560 11772 0 1 0 28 1 0 0 25 0 19 0 981342263 10796675072 14599 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 46912505164128 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10543628

[startup+0.700359 s]
/proc/loadavg: 2.00 2.00 2.00 2/195 27238
/proc/meminfo: memFree=11118964/32951124 swapFree=67056304/67111528
[pid=27238] ppid=27236 vsize=10543628 CPUtime=1.01 cores=1,3,5,7
/proc/27238/stat : 27238 (java) S 27236 27238 24181 0 -1 4202496 17523 0 1 0 99 2 0 0 24 0 19 0 981342262 10796675072 15687 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27238/statm: 2635907 15687 2246 9 0 2626641 0
[pid=27238/tid=27239] ppid=27236 vsize=10543628 CPUtime=0.67 cores=1,3,5,7
/proc/27238/task/27239/stat : 27239 (java) R 27236 27238 24181 0 -1 4202560 12157 0 1 0 66 1 0 0 25 0 19 0 981342263 10796675072 15687 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 46912505619901 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 10543628

[startup+1.50121 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 27257
/proc/meminfo: memFree=11064772/32951124 swapFree=67056304/67111528
[pid=27238] ppid=27236 vsize=10543836 CPUtime=1.88 cores=1,3,5,7
/proc/27238/stat : 27238 (java) S 27236 27238 24181 0 -1 4202496 18325 0 1 0 186 2 0 0 24 0 19 0 981342262 10796888064 16487 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27238/statm: 2635959 16487 2249 9 0 2626693 0
[pid=27238/tid=27239] ppid=27236 vsize=10543836 CPUtime=1.45 cores=1,3,5,7
/proc/27238/task/27239/stat : 27239 (java) R 27236 27238 24181 0 -1 4202560 12161 0 1 0 144 1 0 0 25 0 19 0 981342263 10796888064 16487 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 46912505592483 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27238/tid=27241] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27241/stat : 27241 (java) S 27236 27238 24181 0 -1 4202560 142 0 0 0 0 0 0 0 16 0 19 0 981342265 10796888064 16487 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27242] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27242/stat : 27242 (java) S 27236 27238 24181 0 -1 4202560 128 0 0 0 0 0 0 0 15 0 19 0 981342265 10796888064 16487 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 5 0 0 0
[pid=27238/tid=27243] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27243/stat : 27243 (java) S 27236 27238 24181 0 -1 4202560 126 0 0 0 0 0 0 0 15 0 19 0 981342265 10796888064 16487 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 5 0 0 0
[pid=27238/tid=27244] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27244/stat : 27244 (java) S 27236 27238 24181 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 981342265 10796888064 16487 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 7 0 0 0
[pid=27238/tid=27245] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27245/stat : 27245 (java) S 27236 27238 24181 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 19 0 981342265 10796888064 16487 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27246] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27246/stat : 27246 (java) S 27236 27238 24181 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 19 0 981342265 10796888064 16487 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 5 0 0 0
[pid=27238/tid=27247] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27247/stat : 27247 (java) S 27236 27238 24181 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 19 0 981342265 10796888064 16487 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 5 0 0 0
[pid=27238/tid=27248] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27248/stat : 27248 (java) S 27236 27238 24181 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981342265 10796888064 16487 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27249] ppid=27236 vsize=10543836 CPUtime=0.03 cores=1,3,5,7
/proc/27238/task/27249/stat : 27249 (java) S 27236 27238 24181 0 -1 4202560 490 0 0 0 3 0 0 0 16 0 19 0 981342266 10796888064 16487 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032212480 0 0 0 16800975 18446604471119458496 0 0 -1 7 0 0 0
[pid=27238/tid=27250] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27250/stat : 27250 (java) S 27236 27238 24181 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981342266 10796888064 16487 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27251] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27251/stat : 27251 (java) S 27236 27238 24181 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981342266 10796888064 16487 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27252] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27252/stat : 27252 (java) S 27236 27238 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981342268 10796888064 16487 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032219569 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27253] ppid=27236 vsize=10543836 CPUtime=0.18 cores=1,3,5,7
/proc/27238/task/27253/stat : 27253 (java) S 27236 27238 24181 0 -1 4202560 1853 0 0 0 18 0 0 0 15 0 19 0 981342268 10796888064 16487 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 3 0 0 0
[pid=27238/tid=27254] ppid=27236 vsize=10543836 CPUtime=0.19 cores=1,3,5,7
/proc/27238/task/27254/stat : 27254 (java) S 27236 27238 24181 0 -1 4202560 1854 0 0 0 19 0 0 0 15 0 19 0 981342268 10796888064 16487 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 5 0 0 0
[pid=27238/tid=27255] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27255/stat : 27255 (java) S 27236 27238 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981342268 10796888064 16487 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27256] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27256/stat : 27256 (java) S 27236 27238 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981342268 10796888064 16487 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032212480 0 4 0 16800975 18446604471119458496 0 0 -1 7 0 0 0
[pid=27238/tid=27257] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27257/stat : 27257 (java) S 27236 27238 24181 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981342279 10796888064 16487 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032212480 0 4 0 16800975 18446604471119458496 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 10543836

[startup+3.10088 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 27257
/proc/meminfo: memFree=11061548/32951124 swapFree=67056304/67111528
[pid=27238] ppid=27236 vsize=10543836 CPUtime=3.53 cores=1,3,5,7
/proc/27238/stat : 27238 (java) S 27236 27238 24181 0 -1 4202496 18371 0 1 0 351 2 0 0 24 0 19 0 981342262 10796888064 16527 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27238/statm: 2635959 16527 2249 9 0 2626693 0
[pid=27238/tid=27239] ppid=27236 vsize=10543836 CPUtime=2.97 cores=1,3,5,7
/proc/27238/task/27239/stat : 27239 (java) R 27236 27238 24181 0 -1 4202560 12166 0 1 0 296 1 0 0 25 0 19 0 981342263 10796888064 16527 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 46912505728752 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27238/tid=27241] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27241/stat : 27241 (java) S 27236 27238 24181 0 -1 4202560 142 0 0 0 0 0 0 0 15 0 19 0 981342265 10796888064 16527 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 3 0 0 0
[pid=27238/tid=27242] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27242/stat : 27242 (java) S 27236 27238 24181 0 -1 4202560 128 0 0 0 0 0 0 0 15 0 19 0 981342265 10796888064 16527 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 7 0 0 0
[pid=27238/tid=27243] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27243/stat : 27243 (java) S 27236 27238 24181 0 -1 4202560 126 0 0 0 0 0 0 0 15 0 19 0 981342265 10796888064 16527 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 5 0 0 0
[pid=27238/tid=27244] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27244/stat : 27244 (java) S 27236 27238 24181 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 981342265 10796888064 16527 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 3 0 0 0
[pid=27238/tid=27245] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27245/stat : 27245 (java) S 27236 27238 24181 0 -1 4202560 81 0 0 0 0 0 0 0 16 0 19 0 981342265 10796888064 16527 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 5 0 0 0
[pid=27238/tid=27246] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27246/stat : 27246 (java) S 27236 27238 24181 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 19 0 981342265 10796888064 16527 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 3 0 0 0
[pid=27238/tid=27247] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27247/stat : 27247 (java) S 27236 27238 24181 0 -1 4202560 124 0 0 0 0 0 0 0 16 0 19 0 981342265 10796888064 16527 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 5 0 0 0
[pid=27238/tid=27248] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27248/stat : 27248 (java) S 27236 27238 24181 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981342265 10796888064 16527 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 7 0 0 0
[pid=27238/tid=27249] ppid=27236 vsize=10543836 CPUtime=0.1 cores=1,3,5,7
/proc/27238/task/27249/stat : 27249 (java) S 27236 27238 24181 0 -1 4202560 522 0 0 0 10 0 0 0 15 0 19 0 981342266 10796888064 16527 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032212480 0 0 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27250] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27250/stat : 27250 (java) S 27236 27238 24181 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981342266 10796888064 16527 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27251] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27251/stat : 27251 (java) S 27236 27238 24181 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981342266 10796888064 16527 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27252] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27252/stat : 27252 (java) S 27236 27238 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981342268 10796888064 16527 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032219569 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27253] ppid=27236 vsize=10543836 CPUtime=0.18 cores=1,3,5,7
/proc/27238/task/27253/stat : 27253 (java) S 27236 27238 24181 0 -1 4202560 1853 0 0 0 18 0 0 0 15 0 19 0 981342268 10796888064 16527 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 3 0 0 0
[pid=27238/tid=27254] ppid=27236 vsize=10543836 CPUtime=0.23 cores=1,3,5,7
/proc/27238/task/27254/stat : 27254 (java) S 27236 27238 24181 0 -1 4202560 1862 0 0 0 23 0 0 0 15 0 19 0 981342268 10796888064 16527 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 5 0 0 0
[pid=27238/tid=27255] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27255/stat : 27255 (java) S 27236 27238 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981342268 10796888064 16527 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27256] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27256/stat : 27256 (java) S 27236 27238 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981342268 10796888064 16527 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032212480 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27257] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27257/stat : 27257 (java) S 27236 27238 24181 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981342279 10796888064 16527 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032212480 0 4 0 16800975 18446604471119458496 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 10543836

[startup+6.30135 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 27258
/proc/meminfo: memFree=11060948/32951124 swapFree=67056304/67111528
[pid=27238] ppid=27236 vsize=10543836 CPUtime=6.73 cores=1,3,5,7
/proc/27238/stat : 27238 (java) S 27236 27238 24181 0 -1 4202496 18498 0 1 0 671 2 0 0 24 0 19 0 981342262 10796888064 16642 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27238/statm: 2635959 16642 2249 9 0 2626693 0
[pid=27238/tid=27239] ppid=27236 vsize=10543836 CPUtime=6.02 cores=1,3,5,7
/proc/27238/task/27239/stat : 27239 (java) R 27236 27238 24181 0 -1 4202560 12179 0 1 0 601 1 0 0 25 0 19 0 981342263 10796888064 16642 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 46912505569832 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27238/tid=27241] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27241/stat : 27241 (java) S 27236 27238 24181 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 981342265 10796888064 16642 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 3 0 0 0
[pid=27238/tid=27242] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27242/stat : 27242 (java) S 27236 27238 24181 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 19 0 981342265 10796888064 16642 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 7 0 0 0
[pid=27238/tid=27243] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27243/stat : 27243 (java) S 27236 27238 24181 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 981342265 10796888064 16642 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 5 0 0 0
[pid=27238/tid=27244] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27244/stat : 27244 (java) S 27236 27238 24181 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 981342265 10796888064 16642 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 7 0 0 0
[pid=27238/tid=27245] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27245/stat : 27245 (java) S 27236 27238 24181 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 19 0 981342265 10796888064 16642 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 7 0 0 0
[pid=27238/tid=27246] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27246/stat : 27246 (java) S 27236 27238 24181 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 19 0 981342265 10796888064 16642 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 7 0 0 0
[pid=27238/tid=27247] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27247/stat : 27247 (java) S 27236 27238 24181 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 19 0 981342265 10796888064 16642 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 7 0 0 0
[pid=27238/tid=27248] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27248/stat : 27248 (java) S 27236 27238 24181 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 981342265 10796888064 16642 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 7 0 0 0
[pid=27238/tid=27249] ppid=27236 vsize=10543836 CPUtime=0.23 cores=1,3,5,7
/proc/27238/task/27249/stat : 27249 (java) S 27236 27238 24181 0 -1 4202560 623 0 0 0 23 0 0 0 16 0 19 0 981342266 10796888064 16642 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032212480 0 0 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27250] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27250/stat : 27250 (java) S 27236 27238 24181 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981342266 10796888064 16642 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27251] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27251/stat : 27251 (java) S 27236 27238 24181 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981342266 10796888064 16642 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27252] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27252/stat : 27252 (java) S 27236 27238 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981342268 10796888064 16642 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032219569 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27253] ppid=27236 vsize=10543836 CPUtime=0.18 cores=1,3,5,7
/proc/27238/task/27253/stat : 27253 (java) S 27236 27238 24181 0 -1 4202560 1853 0 0 0 18 0 0 0 15 0 19 0 981342268 10796888064 16642 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 3 0 0 0
[pid=27238/tid=27254] ppid=27236 vsize=10543836 CPUtime=0.23 cores=1,3,5,7
/proc/27238/task/27254/stat : 27254 (java) S 27236 27238 24181 0 -1 4202560 1862 0 0 0 23 0 0 0 15 0 19 0 981342268 10796888064 16642 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 5 0 0 0

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

/proc/27238/task/27241/stat : 27241 (java) S 27236 27238 24181 0 -1 4202560 190 0 0 0 4 0 0 0 15 0 19 0 981342265 10796888064 20365 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 3 0 0 0
[pid=27238/tid=27242] ppid=27236 vsize=10543836 CPUtime=0.04 cores=1,3,5,7
/proc/27238/task/27242/stat : 27242 (java) S 27236 27238 24181 0 -1 4202560 256 0 0 0 4 0 0 0 15 0 19 0 981342265 10796888064 20365 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 7 0 0 0
[pid=27238/tid=27243] ppid=27236 vsize=10543836 CPUtime=0.03 cores=1,3,5,7
/proc/27238/task/27243/stat : 27243 (java) S 27236 27238 24181 0 -1 4202560 133 0 0 0 3 0 0 0 15 0 19 0 981342265 10796888064 20365 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27244] ppid=27236 vsize=10543836 CPUtime=0.03 cores=1,3,5,7
/proc/27238/task/27244/stat : 27244 (java) S 27236 27238 24181 0 -1 4202560 188 0 0 0 3 0 0 0 15 0 19 0 981342265 10796888064 20365 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27245] ppid=27236 vsize=10543836 CPUtime=0.03 cores=1,3,5,7
/proc/27238/task/27245/stat : 27245 (java) S 27236 27238 24181 0 -1 4202560 88 0 0 0 3 0 0 0 15 0 19 0 981342265 10796888064 20365 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27246] ppid=27236 vsize=10543836 CPUtime=0.03 cores=1,3,5,7
/proc/27238/task/27246/stat : 27246 (java) S 27236 27238 24181 0 -1 4202560 131 0 0 0 3 0 0 0 15 0 19 0 981342265 10796888064 20365 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 7 0 0 0
[pid=27238/tid=27247] ppid=27236 vsize=10543836 CPUtime=0.03 cores=1,3,5,7
/proc/27238/task/27247/stat : 27247 (java) S 27236 27238 24181 0 -1 4202560 175 0 0 0 3 0 0 0 16 0 19 0 981342265 10796888064 20365 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 3 0 0 0
[pid=27238/tid=27248] ppid=27236 vsize=10543836 CPUtime=0.02 cores=1,3,5,7
/proc/27238/task/27248/stat : 27248 (java) S 27236 27238 24181 0 -1 4202560 11 0 0 0 2 0 0 0 15 0 19 0 981342265 10796888064 20365 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 7 0 0 0
[pid=27238/tid=27249] ppid=27236 vsize=10543836 CPUtime=1.62 cores=1,3,5,7
/proc/27238/task/27249/stat : 27249 (java) S 27236 27238 24181 0 -1 4202560 1040 0 0 0 161 1 0 0 15 0 19 0 981342266 10796888064 20365 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032212480 0 0 0 16800975 18446604471119458496 0 0 -1 5 0 0 0
[pid=27238/tid=27250] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27250/stat : 27250 (java) S 27236 27238 24181 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981342266 10796888064 20365 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27251] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27251/stat : 27251 (java) S 27236 27238 24181 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981342266 10796888064 20365 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27252] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27252/stat : 27252 (java) S 27236 27238 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981342268 10796888064 20365 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032219569 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27253] ppid=27236 vsize=10543836 CPUtime=0.95 cores=1,3,5,7
/proc/27238/task/27253/stat : 27253 (java) S 27236 27238 24181 0 -1 4202560 13561 0 0 0 94 1 0 0 15 0 19 0 981342268 10796888064 20365 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 3 0 0 0
[pid=27238/tid=27254] ppid=27236 vsize=10543836 CPUtime=0.29 cores=1,3,5,7
/proc/27238/task/27254/stat : 27254 (java) S 27236 27238 24181 0 -1 4202560 1864 0 0 0 29 0 0 0 15 0 19 0 981342268 10796888064 20365 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 5 0 0 0
[pid=27238/tid=27255] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27255/stat : 27255 (java) S 27236 27238 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981342268 10796888064 20365 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27256] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27256/stat : 27256 (java) S 27236 27238 24181 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981342268 10796888064 20365 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032212480 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27257] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27257/stat : 27257 (java) S 27236 27238 24181 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981342279 10796888064 20365 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032212480 0 4 0 16800975 18446604471119458496 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 44.47
Current children cumulated vsize (KiB) 10543836

[startup+43.5005 s]
/proc/loadavg: 2.06 2.02 2.00 3/214 27262
/proc/meminfo: memFree=11043060/32951124 swapFree=67056304/67111528
[pid=27238] ppid=27236 vsize=10543836 CPUtime=44.87 cores=1,3,5,7
/proc/27238/stat : 27238 (java) S 27236 27238 24181 0 -1 4202496 31077 0 1 0 4482 5 0 0 24 0 19 0 981342262 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27238/statm: 2635959 20370 2251 9 0 2626693 0
[pid=27238/tid=27239] ppid=27236 vsize=10543836 CPUtime=41.69 cores=1,3,5,7
/proc/27238/task/27239/stat : 27239 (java) R 27236 27238 24181 0 -1 4202560 12283 0 1 0 4168 1 0 0 25 0 19 0 981342263 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 46912505575232 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27238/tid=27241] ppid=27236 vsize=10543836 CPUtime=0.04 cores=1,3,5,7
/proc/27238/task/27241/stat : 27241 (java) S 27236 27238 24181 0 -1 4202560 190 0 0 0 4 0 0 0 15 0 19 0 981342265 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 3 0 0 0
[pid=27238/tid=27242] ppid=27236 vsize=10543836 CPUtime=0.04 cores=1,3,5,7
/proc/27238/task/27242/stat : 27242 (java) S 27236 27238 24181 0 -1 4202560 256 0 0 0 4 0 0 0 15 0 19 0 981342265 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 7 0 0 0
[pid=27238/tid=27243] ppid=27236 vsize=10543836 CPUtime=0.03 cores=1,3,5,7
/proc/27238/task/27243/stat : 27243 (java) S 27236 27238 24181 0 -1 4202560 133 0 0 0 3 0 0 0 15 0 19 0 981342265 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27244] ppid=27236 vsize=10543836 CPUtime=0.03 cores=1,3,5,7
/proc/27238/task/27244/stat : 27244 (java) S 27236 27238 24181 0 -1 4202560 188 0 0 0 3 0 0 0 15 0 19 0 981342265 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27245] ppid=27236 vsize=10543836 CPUtime=0.03 cores=1,3,5,7
/proc/27238/task/27245/stat : 27245 (java) S 27236 27238 24181 0 -1 4202560 88 0 0 0 3 0 0 0 15 0 19 0 981342265 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27246] ppid=27236 vsize=10543836 CPUtime=0.03 cores=1,3,5,7
/proc/27238/task/27246/stat : 27246 (java) S 27236 27238 24181 0 -1 4202560 131 0 0 0 3 0 0 0 15 0 19 0 981342265 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 7 0 0 0
[pid=27238/tid=27247] ppid=27236 vsize=10543836 CPUtime=0.03 cores=1,3,5,7
/proc/27238/task/27247/stat : 27247 (java) S 27236 27238 24181 0 -1 4202560 175 0 0 0 3 0 0 0 16 0 19 0 981342265 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 3 0 0 0
[pid=27238/tid=27248] ppid=27236 vsize=10543836 CPUtime=0.02 cores=1,3,5,7
/proc/27238/task/27248/stat : 27248 (java) S 27236 27238 24181 0 -1 4202560 11 0 0 0 2 0 0 0 15 0 19 0 981342265 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 7 0 0 0
[pid=27238/tid=27249] ppid=27236 vsize=10543836 CPUtime=1.63 cores=1,3,5,7
/proc/27238/task/27249/stat : 27249 (java) S 27236 27238 24181 0 -1 4202560 1045 0 0 0 162 1 0 0 15 0 19 0 981342266 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032212480 0 0 0 16800975 18446604471119458496 0 0 -1 5 0 0 0
[pid=27238/tid=27250] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27250/stat : 27250 (java) S 27236 27238 24181 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981342266 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27251] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27251/stat : 27251 (java) S 27236 27238 24181 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981342266 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27252] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27252/stat : 27252 (java) S 27236 27238 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981342268 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032219569 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27253] ppid=27236 vsize=10543836 CPUtime=0.95 cores=1,3,5,7
/proc/27238/task/27253/stat : 27253 (java) S 27236 27238 24181 0 -1 4202560 13561 0 0 0 94 1 0 0 15 0 19 0 981342268 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 3 0 0 0
[pid=27238/tid=27254] ppid=27236 vsize=10543836 CPUtime=0.29 cores=1,3,5,7
/proc/27238/task/27254/stat : 27254 (java) S 27236 27238 24181 0 -1 4202560 1864 0 0 0 29 0 0 0 15 0 19 0 981342268 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 5 0 0 0
[pid=27238/tid=27255] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27255/stat : 27255 (java) S 27236 27238 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981342268 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27256] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27256/stat : 27256 (java) S 27236 27238 24181 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981342268 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032212480 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27257] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27257/stat : 27257 (java) S 27236 27238 24181 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981342279 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032212480 0 4 0 16800975 18446604471119458496 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 44.87
Current children cumulated vsize (KiB) 10543836

[startup+43.9014 s]
/proc/loadavg: 2.06 2.02 2.00 3/214 27262
/proc/meminfo: memFree=11043060/32951124 swapFree=67056304/67111528
[pid=27238] ppid=27236 vsize=10543836 CPUtime=45.28 cores=1,3,5,7
/proc/27238/stat : 27238 (java) S 27236 27238 24181 0 -1 4202496 31079 0 1 0 4523 5 0 0 24 0 19 0 981342262 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27238/statm: 2635959 20370 2251 9 0 2626693 0
[pid=27238/tid=27239] ppid=27236 vsize=10543836 CPUtime=42.07 cores=1,3,5,7
/proc/27238/task/27239/stat : 27239 (java) R 27236 27238 24181 0 -1 4202560 12285 0 1 0 4206 1 0 0 25 0 19 0 981342263 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 46912505576060 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27238/tid=27241] ppid=27236 vsize=10543836 CPUtime=0.04 cores=1,3,5,7
/proc/27238/task/27241/stat : 27241 (java) S 27236 27238 24181 0 -1 4202560 190 0 0 0 4 0 0 0 15 0 19 0 981342265 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 3 0 0 0
[pid=27238/tid=27242] ppid=27236 vsize=10543836 CPUtime=0.04 cores=1,3,5,7
/proc/27238/task/27242/stat : 27242 (java) S 27236 27238 24181 0 -1 4202560 256 0 0 0 4 0 0 0 15 0 19 0 981342265 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 7 0 0 0
[pid=27238/tid=27243] ppid=27236 vsize=10543836 CPUtime=0.03 cores=1,3,5,7
/proc/27238/task/27243/stat : 27243 (java) S 27236 27238 24181 0 -1 4202560 133 0 0 0 3 0 0 0 15 0 19 0 981342265 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27244] ppid=27236 vsize=10543836 CPUtime=0.03 cores=1,3,5,7
/proc/27238/task/27244/stat : 27244 (java) S 27236 27238 24181 0 -1 4202560 188 0 0 0 3 0 0 0 16 0 19 0 981342265 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27245] ppid=27236 vsize=10543836 CPUtime=0.03 cores=1,3,5,7
/proc/27238/task/27245/stat : 27245 (java) S 27236 27238 24181 0 -1 4202560 88 0 0 0 3 0 0 0 15 0 19 0 981342265 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27246] ppid=27236 vsize=10543836 CPUtime=0.03 cores=1,3,5,7
/proc/27238/task/27246/stat : 27246 (java) S 27236 27238 24181 0 -1 4202560 131 0 0 0 3 0 0 0 16 0 19 0 981342265 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27247] ppid=27236 vsize=10543836 CPUtime=0.03 cores=1,3,5,7
/proc/27238/task/27247/stat : 27247 (java) S 27236 27238 24181 0 -1 4202560 175 0 0 0 3 0 0 0 15 0 19 0 981342265 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 3 0 0 0
[pid=27238/tid=27248] ppid=27236 vsize=10543836 CPUtime=0.02 cores=1,3,5,7
/proc/27238/task/27248/stat : 27248 (java) S 27236 27238 24181 0 -1 4202560 11 0 0 0 2 0 0 0 16 0 19 0 981342265 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 7 0 0 0
[pid=27238/tid=27249] ppid=27236 vsize=10543836 CPUtime=1.66 cores=1,3,5,7
/proc/27238/task/27249/stat : 27249 (java) S 27236 27238 24181 0 -1 4202560 1045 0 0 0 165 1 0 0 15 0 19 0 981342266 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032212480 0 0 0 16800975 18446604471119458496 0 0 -1 5 0 0 0
[pid=27238/tid=27250] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27250/stat : 27250 (java) S 27236 27238 24181 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981342266 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27251] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27251/stat : 27251 (java) S 27236 27238 24181 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981342266 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27252] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27252/stat : 27252 (java) S 27236 27238 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981342268 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032219569 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27253] ppid=27236 vsize=10543836 CPUtime=0.95 cores=1,3,5,7
/proc/27238/task/27253/stat : 27253 (java) S 27236 27238 24181 0 -1 4202560 13561 0 0 0 94 1 0 0 15 0 19 0 981342268 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 3 0 0 0
[pid=27238/tid=27254] ppid=27236 vsize=10543836 CPUtime=0.29 cores=1,3,5,7
/proc/27238/task/27254/stat : 27254 (java) S 27236 27238 24181 0 -1 4202560 1864 0 0 0 29 0 0 0 15 0 19 0 981342268 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 5 0 0 0
[pid=27238/tid=27255] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27255/stat : 27255 (java) S 27236 27238 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981342268 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27256] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27256/stat : 27256 (java) S 27236 27238 24181 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981342268 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032212480 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27257] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27257/stat : 27257 (java) S 27236 27238 24181 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981342279 10796888064 20370 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032212480 0 4 0 16800975 18446604471119458496 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 45.28
Current children cumulated vsize (KiB) 10543836

[startup+44.0064 s]
/proc/loadavg: 2.06 2.02 2.00 3/214 27262
/proc/meminfo: memFree=11043060/32951124 swapFree=67056304/67111528
[pid=27238] ppid=27236 vsize=10543836 CPUtime=45.38 cores=1,3,5,7
/proc/27238/stat : 27238 (java) S 27236 27238 24181 0 -1 4202496 31081 0 1 0 4533 5 0 0 24 0 19 0 981342262 10796888064 20372 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27238/statm: 2635959 20372 2251 9 0 2626693 0
[pid=27238/tid=27239] ppid=27236 vsize=10543836 CPUtime=42.17 cores=1,3,5,7
/proc/27238/task/27239/stat : 27239 (java) R 27236 27238 24181 0 -1 4202560 12287 0 1 0 4216 1 0 0 25 0 19 0 981342263 10796888064 20372 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 46912505545598 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27238/tid=27241] ppid=27236 vsize=10543836 CPUtime=0.04 cores=1,3,5,7
/proc/27238/task/27241/stat : 27241 (java) S 27236 27238 24181 0 -1 4202560 190 0 0 0 4 0 0 0 15 0 19 0 981342265 10796888064 20372 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 3 0 0 0
[pid=27238/tid=27242] ppid=27236 vsize=10543836 CPUtime=0.04 cores=1,3,5,7
/proc/27238/task/27242/stat : 27242 (java) S 27236 27238 24181 0 -1 4202560 256 0 0 0 4 0 0 0 15 0 19 0 981342265 10796888064 20372 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 7 0 0 0
[pid=27238/tid=27243] ppid=27236 vsize=10543836 CPUtime=0.03 cores=1,3,5,7
/proc/27238/task/27243/stat : 27243 (java) S 27236 27238 24181 0 -1 4202560 133 0 0 0 3 0 0 0 15 0 19 0 981342265 10796888064 20372 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27244] ppid=27236 vsize=10543836 CPUtime=0.03 cores=1,3,5,7
/proc/27238/task/27244/stat : 27244 (java) S 27236 27238 24181 0 -1 4202560 188 0 0 0 3 0 0 0 16 0 19 0 981342265 10796888064 20372 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27245] ppid=27236 vsize=10543836 CPUtime=0.03 cores=1,3,5,7
/proc/27238/task/27245/stat : 27245 (java) S 27236 27238 24181 0 -1 4202560 88 0 0 0 3 0 0 0 15 0 19 0 981342265 10796888064 20372 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27246] ppid=27236 vsize=10543836 CPUtime=0.03 cores=1,3,5,7
/proc/27238/task/27246/stat : 27246 (java) S 27236 27238 24181 0 -1 4202560 131 0 0 0 3 0 0 0 16 0 19 0 981342265 10796888064 20372 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27247] ppid=27236 vsize=10543836 CPUtime=0.03 cores=1,3,5,7
/proc/27238/task/27247/stat : 27247 (java) S 27236 27238 24181 0 -1 4202560 175 0 0 0 3 0 0 0 15 0 19 0 981342265 10796888064 20372 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 3 0 0 0
[pid=27238/tid=27248] ppid=27236 vsize=10543836 CPUtime=0.02 cores=1,3,5,7
/proc/27238/task/27248/stat : 27248 (java) S 27236 27238 24181 0 -1 4202560 11 0 0 0 2 0 0 0 16 0 19 0 981342265 10796888064 20372 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 7 0 0 0
[pid=27238/tid=27249] ppid=27236 vsize=10543836 CPUtime=1.66 cores=1,3,5,7
/proc/27238/task/27249/stat : 27249 (java) S 27236 27238 24181 0 -1 4202560 1045 0 0 0 165 1 0 0 15 0 19 0 981342266 10796888064 20372 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032212480 0 0 0 16800975 18446604471119458496 0 0 -1 5 0 0 0
[pid=27238/tid=27250] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27250/stat : 27250 (java) S 27236 27238 24181 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981342266 10796888064 20372 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27251] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27251/stat : 27251 (java) S 27236 27238 24181 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981342266 10796888064 20372 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27252] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27252/stat : 27252 (java) S 27236 27238 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981342268 10796888064 20372 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032219569 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27253] ppid=27236 vsize=10543836 CPUtime=0.95 cores=1,3,5,7
/proc/27238/task/27253/stat : 27253 (java) S 27236 27238 24181 0 -1 4202560 13561 0 0 0 94 1 0 0 15 0 19 0 981342268 10796888064 20372 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 3 0 0 0
[pid=27238/tid=27254] ppid=27236 vsize=10543836 CPUtime=0.29 cores=1,3,5,7
/proc/27238/task/27254/stat : 27254 (java) S 27236 27238 24181 0 -1 4202560 1864 0 0 0 29 0 0 0 15 0 19 0 981342268 10796888064 20372 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 5 0 0 0
[pid=27238/tid=27255] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27255/stat : 27255 (java) S 27236 27238 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981342268 10796888064 20372 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032211865 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27256] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27256/stat : 27256 (java) S 27236 27238 24181 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981342268 10796888064 20372 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032212480 0 4 0 16800975 18446604471119458496 0 0 -1 1 0 0 0
[pid=27238/tid=27257] ppid=27236 vsize=10543836 CPUtime=0 cores=1,3,5,7
/proc/27238/task/27257/stat : 27257 (java) S 27236 27238 24181 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981342279 10796888064 20372 33554432000 1073741824 1073778376 140737438752928 18446744073709551615 260032212480 0 4 0 16800975 18446604471119458496 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 45.38
Current children cumulated vsize (KiB) 10543836

Child status: 30
Real time (s): 44.0779
CPU time (s): 45.4651
CPU user time (s): 45.4021
CPU system time (s): 0.06299
CPU usage (%): 103.147
Max. virtual memory (cumulated for all children) (KiB): 10544132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.4021
system time used= 0.06299
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31107
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= 4429
involuntary context switches= 2435

runsolver used 0.091986 second user time and 0.161975 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-12 22:38:37
IDJOB=3492673
IDBENCH=79220
IDSOLVER=1982
FILE ID=node110/3492673-1307911117
RUNJOBID= node110-1307907269-25819
PBS_JOBID= 13559603
Free space on /var/tmp= 2884 MiB

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

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

MD5SUM BENCH= e22981c06c33638df25ec23a309ffad8
RANDOM SEED=110593016

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11119376 kB
Buffers:         54632 kB
Cached:       20955724 kB
SwapCached:       9144 kB
Active:        5808088 kB
Inactive:     15309936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11119376 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:             432 kB
Writeback:          12 kB
AnonPages:      105172 kB
Mapped:          21564 kB
Slab:           649604 kB
PageTables:       4604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10550920 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2884 MiB
End job on node110 at 2011-06-12 22:39:21