Trace number 2698458

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 PB Resolution 2.2.1OPTIMUM 74.6177 73.6691

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 benchmark0.31795
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.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.07	c version 2.2.1.v20100705
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.02/0.07	c java.vm.version	11.2-b01
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	32
0.02/0.07	c java.version		1.6.0_12
0.02/0.07	c os.name		Linux
0.02/0.07	c os.version		2.6.18-164.el5
0.02/0.07	c os.arch		i386
0.02/0.07	c Free memory 		1393557488
0.02/0.07	c Max memory 		1395916800
0.02/0.07	c Total memory 		1395916800
0.02/0.07	c Number of processors 	8
0.02/0.09	c Pseudo Boolean Optimization
0.02/0.09	c --- Begin Solver configuration ---
0.02/0.09	c Stops conflict analysis at the first Unique Implication Point
0.02/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.02/0.09	c Learn all clauses as in MiniSAT
0.02/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.02/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.02/0.09	c Expensive reason simplification
0.02/0.09	c Armin Biere (Picosat) restarts strategy
0.02/0.09	c Glucose learned constraints deletion strategy
0.02/0.09	c timeout=2147483s
0.02/0.09	c DB Simplification allowed=false
0.02/0.09	c --- End Solver configuration ---
0.02/0.09	c solving HOME/instance-2698458-1278325592.wbo
0.02/0.09	c reading problem ... 
0.11/0.14	c ... done. Wall clock time 0.055s.
0.11/0.14	c #vars     238
0.11/0.14	c #constraints  101
0.11/0.14	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 51
0.61/0.30	c SATISFIABLE
0.61/0.30	c OPTIMIZING...
0.61/0.30	c Got one! Elapsed wall clock time (in seconds):0.208
0.61/0.30	o 517
0.61/0.33	c Got one! Elapsed wall clock time (in seconds):0.239
0.61/0.33	o 463
0.61/0.36	c Got one! Elapsed wall clock time (in seconds):0.269
0.61/0.36	o 424
0.61/0.38	c Got one! Elapsed wall clock time (in seconds):0.293
0.61/0.38	o 367
0.81/0.40	c Got one! Elapsed wall clock time (in seconds):0.313
0.81/0.40	o 360
0.81/0.46	c Got one! Elapsed wall clock time (in seconds):0.371
0.81/0.46	o 347
0.94/0.54	c cleaning 2496 clauses out of 5000 with flag 5000/5000
0.94/0.57	c Got one! Elapsed wall clock time (in seconds):0.48
0.94/0.57	o 340
1.06/0.65	c Got one! Elapsed wall clock time (in seconds):0.559
1.06/0.65	o 306
1.16/0.73	c Got one! Elapsed wall clock time (in seconds):0.637
1.16/0.73	o 299
1.29/0.81	c Got one! Elapsed wall clock time (in seconds):0.719
1.29/0.81	o 295
1.29/0.85	c cleaning 4248 clauses out of 8504 with flag 11000/11000
1.59/1.13	c cleaning 5621 clauses out of 11256 with flag 18000/18000
1.79/1.38	c Got one! Elapsed wall clock time (in seconds):1.285
1.79/1.38	o 278
1.89/1.47	c cleaning 6814 clauses out of 13636 with flag 26001/26001
2.21/1.74	c Got one! Elapsed wall clock time (in seconds):1.646
2.21/1.74	o 250
2.31/1.87	c cleaning 7912 clauses out of 15828 with flag 35007/35007
2.41/1.98	c Got one! Elapsed wall clock time (in seconds):1.888
2.41/1.98	o 211
2.61/2.12	c Got one! Elapsed wall clock time (in seconds):2.03
2.61/2.12	o 209
2.81/2.38	c cleaning 8952 clauses out of 17910 with flag 45001/45001
3.01/2.58	c Got one! Elapsed wall clock time (in seconds):2.486
3.01/2.58	o 166
3.33/2.85	c cleaning 9475 clauses out of 18957 with flag 55000/55000
3.43/2.90	c Got one! Elapsed wall clock time (in seconds):2.811
3.43/2.90	o 147
3.83/3.32	c cleaning 9740 clauses out of 19484 with flag 65002/65002
4.23/3.79	c cleaning 9865 clauses out of 19742 with flag 75000/75000
4.53/4.04	c Got one! Elapsed wall clock time (in seconds):3.951
4.53/4.04	o 127
4.83/4.32	c cleaning 9937 clauses out of 19881 with flag 85004/85004
5.34/4.86	c cleaning 9961 clauses out of 19940 with flag 95000/95000
6.05/5.33	c cleaning 9986 clauses out of 19979 with flag 105000/105000
6.54/5.84	c cleaning 9992 clauses out of 19993 with flag 115000/115000
6.64/5.90	c Got one! Elapsed wall clock time (in seconds):5.81
6.64/5.90	o 105
7.25/6.51	c cleaning 10000 clauses out of 20003 with flag 125002/125002
7.75/7.07	c cleaning 9995 clauses out of 20004 with flag 135003/135003
8.25/7.58	c cleaning 9997 clauses out of 20006 with flag 145000/145000
8.85/8.15	c cleaning 10003 clauses out of 20009 with flag 155000/155000
8.95/8.20	c Got one! Elapsed wall clock time (in seconds):8.107
8.95/8.20	o 69
9.45/8.75	c cleaning 10001 clauses out of 20007 with flag 165001/165001
10.05/9.36	c cleaning 9998 clauses out of 20007 with flag 175002/175002
10.55/9.89	c cleaning 9999 clauses out of 20008 with flag 185001/185001
11.16/10.44	c cleaning 10000 clauses out of 20011 with flag 195003/195003
11.67/10.97	c cleaning 9994 clauses out of 20008 with flag 205000/205000
11.86/11.16	c Got one! Elapsed wall clock time (in seconds):11.067
11.86/11.16	o 60
12.17/11.48	c cleaning 10005 clauses out of 20015 with flag 215001/215001
12.87/12.11	c cleaning 9998 clauses out of 20009 with flag 225000/225000
13.37/12.68	c cleaning 9999 clauses out of 20011 with flag 235000/235000
13.97/13.28	c cleaning 9997 clauses out of 20012 with flag 245000/245000
14.57/13.82	c cleaning 9999 clauses out of 20016 with flag 255001/255001
14.97/14.29	c cleaning 10002 clauses out of 20019 with flag 265003/265003
15.46/14.74	c cleaning 10000 clauses out of 20014 with flag 275000/275000
15.96/15.21	c cleaning 10004 clauses out of 20015 with flag 285001/285001
16.36/15.65	c cleaning 10001 clauses out of 20013 with flag 295003/295003
16.76/16.08	c cleaning 9997 clauses out of 20010 with flag 305001/305001
17.27/16.54	c cleaning 10002 clauses out of 20013 with flag 315001/315001
17.76/17.02	c cleaning 10001 clauses out of 20010 with flag 325000/325000
17.97/17.23	c Got one! Elapsed wall clock time (in seconds):17.144
17.97/17.23	o 59
18.29/17.53	c cleaning 10003 clauses out of 20012 with flag 335003/335003
18.78/18.09	c cleaning 10000 clauses out of 20008 with flag 345002/345002
19.39/18.66	c cleaning 9997 clauses out of 20006 with flag 355000/355000
19.98/19.27	c cleaning 9999 clauses out of 20010 with flag 365001/365001
20.59/19.82	c cleaning 10000 clauses out of 20010 with flag 375000/375000
21.09/20.34	c cleaning 10002 clauses out of 20010 with flag 385000/385000
21.59/20.89	c cleaning 10001 clauses out of 20011 with flag 395003/395003
21.70/20.96	c Got one! Elapsed wall clock time (in seconds):20.87
21.70/20.96	o 58
22.09/21.38	c cleaning 9999 clauses out of 20008 with flag 405001/405001
22.70/22.00	c cleaning 10001 clauses out of 20010 with flag 415002/415002
23.29/22.55	c cleaning 9999 clauses out of 20007 with flag 425000/425000
23.80/23.06	c cleaning 10002 clauses out of 20011 with flag 435003/435003
24.30/23.55	c cleaning 10000 clauses out of 20006 with flag 445000/445000
24.80/24.01	c cleaning 9994 clauses out of 20006 with flag 455000/455000
25.30/24.52	c cleaning 10006 clauses out of 20018 with flag 465006/465006
25.81/25.01	c cleaning 9996 clauses out of 20006 with flag 475000/475000
26.21/25.48	c cleaning 10003 clauses out of 20014 with flag 485004/485004
26.71/25.91	c cleaning 9994 clauses out of 20008 with flag 495001/495001
27.11/26.36	c cleaning 10003 clauses out of 20013 with flag 505000/505000
27.62/26.80	c cleaning 10003 clauses out of 20011 with flag 515001/515001
28.02/27.27	c cleaning 9999 clauses out of 20007 with flag 525000/525000
28.53/27.77	c cleaning 9999 clauses out of 20008 with flag 535000/535000
29.03/28.21	c cleaning 10002 clauses out of 20009 with flag 545000/545000
29.53/28.70	c cleaning 9994 clauses out of 20008 with flag 555001/555001
29.92/29.16	c cleaning 10004 clauses out of 20015 with flag 565002/565002
30.43/29.61	c cleaning 10001 clauses out of 20009 with flag 575000/575000
30.83/30.06	c cleaning 9998 clauses out of 20008 with flag 585000/585000
31.03/30.23	c Got one! Elapsed wall clock time (in seconds):30.137
31.03/30.23	o 42
31.33/30.53	c cleaning 10002 clauses out of 20011 with flag 595001/595001
31.83/31.08	c cleaning 9999 clauses out of 20008 with flag 605000/605000
32.33/31.59	c cleaning 10002 clauses out of 20010 with flag 615001/615001
32.93/32.10	c cleaning 10000 clauses out of 20008 with flag 625001/625001
33.43/32.63	c cleaning 9998 clauses out of 20007 with flag 635000/635000
33.93/33.15	c cleaning 10002 clauses out of 20011 with flag 645002/645002
34.43/33.67	c cleaning 10000 clauses out of 20008 with flag 655001/655001
34.94/34.18	c cleaning 10002 clauses out of 20008 with flag 665001/665001
35.43/34.62	c cleaning 9995 clauses out of 20006 with flag 675001/675001
35.83/35.05	c cleaning 10001 clauses out of 20013 with flag 685003/685003
36.33/35.50	c cleaning 10000 clauses out of 20011 with flag 695002/695002
36.73/35.97	c cleaning 10002 clauses out of 20011 with flag 705002/705002
37.23/36.45	c cleaning 9997 clauses out of 20007 with flag 715000/715000
37.43/36.69	c Got one! Elapsed wall clock time (in seconds):36.602
37.43/36.69	o 39
37.74/36.94	c cleaning 10002 clauses out of 20010 with flag 725000/725000
38.25/37.47	c cleaning 10000 clauses out of 20010 with flag 735002/735002
38.84/38.03	c cleaning 10000 clauses out of 20009 with flag 745001/745001
39.25/38.50	c cleaning 9999 clauses out of 20008 with flag 755000/755000
39.84/39.02	c cleaning 10000 clauses out of 20012 with flag 765003/765003
40.24/39.47	c cleaning 10001 clauses out of 20009 with flag 775000/775000
40.74/39.92	c cleaning 10001 clauses out of 20009 with flag 785001/785001
41.15/40.38	c cleaning 9996 clauses out of 20008 with flag 795001/795001
41.65/40.81	c cleaning 10005 clauses out of 20015 with flag 805004/805004
42.05/41.26	c cleaning 9996 clauses out of 20006 with flag 815000/815000
42.55/41.71	c cleaning 10001 clauses out of 20011 with flag 825001/825001
42.95/42.17	c cleaning 10003 clauses out of 20011 with flag 835002/835002
43.46/42.62	c cleaning 10000 clauses out of 20007 with flag 845001/845001
43.86/43.09	c cleaning 9997 clauses out of 20007 with flag 855001/855001
44.36/43.55	c cleaning 10001 clauses out of 20011 with flag 865002/865002
44.87/44.01	c cleaning 10000 clauses out of 20011 with flag 875003/875003
45.27/44.44	c cleaning 10000 clauses out of 20008 with flag 885000/885000
45.67/44.90	c cleaning 9998 clauses out of 20008 with flag 895000/895000
46.16/45.36	c cleaning 9998 clauses out of 20010 with flag 905000/905000
46.67/45.83	c cleaning 10004 clauses out of 20013 with flag 915001/915001
46.77/45.92	c Got one! Elapsed wall clock time (in seconds):45.831
46.77/45.92	o 25
47.17/46.34	c cleaning 10001 clauses out of 20008 with flag 925000/925000
47.77/46.92	c cleaning 10000 clauses out of 20007 with flag 935000/935000
48.27/47.48	c cleaning 9999 clauses out of 20011 with flag 945004/945004
48.77/47.98	c cleaning 10001 clauses out of 20010 with flag 955002/955002
49.37/48.52	c cleaning 10001 clauses out of 20008 with flag 965001/965001
49.87/49.02	c cleaning 9997 clauses out of 20006 with flag 975000/975000
50.38/49.53	c cleaning 10001 clauses out of 20010 with flag 985001/985001
50.87/50.07	c cleaning 10000 clauses out of 20008 with flag 995000/995000
51.48/50.66	c cleaning 10001 clauses out of 20010 with flag 1005002/1005002
51.98/51.17	c cleaning 10000 clauses out of 20008 with flag 1015001/1015001
52.48/51.66	c cleaning 10001 clauses out of 20008 with flag 1025001/1025001
52.98/52.16	c cleaning 9997 clauses out of 20008 with flag 1035002/1035002
53.38/52.58	c cleaning 9999 clauses out of 20010 with flag 1045001/1045001
53.78/52.99	c cleaning 10004 clauses out of 20011 with flag 1055001/1055001
54.28/53.43	c cleaning 9999 clauses out of 20006 with flag 1065000/1065000
54.69/53.84	c cleaning 9998 clauses out of 20007 with flag 1075000/1075000
55.08/54.27	c cleaning 10002 clauses out of 20012 with flag 1085003/1085003
55.48/54.67	c cleaning 9997 clauses out of 20007 with flag 1095000/1095000
55.88/55.09	c cleaning 9994 clauses out of 20010 with flag 1105000/1105000
56.38/55.53	c cleaning 10004 clauses out of 20017 with flag 1115001/1115001
56.78/55.92	c cleaning 9999 clauses out of 20012 with flag 1125000/1125000
57.18/56.33	c cleaning 10003 clauses out of 20013 with flag 1135000/1135000
57.58/56.77	c cleaning 10000 clauses out of 20011 with flag 1145001/1145001
57.99/57.18	c cleaning 9999 clauses out of 20010 with flag 1155000/1155000
58.38/57.57	c cleaning 9999 clauses out of 20011 with flag 1165000/1165000
58.78/57.97	c cleaning 9997 clauses out of 20012 with flag 1175000/1175000
59.19/58.38	c cleaning 10003 clauses out of 20015 with flag 1185000/1185000
59.58/58.73	c Got one! Elapsed wall clock time (in seconds):58.64
59.58/58.73	o 15
59.58/58.78	c cleaning 10001 clauses out of 20012 with flag 1195000/1195000
60.08/59.29	c cleaning 10000 clauses out of 20011 with flag 1205000/1205000
60.68/59.82	c cleaning 10003 clauses out of 20013 with flag 1215002/1215002
61.19/60.33	c cleaning 9999 clauses out of 20008 with flag 1225000/1225000
61.69/60.80	c cleaning 10001 clauses out of 20011 with flag 1235002/1235002
62.09/61.27	c cleaning 10002 clauses out of 20010 with flag 1245002/1245002
62.69/61.80	c cleaning 9998 clauses out of 20006 with flag 1255000/1255000
63.09/62.25	c cleaning 9999 clauses out of 20010 with flag 1265002/1265002
63.49/62.67	c cleaning 10001 clauses out of 20011 with flag 1275002/1275002
63.99/63.18	c cleaning 9996 clauses out of 20008 with flag 1285000/1285000
64.49/63.66	c cleaning 9998 clauses out of 20013 with flag 1295001/1295001
64.99/64.12	c cleaning 10002 clauses out of 20015 with flag 1305001/1305001
65.39/64.54	c cleaning 10003 clauses out of 20014 with flag 1315002/1315002
65.80/64.97	c cleaning 10000 clauses out of 20010 with flag 1325001/1325001
66.29/65.40	c cleaning 10000 clauses out of 20009 with flag 1335000/1335000
66.69/65.84	c cleaning 9999 clauses out of 20009 with flag 1345000/1345000
67.09/66.29	c cleaning 9999 clauses out of 20010 with flag 1355000/1355000
67.59/66.70	c cleaning 10002 clauses out of 20012 with flag 1365001/1365001
68.00/67.13	c cleaning 10001 clauses out of 20010 with flag 1375001/1375001
68.40/67.56	c cleaning 9998 clauses out of 20009 with flag 1385001/1385001
68.90/68.04	c cleaning 9999 clauses out of 20010 with flag 1395000/1395000
69.30/68.49	c cleaning 9997 clauses out of 20011 with flag 1405000/1405000
69.81/68.91	c cleaning 9999 clauses out of 20015 with flag 1415001/1415001
70.22/69.37	c cleaning 10000 clauses out of 20015 with flag 1425000/1425000
70.71/69.82	c cleaning 10003 clauses out of 20017 with flag 1435002/1435002
71.11/70.27	c cleaning 10003 clauses out of 20013 with flag 1445001/1445001
71.61/70.73	c cleaning 9996 clauses out of 20009 with flag 1455000/1455000
72.01/71.17	c cleaning 10005 clauses out of 20016 with flag 1465003/1465003
72.51/71.62	c cleaning 10002 clauses out of 20010 with flag 1475002/1475002
72.93/72.07	c cleaning 10000 clauses out of 20005 with flag 1485000/1485000
73.33/72.49	c cleaning 9997 clauses out of 20006 with flag 1495001/1495001
73.83/72.92	c cleaning 10002 clauses out of 20008 with flag 1505000/1505000
74.34/73.41	c cleaning 9998 clauses out of 20005 with flag 1515000/1515000
74.54/73.66	c starts		: 216
74.54/73.66	c conflicts		: 1520481
74.54/73.66	c decisions		: 2411712
74.54/73.66	c propagations		: 36061351
74.54/73.66	c inspects		: 330812932
74.54/73.66	c learnt literals	: 9
74.54/73.66	c learnt binary clauses	: 78
74.54/73.66	c learnt ternary clauses	: 1155
74.54/73.66	c learnt clauses	: 1520471
74.54/73.66	c ignored clauses	: 0
74.54/73.66	c root simplifications	: 0
74.54/73.66	c removed literals (reason simplification)	: 11139614
74.54/73.66	c reason swapping (by a shorter reason)	: 0
74.54/73.66	c Calls to reduceDB	: 153
74.54/73.66	c number of reductions to clauses (during analyze)	: 0
74.54/73.66	c number of learned constraints concerned by reduction	: 0
74.54/73.66	c number of learning phase by resolution	: 0
74.54/73.66	c number of learning phase by cutting planes	: 0
74.54/73.66	c speed (assignments/second)	: 2415685.3563772775
74.54/73.66	c non guided choices	1278
74.54/73.66	c learnt constraints type 
74.54/73.66	c constraints type 
74.54/73.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
74.54/73.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
74.54/73.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
74.54/73.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 51
74.54/73.66	s OPTIMUM FOUND
74.54/73.66	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 
74.54/73.66	c objective function=15
74.54/73.66	c Total wall clock time (in seconds): 73.569

