Trace number 3492645

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 44.8662 43.5036

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110976730--soft-0-100-0.wbo
MD5SUM757f0ee369969ddf8bfd897da7532965
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark2.94655
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 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1183
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492645-1307911063.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.055s.
0.10/0.16	c #vars     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.27/0.22	c SATISFIABLE
0.27/0.22	c OPTIMIZING...
0.27/0.22	c Got one! Elapsed wall clock time (in seconds):0.112
0.27/0.22	o 769
0.27/0.25	c Got one! Elapsed wall clock time (in seconds):0.144
0.27/0.25	o 496
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.16
0.27/0.27	o 495
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.167
0.27/0.28	o 452
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.179
0.27/0.29	o 423
0.52/0.33	c Got one! Elapsed wall clock time (in seconds):0.218
0.52/0.33	o 419
0.52/0.34	c Got one! Elapsed wall clock time (in seconds):0.237
0.52/0.34	o 416
0.77/0.50	c Got one! Elapsed wall clock time (in seconds):0.392
0.77/0.50	o 403
0.77/0.53	c Got one! Elapsed wall clock time (in seconds):0.425
0.77/0.53	o 371
0.77/0.57	c Got one! Elapsed wall clock time (in seconds):0.459
0.77/0.57	o 356
0.87/0.69	c cleaning 4171 clauses out of 8347 with flag 2001/8347
1.01/0.78	c Got one! Elapsed wall clock time (in seconds):0.677
1.01/0.78	o 325
1.23/0.97	c cleaning 5052 clauses out of 10115 with flag 4001/14286
1.34/1.02	c Got one! Elapsed wall clock time (in seconds):0.913
1.34/1.02	o 320
1.34/1.05	c Got one! Elapsed wall clock time (in seconds):0.94
1.34/1.05	o 302
1.34/1.07	c Got one! Elapsed wall clock time (in seconds):0.961
1.34/1.07	o 299
1.45/1.18	c Got one! Elapsed wall clock time (in seconds):1.071
1.45/1.18	o 274
1.55/1.25	c Got one! Elapsed wall clock time (in seconds):1.144
1.55/1.25	o 230
1.65/1.34	c cleaning 6861 clauses out of 13729 with flag 2000/22952
2.02/1.64	c cleaning 6431 clauses out of 12870 with flag 8002/28954
2.02/1.67	c Got one! Elapsed wall clock time (in seconds):1.561
2.02/1.67	o 213
2.24/1.88	c cleaning 5885 clauses out of 11782 with flag 5001/34297
2.44/2.09	c Got one! Elapsed wall clock time (in seconds):1.986
2.44/2.09	o 192
2.56/2.14	c cleaning 5626 clauses out of 11259 with flag 1001/39659
2.76/2.32	c Got one! Elapsed wall clock time (in seconds):2.207
2.76/2.32	o 186
2.76/2.36	c cleaning 5330 clauses out of 10663 with flag 1000/44689
2.86/2.43	c Got one! Elapsed wall clock time (in seconds):2.322
2.86/2.43	o 179
2.96/2.60	c cleaning 5521 clauses out of 11054 with flag 4001/50410
3.06/2.61	c Got one! Elapsed wall clock time (in seconds):2.505
3.06/2.61	o 160
3.26/2.81	c cleaning 5301 clauses out of 10609 with flag 5003/55486
3.36/2.98	c Got one! Elapsed wall clock time (in seconds):2.868
3.36/2.98	o 151
3.46/3.07	c cleaning 5640 clauses out of 11292 with flag 2005/61470
3.76/3.33	c cleaning 5821 clauses out of 11648 with flag 8001/67466
3.86/3.46	c Got one! Elapsed wall clock time (in seconds):3.35
3.86/3.46	o 142
3.96/3.57	c cleaning 5846 clauses out of 11698 with flag 3002/73337
4.16/3.79	c Got one! Elapsed wall clock time (in seconds):3.679
4.16/3.79	o 131
4.49/4.02	c cleaning 8061 clauses out of 16129 with flag 5000/83614
4.69/4.27	c cleaning 7031 clauses out of 14070 with flag 11002/89616
5.13/4.63	c cleaning 7016 clauses out of 14039 with flag 18002/96616
5.13/4.67	c Got one! Elapsed wall clock time (in seconds):4.559
5.13/4.67	o 118
5.52/4.88	c cleaning 6199 clauses out of 12414 with flag 5001/102007
5.73/4.92	c Got one! Elapsed wall clock time (in seconds):4.813
5.73/4.92	o 110
6.12/5.12	c cleaning 5786 clauses out of 11580 with flag 5004/107372
6.12/5.18	c Got one! Elapsed wall clock time (in seconds):5.069
6.12/5.18	o 103
6.45/5.33	c cleaning 5513 clauses out of 11042 with flag 4002/112620
6.65/5.56	c cleaning 5760 clauses out of 11529 with flag 10002/118620
6.75/5.61	c Got one! Elapsed wall clock time (in seconds):5.499
6.75/5.61	o 94
6.89/5.79	c cleaning 5818 clauses out of 11645 with flag 5000/124496
7.19/6.03	c cleaning 5909 clauses out of 11828 with flag 11001/130497
7.49/6.34	c cleaning 6457 clauses out of 12922 with flag 18004/137500
7.80/6.62	c Got one! Elapsed wall clock time (in seconds):6.509
7.80/6.62	o 93
8.00/6.84	c cleaning 8693 clauses out of 17394 with flag 5002/148429
8.30/7.15	c cleaning 7349 clauses out of 14701 with flag 11002/154429
8.71/7.51	c cleaning 7171 clauses out of 14351 with flag 18001/161428
8.71/7.58	c Got one! Elapsed wall clock time (in seconds):7.476
8.71/7.58	o 84
8.92/7.74	c cleaning 6238 clauses out of 12480 with flag 4003/166728
9.11/7.97	c cleaning 6117 clauses out of 12241 with flag 10002/172727
9.51/8.31	c cleaning 6558 clauses out of 13126 with flag 17004/179729
9.62/8.46	c Got one! Elapsed wall clock time (in seconds):8.355
9.62/8.46	o 71
9.72/8.54	c cleaning 5797 clauses out of 11599 with flag 2000/184760
9.92/8.78	c cleaning 5898 clauses out of 11805 with flag 8003/190763
10.22/9.04	c cleaning 6449 clauses out of 12906 with flag 15002/197762
10.52/9.36	c cleaning 7223 clauses out of 14455 with flag 23000/205760
10.82/9.67	c Got one! Elapsed wall clock time (in seconds):9.565
10.82/9.67	o 65
11.13/9.90	c cleaning 10112 clauses out of 20230 with flag 5001/218758
11.42/10.22	c cleaning 8052 clauses out of 16117 with flag 11000/224757
11.52/10.38	c Got one! Elapsed wall clock time (in seconds):10.273
11.52/10.38	o 37
11.62/10.46	c cleaning 6959 clauses out of 13931 with flag 2000/230623
11.92/10.70	c cleaning 6483 clauses out of 12972 with flag 8000/236623
12.13/10.97	c cleaning 6739 clauses out of 13489 with flag 15000/243623
12.43/11.28	c cleaning 7373 clauses out of 14753 with flag 23003/251626
12.83/11.63	c cleaning 8181 clauses out of 16378 with flag 32001/260624
13.26/12.02	c cleaning 9093 clauses out of 18196 with flag 42000/270623
13.46/12.27	c Got one! Elapsed wall clock time (in seconds):12.165
13.46/12.27	o 32
13.66/12.49	c cleaning 10741 clauses out of 21493 with flag 5000/283013
13.96/12.74	c cleaning 8373 clauses out of 16752 with flag 11000/289013
14.26/13.02	c cleaning 7685 clauses out of 15380 with flag 18001/296014
14.56/13.33	c cleaning 7844 clauses out of 15694 with flag 26000/304013
14.86/13.66	c cleaning 8421 clauses out of 16850 with flag 35000/313013
15.16/13.96	c Got one! Elapsed wall clock time (in seconds):13.848
15.16/13.96	o 27
15.46/14.20	c cleaning 11119 clauses out of 22245 with flag 5000/326829
15.46/14.28	c Got one! Elapsed wall clock time (in seconds):14.17
15.46/14.28	o 20
15.66/14.45	c cleaning 8447 clauses out of 16905 with flag 4000/332608
15.86/14.67	c cleaning 7227 clauses out of 14458 with flag 10000/338608
16.16/14.91	c cleaning 7112 clauses out of 14232 with flag 17001/345609
16.36/15.18	c cleaning 7556 clauses out of 15120 with flag 25001/353609
16.67/15.49	c cleaning 8277 clauses out of 16563 with flag 34000/362608
17.06/15.83	c cleaning 9139 clauses out of 18287 with flag 44001/372609
17.36/16.19	c cleaning 9572 clauses out of 19147 with flag 54000/382608
17.77/16.54	c cleaning 9783 clauses out of 19576 with flag 64001/392609
18.07/16.90	c cleaning 9889 clauses out of 19792 with flag 74000/402608
18.47/17.24	c cleaning 9945 clauses out of 19903 with flag 84000/412608
18.77/17.60	c cleaning 9974 clauses out of 19958 with flag 94000/422608
18.97/17.77	c Got one! Elapsed wall clock time (in seconds):17.659
18.97/17.77	o 19
19.18/17.99	c cleaning 10081 clauses out of 20171 with flag 5002/432795
19.48/18.22	c cleaning 8042 clauses out of 16089 with flag 11001/438794
19.68/18.48	c cleaning 7520 clauses out of 15047 with flag 18001/445794
19.99/18.78	c cleaning 7759 clauses out of 15526 with flag 26000/453793
20.38/19.11	c cleaning 8377 clauses out of 16767 with flag 35000/462793
20.68/19.49	c cleaning 9193 clauses out of 18392 with flag 45002/472795
21.09/19.84	c cleaning 9592 clauses out of 19197 with flag 55000/482793
21.48/20.21	c cleaning 9799 clauses out of 19605 with flag 65000/492793
21.78/20.59	c cleaning 9897 clauses out of 19806 with flag 75000/502793
22.19/20.96	c cleaning 9952 clauses out of 19909 with flag 85000/512793
22.48/21.29	c cleaning 9975 clauses out of 19957 with flag 95000/522793
22.88/21.64	c cleaning 9988 clauses out of 19982 with flag 105000/532793
23.19/21.99	c cleaning 9994 clauses out of 19996 with flag 115002/542795
23.59/22.34	c cleaning 9997 clauses out of 20000 with flag 125000/552793
23.79/22.53	c Got one! Elapsed wall clock time (in seconds):22.422
23.79/22.53	o 17
24.00/22.76	c cleaning 10308 clauses out of 20626 with flag 5000/563416
24.31/23.00	c cleaning 8155 clauses out of 16319 with flag 11001/569417
24.50/23.27	c cleaning 7577 clauses out of 15164 with flag 18001/576417
24.80/23.56	c cleaning 7789 clauses out of 15586 with flag 26000/584416
25.11/23.89	c cleaning 8395 clauses out of 16797 with flag 35000/593416
25.51/24.27	c cleaning 9196 clauses out of 18402 with flag 45000/603416
25.91/24.67	c cleaning 9598 clauses out of 19207 with flag 55001/613417
26.21/24.95	c Got one! Elapsed wall clock time (in seconds):24.844
26.21/24.95	o 10
26.41/25.19	c cleaning 11276 clauses out of 22558 with flag 5000/626366
26.71/25.43	c cleaning 8639 clauses out of 17283 with flag 11001/632367
26.91/25.69	c cleaning 7818 clauses out of 15647 with flag 18004/639370
27.21/25.99	c cleaning 7909 clauses out of 15825 with flag 26000/647366
27.61/26.33	c cleaning 8456 clauses out of 16918 with flag 35002/656368
28.01/26.71	c cleaning 9226 clauses out of 18460 with flag 45000/666366
28.41/27.17	c cleaning 9615 clauses out of 19235 with flag 55001/676367
28.82/27.56	c cleaning 9804 clauses out of 19621 with flag 65002/686368
29.11/27.89	c cleaning 9903 clauses out of 19816 with flag 75001/696367
29.51/28.23	c cleaning 9950 clauses out of 19912 with flag 85000/706366
29.82/28.58	c cleaning 9977 clauses out of 19963 with flag 95001/716367
30.21/28.93	c cleaning 9989 clauses out of 19988 with flag 105003/726369
30.51/29.28	c cleaning 9993 clauses out of 19996 with flag 115000/736366
30.93/29.62	c cleaning 9995 clauses out of 20003 with flag 125000/746366
31.32/30.00	c cleaning 9999 clauses out of 20008 with flag 135000/756366
31.63/30.35	c cleaning 9997 clauses out of 20010 with flag 145001/766367
32.03/30.73	c cleaning 9999 clauses out of 20012 with flag 155000/776366
32.33/31.08	c cleaning 10001 clauses out of 20013 with flag 165000/786366
32.73/31.42	c cleaning 10002 clauses out of 20012 with flag 175000/796366
33.03/31.76	c cleaning 10002 clauses out of 20011 with flag 185001/806367
33.43/32.10	c cleaning 9997 clauses out of 20009 with flag 195001/816367
33.73/32.46	c cleaning 10000 clauses out of 20011 with flag 205000/826366
34.13/32.81	c cleaning 10002 clauses out of 20013 with flag 215002/836368
34.43/33.16	c cleaning 9998 clauses out of 20010 with flag 225001/846367
34.83/33.53	c cleaning 10002 clauses out of 20011 with flag 235000/856366
35.13/33.88	c cleaning 10001 clauses out of 20009 with flag 245000/866366
35.53/34.24	c cleaning 9995 clauses out of 20008 with flag 255000/876366
35.84/34.59	c cleaning 10004 clauses out of 20013 with flag 265000/886366
36.24/34.94	c cleaning 10000 clauses out of 20009 with flag 275000/896366
36.54/35.29	c cleaning 10003 clauses out of 20010 with flag 285001/906367
36.94/35.67	c cleaning 9997 clauses out of 20006 with flag 295000/916366
37.34/36.01	c cleaning 9999 clauses out of 20009 with flag 305000/926366
37.64/36.35	c cleaning 10001 clauses out of 20011 with flag 315001/936367
37.94/36.68	c cleaning 10000 clauses out of 20010 with flag 325001/946367
38.34/37.02	c cleaning 10002 clauses out of 20009 with flag 335000/956366
38.64/37.35	c cleaning 10000 clauses out of 20009 with flag 345002/966368
38.94/37.69	c cleaning 10001 clauses out of 20008 with flag 355001/976367
39.34/38.01	c cleaning 10003 clauses out of 20009 with flag 365003/986369
39.64/38.37	c cleaning 9994 clauses out of 20004 with flag 375001/996367
40.04/38.74	c cleaning 10001 clauses out of 20009 with flag 385000/1006366
40.44/39.12	c cleaning 10001 clauses out of 20009 with flag 395001/1016367
40.85/39.50	c cleaning 10003 clauses out of 20007 with flag 405000/1026366
41.14/39.89	c cleaning 9999 clauses out of 20004 with flag 415000/1036366
41.54/40.25	c cleaning 9999 clauses out of 20006 with flag 425001/1046367
41.84/40.60	c cleaning 9997 clauses out of 20006 with flag 435000/1056366
42.24/40.94	c cleaning 10000 clauses out of 20010 with flag 445001/1066367
42.54/41.28	c cleaning 10001 clauses out of 20009 with flag 455000/1076366
42.94/41.63	c cleaning 10003 clauses out of 20012 with flag 465004/1086370
43.24/41.96	c cleaning 9999 clauses out of 20007 with flag 475002/1096368
43.64/42.30	c cleaning 10000 clauses out of 20009 with flag 485003/1106369
43.94/42.66	c cleaning 9997 clauses out of 20005 with flag 495000/1116366
44.35/43.03	c cleaning 9998 clauses out of 20008 with flag 505000/1126366
44.65/43.37	c cleaning 10006 clauses out of 20011 with flag 515001/1136367
44.75/43.49	c starts		: 225
44.75/43.49	c conflicts		: 1140010
44.75/43.49	c decisions		: 1702427
44.75/43.49	c propagations		: 26087194
44.75/43.49	c inspects		: 275661493
44.75/43.49	c shortcuts		: 0
44.75/43.49	c learnt literals	: 7
44.75/43.49	c learnt binary clauses	: 61
44.75/43.49	c learnt ternary clauses	: 562
44.75/43.49	c learnt constraints	: 1140002
44.75/43.49	c ignored constraints	: 0
44.75/43.49	c root simplifications	: 0
44.75/43.49	c removed literals (reason simplification)	: 9687485
44.75/43.49	c reason swapping (by a shorter reason)	: 0
44.75/43.49	c Calls to reduceDB	: 131
44.75/43.49	c number of reductions to clauses (during analyze)	: 0
44.75/43.49	c number of learned constraints concerned by reduction	: 0
44.75/43.49	c number of learning phase by resolution	: 0
44.75/43.49	c number of learning phase by cutting planes	: 0
44.75/43.49	c speed (assignments/second)	: 1407076.2675296657
44.75/43.49	c non guided choices	2293
44.75/43.49	c learnt constraints type 
44.75/43.49	c constraints type 
44.75/43.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
44.75/43.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
44.75/43.49	s OPTIMUM FOUND
44.75/43.49	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 
44.75/43.49	c objective function=10
44.75/43.49	c Total wall clock time (in seconds): 43.386

