Trace number 3492464

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2011-06-08OPTIMUM 47.6947 46.3585

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973163--soft-33-100-0.wbo
MD5SUMe1c1b8cf9bad61151281f614914c2e6f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark1.36379
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints69
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1215
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.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3492464-1307909873.wbo
0.11/0.11	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.055s.
0.11/0.16	c #vars     238
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.30/0.25	c SATISFIABLE
0.30/0.25	c OPTIMIZING...
0.30/0.25	c Got one! Elapsed wall clock time (in seconds):0.144
0.30/0.25	o 433
0.30/0.28	c Got one! Elapsed wall clock time (in seconds):0.178
0.30/0.28	o 403
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.194
0.54/0.30	o 400
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.241
0.54/0.35	o 398
0.54/0.39	c Got one! Elapsed wall clock time (in seconds):0.284
0.54/0.39	o 337
0.68/0.42	c Got one! Elapsed wall clock time (in seconds):0.313
0.68/0.42	o 315
0.68/0.48	c Got one! Elapsed wall clock time (in seconds):0.375
0.68/0.48	o 297
0.78/0.57	c cleaning 4163 clauses out of 8329 with flag 2000/8329
0.91/0.62	c Got one! Elapsed wall clock time (in seconds):0.512
0.91/0.62	o 290
1.04/0.71	c Got one! Elapsed wall clock time (in seconds):0.6
1.04/0.71	o 285
1.04/0.78	c Got one! Elapsed wall clock time (in seconds):0.675
1.04/0.78	o 279
1.14/0.83	c cleaning 5625 clauses out of 11256 with flag 1000/15419
1.34/1.03	c cleaning 5812 clauses out of 11631 with flag 7000/21419
1.34/1.10	c Got one! Elapsed wall clock time (in seconds):0.995
1.34/1.10	o 245
1.60/1.23	c cleaning 5783 clauses out of 11572 with flag 4002/27172
1.60/1.30	c Got one! Elapsed wall clock time (in seconds):1.19
1.60/1.30	o 195
1.83/1.42	c Got one! Elapsed wall clock time (in seconds):1.31
1.83/1.42	o 155
1.83/1.46	c cleaning 6224 clauses out of 12459 with flag 1000/33842
2.03/1.61	c Got one! Elapsed wall clock time (in seconds):1.506
2.03/1.61	o 142
2.03/1.65	c cleaning 5875 clauses out of 11760 with flag 1002/39367
2.13/1.76	c Got one! Elapsed wall clock time (in seconds):1.653
2.13/1.76	o 113
2.24/1.84	c cleaning 5589 clauses out of 11185 with flag 2004/44667
2.42/1.90	c Got one! Elapsed wall clock time (in seconds):1.792
2.42/1.90	o 82
2.62/2.05	c cleaning 5440 clauses out of 10896 with flag 4000/49967
3.23/2.30	c cleaning 5725 clauses out of 11457 with flag 10001/55968
3.62/2.56	c cleaning 6359 clauses out of 12731 with flag 17000/62967
3.92/2.84	c cleaning 7182 clauses out of 14372 with flag 25000/70967
4.23/3.17	c cleaning 8095 clauses out of 16193 with flag 34003/79970
4.63/3.55	c cleaning 9045 clauses out of 18097 with flag 44002/89969
5.03/3.91	c cleaning 9519 clauses out of 19051 with flag 54001/99968
5.33/4.29	c cleaning 9763 clauses out of 19536 with flag 64005/109972
5.44/4.31	c Got one! Elapsed wall clock time (in seconds):4.207
5.44/4.31	o 69
5.54/4.47	c cleaning 7540 clauses out of 15086 with flag 5000/115285
5.73/4.69	c cleaning 6769 clauses out of 13550 with flag 11004/121289
6.03/4.95	c cleaning 6885 clauses out of 13778 with flag 18001/128286
6.33/5.23	c cleaning 7441 clauses out of 14892 with flag 26000/136285
6.63/5.54	c cleaning 8221 clauses out of 16452 with flag 35001/145286
7.03/5.91	c cleaning 9108 clauses out of 18232 with flag 45002/155287
7.24/6.15	c Got one! Elapsed wall clock time (in seconds):6.045
7.24/6.15	o 53
7.44/6.34	c cleaning 10646 clauses out of 21302 with flag 5000/167465
7.65/6.55	c cleaning 8322 clauses out of 16656 with flag 11000/173465
7.94/6.82	c cleaning 7660 clauses out of 15334 with flag 18000/180465
8.24/7.19	c cleaning 7830 clauses out of 15675 with flag 26001/188466
8.65/7.50	c cleaning 8418 clauses out of 16846 with flag 35002/197467
8.95/7.83	c cleaning 9211 clauses out of 18427 with flag 45001/207466
9.25/8.17	c cleaning 9603 clauses out of 19215 with flag 55000/217465
9.65/8.52	c cleaning 9801 clauses out of 19612 with flag 65000/227465
9.95/8.85	c cleaning 9901 clauses out of 19815 with flag 75004/237469
10.25/9.19	c cleaning 9949 clauses out of 19910 with flag 85000/247465
10.65/9.53	c cleaning 9976 clauses out of 19961 with flag 95000/257465
10.96/9.88	c cleaning 9988 clauses out of 19985 with flag 105000/267465
11.25/10.15	c Got one! Elapsed wall clock time (in seconds):10.049
11.25/10.15	o 51
11.46/10.35	c cleaning 11502 clauses out of 23009 with flag 5000/280477
11.66/10.57	c cleaning 8751 clauses out of 17509 with flag 11002/286479
11.96/10.84	c cleaning 7875 clauses out of 15759 with flag 18003/293480
12.26/11.13	c cleaning 7937 clauses out of 15881 with flag 26000/301477
12.56/11.43	c cleaning 8469 clauses out of 16944 with flag 35000/310477
12.86/11.76	c cleaning 9231 clauses out of 18475 with flag 45000/320477
13.26/12.12	c cleaning 9619 clauses out of 19244 with flag 55000/330477
13.66/12.50	c cleaning 9809 clauses out of 19625 with flag 65000/340477
13.97/12.86	c cleaning 9906 clauses out of 19816 with flag 75000/350477
14.38/13.22	c cleaning 9951 clauses out of 19911 with flag 85001/360478
14.67/13.55	c cleaning 9976 clauses out of 19960 with flag 95001/370478
14.97/13.83	c Got one! Elapsed wall clock time (in seconds):13.725
14.97/13.83	o 42
15.18/14.03	c cleaning 11766 clauses out of 23538 with flag 5004/384032
15.38/14.24	c cleaning 8879 clauses out of 17770 with flag 11002/390030
15.68/14.51	c cleaning 7938 clauses out of 15890 with flag 18001/397029
15.98/14.80	c cleaning 7971 clauses out of 15953 with flag 26002/405030
16.28/15.14	c cleaning 8484 clauses out of 16982 with flag 35002/414030
16.70/15.52	c cleaning 9237 clauses out of 18496 with flag 45000/424028
17.10/15.93	c cleaning 9626 clauses out of 19259 with flag 55000/434028
17.30/16.14	c Got one! Elapsed wall clock time (in seconds):16.036
17.30/16.14	o 30
17.52/16.33	c cleaning 10543 clauses out of 21092 with flag 5001/445487
17.72/16.54	c cleaning 8270 clauses out of 16550 with flag 11002/451488
18.02/16.80	c cleaning 7635 clauses out of 15278 with flag 18000/458486
18.22/17.09	c cleaning 7818 clauses out of 15643 with flag 26000/466486
18.62/17.40	c cleaning 8406 clauses out of 16825 with flag 35000/475486
18.92/17.75	c cleaning 9202 clauses out of 18419 with flag 45000/485486
19.22/18.09	c cleaning 9607 clauses out of 19220 with flag 55003/495489
19.63/18.43	c cleaning 9799 clauses out of 19610 with flag 65000/505486
19.93/18.75	c cleaning 9899 clauses out of 19813 with flag 75002/515488
20.23/19.08	c cleaning 9949 clauses out of 19915 with flag 85003/525489
20.63/19.40	c cleaning 9975 clauses out of 19964 with flag 95001/535487
20.63/19.47	c Got one! Elapsed wall clock time (in seconds):19.369
20.63/19.47	o 19
20.73/19.57	c cleaning 7637 clauses out of 15290 with flag 3000/540788
20.93/19.77	c cleaning 6824 clauses out of 13655 with flag 9002/546790
21.23/20.00	c cleaning 6910 clauses out of 13829 with flag 16000/553788
21.43/20.28	c cleaning 7457 clauses out of 14919 with flag 24000/561788
21.73/20.59	c cleaning 8228 clauses out of 16463 with flag 33001/570789
22.14/20.94	c cleaning 9113 clauses out of 18234 with flag 43000/580788
22.43/21.27	c cleaning 9557 clauses out of 19121 with flag 53000/590788
22.73/21.59	c cleaning 9776 clauses out of 19564 with flag 63000/600788
23.14/21.92	c cleaning 9891 clauses out of 19789 with flag 73001/610789
23.43/22.26	c cleaning 9943 clauses out of 19899 with flag 83002/620790
23.73/22.59	c cleaning 9974 clauses out of 19954 with flag 93000/630788
24.13/22.92	c cleaning 9983 clauses out of 19980 with flag 103000/640788
24.44/23.24	c cleaning 9995 clauses out of 19998 with flag 113001/650789
24.74/23.56	c cleaning 9997 clauses out of 20002 with flag 123000/660788
25.04/23.89	c cleaning 9998 clauses out of 20006 with flag 133001/670789
25.45/24.22	c cleaning 10001 clauses out of 20007 with flag 143000/680788
25.74/24.56	c cleaning 10000 clauses out of 20009 with flag 153003/690791
26.14/24.91	c cleaning 9998 clauses out of 20009 with flag 163003/700791
26.45/25.26	c cleaning 9997 clauses out of 20008 with flag 173000/710788
26.74/25.60	c cleaning 10001 clauses out of 20012 with flag 183001/720789
27.14/25.91	c cleaning 10000 clauses out of 20011 with flag 193001/730789
27.44/26.24	c cleaning 10000 clauses out of 20010 with flag 203000/740788
27.74/26.55	c cleaning 9999 clauses out of 20010 with flag 213000/750788
28.04/26.90	c cleaning 9999 clauses out of 20012 with flag 223001/760789
28.45/27.21	c cleaning 10003 clauses out of 20013 with flag 233001/770789
28.76/27.52	c cleaning 9999 clauses out of 20011 with flag 243002/780790
29.05/27.87	c cleaning 9998 clauses out of 20010 with flag 253000/790788
29.46/28.21	c cleaning 10003 clauses out of 20013 with flag 263001/800789
29.76/28.52	c cleaning 9996 clauses out of 20009 with flag 273000/810788
30.06/28.84	c cleaning 10003 clauses out of 20014 with flag 283001/820789
30.36/29.17	c cleaning 10001 clauses out of 20010 with flag 293000/830788
30.66/29.49	c cleaning 10002 clauses out of 20011 with flag 303002/840790
31.06/29.80	c cleaning 10002 clauses out of 20010 with flag 313003/850791
31.17/29.97	c Got one! Elapsed wall clock time (in seconds):29.863
31.17/29.97	o 15
31.37/30.16	c cleaning 10391 clauses out of 20789 with flag 5002/861572
31.57/30.36	c cleaning 8193 clauses out of 16396 with flag 11000/867570
31.87/30.62	c cleaning 7597 clauses out of 15205 with flag 18002/874572
32.17/30.90	c cleaning 7799 clauses out of 15606 with flag 26000/882570
32.37/31.19	c cleaning 8395 clauses out of 16807 with flag 35000/891570
32.77/31.52	c cleaning 9202 clauses out of 18412 with flag 45000/901570
33.08/31.89	c cleaning 9604 clauses out of 19212 with flag 55002/911572
33.47/32.26	c cleaning 9798 clauses out of 19608 with flag 65002/921572
33.87/32.64	c cleaning 9901 clauses out of 19808 with flag 75000/931570
34.18/33.00	c cleaning 9947 clauses out of 19907 with flag 85000/941570
34.57/33.35	c cleaning 9973 clauses out of 19960 with flag 95000/951570
34.97/33.73	c cleaning 9988 clauses out of 19987 with flag 105000/961570
35.38/34.13	c cleaning 9991 clauses out of 20000 with flag 115001/971571
35.67/34.47	c cleaning 9997 clauses out of 20009 with flag 125001/981571
36.07/34.83	c cleaning 10001 clauses out of 20012 with flag 135001/991571
36.38/35.18	c cleaning 9997 clauses out of 20010 with flag 145000/1001570
36.77/35.52	c cleaning 10000 clauses out of 20013 with flag 155000/1011570
37.08/35.84	c cleaning 10004 clauses out of 20016 with flag 165003/1021573
37.48/36.24	c cleaning 10000 clauses out of 20009 with flag 175000/1031570
37.78/36.58	c cleaning 10000 clauses out of 20010 with flag 185001/1041571
38.18/36.93	c cleaning 10002 clauses out of 20010 with flag 195001/1051571
38.48/37.28	c cleaning 10000 clauses out of 20008 with flag 205001/1061571
38.88/37.61	c cleaning 9997 clauses out of 20007 with flag 215000/1071570
39.18/37.94	c cleaning 9999 clauses out of 20011 with flag 225001/1081571
39.48/38.29	c cleaning 10002 clauses out of 20012 with flag 235001/1091571
39.89/38.63	c cleaning 10000 clauses out of 20009 with flag 245000/1101570
40.19/38.96	c cleaning 10002 clauses out of 20011 with flag 255002/1111572
40.59/39.30	c cleaning 9996 clauses out of 20008 with flag 265001/1121571
40.90/39.64	c cleaning 10001 clauses out of 20012 with flag 275001/1131571
41.19/39.98	c cleaning 9998 clauses out of 20010 with flag 285000/1141570
41.59/40.32	c cleaning 9998 clauses out of 20012 with flag 295000/1151570
41.89/40.67	c cleaning 10006 clauses out of 20017 with flag 305003/1161573
42.29/41.02	c cleaning 10001 clauses out of 20009 with flag 315001/1171571
42.59/41.35	c cleaning 10003 clauses out of 20011 with flag 325004/1181574
42.89/41.70	c cleaning 9998 clauses out of 20005 with flag 335001/1191571
43.30/42.03	c cleaning 9997 clauses out of 20006 with flag 345000/1201570
43.60/42.39	c cleaning 10002 clauses out of 20012 with flag 355003/1211573
44.00/42.74	c cleaning 10000 clauses out of 20009 with flag 365002/1221572
44.30/43.08	c cleaning 9998 clauses out of 20007 with flag 375000/1231570
44.70/43.40	c cleaning 10002 clauses out of 20010 with flag 385001/1241571
45.01/43.71	c cleaning 10001 clauses out of 20008 with flag 395001/1251571
45.31/44.03	c cleaning 9998 clauses out of 20006 with flag 405000/1261570
45.61/44.37	c cleaning 10001 clauses out of 20010 with flag 415002/1271572
46.01/44.70	c cleaning 9999 clauses out of 20007 with flag 425000/1281570
46.31/45.03	c cleaning 9998 clauses out of 20008 with flag 435000/1291570
46.61/45.38	c cleaning 9997 clauses out of 20011 with flag 445001/1301571
47.01/45.72	c cleaning 10005 clauses out of 20013 with flag 455000/1311570
47.31/46.06	c cleaning 9998 clauses out of 20007 with flag 465000/1321570
47.62/46.35	c starts		: 212
47.62/46.35	c conflicts		: 1330063
47.62/46.35	c decisions		: 2088105
47.62/46.35	c propagations		: 30288442
47.62/46.35	c inspects		: 272235650
47.62/46.35	c shortcuts		: 0
47.62/46.35	c learnt literals	: 6
47.62/46.35	c learnt binary clauses	: 82
47.62/46.35	c learnt ternary clauses	: 811
47.62/46.35	c learnt constraints	: 1330056
47.62/46.35	c ignored constraints	: 0
47.62/46.35	c root simplifications	: 0
47.62/46.35	c removed literals (reason simplification)	: 10154768
47.62/46.35	c reason swapping (by a shorter reason)	: 0
47.62/46.35	c Calls to reduceDB	: 143
47.62/46.35	c number of reductions to clauses (during analyze)	: 0
47.62/46.35	c number of learned constraints concerned by reduction	: 0
47.62/46.35	c number of learning phase by resolution	: 0
47.62/46.35	c number of learning phase by cutting planes	: 0
47.62/46.35	c speed (assignments/second)	: 1849111.2332112333
47.62/46.35	c non guided choices	1187
47.62/46.35	c learnt constraints type 
47.62/46.35	c constraints type 
47.62/46.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
47.62/46.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
47.62/46.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
47.62/46.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
47.62/46.35	s OPTIMUM FOUND
47.62/46.35	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
47.62/46.35	c objective function=15
47.62/46.35	c Total wall clock time (in seconds): 46.244