Verifier Data

OK	15

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698458-1278325592/watcher-2698458-1278325592 -o /tmp/evaluation-result-2698458-1278325592/solver-2698458-1278325592 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698458-1278325592.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.85 1.92 1.67 3/196 4205
/proc/meminfo: memFree=32386300/32951124 swapFree=67111528/67111528
[pid=4205] ppid=4203 vsize=13652 CPUtime=0
/proc/4205/stat : 4205 (java) S 4203 4205 3808 0 -1 4202496 1127 0 0 0 0 0 0 0 21 0 2 0 771734 13979648 596 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/4205/statm: 3413 596 276 10 0 1206 0
[pid=4205/tid=4206] ppid=4203 vsize=13600 CPUtime=0
/proc/4205/task/4206/stat : 4206 (java) R 4203 4205 3808 0 -1 4202560 99 0 0 0 0 0 0 0 23 0 2 0 771735 13926400 604 4089446400 134512640 134550932 4294483408 18446744073709551615 4436960 0 0 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0307719 s]
/proc/loadavg: 1.85 1.92 1.67 3/196 4205
/proc/meminfo: memFree=32386300/32951124 swapFree=67111528/67111528
[pid=4205] ppid=4203 vsize=1525308 CPUtime=0.02
/proc/4205/stat : 4205 (java) S 4203 4205 3808 0 -1 4202496 3736 0 1 0 2 0 0 0 21 0 13 0 771734 1561915392 3177 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/4205/statm: 381327 3177 1034 10 0 378637 0
[pid=4205/tid=4206] ppid=4203 vsize=1525308 CPUtime=0.02
/proc/4205/task/4206/stat : 4206 (java) R 4203 4205 3808 0 -1 4202560 2670 0 1 0 2 0 0 0 25 0 13 0 771735 1561915392 3177 4089446400 134512640 134550932 4294483408 18446744073709551615 106281536 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1525308