Verifier Data

OK	10

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-3492645-1307911063/watcher-3492645-1307911063 -o /tmp/evaluation-result-3492645-1307911063/solver-3492645-1307911063 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492645-1307911063.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.08 2.03 1.90 2/195 10433
/proc/meminfo: memFree=2667252/32951124 swapFree=67076880/67111528
[pid=10433] ppid=10431 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/10433/stat : 10433 (java) R 10431 10433 8865 0 -1 4202496 905 0 0 0 0 0 0 0 24 0 1 0 902703992 23580672 648 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212682712832 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10433/statm: 5757 659 484 9 0 124 0

[startup+0.0176351 s]
/proc/loadavg: 2.08 2.03 1.90 2/195 10433
/proc/meminfo: memFree=2667252/32951124 swapFree=67076880/67111528
[pid=10433] ppid=10431 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/10433/stat : 10433 (java) S 10431 10433 8865 0 -1 4202496 5603 0 1 0 0 0 0 0 24 0 2 0 902703992 10694979584 5304 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699477989 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/10433/statm: 2611079 5323 917 9 0 2602235 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10444316

[startup+0.100621 s]
/proc/loadavg: 2.08 2.03 1.90 2/195 10433
/proc/meminfo: memFree=2667252/32951124 swapFree=67076880/67111528
[pid=10433] ppid=10431 vsize=10539824 CPUtime=0.1 cores=1,3,5,7
/proc/10433/stat : 10433 (java) S 10431 10433 8865 0 -1 4202496 13048 0 1 0 8 2 0 0 24 0 18 0 902703992 10792779776 12710 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10433/statm: 2634956 12712 2092 9 0 2625690 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539824