Verifier Data

OK	15

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-3492464-1307909873/watcher-3492464-1307909873 -o /tmp/evaluation-result-3492464-1307909873/solver-3492464-1307909873 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492464-1307909873.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.04 1.97 2/193 23703
/proc/meminfo: memFree=12037920/32951132 swapFree=67054624/67111528
[pid=23703] ppid=23701 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/23703/stat : 23703 (java) S 23701 23703 19566 0 -1 4202496 1141 0 0 0 0 0 0 0 25 0 2 0 902586915 24580096 877 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676611045 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23703/statm: 6001 877 664 9 0 381 0
[pid=23703/tid=23704] ppid=23701 vsize=26140 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23704/stat : 23704 (java) R 23701 23703 19566 0 -1 4202560 35 0 0 0 0 0 0 0 25 0 2 0 902586915 26767360 886 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274659884727 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.099724 s]
/proc/loadavg: 2.08 2.04 1.97 2/193 23703
/proc/meminfo: memFree=12037920/32951132 swapFree=67054624/67111528
[pid=23703] ppid=23701 vsize=10540124 CPUtime=0.11 cores=1,3,5,7
/proc/23703/stat : 23703 (java) S 23701 23703 19566 0 -1 4202496 13102 0 1 0 9 2 0 0 25 0 18 0 902586915 10793086976 12773 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23703/statm: 2635031 12773 2092 9 0 2625765 0
[pid=23703/tid=23704] ppid=23701 vsize=10540124 CPUtime=0.08 cores=1,3,5,7
/proc/23703/task/23704/stat : 23704 (java) R 23701 23703 19566 0 -1 4202560 11174 0 1 0 7 1 0 0 18 0 18 0 902586915 10793086976 12773 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 47597052221459 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540124