[startup+0.103756 s]
/proc/loadavg: 1.85 1.92 1.67 3/196 4205
/proc/meminfo: memFree=32386300/32951124 swapFree=67111528/67111528
[pid=4205] ppid=4203 vsize=1530024 CPUtime=0.11
/proc/4205/stat : 4205 (java) S 4203 4205 3808 0 -1 4202496 5269 0 1 0 11 0 0 0 21 0 18 0 771734 1566744576 4705 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4205/statm: 382506 4706 1347 10 0 379809 0
[pid=4205/tid=4206] ppid=4203 vsize=1530024 CPUtime=0.08
/proc/4205/task/4206/stat : 4206 (java) R 4203 4205 3808 0 -1 4202560 3618 0 1 0 8 0 0 0 18 0 18 0 771735 1566744576 4706 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530024

[startup+0.300745 s]
/proc/loadavg: 1.85 1.92 1.67 3/196 4205
/proc/meminfo: memFree=32386300/32951124 swapFree=67111528/67111528
[pid=4205] ppid=4203 vsize=1533668 CPUtime=0.61
/proc/4205/stat : 4205 (java) S 4203 4205 3808 0 -1 4202496 6801 0 1 0 61 0 0 0 21 0 19 0 771734 1570476032 6171 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4205/statm: 383417 6171 1418 10 0 380720 0
[pid=4205/tid=4206] ppid=4203 vsize=1533668 CPUtime=0.28
/proc/4205/task/4206/stat : 4206 (java) R 4203 4205 3808 0 -1 4202560 4136 0 1 0 28 0 0 0 18 0 19 0 771735 1570476032 6171 4089446400 134512640 134550932 4294483408 18446744073709551615 103615264 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1533668