[startup+0.300584 s]
/proc/loadavg: 2.08 2.03 1.90 2/195 10433
/proc/meminfo: memFree=2667252/32951124 swapFree=67076880/67111528
[pid=10433] ppid=10431 vsize=10543844 CPUtime=0.52 cores=1,3,5,7
/proc/10433/stat : 10433 (java) S 10431 10433 8865 0 -1 4202496 16165 0 1 0 50 2 0 0 24 0 19 0 902703992 10796896256 14753 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10433/statm: 2635961 14753 2214 9 0 2626695 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 10543844

[startup+0.700512 s]
/proc/loadavg: 2.08 2.03 1.90 2/195 10433
/proc/meminfo: memFree=2667252/32951124 swapFree=67076880/67111528
[pid=10433] ppid=10431 vsize=10543844 CPUtime=1.01 cores=1,3,5,7
/proc/10433/stat : 10433 (java) S 10431 10433 8865 0 -1 4202496 17567 0 1 0 98 3 0 0 24 0 19 0 902703992 10796896256 15702 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10433/statm: 2635961 15702 2242 9 0 2626695 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 10543844

[startup+1.50136 s]
/proc/loadavg: 2.08 2.03 1.90 3/214 10452
/proc/meminfo: memFree=2611136/32951124 swapFree=67076880/67111528
[pid=10433] ppid=10431 vsize=10543844 CPUtime=1.92 cores=1,3,5,7
/proc/10433/stat : 10433 (java) S 10431 10433 8865 0 -1 4202496 19833 0 1 0 189 3 0 0 24 0 19 0 902703992 10796896256 17473 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10433/statm: 2635961 17473 2249 9 0 2626695 0
[pid=10433/tid=10435] ppid=10431 vsize=10543844 CPUtime=1.43 cores=1,3,5,7
/proc/10433/task/10435/stat : 10435 (java) R 10431 10433 8865 0 -1 4202560 12428 0 1 0 142 1 0 0 20 0 19 0 902703993 10796896256 17473 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 46912505564159 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10433/tid=10436] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10436/stat : 10436 (java) S 10431 10433 8865 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 902703995 10796896256 17473 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10437] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10437/stat : 10437 (java) S 10431 10433 8865 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902703995 10796896256 17473 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10438] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10438/stat : 10438 (java) S 10431 10433 8865 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 19 0 902703995 10796896256 17473 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 3 0 0 0
[pid=10433/tid=10439] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10439/stat : 10439 (java) S 10431 10433 8865 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 902703995 10796896256 17473 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 3 0 0 0
[pid=10433/tid=10440] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10440/stat : 10440 (java) S 10431 10433 8865 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 902703995 10796896256 17473 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10441] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10441/stat : 10441 (java) S 10431 10433 8865 0 -1 4202560 192 0 0 0 0 0 0 0 15 0 19 0 902703995 10796896256 17473 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 3 0 0 0
[pid=10433/tid=10442] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10442/stat : 10442 (java) S 10431 10433 8865 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 902703995 10796896256 17473 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 3 0 0 0
[pid=10433/tid=10443] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10443/stat : 10443 (java) S 10431 10433 8865 0 -1 4202560 230 0 0 0 0 0 0 0 15 0 19 0 902703995 10796896256 17473 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 7 0 0 0
[pid=10433/tid=10444] ppid=10431 vsize=10543844 CPUtime=0.03 cores=1,3,5,7
/proc/10433/task/10444/stat : 10444 (java) S 10431 10433 8865 0 -1 4202560 545 0 0 0 3 0 0 0 15 0 19 0 902703996 10796896256 17473 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491840 0 0 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10445] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10445/stat : 10445 (java) S 10431 10433 8865 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902703996 10796896256 17473 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10446] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10446/stat : 10446 (java) S 10431 10433 8865 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 902703996 10796896256 17473 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 7 0 0 0
[pid=10433/tid=10447] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10447/stat : 10447 (java) S 10431 10433 8865 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703998 10796896256 17473 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699498929 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10448] ppid=10431 vsize=10543844 CPUtime=0.27 cores=1,3,5,7
/proc/10433/task/10448/stat : 10448 (java) S 10431 10433 8865 0 -1 4202560 2905 0 0 0 27 0 0 0 16 0 19 0 902703998 10796896256 17473 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10449] ppid=10431 vsize=10543844 CPUtime=0.14 cores=1,3,5,7
/proc/10433/task/10449/stat : 10449 (java) S 10431 10433 8865 0 -1 4202560 1915 0 0 0 14 0 0 0 15 0 19 0 902703999 10796896256 17473 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10450] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10450/stat : 10450 (java) S 10431 10433 8865 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703999 10796896256 17473 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 3 0 0 0
[pid=10433/tid=10451] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10451/stat : 10451 (java) S 10431 10433 8865 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902703999 10796896256 17473 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491840 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10452] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10452/stat : 10452 (java) S 10431 10433 8865 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902704010 10796896256 17473 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491840 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 10543844