[startup+0.100722 s]
/proc/loadavg: 2.08 2.04 1.97 2/193 23703
/proc/meminfo: memFree=12037920/32951132 swapFree=67054624/67111528
[pid=23703] ppid=23701 vsize=10540124 CPUtime=0.11 cores=1,3,5,7
/proc/23703/stat : 23703 (java) S 23701 23703 19566 0 -1 4202496 13113 0 1 0 9 2 0 0 25 0 18 0 902586915 10793086976 12784 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23703/statm: 2635031 12784 2092 9 0 2625765 0
[pid=23703/tid=23704] ppid=23701 vsize=10540124 CPUtime=0.08 cores=1,3,5,7
/proc/23703/task/23704/stat : 23704 (java) R 23701 23703 19566 0 -1 4202560 11185 0 1 0 7 1 0 0 18 0 18 0 902586915 10793086976 12784 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676635083 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540124

[startup+0.300678 s]
/proc/loadavg: 2.08 2.04 1.97 2/193 23703
/proc/meminfo: memFree=12037920/32951132 swapFree=67054624/67111528
[pid=23703] ppid=23701 vsize=10545492 CPUtime=0.54 cores=1,3,5,7
/proc/23703/stat : 23703 (java) S 23701 23703 19566 0 -1 4202496 16065 0 1 0 52 2 0 0 25 0 19 0 902586915 10798583808 14829 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23703/statm: 2636373 14829 2214 9 0 2627107 0
[pid=23703/tid=23704] ppid=23701 vsize=10545492 CPUtime=0.28 cores=1,3,5,7
/proc/23703/task/23704/stat : 23704 (java) R 23701 23703 19566 0 -1 4202560 11814 0 1 0 27 1 0 0 18 0 19 0 902586915 10798583808 14829 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 46912505187943 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10545492