[startup+0.700677 s]
/proc/loadavg: 1.85 1.92 1.67 3/196 4205
/proc/meminfo: memFree=32386300/32951124 swapFree=67111528/67111528
[pid=4205] ppid=4203 vsize=1533668 CPUtime=1.16
/proc/4205/stat : 4205 (java) S 4203 4205 3808 0 -1 4202496 8959 0 1 0 115 1 0 0 21 0 19 0 771734 1570476032 8327 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4205/statm: 383417 8327 1439 10 0 380720 0
[pid=4205/tid=4206] ppid=4203 vsize=1533668 CPUtime=0.67
/proc/4205/task/4206/stat : 4206 (java) R 4203 4205 3808 0 -1 4202560 5848 0 1 0 67 0 0 0 18 0 19 0 771735 1570476032 8327 4089446400 134512640 134550932 4294483408 18446744073709551615 4109171756 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1533668

[startup+1.50152 s]
/proc/loadavg: 1.85 1.92 1.67 3/215 4225
/proc/meminfo: memFree=32356768/32951124 swapFree=67111528/67111528
[pid=4205] ppid=4203 vsize=1533668 CPUtime=2.01
/proc/4205/stat : 4205 (java) S 4203 4205 3808 0 -1 4202496 9570 0 1 0 200 1 0 0 21 0 19 0 771734 1570476032 8935 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4205/statm: 383417 8935 1439 10 0 380720 0
[pid=4205/tid=4206] ppid=4203 vsize=1533668 CPUtime=1.44
/proc/4205/task/4206/stat : 4206 (java) R 4203 4205 3808 0 -1 4202560 5850 0 1 0 144 0 0 0 19 0 19 0 771735 1570476032 8935 4089446400 134512640 134550932 4294483408 18446744073709551615 4109155426 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4205/tid=4208] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4208/stat : 4208 (java) S 4203 4205 3808 0 -1 4202560 252 0 0 0 0 0 0 0 16 0 19 0 771735 1570476032 8935 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4209] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4209/stat : 4209 (java) S 4203 4205 3808 0 -1 4202560 186 0 0 0 0 0 0 0 15 0 19 0 771735 1570476032 8935 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4210] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4210/stat : 4210 (java) S 4203 4205 3808 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 771735 1570476032 8935 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4211] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4211/stat : 4211 (java) S 4203 4205 3808 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 771735 1570476032 8935 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4212] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4212/stat : 4212 (java) S 4203 4205 3808 0 -1 4202560 0 0 0 0 0 0 0 0 16 0 19 0 771735 1570476032 8935 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4213] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4213/stat : 4213 (java) S 4203 4205 3808 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 771735 1570476032 8935 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4214] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4214/stat : 4214 (java) S 4203 4205 3808 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 19 0 771735 1570476032 8935 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4215] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4215/stat : 4215 (java) S 4203 4205 3808 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 771735 1570476032 8935 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4216] ppid=4203 vsize=1533668 CPUtime=0.03
/proc/4205/task/4216/stat : 4216 (java) S 4203 4205 3808 0 -1 4202560 434 0 0 0 3 0 0 0 15 0 19 0 771736 1570476032 8935 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 0 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=4205/tid=4217] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4217/stat : 4217 (java) S 4203 4205 3808 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 771736 1570476032 8935 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4218] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4218/stat : 4218 (java) S 4203 4205 3808 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 771736 1570476032 8935 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4219] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4219/stat : 4219 (java) S 4203 4205 3808 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771738 1570476032 8935 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4220] ppid=4203 vsize=1533668 CPUtime=0.28
/proc/4205/task/4220/stat : 4220 (java) S 4203 4205 3808 0 -1 4202560 759 0 0 0 28 0 0 0 15 0 19 0 771738 1570476032 8935 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 5 0 0 0
[pid=4205/tid=4221] ppid=4203 vsize=1533668 CPUtime=0.23
/proc/4205/task/4221/stat : 4221 (java) S 4203 4205 3808 0 -1 4202560 873 0 0 0 23 0 0 0 15 0 19 0 771738 1570476032 8935 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4222] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4222/stat : 4222 (java) S 4203 4205 3808 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771738 1570476032 8935 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4223] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4223/stat : 4223 (java) S 4203 4205 3808 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 771739 1570476032 8935 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 3 0 0 0
[pid=4205/tid=4224] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4224/stat : 4224 (java) S 4203 4205 3808 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 771750 1570476032 8935 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1533668