[startup+3.10107 s]
/proc/loadavg: 2.08 2.02 1.90 5/214 10452
/proc/meminfo: memFree=2606052/32951124 swapFree=67076880/67111528
[pid=10433] ppid=10431 vsize=10543844 CPUtime=3.56 cores=1,3,5,7
/proc/10433/stat : 10433 (java) S 10431 10433 8865 0 -1 4202496 19928 0 1 0 353 3 0 0 24 0 19 0 902703992 10796896256 17561 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10433/statm: 2635961 17561 2249 9 0 2626695 0
[pid=10433/tid=10435] ppid=10431 vsize=10543844 CPUtime=2.94 cores=1,3,5,7
/proc/10433/task/10435/stat : 10435 (java) R 10431 10433 8865 0 -1 4202560 12435 0 1 0 293 1 0 0 25 0 19 0 902703993 10796896256 17561 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 46912505570385 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10433/tid=10436] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10436/stat : 10436 (java) S 10431 10433 8865 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 902703995 10796896256 17561 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10437] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10437/stat : 10437 (java) S 10431 10433 8865 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902703995 10796896256 17561 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 7 0 0 0
[pid=10433/tid=10438] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10438/stat : 10438 (java) S 10431 10433 8865 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 19 0 902703995 10796896256 17561 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10439] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10439/stat : 10439 (java) S 10431 10433 8865 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 902703995 10796896256 17561 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 7 0 0 0
[pid=10433/tid=10440] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10440/stat : 10440 (java) S 10431 10433 8865 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 902703995 10796896256 17561 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10441] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10441/stat : 10441 (java) S 10431 10433 8865 0 -1 4202560 192 0 0 0 0 0 0 0 15 0 19 0 902703995 10796896256 17561 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 7 0 0 0
[pid=10433/tid=10442] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10442/stat : 10442 (java) S 10431 10433 8865 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 902703995 10796896256 17561 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10443] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10443/stat : 10443 (java) S 10431 10433 8865 0 -1 4202560 232 0 0 0 0 0 0 0 15 0 19 0 902703995 10796896256 17561 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 7 0 0 0
[pid=10433/tid=10444] ppid=10431 vsize=10543844 CPUtime=0.11 cores=1,3,5,7
/proc/10433/task/10444/stat : 10444 (java) S 10431 10433 8865 0 -1 4202560 545 0 0 0 11 0 0 0 16 0 19 0 902703996 10796896256 17561 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491840 0 0 0 16800975 18446604457246844096 0 0 -1 3 0 0 0
[pid=10433/tid=10445] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10445/stat : 10445 (java) S 10431 10433 8865 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902703996 10796896256 17561 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10446] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10446/stat : 10446 (java) S 10431 10433 8865 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 902703996 10796896256 17561 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 7 0 0 0
[pid=10433/tid=10447] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10447/stat : 10447 (java) S 10431 10433 8865 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703998 10796896256 17561 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699498929 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10448] ppid=10431 vsize=10543844 CPUtime=0.3 cores=1,3,5,7
/proc/10433/task/10448/stat : 10448 (java) S 10431 10433 8865 0 -1 4202560 2917 0 0 0 30 0 0 0 15 0 19 0 902703998 10796896256 17561 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10449] ppid=10431 vsize=10543844 CPUtime=0.15 cores=1,3,5,7
/proc/10433/task/10449/stat : 10449 (java) S 10431 10433 8865 0 -1 4202560 1915 0 0 0 15 0 0 0 15 0 19 0 902703999 10796896256 17561 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10450] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10450/stat : 10450 (java) S 10431 10433 8865 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703999 10796896256 17561 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 3 0 0 0
[pid=10433/tid=10451] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10451/stat : 10451 (java) S 10431 10433 8865 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902703999 10796896256 17561 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491840 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10452] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10452/stat : 10452 (java) S 10431 10433 8865 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902704010 10796896256 17561 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491840 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 10543844