[startup+0.700607 s]
/proc/loadavg: 2.08 2.04 1.97 2/193 23703
/proc/meminfo: memFree=12037920/32951132 swapFree=67054624/67111528
[pid=23703] ppid=23701 vsize=10545492 CPUtime=1.04 cores=1,3,5,7
/proc/23703/stat : 23703 (java) S 23701 23703 19566 0 -1 4202496 17743 0 1 0 101 3 0 0 25 0 19 0 902586915 10798583808 16031 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23703/statm: 2636373 16031 2246 9 0 2627107 0
[pid=23703/tid=23704] ppid=23701 vsize=10545492 CPUtime=0.67 cores=1,3,5,7
/proc/23703/task/23704/stat : 23704 (java) R 23701 23703 19566 0 -1 4202560 12269 0 1 0 65 2 0 0 18 0 19 0 902586915 10798583808 16031 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 46912505587720 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 10545492

[startup+1.50148 s]
/proc/loadavg: 2.08 2.04 1.97 3/212 23722
/proc/meminfo: memFree=11980876/32951132 swapFree=67054624/67111528
[pid=23703] ppid=23701 vsize=10545640 CPUtime=1.93 cores=1,3,5,7
/proc/23703/stat : 23703 (java) S 23701 23703 19566 0 -1 4202496 18937 0 1 0 190 3 0 0 25 0 19 0 902586915 10798735360 16616 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23703/statm: 2636410 16616 2248 9 0 2627144 0
[pid=23703/tid=23704] ppid=23701 vsize=10545640 CPUtime=1.42 cores=1,3,5,7
/proc/23703/task/23704/stat : 23704 (java) R 23701 23703 19566 0 -1 4202560 12273 0 1 0 140 2 0 0 19 0 19 0 902586915 10798735360 16616 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 46912505575699 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23703/tid=23706] ppid=23701 vsize=10545640 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23706/stat : 23706 (java) S 23701 23703 19566 0 -1 4202560 164 0 0 0 0 0 0 0 15 0 19 0 902586917 10798735360 16616 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23707] ppid=23701 vsize=10545640 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23707/stat : 23707 (java) S 23701 23703 19566 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902586917 10798735360 16616 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23708] ppid=23701 vsize=10545640 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23708/stat : 23708 (java) S 23701 23703 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902586917 10798735360 16616 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23709] ppid=23701 vsize=10545640 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23709/stat : 23709 (java) S 23701 23703 19566 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 902586917 10798735360 16616 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
[pid=23703/tid=23710] ppid=23701 vsize=10545640 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23710/stat : 23710 (java) S 23701 23703 19566 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 19 0 902586917 10798735360 16616 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
[pid=23703/tid=23711] ppid=23701 vsize=10545640 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23711/stat : 23711 (java) S 23701 23703 19566 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 902586917 10798735360 16616 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
[pid=23703/tid=23712] ppid=23701 vsize=10545640 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23712/stat : 23712 (java) S 23701 23703 19566 0 -1 4202560 271 0 0 0 0 0 0 0 15 0 19 0 902586917 10798735360 16616 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23713] ppid=23701 vsize=10545640 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23713/stat : 23713 (java) S 23701 23703 19566 0 -1 4202560 158 0 0 0 0 0 0 0 15 0 19 0 902586917 10798735360 16616 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23714] ppid=23701 vsize=10545640 CPUtime=0.06 cores=1,3,5,7
/proc/23703/task/23714/stat : 23714 (java) S 23701 23703 19566 0 -1 4202560 450 0 0 0 6 0 0 0 16 0 19 0 902586918 10798735360 16616 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624896 0 0 0 16800975 18446604470081603520 0 0 -1 5 0 0 0
[pid=23703/tid=23715] ppid=23701 vsize=10545640 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23715/stat : 23715 (java) S 23701 23703 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902586918 10798735360 16616 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23716] ppid=23701 vsize=10545640 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23716/stat : 23716 (java) S 23701 23703 19566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902586918 10798735360 16616 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23717] ppid=23701 vsize=10545640 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23717/stat : 23717 (java) S 23701 23703 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902586921 10798735360 16616 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676631985 0 4 0 16800975 18446604470081603520 0 0 -1 5 0 0 0
[pid=23703/tid=23718] ppid=23701 vsize=10545640 CPUtime=0.18 cores=1,3,5,7
/proc/23703/task/23718/stat : 23718 (java) S 23701 23703 19566 0 -1 4202560 1902 0 0 0 18 0 0 0 15 0 19 0 902586921 10798735360 16616 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23719] ppid=23701 vsize=10545640 CPUtime=0.23 cores=1,3,5,7
/proc/23703/task/23719/stat : 23719 (java) S 23701 23703 19566 0 -1 4202560 2509 0 0 0 23 0 0 0 15 0 19 0 902586921 10798735360 16616 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23720] ppid=23701 vsize=10545640 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23720/stat : 23720 (java) S 23701 23703 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902586921 10798735360 16616 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 5 0 0 0
[pid=23703/tid=23721] ppid=23701 vsize=10545640 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23721/stat : 23721 (java) S 23701 23703 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902586921 10798735360 16616 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624896 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
[pid=23703/tid=23722] ppid=23701 vsize=10545640 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23722/stat : 23722 (java) S 23701 23703 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902586932 10798735360 16616 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624896 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 10545640