[startup+3.10126 s]
/proc/loadavg: 1.86 1.92 1.67 3/215 4225
/proc/meminfo: memFree=32353668/32951124 swapFree=67111528/67111528
[pid=4205] ppid=4203 vsize=1533668 CPUtime=3.63
/proc/4205/stat : 4205 (java) S 4203 4205 3808 0 -1 4202496 10943 0 1 0 361 2 0 0 21 0 19 0 771734 1570476032 10305 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4205/statm: 383417 10305 1439 10 0 380720 0
[pid=4205/tid=4206] ppid=4203 vsize=1533668 CPUtime=3.01
/proc/4205/task/4206/stat : 4206 (java) R 4203 4205 3808 0 -1 4202560 6843 0 1 0 300 1 0 0 22 0 19 0 771735 1570476032 10305 4089446400 134512640 134550932 4294483408 18446744073709551615 4109139972 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4205/tid=4208] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4208/stat : 4208 (java) S 4203 4205 3808 0 -1 4202560 252 0 0 0 0 0 0 0 15 0 19 0 771735 1570476032 10305 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4209] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4209/stat : 4209 (java) S 4203 4205 3808 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 19 0 771735 1570476032 10305 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4210] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4210/stat : 4210 (java) S 4203 4205 3808 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 771735 1570476032 10305 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4211] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4211/stat : 4211 (java) S 4203 4205 3808 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 771735 1570476032 10305 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4212] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4212/stat : 4212 (java) S 4203 4205 3808 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 771735 1570476032 10305 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4213] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4213/stat : 4213 (java) S 4203 4205 3808 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 771735 1570476032 10305 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4214] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4214/stat : 4214 (java) S 4203 4205 3808 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 19 0 771735 1570476032 10305 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4215] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4215/stat : 4215 (java) S 4203 4205 3808 0 -1 4202560 99 0 0 0 0 0 0 0 16 0 19 0 771735 1570476032 10305 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4216] ppid=4203 vsize=1533668 CPUtime=0.05
/proc/4205/task/4216/stat : 4216 (java) S 4203 4205 3808 0 -1 4202560 652 0 0 0 5 0 0 0 15 0 19 0 771736 1570476032 10305 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 0 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=4205/tid=4217] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4217/stat : 4217 (java) S 4203 4205 3808 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 771736 1570476032 10305 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4218] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4218/stat : 4218 (java) S 4203 4205 3808 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 771736 1570476032 10305 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4219] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4219/stat : 4219 (java) S 4203 4205 3808 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771738 1570476032 10305 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4220] ppid=4203 vsize=1533668 CPUtime=0.29
/proc/4205/task/4220/stat : 4220 (java) S 4203 4205 3808 0 -1 4202560 760 0 0 0 29 0 0 0 16 0 19 0 771738 1570476032 10305 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 5 0 0 0
[pid=4205/tid=4221] ppid=4203 vsize=1533668 CPUtime=0.23
/proc/4205/task/4221/stat : 4221 (java) S 4203 4205 3808 0 -1 4202560 873 0 0 0 23 0 0 0 15 0 19 0 771738 1570476032 10305 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4222] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4222/stat : 4222 (java) S 4203 4205 3808 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771738 1570476032 10305 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4223] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4223/stat : 4223 (java) S 4203 4205 3808 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 771739 1570476032 10305 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 3 0 0 0
[pid=4205/tid=4224] ppid=4203 vsize=1533668 CPUtime=0
/proc/4205/task/4224/stat : 4224 (java) S 4203 4205 3808 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 771750 1570476032 10305 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 1533668

[startup+6.30067 s]
/proc/loadavg: 1.86 1.92 1.67 3/215 4225
/proc/meminfo: memFree=32342268/32951124 swapFree=67111528/67111528
[pid=4205] ppid=4203 vsize=1539464 CPUtime=7.04
/proc/4205/stat : 4205 (java) S 4203 4205 3808 0 -1 4202496 13752 0 1 0 702 2 0 0 21 0 19 0 771734 1576411136 12576 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4205/statm: 384866 12576 1439 10 0 382169 0
[pid=4205/tid=4206] ppid=4203 vsize=1539464 CPUtime=6.12
/proc/4205/task/4206/stat : 4206 (java) R 4203 4205 3808 0 -1 4202560 7582 0 1 0 611 1 0 0 25 0 19 0 771735 1576411136 12576 4089446400 134512640 134550932 4294483408 18446744073709551615 4109134577 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4205/tid=4208] ppid=4203 vsize=1539464 CPUtime=0
/proc/4205/task/4208/stat : 4208 (java) S 4203 4205 3808 0 -1 4202560 253 0 0 0 0 0 0 0 16 0 19 0 771735 1576411136 12576 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4209] ppid=4203 vsize=1539464 CPUtime=0
/proc/4205/task/4209/stat : 4209 (java) S 4203 4205 3808 0 -1 4202560 212 0 0 0 0 0 0 0 16 0 19 0 771735 1576411136 12576 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4210] ppid=4203 vsize=1539464 CPUtime=0
/proc/4205/task/4210/stat : 4210 (java) S 4203 4205 3808 0 -1 4202560 70 0 0 0 0 0 0 0 16 0 19 0 771735 1576411136 12576 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4211] ppid=4203 vsize=1539464 CPUtime=0
/proc/4205/task/4211/stat : 4211 (java) S 4203 4205 3808 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 771735 1576411136 12576 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=4205/tid=4212] ppid=4203 vsize=1539464 CPUtime=0
/proc/4205/task/4212/stat : 4212 (java) S 4203 4205 3808 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 19 0 771735 1576411136 12576 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4213] ppid=4203 vsize=1539464 CPUtime=0
/proc/4205/task/4213/stat : 4213 (java) S 4203 4205 3808 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 771735 1576411136 12576 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=4205/tid=4214] ppid=4203 vsize=1539464 CPUtime=0
/proc/4205/task/4214/stat : 4214 (java) S 4203 4205 3808 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 19 0 771735 1576411136 12576 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=4205/tid=4215] ppid=4203 vsize=1539464 CPUtime=0
/proc/4205/task/4215/stat : 4215 (java) S 4203 4205 3808 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 771735 1576411136 12576 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4216] ppid=4203 vsize=1539464 CPUtime=0.11
/proc/4205/task/4216/stat : 4216 (java) S 4203 4205 3808 0 -1 4202560 720 0 0 0 11 0 0 0 15 0 19 0 771736 1576411136 12576 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 0 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=4205/tid=4217] ppid=4203 vsize=1539464 CPUtime=0
/proc/4205/task/4217/stat : 4217 (java) S 4203 4205 3808 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 771736 1576411136 12576 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4218] ppid=4203 vsize=1539464 CPUtime=0
/proc/4205/task/4218/stat : 4218 (java) S 4203 4205 3808 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 771736 1576411136 12576 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4219] ppid=4203 vsize=1539464 CPUtime=0
/proc/4205/task/4219/stat : 4219 (java) S 4203 4205 3808 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771738 1576411136 12576 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4220] ppid=4203 vsize=1539464 CPUtime=0.34
/proc/4205/task/4220/stat : 4220 (java) S 4203 4205 3808 0 -1 4202560 765 0 0 0 34 0 0 0 15 0 19 0 771738 1576411136 12576 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 5 0 0 0
[pid=4205/tid=4221] ppid=4203 vsize=1539464 CPUtime=0.42
/proc/4205/task/4221/stat : 4221 (java) S 4203 4205 3808 0 -1 4202560 2867 0 0 0 42 0 0 0 15 0 19 0 771738 1576411136 12576 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4222] ppid=4203 vsize=1539464 CPUtime=0
/proc/4205/task/4222/stat : 4222 (java) S 4203 4205 3808 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771738 1576411136 12576 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4223] ppid=4203 vsize=1539464 CPUtime=0
/proc/4205/task/4223/stat : 4223 (java) S 4203 4205 3808 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 771739 1576411136 12576 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 3 0 0 0
[pid=4205/tid=4224] ppid=4203 vsize=1539464 CPUtime=0
/proc/4205/task/4224/stat : 4224 (java) S 4203 4205 3808 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 771750 1576411136 12576 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 1539464


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