[startup+6.3015 s]
/proc/loadavg: 2.08 2.02 1.90 3/214 10452
/proc/meminfo: memFree=2594520/32951124 swapFree=67076880/67111528
[pid=10433] ppid=10431 vsize=10543844 CPUtime=7.49 cores=1,3,5,7
/proc/10433/stat : 10433 (java) S 10431 10433 8865 0 -1 4202496 29169 0 1 0 745 4 0 0 24 0 19 0 902703992 10796896256 19958 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10433/statm: 2635961 19958 2251 9 0 2626695 0
[pid=10433/tid=10435] ppid=10431 vsize=10543844 CPUtime=5.97 cores=1,3,5,7
/proc/10433/task/10435/stat : 10435 (java) R 10431 10433 8865 0 -1 4202560 12450 0 1 0 596 1 0 0 18 0 19 0 902703993 10796896256 19958 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 46912505615782 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10433/tid=10436] ppid=10431 vsize=10543844 CPUtime=0.01 cores=1,3,5,7
/proc/10433/task/10436/stat : 10436 (java) S 10431 10433 8865 0 -1 4202560 94 0 0 0 1 0 0 0 16 0 19 0 902703995 10796896256 19958 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10437] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10437/stat : 10437 (java) S 10431 10433 8865 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902703995 10796896256 19958 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10438] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10438/stat : 10438 (java) S 10431 10433 8865 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 19 0 902703995 10796896256 19958 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10439] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10439/stat : 10439 (java) S 10431 10433 8865 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 902703995 10796896256 19958 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 7 0 0 0
[pid=10433/tid=10440] ppid=10431 vsize=10543844 CPUtime=0.01 cores=1,3,5,7
/proc/10433/task/10440/stat : 10440 (java) S 10431 10433 8865 0 -1 4202560 106 0 0 0 1 0 0 0 15 0 19 0 902703995 10796896256 19958 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 7 0 0 0
[pid=10433/tid=10441] ppid=10431 vsize=10543844 CPUtime=0.01 cores=1,3,5,7
/proc/10433/task/10441/stat : 10441 (java) S 10431 10433 8865 0 -1 4202560 192 0 0 0 1 0 0 0 15 0 19 0 902703995 10796896256 19958 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 7 0 0 0
[pid=10433/tid=10442] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10442/stat : 10442 (java) S 10431 10433 8865 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 902703995 10796896256 19958 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10443] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10443/stat : 10443 (java) S 10431 10433 8865 0 -1 4202560 232 0 0 0 0 0 0 0 15 0 19 0 902703995 10796896256 19958 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10444] ppid=10431 vsize=10543844 CPUtime=0.25 cores=1,3,5,7
/proc/10433/task/10444/stat : 10444 (java) S 10431 10433 8865 0 -1 4202560 611 0 0 0 25 0 0 0 16 0 19 0 902703996 10796896256 19958 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491840 0 0 0 16800975 18446604457246844096 0 0 -1 3 0 0 0
[pid=10433/tid=10445] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10445/stat : 10445 (java) S 10431 10433 8865 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902703996 10796896256 19958 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10446] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10446/stat : 10446 (java) S 10431 10433 8865 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 902703996 10796896256 19958 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 7 0 0 0
[pid=10433/tid=10447] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10447/stat : 10447 (java) S 10431 10433 8865 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703998 10796896256 19958 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699498929 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10448] ppid=10431 vsize=10543844 CPUtime=0.96 cores=1,3,5,7
/proc/10433/task/10448/stat : 10448 (java) S 10431 10433 8865 0 -1 4202560 12062 0 0 0 95 1 0 0 15 0 19 0 902703998 10796896256 19958 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10449] ppid=10431 vsize=10543844 CPUtime=0.2 cores=1,3,5,7
/proc/10433/task/10449/stat : 10449 (java) S 10431 10433 8865 0 -1 4202560 1926 0 0 0 20 0 0 0 16 0 19 0 902703999 10796896256 19958 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10450] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10450/stat : 10450 (java) S 10431 10433 8865 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703999 10796896256 19958 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 3 0 0 0
[pid=10433/tid=10451] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10451/stat : 10451 (java) S 10431 10433 8865 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902703999 10796896256 19958 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491840 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10452] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10452/stat : 10452 (java) S 10431 10433 8865 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902704010 10796896256 19958 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491840 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 10543844

[startup+12.7013 s]

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