[startup+3.1012 s]
/proc/loadavg: 2.08 2.04 1.97 4/212 23722
/proc/meminfo: memFree=11966004/32951132 swapFree=67054624/67111528
[pid=23703] ppid=23701 vsize=10563548 CPUtime=4.23 cores=1,3,5,7
/proc/23703/stat : 23703 (java) S 23701 23703 19566 0 -1 4202496 27199 0 1 0 419 4 0 0 25 0 19 0 902586915 10817073152 21321 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23703/statm: 2640887 21321 2248 9 0 2631621 0
[pid=23703/tid=23704] ppid=23701 vsize=10563548 CPUtime=2.94 cores=1,3,5,7
/proc/23703/task/23704/stat : 23704 (java) R 23701 23703 19566 0 -1 4202560 12281 0 1 0 292 2 0 0 18 0 19 0 902586915 10817073152 21321 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 46912505555510 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23703/tid=23706] ppid=23701 vsize=10563548 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23706/stat : 23706 (java) S 23701 23703 19566 0 -1 4202560 164 0 0 0 0 0 0 0 15 0 19 0 902586917 10817073152 21321 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23707] ppid=23701 vsize=10563548 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23707/stat : 23707 (java) S 23701 23703 19566 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902586917 10817073152 21321 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23708] ppid=23701 vsize=10563548 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23708/stat : 23708 (java) S 23701 23703 19566 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902586917 10817073152 21321 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23709] ppid=23701 vsize=10563548 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23709/stat : 23709 (java) S 23701 23703 19566 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 19 0 902586917 10817073152 21321 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23710] ppid=23701 vsize=10563548 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23710/stat : 23710 (java) S 23701 23703 19566 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 902586917 10817073152 21321 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
[pid=23703/tid=23711] ppid=23701 vsize=10563548 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23711/stat : 23711 (java) S 23701 23703 19566 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 902586917 10817073152 21321 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
[pid=23703/tid=23712] ppid=23701 vsize=10563548 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23712/stat : 23712 (java) S 23701 23703 19566 0 -1 4202560 271 0 0 0 0 0 0 0 15 0 19 0 902586917 10817073152 21321 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
[pid=23703/tid=23713] ppid=23701 vsize=10563548 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23713/stat : 23713 (java) S 23701 23703 19566 0 -1 4202560 159 0 0 0 0 0 0 0 15 0 19 0 902586917 10817073152 21321 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
[pid=23703/tid=23714] ppid=23701 vsize=10563548 CPUtime=0.13 cores=1,3,5,7
/proc/23703/task/23714/stat : 23714 (java) S 23701 23703 19566 0 -1 4202560 503 0 0 0 13 0 0 0 16 0 19 0 902586918 10817073152 21321 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624896 0 0 0 16800975 18446604470081603520 0 0 -1 5 0 0 0
[pid=23703/tid=23715] ppid=23701 vsize=10563548 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23715/stat : 23715 (java) S 23701 23703 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902586918 10817073152 21321 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23716] ppid=23701 vsize=10563548 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23716/stat : 23716 (java) S 23701 23703 19566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902586918 10817073152 21321 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23717] ppid=23701 vsize=10563548 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23717/stat : 23717 (java) S 23701 23703 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902586921 10817073152 21321 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676631985 0 4 0 16800975 18446604470081603520 0 0 -1 5 0 0 0
[pid=23703/tid=23718] ppid=23701 vsize=10563548 CPUtime=0.23 cores=1,3,5,7
/proc/23703/task/23718/stat : 23718 (java) S 23701 23703 19566 0 -1 4202560 2420 0 0 0 23 0 0 0 15 0 19 0 902586921 10817073152 21321 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23719] ppid=23701 vsize=10563548 CPUtime=0.87 cores=1,3,5,7
/proc/23703/task/23719/stat : 23719 (java) S 23701 23703 19566 0 -1 4202560 10185 0 0 0 86 1 0 0 15 0 19 0 902586921 10817073152 21321 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23720] ppid=23701 vsize=10563548 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23720/stat : 23720 (java) S 23701 23703 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902586921 10817073152 21321 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 5 0 0 0
[pid=23703/tid=23721] ppid=23701 vsize=10563548 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23721/stat : 23721 (java) S 23701 23703 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902586921 10817073152 21321 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624896 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
[pid=23703/tid=23722] ppid=23701 vsize=10563548 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23722/stat : 23722 (java) S 23701 23703 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902586932 10817073152 21321 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624896 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 10563548

[startup+6.30065 s]
/proc/loadavg: 2.07 2.04 1.97 3/212 23722
/proc/meminfo: memFree=11962180/32951132 swapFree=67054624/67111528
[pid=23703] ppid=23701 vsize=10559824 CPUtime=7.44 cores=1,3,5,7
/proc/23703/stat : 23703 (java) S 23701 23703 19566 0 -1 4202496 27362 0 1 0 739 5 0 0 25 0 19 0 902586915 10813259776 20786 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23703/statm: 2639956 20786 2248 9 0 2630690 0
[pid=23703/tid=23704] ppid=23701 vsize=10559824 CPUtime=5.99 cores=1,3,5,7
/proc/23703/task/23704/stat : 23704 (java) R 23701 23703 19566 0 -1 4202560 12292 0 1 0 597 2 0 0 25 0 19 0 902586915 10813259776 20786 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23703/tid=23706] ppid=23701 vsize=10559824 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23706/stat : 23706 (java) S 23701 23703 19566 0 -1 4202560 164 0 0 0 0 0 0 0 15 0 19 0 902586917 10813259776 20786 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23707] ppid=23701 vsize=10559824 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23707/stat : 23707 (java) S 23701 23703 19566 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902586917 10813259776 20786 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23708] ppid=23701 vsize=10559824 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23708/stat : 23708 (java) S 23701 23703 19566 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902586917 10813259776 20786 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23709] ppid=23701 vsize=10559824 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23709/stat : 23709 (java) S 23701 23703 19566 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 19 0 902586917 10813259776 20786 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23710] ppid=23701 vsize=10559824 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23710/stat : 23710 (java) S 23701 23703 19566 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902586917 10813259776 20786 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
[pid=23703/tid=23711] ppid=23701 vsize=10559824 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23711/stat : 23711 (java) S 23701 23703 19566 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 902586917 10813259776 20786 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
[pid=23703/tid=23712] ppid=23701 vsize=10559824 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23712/stat : 23712 (java) S 23701 23703 19566 0 -1 4202560 271 0 0 0 0 0 0 0 15 0 19 0 902586917 10813259776 20786 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23713] ppid=23701 vsize=10559824 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23713/stat : 23713 (java) S 23701 23703 19566 0 -1 4202560 161 0 0 0 0 0 0 0 15 0 19 0 902586917 10813259776 20786 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
[pid=23703/tid=23714] ppid=23701 vsize=10559824 CPUtime=0.26 cores=1,3,5,7
/proc/23703/task/23714/stat : 23714 (java) S 23701 23703 19566 0 -1 4202560 645 0 0 0 26 0 0 0 16 0 19 0 902586918 10813259776 20786 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624896 0 0 0 16800975 18446604470081603520 0 0 -1 5 0 0 0
[pid=23703/tid=23715] ppid=23701 vsize=10559824 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23715/stat : 23715 (java) S 23701 23703 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902586918 10813259776 20786 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23716] ppid=23701 vsize=10559824 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23716/stat : 23716 (java) S 23701 23703 19566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902586918 10813259776 20786 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23717] ppid=23701 vsize=10559824 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23717/stat : 23717 (java) S 23701 23703 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902586921 10813259776 20786 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676631985 0 4 0 16800975 18446604470081603520 0 0 -1 5 0 0 0
[pid=23703/tid=23718] ppid=23701 vsize=10559824 CPUtime=0.23 cores=1,3,5,7
/proc/23703/task/23718/stat : 23718 (java) S 23701 23703 19566 0 -1 4202560 2420 0 0 0 23 0 0 0 15 0 19 0 902586921 10813259776 20786 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23719] ppid=23701 vsize=10559824 CPUtime=0.87 cores=1,3,5,7
/proc/23703/task/23719/stat : 23719 (java) S 23701 23703 19566 0 -1 4202560 10185 0 0 0 86 1 0 0 15 0 19 0 902586921 10813259776 20786 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0

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