/proc/4205/task/4208/stat : 4208 (java) S 4203 4205 3808 0 -1 4202560 265 0 0 0 3 0 0 0 15 0 19 0 771735 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4209] ppid=4203 vsize=1533368 CPUtime=0.05
/proc/4205/task/4209/stat : 4209 (java) S 4203 4205 3808 0 -1 4202560 216 0 0 0 5 0 0 0 15 0 19 0 771735 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=4205/tid=4210] ppid=4203 vsize=1533368 CPUtime=0.03
/proc/4205/task/4210/stat : 4210 (java) S 4203 4205 3808 0 -1 4202560 74 0 0 0 3 0 0 0 15 0 19 0 771735 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4211] ppid=4203 vsize=1533368 CPUtime=0.04
/proc/4205/task/4211/stat : 4211 (java) S 4203 4205 3808 0 -1 4202560 8 0 0 0 4 0 0 0 15 0 19 0 771735 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4212] ppid=4203 vsize=1533368 CPUtime=0.04
/proc/4205/task/4212/stat : 4212 (java) S 4203 4205 3808 0 -1 4202560 82 0 0 0 4 0 0 0 15 0 19 0 771735 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4213] ppid=4203 vsize=1533368 CPUtime=0.04
/proc/4205/task/4213/stat : 4213 (java) S 4203 4205 3808 0 -1 4202560 31 0 0 0 4 0 0 0 15 0 19 0 771735 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=4205/tid=4214] ppid=4203 vsize=1533368 CPUtime=0.04
/proc/4205/task/4214/stat : 4214 (java) S 4203 4205 3808 0 -1 4202560 76 0 0 0 4 0 0 0 15 0 19 0 771735 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4215] ppid=4203 vsize=1533368 CPUtime=0.04
/proc/4205/task/4215/stat : 4215 (java) S 4203 4205 3808 0 -1 4202560 119 0 0 0 4 0 0 0 15 0 19 0 771735 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=4205/tid=4216] ppid=4203 vsize=1533368 CPUtime=1.64
/proc/4205/task/4216/stat : 4216 (java) S 4203 4205 3808 0 -1 4202560 1316 0 0 0 162 2 0 0 15 0 19 0 771736 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 0 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=4205/tid=4217] ppid=4203 vsize=1533368 CPUtime=0
/proc/4205/task/4217/stat : 4217 (java) S 4203 4205 3808 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 771736 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4218] ppid=4203 vsize=1533368 CPUtime=0
/proc/4205/task/4218/stat : 4218 (java) S 4203 4205 3808 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 771736 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4219] ppid=4203 vsize=1533368 CPUtime=0
/proc/4205/task/4219/stat : 4219 (java) S 4203 4205 3808 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771738 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4220] ppid=4203 vsize=1533368 CPUtime=0.35
/proc/4205/task/4220/stat : 4220 (java) S 4203 4205 3808 0 -1 4202560 765 0 0 0 35 0 0 0 15 0 19 0 771738 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 5 0 0 0
[pid=4205/tid=4221] ppid=4203 vsize=1533368 CPUtime=0.47
/proc/4205/task/4221/stat : 4221 (java) S 4203 4205 3808 0 -1 4202560 2870 0 0 0 47 0 0 0 15 0 19 0 771738 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4222] ppid=4203 vsize=1533368 CPUtime=0
/proc/4205/task/4222/stat : 4222 (java) S 4203 4205 3808 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771738 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4223] ppid=4203 vsize=1533368 CPUtime=0
/proc/4205/task/4223/stat : 4223 (java) S 4203 4205 3808 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 771739 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 5 0 0 0
[pid=4205/tid=4224] ppid=4203 vsize=1533368 CPUtime=0
/proc/4205/task/4224/stat : 4224 (java) S 4203 4205 3808 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 771750 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 73.63
Current children cumulated vsize (KiB) 1533368