[pid=10433/tid=10442] ppid=10431 vsize=10543844 CPUtime=0.03 cores=1,3,5,7
/proc/10433/task/10442/stat : 10442 (java) S 10431 10433 8865 0 -1 4202560 101 0 0 0 3 0 0 0 15 0 19 0 902703995 10796896256 20323 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10443] ppid=10431 vsize=10543844 CPUtime=0.03 cores=1,3,5,7
/proc/10433/task/10443/stat : 10443 (java) S 10431 10433 8865 0 -1 4202560 237 0 0 0 3 0 0 0 15 0 19 0 902703995 10796896256 20323 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 7 0 0 0
[pid=10433/tid=10444] ppid=10431 vsize=10543844 CPUtime=1.53 cores=1,3,5,7
/proc/10433/task/10444/stat : 10444 (java) S 10431 10433 8865 0 -1 4202560 946 0 0 0 152 1 0 0 15 0 19 0 902703996 10796896256 20323 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491840 0 0 0 16800975 18446604457246844096 0 0 -1 3 0 0 0
[pid=10433/tid=10445] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10445/stat : 10445 (java) S 10431 10433 8865 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902703996 10796896256 20323 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10446] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10446/stat : 10446 (java) S 10431 10433 8865 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 902703996 10796896256 20323 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 7 0 0 0
[pid=10433/tid=10447] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10447/stat : 10447 (java) S 10431 10433 8865 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703998 10796896256 20323 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699498929 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10448] ppid=10431 vsize=10543844 CPUtime=1 cores=1,3,5,7
/proc/10433/task/10448/stat : 10448 (java) S 10431 10433 8865 0 -1 4202560 12064 0 0 0 99 1 0 0 15 0 19 0 902703998 10796896256 20323 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10449] ppid=10431 vsize=10543844 CPUtime=0.22 cores=1,3,5,7
/proc/10433/task/10449/stat : 10449 (java) S 10431 10433 8865 0 -1 4202560 1926 0 0 0 22 0 0 0 15 0 19 0 902703999 10796896256 20323 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10450] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10450/stat : 10450 (java) S 10431 10433 8865 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703999 10796896256 20323 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 3 0 0 0
[pid=10433/tid=10451] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10451/stat : 10451 (java) S 10431 10433 8865 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902703999 10796896256 20323 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491840 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10452] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10452/stat : 10452 (java) S 10431 10433 8865 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902704010 10796896256 20323 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491840 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39.64
Current children cumulated vsize (KiB) 10543844

[startup+41.5011 s]
/proc/loadavg: 2.04 2.02 1.90 3/214 10453
/proc/meminfo: memFree=2591932/32951124 swapFree=67076880/67111528
[pid=10433] ppid=10431 vsize=10543844 CPUtime=42.84 cores=1,3,5,7
/proc/10433/stat : 10433 (java) S 10431 10433 8865 0 -1 4202496 29651 0 1 0 4278 6 0 0 24 0 19 0 902703992 10796896256 20332 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10433/statm: 2635961 20332 2252 9 0 2626695 0
[pid=10433/tid=10435] ppid=10431 vsize=10543844 CPUtime=39.63 cores=1,3,5,7
/proc/10433/task/10435/stat : 10435 (java) R 10431 10433 8865 0 -1 4202560 12553 0 1 0 3962 1 0 0 17 0 19 0 902703993 10796896256 20332 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 46912505554558 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10433/tid=10436] ppid=10431 vsize=10543844 CPUtime=0.03 cores=1,3,5,7
/proc/10433/task/10436/stat : 10436 (java) S 10431 10433 8865 0 -1 4202560 100 0 0 0 3 0 0 0 15 0 19 0 902703995 10796896256 20332 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10437] ppid=10431 vsize=10543844 CPUtime=0.03 cores=1,3,5,7
/proc/10433/task/10437/stat : 10437 (java) S 10431 10433 8865 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 902703995 10796896256 20332 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10438] ppid=10431 vsize=10543844 CPUtime=0.03 cores=1,3,5,7
/proc/10433/task/10438/stat : 10438 (java) S 10431 10433 8865 0 -1 4202560 174 0 0 0 3 0 0 0 15 0 19 0 902703995 10796896256 20332 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10439] ppid=10431 vsize=10543844 CPUtime=0.03 cores=1,3,5,7
/proc/10433/task/10439/stat : 10439 (java) S 10431 10433 8865 0 -1 4202560 77 0 0 0 3 0 0 0 15 0 19 0 902703995 10796896256 20332 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10440] ppid=10431 vsize=10543844 CPUtime=0.03 cores=1,3,5,7
/proc/10433/task/10440/stat : 10440 (java) S 10431 10433 8865 0 -1 4202560 111 0 0 0 3 0 0 0 16 0 19 0 902703995 10796896256 20332 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10441] ppid=10431 vsize=10543844 CPUtime=0.04 cores=1,3,5,7
/proc/10433/task/10441/stat : 10441 (java) S 10431 10433 8865 0 -1 4202560 192 0 0 0 4 0 0 0 15 0 19 0 902703995 10796896256 20332 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10442] ppid=10431 vsize=10543844 CPUtime=0.03 cores=1,3,5,7
/proc/10433/task/10442/stat : 10442 (java) S 10431 10433 8865 0 -1 4202560 101 0 0 0 3 0 0 0 15 0 19 0 902703995 10796896256 20332 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10443] ppid=10431 vsize=10543844 CPUtime=0.03 cores=1,3,5,7
/proc/10433/task/10443/stat : 10443 (java) S 10431 10433 8865 0 -1 4202560 237 0 0 0 3 0 0 0 15 0 19 0 902703995 10796896256 20332 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 7 0 0 0
[pid=10433/tid=10444] ppid=10431 vsize=10543844 CPUtime=1.66 cores=1,3,5,7
/proc/10433/task/10444/stat : 10444 (java) S 10431 10433 8865 0 -1 4202560 955 0 0 0 165 1 0 0 15 0 19 0 902703996 10796896256 20332 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491840 0 0 0 16800975 18446604457246844096 0 0 -1 3 0 0 0
[pid=10433/tid=10445] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10445/stat : 10445 (java) S 10431 10433 8865 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902703996 10796896256 20332 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10446] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10446/stat : 10446 (java) S 10431 10433 8865 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 902703996 10796896256 20332 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 7 0 0 0
[pid=10433/tid=10447] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10447/stat : 10447 (java) S 10431 10433 8865 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703998 10796896256 20332 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699498929 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10448] ppid=10431 vsize=10543844 CPUtime=1 cores=1,3,5,7
/proc/10433/task/10448/stat : 10448 (java) S 10431 10433 8865 0 -1 4202560 12064 0 0 0 99 1 0 0 15 0 19 0 902703998 10796896256 20332 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10449] ppid=10431 vsize=10543844 CPUtime=0.22 cores=1,3,5,7
/proc/10433/task/10449/stat : 10449 (java) S 10431 10433 8865 0 -1 4202560 1926 0 0 0 22 0 0 0 15 0 19 0 902703999 10796896256 20332 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10450] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10450/stat : 10450 (java) S 10431 10433 8865 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703999 10796896256 20332 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 3 0 0 0
[pid=10433/tid=10451] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10451/stat : 10451 (java) S 10431 10433 8865 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902703999 10796896256 20332 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491840 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10452] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10452/stat : 10452 (java) S 10431 10433 8865 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902704010 10796896256 20332 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491840 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 42.84
Current children cumulated vsize (KiB) 10543844