/proc/23703/task/23706/stat : 23706 (java) S 23701 23703 19566 0 -1 4202560 167 0 0 0 3 0 0 0 15 0 19 0 902586917 10804260864 18942 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23707] ppid=23701 vsize=10551036 CPUtime=0.04 cores=1,3,5,7
/proc/23703/task/23707/stat : 23707 (java) S 23701 23703 19566 0 -1 4202560 11 0 0 0 4 0 0 0 15 0 19 0 902586917 10804260864 18942 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
[pid=23703/tid=23708] ppid=23701 vsize=10551036 CPUtime=0.03 cores=1,3,5,7
/proc/23703/task/23708/stat : 23708 (java) S 23701 23703 19566 0 -1 4202560 11 0 0 0 3 0 0 0 16 0 19 0 902586917 10804260864 18942 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
[pid=23703/tid=23709] ppid=23701 vsize=10551036 CPUtime=0.03 cores=1,3,5,7
/proc/23703/task/23709/stat : 23709 (java) S 23701 23703 19566 0 -1 4202560 31 0 0 0 3 0 0 0 15 0 19 0 902586917 10804260864 18942 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23710] ppid=23701 vsize=10551036 CPUtime=0.03 cores=1,3,5,7
/proc/23703/task/23710/stat : 23710 (java) S 23701 23703 19566 0 -1 4202560 19 0 0 0 3 0 0 0 16 0 19 0 902586917 10804260864 18942 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23711] ppid=23701 vsize=10551036 CPUtime=0.03 cores=1,3,5,7
/proc/23703/task/23711/stat : 23711 (java) S 23701 23703 19566 0 -1 4202560 23 0 0 0 3 0 0 0 16 0 19 0 902586917 10804260864 18942 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23712] ppid=23701 vsize=10551036 CPUtime=0.04 cores=1,3,5,7
/proc/23703/task/23712/stat : 23712 (java) S 23701 23703 19566 0 -1 4202560 274 0 0 0 4 0 0 0 16 0 19 0 902586917 10804260864 18942 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
[pid=23703/tid=23713] ppid=23701 vsize=10551036 CPUtime=0.03 cores=1,3,5,7
/proc/23703/task/23713/stat : 23713 (java) S 23701 23703 19566 0 -1 4202560 167 0 0 0 3 0 0 0 15 0 19 0 902586917 10804260864 18942 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23714] ppid=23701 vsize=10551036 CPUtime=1.83 cores=1,3,5,7
/proc/23703/task/23714/stat : 23714 (java) S 23701 23703 19566 0 -1 4202560 954 0 0 0 181 2 0 0 16 0 19 0 902586918 10804260864 18942 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624896 0 0 0 16800975 18446604470081603520 0 0 -1 5 0 0 0
[pid=23703/tid=23715] ppid=23701 vsize=10551036 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23715/stat : 23715 (java) S 23701 23703 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902586918 10804260864 18942 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23716] ppid=23701 vsize=10551036 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23716/stat : 23716 (java) S 23701 23703 19566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902586918 10804260864 18942 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23717] ppid=23701 vsize=10551036 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23717/stat : 23717 (java) S 23701 23703 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902586921 10804260864 18942 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676631985 0 4 0 16800975 18446604470081603520 0 0 -1 5 0 0 0
[pid=23703/tid=23718] ppid=23701 vsize=10551036 CPUtime=0.24 cores=1,3,5,7
/proc/23703/task/23718/stat : 23718 (java) S 23701 23703 19566 0 -1 4202560 2420 0 0 0 24 0 0 0 15 0 19 0 902586921 10804260864 18942 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23719] ppid=23701 vsize=10551036 CPUtime=0.91 cores=1,3,5,7
/proc/23703/task/23719/stat : 23719 (java) S 23701 23703 19566 0 -1 4202560 10190 0 0 0 90 1 0 0 15 0 19 0 902586921 10804260864 18942 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23720] ppid=23701 vsize=10551036 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23720/stat : 23720 (java) S 23701 23703 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902586921 10804260864 18942 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 5 0 0 0
[pid=23703/tid=23721] ppid=23701 vsize=10551036 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23721/stat : 23721 (java) S 23701 23703 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902586921 10804260864 18942 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624896 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23722] ppid=23701 vsize=10551036 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23722/stat : 23722 (java) S 23701 23703 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902586932 10804260864 18942 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624896 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 46.01
Current children cumulated vsize (KiB) 10551036

[startup+45.5009 s]
/proc/loadavg: 2.09 2.05 1.97 3/212 23781
/proc/meminfo: memFree=11957568/32951132 swapFree=67054624/67111528
[pid=23703] ppid=23701 vsize=10551036 CPUtime=46.81 cores=1,3,5,7
/proc/23703/stat : 23703 (java) S 23701 23703 19566 0 -1 4202496 27836 0 1 0 4674 7 0 0 25 0 19 0 902586915 10804260864 18945 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23703/statm: 2637759 18945 2250 9 0 2628493 0
[pid=23703/tid=23704] ppid=23701 vsize=10551036 CPUtime=43.44 cores=1,3,5,7
/proc/23703/task/23704/stat : 23704 (java) R 23701 23703 19566 0 -1 4202560 12413 0 1 0 4342 2 0 0 24 0 19 0 902586915 10804260864 18945 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 46912505514819 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23703/tid=23706] ppid=23701 vsize=10551036 CPUtime=0.03 cores=1,3,5,7
/proc/23703/task/23706/stat : 23706 (java) S 23701 23703 19566 0 -1 4202560 167 0 0 0 3 0 0 0 16 0 19 0 902586917 10804260864 18945 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23707] ppid=23701 vsize=10551036 CPUtime=0.04 cores=1,3,5,7
/proc/23703/task/23707/stat : 23707 (java) S 23701 23703 19566 0 -1 4202560 11 0 0 0 4 0 0 0 15 0 19 0 902586917 10804260864 18945 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23708] ppid=23701 vsize=10551036 CPUtime=0.03 cores=1,3,5,7
/proc/23703/task/23708/stat : 23708 (java) S 23701 23703 19566 0 -1 4202560 11 0 0 0 3 0 0 0 15 0 19 0 902586917 10804260864 18945 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
[pid=23703/tid=23709] ppid=23701 vsize=10551036 CPUtime=0.03 cores=1,3,5,7
/proc/23703/task/23709/stat : 23709 (java) S 23701 23703 19566 0 -1 4202560 31 0 0 0 3 0 0 0 15 0 19 0 902586917 10804260864 18945 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23710] ppid=23701 vsize=10551036 CPUtime=0.04 cores=1,3,5,7
/proc/23703/task/23710/stat : 23710 (java) S 23701 23703 19566 0 -1 4202560 19 0 0 0 4 0 0 0 15 0 19 0 902586917 10804260864 18945 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23711] ppid=23701 vsize=10551036 CPUtime=0.03 cores=1,3,5,7
/proc/23703/task/23711/stat : 23711 (java) S 23701 23703 19566 0 -1 4202560 23 0 0 0 3 0 0 0 15 0 19 0 902586917 10804260864 18945 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23712] ppid=23701 vsize=10551036 CPUtime=0.04 cores=1,3,5,7
/proc/23703/task/23712/stat : 23712 (java) S 23701 23703 19566 0 -1 4202560 274 0 0 0 4 0 0 0 16 0 19 0 902586917 10804260864 18945 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
[pid=23703/tid=23713] ppid=23701 vsize=10551036 CPUtime=0.03 cores=1,3,5,7
/proc/23703/task/23713/stat : 23713 (java) S 23701 23703 19566 0 -1 4202560 169 0 0 0 3 0 0 0 15 0 19 0 902586917 10804260864 18945 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
[pid=23703/tid=23714] ppid=23701 vsize=10551036 CPUtime=1.87 cores=1,3,5,7
/proc/23703/task/23714/stat : 23714 (java) S 23701 23703 19566 0 -1 4202560 955 0 0 0 185 2 0 0 16 0 19 0 902586918 10804260864 18945 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624896 0 0 0 16800975 18446604470081603520 0 0 -1 5 0 0 0
[pid=23703/tid=23715] ppid=23701 vsize=10551036 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23715/stat : 23715 (java) S 23701 23703 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902586918 10804260864 18945 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23716] ppid=23701 vsize=10551036 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23716/stat : 23716 (java) S 23701 23703 19566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902586918 10804260864 18945 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23717] ppid=23701 vsize=10551036 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23717/stat : 23717 (java) S 23701 23703 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902586921 10804260864 18945 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676631985 0 4 0 16800975 18446604470081603520 0 0 -1 5 0 0 0
[pid=23703/tid=23718] ppid=23701 vsize=10551036 CPUtime=0.24 cores=1,3,5,7
/proc/23703/task/23718/stat : 23718 (java) S 23701 23703 19566 0 -1 4202560 2420 0 0 0 24 0 0 0 15 0 19 0 902586921 10804260864 18945 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23719] ppid=23701 vsize=10551036 CPUtime=0.91 cores=1,3,5,7
/proc/23703/task/23719/stat : 23719 (java) S 23701 23703 19566 0 -1 4202560 10190 0 0 0 90 1 0 0 15 0 19 0 902586921 10804260864 18945 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23720] ppid=23701 vsize=10551036 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23720/stat : 23720 (java) S 23701 23703 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902586921 10804260864 18945 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 5 0 0 0
[pid=23703/tid=23721] ppid=23701 vsize=10551036 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23721/stat : 23721 (java) S 23701 23703 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902586921 10804260864 18945 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624896 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23722] ppid=23701 vsize=10551036 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23722/stat : 23722 (java) S 23701 23703 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902586932 10804260864 18945 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624896 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 46.81
Current children cumulated vsize (KiB) 10551036