[startup+73.1006 s]
/proc/loadavg: 1.95 1.93 1.69 3/215 4318
/proc/meminfo: memFree=32322192/32951124 swapFree=67111528/67111528
[pid=4205] ppid=4203 vsize=1533368 CPUtime=74.03
/proc/4205/stat : 4205 (java) S 4203 4205 3808 0 -1 4202496 15061 0 1 0 7397 6 0 0 21 0 19 0 771734 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4205/statm: 383342 12259 1441 10 0 380645 0
[pid=4205/tid=4206] ppid=4203 vsize=1533368 CPUtime=71.16
/proc/4205/task/4206/stat : 4206 (java) R 4203 4205 3808 0 -1 4202560 8168 0 1 0 7114 2 0 0 25 0 19 0 771735 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4109273259 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4205/tid=4208] ppid=4203 vsize=1533368 CPUtime=0.03
/proc/4205/task/4208/stat : 4208 (java) S 4203 4205 3808 0 -1 4202560 265 0 0 0 3 0 0 0 15 0 19 0 771735 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4209] ppid=4203 vsize=1533368 CPUtime=0.05
/proc/4205/task/4209/stat : 4209 (java) S 4203 4205 3808 0 -1 4202560 216 0 0 0 5 0 0 0 15 0 19 0 771735 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=4205/tid=4210] ppid=4203 vsize=1533368 CPUtime=0.03
/proc/4205/task/4210/stat : 4210 (java) S 4203 4205 3808 0 -1 4202560 74 0 0 0 3 0 0 0 15 0 19 0 771735 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4211] ppid=4203 vsize=1533368 CPUtime=0.04
/proc/4205/task/4211/stat : 4211 (java) S 4203 4205 3808 0 -1 4202560 8 0 0 0 4 0 0 0 16 0 19 0 771735 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4212] ppid=4203 vsize=1533368 CPUtime=0.04
/proc/4205/task/4212/stat : 4212 (java) S 4203 4205 3808 0 -1 4202560 82 0 0 0 4 0 0 0 15 0 19 0 771735 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4213] ppid=4203 vsize=1533368 CPUtime=0.04
/proc/4205/task/4213/stat : 4213 (java) S 4203 4205 3808 0 -1 4202560 31 0 0 0 4 0 0 0 15 0 19 0 771735 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=4205/tid=4214] ppid=4203 vsize=1533368 CPUtime=0.04
/proc/4205/task/4214/stat : 4214 (java) S 4203 4205 3808 0 -1 4202560 76 0 0 0 4 0 0 0 15 0 19 0 771735 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4215] ppid=4203 vsize=1533368 CPUtime=0.04
/proc/4205/task/4215/stat : 4215 (java) S 4203 4205 3808 0 -1 4202560 119 0 0 0 4 0 0 0 15 0 19 0 771735 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=4205/tid=4216] ppid=4203 vsize=1533368 CPUtime=1.66
/proc/4205/task/4216/stat : 4216 (java) S 4203 4205 3808 0 -1 4202560 1316 0 0 0 164 2 0 0 15 0 19 0 771736 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 0 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=4205/tid=4217] ppid=4203 vsize=1533368 CPUtime=0
/proc/4205/task/4217/stat : 4217 (java) S 4203 4205 3808 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 771736 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4218] ppid=4203 vsize=1533368 CPUtime=0
/proc/4205/task/4218/stat : 4218 (java) S 4203 4205 3808 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 771736 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4219] ppid=4203 vsize=1533368 CPUtime=0
/proc/4205/task/4219/stat : 4219 (java) S 4203 4205 3808 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771738 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4220] ppid=4203 vsize=1533368 CPUtime=0.35
/proc/4205/task/4220/stat : 4220 (java) S 4203 4205 3808 0 -1 4202560 765 0 0 0 35 0 0 0 15 0 19 0 771738 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 5 0 0 0
[pid=4205/tid=4221] ppid=4203 vsize=1533368 CPUtime=0.47
/proc/4205/task/4221/stat : 4221 (java) S 4203 4205 3808 0 -1 4202560 2870 0 0 0 47 0 0 0 15 0 19 0 771738 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4222] ppid=4203 vsize=1533368 CPUtime=0
/proc/4205/task/4222/stat : 4222 (java) S 4203 4205 3808 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771738 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4223] ppid=4203 vsize=1533368 CPUtime=0
/proc/4205/task/4223/stat : 4223 (java) S 4203 4205 3808 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 771739 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 5 0 0 0
[pid=4205/tid=4224] ppid=4203 vsize=1533368 CPUtime=0
/proc/4205/task/4224/stat : 4224 (java) S 4203 4205 3808 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 771750 1570168832 12259 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 74.03
Current children cumulated vsize (KiB) 1533368

[startup+73.5015 s]
/proc/loadavg: 1.95 1.93 1.69 3/215 4318
/proc/meminfo: memFree=32322192/32951124 swapFree=67111528/67111528
[pid=4205] ppid=4203 vsize=1533368 CPUtime=74.44
/proc/4205/stat : 4205 (java) S 4203 4205 3808 0 -1 4202496 15063 0 1 0 7438 6 0 0 21 0 19 0 771734 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4205/statm: 383342 12260 1441 10 0 380645 0
[pid=4205/tid=4206] ppid=4203 vsize=1533368 CPUtime=71.55
/proc/4205/task/4206/stat : 4206 (java) R 4203 4205 3808 0 -1 4202560 8169 0 1 0 7153 2 0 0 25 0 19 0 771735 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4109195052 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4205/tid=4208] ppid=4203 vsize=1533368 CPUtime=0.03
/proc/4205/task/4208/stat : 4208 (java) S 4203 4205 3808 0 -1 4202560 265 0 0 0 3 0 0 0 15 0 19 0 771735 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4209] ppid=4203 vsize=1533368 CPUtime=0.05
/proc/4205/task/4209/stat : 4209 (java) S 4203 4205 3808 0 -1 4202560 216 0 0 0 5 0 0 0 15 0 19 0 771735 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=4205/tid=4210] ppid=4203 vsize=1533368 CPUtime=0.03
/proc/4205/task/4210/stat : 4210 (java) S 4203 4205 3808 0 -1 4202560 74 0 0 0 3 0 0 0 16 0 19 0 771735 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4211] ppid=4203 vsize=1533368 CPUtime=0.04
/proc/4205/task/4211/stat : 4211 (java) S 4203 4205 3808 0 -1 4202560 8 0 0 0 4 0 0 0 15 0 19 0 771735 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4212] ppid=4203 vsize=1533368 CPUtime=0.04
/proc/4205/task/4212/stat : 4212 (java) S 4203 4205 3808 0 -1 4202560 82 0 0 0 4 0 0 0 15 0 19 0 771735 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4213] ppid=4203 vsize=1533368 CPUtime=0.04
/proc/4205/task/4213/stat : 4213 (java) S 4203 4205 3808 0 -1 4202560 31 0 0 0 4 0 0 0 15 0 19 0 771735 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=4205/tid=4214] ppid=4203 vsize=1533368 CPUtime=0.04
/proc/4205/task/4214/stat : 4214 (java) S 4203 4205 3808 0 -1 4202560 76 0 0 0 4 0 0 0 15 0 19 0 771735 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4215] ppid=4203 vsize=1533368 CPUtime=0.04
/proc/4205/task/4215/stat : 4215 (java) S 4203 4205 3808 0 -1 4202560 119 0 0 0 4 0 0 0 15 0 19 0 771735 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=4205/tid=4216] ppid=4203 vsize=1533368 CPUtime=1.67
/proc/4205/task/4216/stat : 4216 (java) S 4203 4205 3808 0 -1 4202560 1316 0 0 0 165 2 0 0 15 0 19 0 771736 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 0 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=4205/tid=4217] ppid=4203 vsize=1533368 CPUtime=0
/proc/4205/task/4217/stat : 4217 (java) S 4203 4205 3808 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 771736 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4218] ppid=4203 vsize=1533368 CPUtime=0
/proc/4205/task/4218/stat : 4218 (java) S 4203 4205 3808 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 771736 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4219] ppid=4203 vsize=1533368 CPUtime=0
/proc/4205/task/4219/stat : 4219 (java) S 4203 4205 3808 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771738 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4220] ppid=4203 vsize=1533368 CPUtime=0.35
/proc/4205/task/4220/stat : 4220 (java) S 4203 4205 3808 0 -1 4202560 765 0 0 0 35 0 0 0 15 0 19 0 771738 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 5 0 0 0
[pid=4205/tid=4221] ppid=4203 vsize=1533368 CPUtime=0.48
/proc/4205/task/4221/stat : 4221 (java) S 4203 4205 3808 0 -1 4202560 2871 0 0 0 48 0 0 0 15 0 19 0 771738 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4222] ppid=4203 vsize=1533368 CPUtime=0
/proc/4205/task/4222/stat : 4222 (java) S 4203 4205 3808 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771738 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4223] ppid=4203 vsize=1533368 CPUtime=0
/proc/4205/task/4223/stat : 4223 (java) S 4203 4205 3808 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 771739 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 5 0 0 0
[pid=4205/tid=4224] ppid=4203 vsize=1533368 CPUtime=0
/proc/4205/task/4224/stat : 4224 (java) S 4203 4205 3808 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 771750 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 74.44
Current children cumulated vsize (KiB) 1533368