[startup+42.3009 s]
/proc/loadavg: 2.04 2.02 1.90 3/214 10453
/proc/meminfo: memFree=2592032/32951124 swapFree=67076880/67111528
[pid=10433] ppid=10431 vsize=10543844 CPUtime=43.64 cores=1,3,5,7
/proc/10433/stat : 10433 (java) S 10431 10433 8865 0 -1 4202496 29655 0 1 0 4358 6 0 0 24 0 19 0 902703992 10796896256 20334 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10433/statm: 2635961 20334 2252 9 0 2626695 0
[pid=10433/tid=10435] ppid=10431 vsize=10543844 CPUtime=40.4 cores=1,3,5,7
/proc/10433/task/10435/stat : 10435 (java) R 10431 10433 8865 0 -1 4202560 12555 0 1 0 4039 1 0 0 18 0 19 0 902703993 10796896256 20334 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 46912505734352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10433/tid=10436] ppid=10431 vsize=10543844 CPUtime=0.03 cores=1,3,5,7
/proc/10433/task/10436/stat : 10436 (java) S 10431 10433 8865 0 -1 4202560 100 0 0 0 3 0 0 0 15 0 19 0 902703995 10796896256 20334 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10437] ppid=10431 vsize=10543844 CPUtime=0.03 cores=1,3,5,7
/proc/10433/task/10437/stat : 10437 (java) S 10431 10433 8865 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 902703995 10796896256 20334 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10438] ppid=10431 vsize=10543844 CPUtime=0.03 cores=1,3,5,7
/proc/10433/task/10438/stat : 10438 (java) S 10431 10433 8865 0 -1 4202560 174 0 0 0 3 0 0 0 15 0 19 0 902703995 10796896256 20334 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10439] ppid=10431 vsize=10543844 CPUtime=0.03 cores=1,3,5,7
/proc/10433/task/10439/stat : 10439 (java) S 10431 10433 8865 0 -1 4202560 79 0 0 0 3 0 0 0 16 0 19 0 902703995 10796896256 20334 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10440] ppid=10431 vsize=10543844 CPUtime=0.03 cores=1,3,5,7
/proc/10433/task/10440/stat : 10440 (java) S 10431 10433 8865 0 -1 4202560 111 0 0 0 3 0 0 0 15 0 19 0 902703995 10796896256 20334 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10441] ppid=10431 vsize=10543844 CPUtime=0.04 cores=1,3,5,7
/proc/10433/task/10441/stat : 10441 (java) S 10431 10433 8865 0 -1 4202560 192 0 0 0 4 0 0 0 15 0 19 0 902703995 10796896256 20334 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10442] ppid=10431 vsize=10543844 CPUtime=0.03 cores=1,3,5,7
/proc/10433/task/10442/stat : 10442 (java) S 10431 10433 8865 0 -1 4202560 101 0 0 0 3 0 0 0 15 0 19 0 902703995 10796896256 20334 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10443] ppid=10431 vsize=10543844 CPUtime=0.03 cores=1,3,5,7
/proc/10433/task/10443/stat : 10443 (java) S 10431 10433 8865 0 -1 4202560 237 0 0 0 3 0 0 0 15 0 19 0 902703995 10796896256 20334 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 7 0 0 0
[pid=10433/tid=10444] ppid=10431 vsize=10543844 CPUtime=1.68 cores=1,3,5,7
/proc/10433/task/10444/stat : 10444 (java) S 10431 10433 8865 0 -1 4202560 955 0 0 0 167 1 0 0 15 0 19 0 902703996 10796896256 20334 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491840 0 0 0 16800975 18446604457246844096 0 0 -1 3 0 0 0
[pid=10433/tid=10445] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10445/stat : 10445 (java) S 10431 10433 8865 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902703996 10796896256 20334 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10446] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10446/stat : 10446 (java) S 10431 10433 8865 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 902703996 10796896256 20334 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 7 0 0 0
[pid=10433/tid=10447] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10447/stat : 10447 (java) S 10431 10433 8865 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703998 10796896256 20334 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699498929 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10448] ppid=10431 vsize=10543844 CPUtime=1 cores=1,3,5,7
/proc/10433/task/10448/stat : 10448 (java) S 10431 10433 8865 0 -1 4202560 12064 0 0 0 99 1 0 0 15 0 19 0 902703998 10796896256 20334 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10449] ppid=10431 vsize=10543844 CPUtime=0.22 cores=1,3,5,7
/proc/10433/task/10449/stat : 10449 (java) S 10431 10433 8865 0 -1 4202560 1926 0 0 0 22 0 0 0 15 0 19 0 902703999 10796896256 20334 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10450] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10450/stat : 10450 (java) S 10431 10433 8865 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703999 10796896256 20334 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 3 0 0 0
[pid=10433/tid=10451] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10451/stat : 10451 (java) S 10431 10433 8865 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902703999 10796896256 20334 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491840 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10452] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10452/stat : 10452 (java) S 10431 10433 8865 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902704010 10796896256 20334 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491840 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 43.64
Current children cumulated vsize (KiB) 10543844