[startup+45.9008 s]
/proc/loadavg: 2.09 2.05 1.97 3/212 23781
/proc/meminfo: memFree=11957568/32951132 swapFree=67054624/67111528
[pid=23703] ppid=23701 vsize=10551036 CPUtime=47.21 cores=1,3,5,7
/proc/23703/stat : 23703 (java) S 23701 23703 19566 0 -1 4202496 27852 0 1 0 4714 7 0 0 25 0 19 0 902586915 10804260864 18888 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23703/statm: 2637759 18888 2250 9 0 2628493 0
[pid=23703/tid=23704] ppid=23701 vsize=10551036 CPUtime=43.82 cores=1,3,5,7
/proc/23703/task/23704/stat : 23704 (java) R 23701 23703 19566 0 -1 4202560 12415 0 1 0 4380 2 0 0 25 0 19 0 902586915 10804260864 18888 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 46912505536408 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23703/tid=23706] ppid=23701 vsize=10551036 CPUtime=0.03 cores=1,3,5,7
/proc/23703/task/23706/stat : 23706 (java) S 23701 23703 19566 0 -1 4202560 167 0 0 0 3 0 0 0 15 0 19 0 902586917 10804260864 18888 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23707] ppid=23701 vsize=10551036 CPUtime=0.04 cores=1,3,5,7
/proc/23703/task/23707/stat : 23707 (java) S 23701 23703 19566 0 -1 4202560 11 0 0 0 4 0 0 0 15 0 19 0 902586917 10804260864 18888 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23708] ppid=23701 vsize=10551036 CPUtime=0.03 cores=1,3,5,7
/proc/23703/task/23708/stat : 23708 (java) S 23701 23703 19566 0 -1 4202560 11 0 0 0 3 0 0 0 16 0 19 0 902586917 10804260864 18888 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
[pid=23703/tid=23709] ppid=23701 vsize=10551036 CPUtime=0.03 cores=1,3,5,7
/proc/23703/task/23709/stat : 23709 (java) S 23701 23703 19566 0 -1 4202560 31 0 0 0 3 0 0 0 15 0 19 0 902586917 10804260864 18888 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
[pid=23703/tid=23710] ppid=23701 vsize=10551036 CPUtime=0.04 cores=1,3,5,7
/proc/23703/task/23710/stat : 23710 (java) S 23701 23703 19566 0 -1 4202560 19 0 0 0 4 0 0 0 16 0 19 0 902586917 10804260864 18888 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23711] ppid=23701 vsize=10551036 CPUtime=0.03 cores=1,3,5,7
/proc/23703/task/23711/stat : 23711 (java) S 23701 23703 19566 0 -1 4202560 23 0 0 0 3 0 0 0 15 0 19 0 902586917 10804260864 18888 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23712] ppid=23701 vsize=10551036 CPUtime=0.04 cores=1,3,5,7
/proc/23703/task/23712/stat : 23712 (java) S 23701 23703 19566 0 -1 4202560 275 0 0 0 4 0 0 0 16 0 19 0 902586917 10804260864 18888 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
[pid=23703/tid=23713] ppid=23701 vsize=10551036 CPUtime=0.03 cores=1,3,5,7
/proc/23703/task/23713/stat : 23713 (java) S 23701 23703 19566 0 -1 4202560 169 0 0 0 3 0 0 0 15 0 19 0 902586917 10804260864 18888 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
[pid=23703/tid=23714] ppid=23701 vsize=10551036 CPUtime=1.89 cores=1,3,5,7
/proc/23703/task/23714/stat : 23714 (java) S 23701 23703 19566 0 -1 4202560 968 0 0 0 187 2 0 0 16 0 19 0 902586918 10804260864 18888 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624896 0 0 0 16800975 18446604470081603520 0 0 -1 5 0 0 0
[pid=23703/tid=23715] ppid=23701 vsize=10551036 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23715/stat : 23715 (java) S 23701 23703 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902586918 10804260864 18888 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23716] ppid=23701 vsize=10551036 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23716/stat : 23716 (java) S 23701 23703 19566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902586918 10804260864 18888 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23717] ppid=23701 vsize=10551036 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23717/stat : 23717 (java) S 23701 23703 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902586921 10804260864 18888 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676631985 0 4 0 16800975 18446604470081603520 0 0 -1 5 0 0 0
[pid=23703/tid=23718] ppid=23701 vsize=10551036 CPUtime=0.24 cores=1,3,5,7
/proc/23703/task/23718/stat : 23718 (java) S 23701 23703 19566 0 -1 4202560 2420 0 0 0 24 0 0 0 15 0 19 0 902586921 10804260864 18888 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23719] ppid=23701 vsize=10551036 CPUtime=0.91 cores=1,3,5,7
/proc/23703/task/23719/stat : 23719 (java) S 23701 23703 19566 0 -1 4202560 10190 0 0 0 90 1 0 0 15 0 19 0 902586921 10804260864 18888 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23720] ppid=23701 vsize=10551036 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23720/stat : 23720 (java) S 23701 23703 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902586921 10804260864 18888 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 5 0 0 0
[pid=23703/tid=23721] ppid=23701 vsize=10551036 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23721/stat : 23721 (java) S 23701 23703 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902586921 10804260864 18888 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624896 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23722] ppid=23701 vsize=10551036 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23722/stat : 23722 (java) S 23701 23703 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902586932 10804260864 18888 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624896 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 47.21
Current children cumulated vsize (KiB) 10551036