[startup+73.6015 s]
/proc/loadavg: 1.95 1.93 1.69 3/215 4318
/proc/meminfo: memFree=32322192/32951124 swapFree=67111528/67111528
[pid=4205] ppid=4203 vsize=1533368 CPUtime=74.54
/proc/4205/stat : 4205 (java) S 4203 4205 3808 0 -1 4202496 15063 0 1 0 7448 6 0 0 21 0 19 0 771734 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4205/statm: 383342 12260 1441 10 0 380645 0
[pid=4205/tid=4206] ppid=4203 vsize=1533368 CPUtime=71.66
/proc/4205/task/4206/stat : 4206 (java) R 4203 4205 3808 0 -1 4202560 8169 0 1 0 7164 2 0 0 25 0 19 0 771735 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4109242261 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4205/tid=4208] ppid=4203 vsize=1533368 CPUtime=0.03
/proc/4205/task/4208/stat : 4208 (java) S 4203 4205 3808 0 -1 4202560 265 0 0 0 3 0 0 0 15 0 19 0 771735 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4209] ppid=4203 vsize=1533368 CPUtime=0.05
/proc/4205/task/4209/stat : 4209 (java) S 4203 4205 3808 0 -1 4202560 216 0 0 0 5 0 0 0 15 0 19 0 771735 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=4205/tid=4210] ppid=4203 vsize=1533368 CPUtime=0.03
/proc/4205/task/4210/stat : 4210 (java) S 4203 4205 3808 0 -1 4202560 74 0 0 0 3 0 0 0 16 0 19 0 771735 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4211] ppid=4203 vsize=1533368 CPUtime=0.04
/proc/4205/task/4211/stat : 4211 (java) S 4203 4205 3808 0 -1 4202560 8 0 0 0 4 0 0 0 15 0 19 0 771735 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4212] ppid=4203 vsize=1533368 CPUtime=0.04
/proc/4205/task/4212/stat : 4212 (java) S 4203 4205 3808 0 -1 4202560 82 0 0 0 4 0 0 0 15 0 19 0 771735 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4213] ppid=4203 vsize=1533368 CPUtime=0.04
/proc/4205/task/4213/stat : 4213 (java) S 4203 4205 3808 0 -1 4202560 31 0 0 0 4 0 0 0 15 0 19 0 771735 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=4205/tid=4214] ppid=4203 vsize=1533368 CPUtime=0.04
/proc/4205/task/4214/stat : 4214 (java) S 4203 4205 3808 0 -1 4202560 76 0 0 0 4 0 0 0 15 0 19 0 771735 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4215] ppid=4203 vsize=1533368 CPUtime=0.04
/proc/4205/task/4215/stat : 4215 (java) S 4203 4205 3808 0 -1 4202560 119 0 0 0 4 0 0 0 15 0 19 0 771735 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=4205/tid=4216] ppid=4203 vsize=1533368 CPUtime=1.67
/proc/4205/task/4216/stat : 4216 (java) S 4203 4205 3808 0 -1 4202560 1316 0 0 0 165 2 0 0 15 0 19 0 771736 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 0 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=4205/tid=4217] ppid=4203 vsize=1533368 CPUtime=0
/proc/4205/task/4217/stat : 4217 (java) S 4203 4205 3808 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 771736 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4218] ppid=4203 vsize=1533368 CPUtime=0
/proc/4205/task/4218/stat : 4218 (java) S 4203 4205 3808 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 771736 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4219] ppid=4203 vsize=1533368 CPUtime=0
/proc/4205/task/4219/stat : 4219 (java) S 4203 4205 3808 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771738 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4220] ppid=4203 vsize=1533368 CPUtime=0.35
/proc/4205/task/4220/stat : 4220 (java) S 4203 4205 3808 0 -1 4202560 765 0 0 0 35 0 0 0 15 0 19 0 771738 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 5 0 0 0
[pid=4205/tid=4221] ppid=4203 vsize=1533368 CPUtime=0.48
/proc/4205/task/4221/stat : 4221 (java) S 4203 4205 3808 0 -1 4202560 2871 0 0 0 48 0 0 0 15 0 19 0 771738 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=4205/tid=4222] ppid=4203 vsize=1533368 CPUtime=0
/proc/4205/task/4222/stat : 4222 (java) S 4203 4205 3808 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771738 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=4205/tid=4223] ppid=4203 vsize=1533368 CPUtime=0
/proc/4205/task/4223/stat : 4223 (java) S 4203 4205 3808 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 771739 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 5 0 0 0
[pid=4205/tid=4224] ppid=4203 vsize=1533368 CPUtime=0
/proc/4205/task/4224/stat : 4224 (java) S 4203 4205 3808 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 771750 1570168832 12260 4089446400 134512640 134550932 4294483408 18446744073709551615 4294960144 0 4 0 16800975 18446604453985333312 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 74.54
Current children cumulated vsize (KiB) 1533368

Child status: 30
Real time (s): 73.6691
CPU time (s): 74.6177
CPU user time (s): 74.5507
CPU system time (s): 0.066989
CPU usage (%): 101.288
Max. virtual memory (cumulated for all children) (KiB): 1539464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.5507
system time used= 0.066989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15078
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= 5578
involuntary context switches= 28979

runsolver used 0.12998 second user time and 0.296954 second system time

The end

Launcher Data

Begin job on node137 at 2010-07-05 12:26:32
IDJOB=2698458
IDBENCH=78828
IDSOLVER=1211
FILE ID=node137/2698458-1278325592
PBS_JOBID= 11207427
Free space on /tmp= 74120 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110973163--soft-33-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2698458-1278325592/watcher-2698458-1278325592 -o /tmp/evaluation-result-2698458-1278325592/solver-2698458-1278325592 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698458-1278325592.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e1c1b8cf9bad61151281f614914c2e6f
RANDOM SEED=2056767878

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.829
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	: 5246.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32386564 kB
Buffers:         22104 kB
Cached:         349276 kB
SwapCached:          0 kB
Active:         174568 kB
Inactive:       290632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32386564 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1020 kB
Writeback:           0 kB
AnonPages:       93892 kB
Mapped:          20244 kB
Slab:            36140 kB
PageTables:       4820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1638612 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= 74120 MiB
End job on node137 at 2010-07-05 12:27:46