[startup+43.1008 s]
/proc/loadavg: 2.04 2.02 1.90 3/214 10453
/proc/meminfo: memFree=2592152/32951124 swapFree=67076880/67111528
[pid=10433] ppid=10431 vsize=10543844 CPUtime=44.45 cores=1,3,5,7
/proc/10433/stat : 10433 (java) S 10431 10433 8865 0 -1 4202496 29667 0 1 0 4439 6 0 0 24 0 19 0 902703992 10796896256 20342 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10433/statm: 2635961 20342 2252 9 0 2626695 0
[pid=10433/tid=10435] ppid=10431 vsize=10543844 CPUtime=41.16 cores=1,3,5,7
/proc/10433/task/10435/stat : 10435 (java) R 10431 10433 8865 0 -1 4202560 12560 0 1 0 4114 2 0 0 17 0 19 0 902703993 10796896256 20342 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 46912505523659 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10433/tid=10436] ppid=10431 vsize=10543844 CPUtime=0.03 cores=1,3,5,7
/proc/10433/task/10436/stat : 10436 (java) S 10431 10433 8865 0 -1 4202560 100 0 0 0 3 0 0 0 15 0 19 0 902703995 10796896256 20342 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10437] ppid=10431 vsize=10543844 CPUtime=0.03 cores=1,3,5,7
/proc/10433/task/10437/stat : 10437 (java) S 10431 10433 8865 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 902703995 10796896256 20342 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10438] ppid=10431 vsize=10543844 CPUtime=0.03 cores=1,3,5,7
/proc/10433/task/10438/stat : 10438 (java) S 10431 10433 8865 0 -1 4202560 174 0 0 0 3 0 0 0 15 0 19 0 902703995 10796896256 20342 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10439] ppid=10431 vsize=10543844 CPUtime=0.03 cores=1,3,5,7
/proc/10433/task/10439/stat : 10439 (java) S 10431 10433 8865 0 -1 4202560 79 0 0 0 3 0 0 0 16 0 19 0 902703995 10796896256 20342 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10440] ppid=10431 vsize=10543844 CPUtime=0.03 cores=1,3,5,7
/proc/10433/task/10440/stat : 10440 (java) S 10431 10433 8865 0 -1 4202560 111 0 0 0 3 0 0 0 15 0 19 0 902703995 10796896256 20342 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 7 0 0 0
[pid=10433/tid=10441] ppid=10431 vsize=10543844 CPUtime=0.04 cores=1,3,5,7
/proc/10433/task/10441/stat : 10441 (java) S 10431 10433 8865 0 -1 4202560 192 0 0 0 4 0 0 0 15 0 19 0 902703995 10796896256 20342 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 7 0 0 0
[pid=10433/tid=10442] ppid=10431 vsize=10543844 CPUtime=0.03 cores=1,3,5,7
/proc/10433/task/10442/stat : 10442 (java) S 10431 10433 8865 0 -1 4202560 101 0 0 0 3 0 0 0 16 0 19 0 902703995 10796896256 20342 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10443] ppid=10431 vsize=10543844 CPUtime=0.03 cores=1,3,5,7
/proc/10433/task/10443/stat : 10443 (java) S 10431 10433 8865 0 -1 4202560 237 0 0 0 3 0 0 0 15 0 19 0 902703995 10796896256 20342 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 7 0 0 0
[pid=10433/tid=10444] ppid=10431 vsize=10543844 CPUtime=1.72 cores=1,3,5,7
/proc/10433/task/10444/stat : 10444 (java) S 10431 10433 8865 0 -1 4202560 961 0 0 0 171 1 0 0 15 0 19 0 902703996 10796896256 20342 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491840 0 0 0 16800975 18446604457246844096 0 0 -1 3 0 0 0
[pid=10433/tid=10445] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10445/stat : 10445 (java) S 10431 10433 8865 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902703996 10796896256 20342 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10446] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10446/stat : 10446 (java) S 10431 10433 8865 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 902703996 10796896256 20342 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 7 0 0 0
[pid=10433/tid=10447] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10447/stat : 10447 (java) S 10431 10433 8865 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703998 10796896256 20342 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699498929 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10448] ppid=10431 vsize=10543844 CPUtime=1 cores=1,3,5,7
/proc/10433/task/10448/stat : 10448 (java) S 10431 10433 8865 0 -1 4202560 12064 0 0 0 99 1 0 0 15 0 19 0 902703998 10796896256 20342 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 1 0 0 0
[pid=10433/tid=10449] ppid=10431 vsize=10543844 CPUtime=0.23 cores=1,3,5,7
/proc/10433/task/10449/stat : 10449 (java) S 10431 10433 8865 0 -1 4202560 1927 0 0 0 23 0 0 0 15 0 19 0 902703999 10796896256 20342 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10450] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10450/stat : 10450 (java) S 10431 10433 8865 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902703999 10796896256 20342 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491225 0 4 0 16800975 18446604457246844096 0 0 -1 3 0 0 0
[pid=10433/tid=10451] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10451/stat : 10451 (java) S 10431 10433 8865 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902703999 10796896256 20342 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491840 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
[pid=10433/tid=10452] ppid=10431 vsize=10543844 CPUtime=0 cores=1,3,5,7
/proc/10433/task/10452/stat : 10452 (java) S 10431 10433 8865 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902704010 10796896256 20342 33554432000 1073741824 1073778376 140734753849696 18446744073709551615 212699491840 0 4 0 16800975 18446604457246844096 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 44.45
Current children cumulated vsize (KiB) 10543844

[startup+43.5007 s]
/proc/loadavg: 2.04 2.02 1.90 3/214 10453
/proc/meminfo: memFree=2592152/32951124 swapFree=67076880/67111528
[pid=10433] ppid=10431 vsize=0 CPUtime=44.86 cores=1,3,5,7
/proc/10433/stat : 10433 (java) Z 10431 10433 8865 0 -1 4203548 29697 0 1 0 4479 7 0 0 18 0 2 0 902703992 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10433/statm: 0 0 0 0 0 0 0
[pid=10433/tid=10435] ppid=10431 vsize=0 CPUtime=41.55 cores=1,3,5,7
/proc/10433/task/10435/stat : 10435 (java) R 10431 10433 8865 0 -1 4203588 12565 0 1 0 4153 2 0 0 18 0 2 0 902703993 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 44.86
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 43.5036
CPU time (s): 44.8662
CPU user time (s): 44.7932
CPU system time (s): 0.072988
CPU usage (%): 103.132
Max. virtual memory (cumulated for all children) (KiB): 10543844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.7932
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29697
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= 4526
involuntary context switches= 1860

runsolver used 0.074988 second user time and 0.166974 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-12 22:37:43
IDJOB=3492645
IDBENCH=79206
IDSOLVER=1982
FILE ID=node139/3492645-1307911063
RUNJOBID= node139-1307908888-10095
PBS_JOBID= 13559516
Free space on /tmp= 2692 MiB

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

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

MD5SUM BENCH= 757f0ee369969ddf8bfd897da7532965
RANDOM SEED=1133434425

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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:     32951124 kB
MemFree:       2668052 kB
Buffers:         66264 kB
Cached:       29029824 kB
SwapCached:       3400 kB
Active:       14611032 kB
Inactive:     14754164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       2668052 kB
SwapTotal:    67111528 kB
SwapFree:     67076880 kB
Dirty:              60 kB
Writeback:           0 kB
AnonPages:      267208 kB
Mapped:          22416 kB
Slab:           853688 kB
PageTables:       5340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10561040 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 /tmp at the end= 2692 MiB
End job on node139 at 2011-06-12 22:38:26