[startup+46.3007 s]
/proc/loadavg: 2.08 2.05 1.97 3/206 23832
/proc/meminfo: memFree=11994964/32951132 swapFree=67054624/67111528
[pid=23703] ppid=23701 vsize=10551036 CPUtime=47.62 cores=1,3,5,7
/proc/23703/stat : 23703 (java) S 23701 23703 19566 0 -1 4202496 27862 0 1 0 4755 7 0 0 25 0 19 0 902586915 10804260864 18896 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23703/statm: 2637759 18896 2250 9 0 2628493 0
[pid=23703/tid=23704] ppid=23701 vsize=10551036 CPUtime=44.21 cores=1,3,5,7
/proc/23703/task/23704/stat : 23704 (java) R 23701 23703 19566 0 -1 4202560 12416 0 1 0 4419 2 0 0 25 0 19 0 902586915 10804260864 18896 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 46912505585344 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23703/tid=23706] ppid=23701 vsize=10551036 CPUtime=0.03 cores=1,3,5,7
/proc/23703/task/23706/stat : 23706 (java) S 23701 23703 19566 0 -1 4202560 167 0 0 0 3 0 0 0 15 0 19 0 902586917 10804260864 18896 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23707] ppid=23701 vsize=10551036 CPUtime=0.04 cores=1,3,5,7
/proc/23703/task/23707/stat : 23707 (java) S 23701 23703 19566 0 -1 4202560 11 0 0 0 4 0 0 0 16 0 19 0 902586917 10804260864 18896 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23708] ppid=23701 vsize=10551036 CPUtime=0.03 cores=1,3,5,7
/proc/23703/task/23708/stat : 23708 (java) S 23701 23703 19566 0 -1 4202560 11 0 0 0 3 0 0 0 15 0 19 0 902586917 10804260864 18896 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
[pid=23703/tid=23709] ppid=23701 vsize=10551036 CPUtime=0.03 cores=1,3,5,7
/proc/23703/task/23709/stat : 23709 (java) S 23701 23703 19566 0 -1 4202560 31 0 0 0 3 0 0 0 15 0 19 0 902586917 10804260864 18896 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
[pid=23703/tid=23710] ppid=23701 vsize=10551036 CPUtime=0.04 cores=1,3,5,7
/proc/23703/task/23710/stat : 23710 (java) S 23701 23703 19566 0 -1 4202560 19 0 0 0 4 0 0 0 15 0 19 0 902586917 10804260864 18896 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23711] ppid=23701 vsize=10551036 CPUtime=0.03 cores=1,3,5,7
/proc/23703/task/23711/stat : 23711 (java) S 23701 23703 19566 0 -1 4202560 23 0 0 0 3 0 0 0 15 0 19 0 902586917 10804260864 18896 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23712] ppid=23701 vsize=10551036 CPUtime=0.04 cores=1,3,5,7
/proc/23703/task/23712/stat : 23712 (java) S 23701 23703 19566 0 -1 4202560 275 0 0 0 4 0 0 0 15 0 19 0 902586917 10804260864 18896 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23713] ppid=23701 vsize=10551036 CPUtime=0.03 cores=1,3,5,7
/proc/23703/task/23713/stat : 23713 (java) S 23701 23703 19566 0 -1 4202560 169 0 0 0 3 0 0 0 16 0 19 0 902586917 10804260864 18896 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
[pid=23703/tid=23714] ppid=23701 vsize=10551036 CPUtime=1.9 cores=1,3,5,7
/proc/23703/task/23714/stat : 23714 (java) S 23701 23703 19566 0 -1 4202560 976 0 0 0 188 2 0 0 16 0 19 0 902586918 10804260864 18896 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624896 0 0 0 16800975 18446604470081603520 0 0 -1 5 0 0 0
[pid=23703/tid=23715] ppid=23701 vsize=10551036 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23715/stat : 23715 (java) S 23701 23703 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902586918 10804260864 18896 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23716] ppid=23701 vsize=10551036 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23716/stat : 23716 (java) S 23701 23703 19566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902586918 10804260864 18896 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23717] ppid=23701 vsize=10551036 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23717/stat : 23717 (java) S 23701 23703 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902586921 10804260864 18896 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676631985 0 4 0 16800975 18446604470081603520 0 0 -1 5 0 0 0
[pid=23703/tid=23718] ppid=23701 vsize=10551036 CPUtime=0.25 cores=1,3,5,7
/proc/23703/task/23718/stat : 23718 (java) S 23701 23703 19566 0 -1 4202560 2421 0 0 0 25 0 0 0 15 0 19 0 902586921 10804260864 18896 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23719] ppid=23701 vsize=10551036 CPUtime=0.91 cores=1,3,5,7
/proc/23703/task/23719/stat : 23719 (java) S 23701 23703 19566 0 -1 4202560 10190 0 0 0 90 1 0 0 15 0 19 0 902586921 10804260864 18896 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 1 0 0 0
[pid=23703/tid=23720] ppid=23701 vsize=10551036 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23720/stat : 23720 (java) S 23701 23703 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902586921 10804260864 18896 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624281 0 4 0 16800975 18446604470081603520 0 0 -1 5 0 0 0
[pid=23703/tid=23721] ppid=23701 vsize=10551036 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23721/stat : 23721 (java) S 23701 23703 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902586921 10804260864 18896 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624896 0 4 0 16800975 18446604470081603520 0 0 -1 3 0 0 0
[pid=23703/tid=23722] ppid=23701 vsize=10551036 CPUtime=0 cores=1,3,5,7
/proc/23703/task/23722/stat : 23722 (java) S 23701 23703 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902586932 10804260864 18896 33554432000 1073741824 1073778376 140735813321920 18446744073709551615 274676624896 0 4 0 16800975 18446604470081603520 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 47.62
Current children cumulated vsize (KiB) 10551036

Child status: 30
Real time (s): 46.3585
CPU time (s): 47.6947
CPU user time (s): 47.6118
CPU system time (s): 0.082987
CPU usage (%): 102.883
Max. virtual memory (cumulated for all children) (KiB): 10563548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.6118
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27884
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= 5443
involuntary context switches= 2380

runsolver used 0.067989 second user time and 0.198969 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 22:17:53
IDJOB=3492464
IDBENCH=78828
IDSOLVER=1982
FILE ID=node131/3492464-1307909873
RUNJOBID= node131-1307907581-21985
PBS_JOBID= 13559575
Free space on /tmp= 56584 MiB

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

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

MD5SUM BENCH= e1c1b8cf9bad61151281f614914c2e6f
RANDOM SEED=1174369064

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12038200 kB
Buffers:        333320 kB
Cached:       19808976 kB
SwapCached:       9816 kB
Active:       15666560 kB
Inactive:      4561996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12038200 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:             216 kB
Writeback:           0 kB
AnonPages:       84168 kB
Mapped:          21472 kB
Slab:           622144 kB
PageTables:       4568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10550308 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

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