Trace number 2698534

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.5227 73.3143

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224929--soft-66-100-0.wbo
MD5SUM3ff78030d7fc141241cdd1d8ac18da82
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark71
Best CPU time to get the best result obtained on this benchmark0.159975
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1264
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-2698534-1278325629.wbo
0.02/0.09	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.054s.
0.11/0.15	c #vars     211
0.11/0.15	c #constraints  101
0.11/0.15	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 => 41
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30
0.60/0.37	c SATISFIABLE
0.60/0.37	c OPTIMIZING...
0.60/0.37	c Got one! Elapsed wall clock time (in seconds):0.275
0.60/0.37	o 360
0.99/0.56	c cleaning 2497 clauses out of 5001 with flag 5001/5001
0.99/0.59	c Got one! Elapsed wall clock time (in seconds):0.5
0.99/0.59	o 242
1.34/0.80	c cleaning 4249 clauses out of 8503 with flag 11000/11000
1.55/1.07	c cleaning 5628 clauses out of 11259 with flag 18005/18005
1.95/1.40	c cleaning 6808 clauses out of 13626 with flag 26000/26000
2.26/1.79	c cleaning 7906 clauses out of 15821 with flag 35003/35003
2.37/1.86	c Got one! Elapsed wall clock time (in seconds):1.765
2.37/1.86	o 235
2.67/2.18	c cleaning 8957 clauses out of 17913 with flag 45001/45001
3.18/2.67	c cleaning 9471 clauses out of 18956 with flag 55001/55001
3.58/3.09	c cleaning 9737 clauses out of 19484 with flag 65000/65000
3.79/3.22	c Got one! Elapsed wall clock time (in seconds):3.132
3.79/3.22	o 229
4.08/3.53	c cleaning 9871 clauses out of 19749 with flag 75002/75002
4.48/3.95	c cleaning 9934 clauses out of 19876 with flag 85000/85000
4.89/4.38	c cleaning 9965 clauses out of 19942 with flag 95000/95000
5.09/4.52	c Got one! Elapsed wall clock time (in seconds):4.429
5.09/4.52	o 182
5.39/4.83	c cleaning 9986 clauses out of 19978 with flag 105001/105001
5.89/5.31	c cleaning 9984 clauses out of 19992 with flag 115001/115001
6.29/5.76	c cleaning 9999 clauses out of 20008 with flag 125001/125001
6.69/6.16	c cleaning 9995 clauses out of 20008 with flag 135000/135000
7.09/6.54	c cleaning 9998 clauses out of 20013 with flag 145000/145000
7.20/6.64	c Got one! Elapsed wall clock time (in seconds):6.544
7.20/6.64	o 179
7.59/7.00	c cleaning 10004 clauses out of 20018 with flag 155003/155003
7.99/7.44	c cleaning 10001 clauses out of 20011 with flag 165000/165000
8.20/7.69	c Got one! Elapsed wall clock time (in seconds):7.593
8.20/7.69	o 157
8.39/7.88	c cleaning 10001 clauses out of 20012 with flag 175002/175002
8.99/8.44	c cleaning 9998 clauses out of 20010 with flag 185001/185001
9.49/8.91	c cleaning 10003 clauses out of 20012 with flag 195001/195001
9.69/9.10	c Got one! Elapsed wall clock time (in seconds):9.005
9.69/9.10	o 134
9.99/9.41	c cleaning 9998 clauses out of 20008 with flag 205000/205000
10.39/9.88	c cleaning 9996 clauses out of 20010 with flag 215000/215000
10.70/10.14	c Got one! Elapsed wall clock time (in seconds):10.05
10.70/10.14	o 78
10.90/10.33	c cleaning 10005 clauses out of 20015 with flag 225001/225001
11.40/10.80	c cleaning 9994 clauses out of 20009 with flag 235000/235000
11.80/11.26	c cleaning 10001 clauses out of 20016 with flag 245001/245001
12.20/11.69	c cleaning 10004 clauses out of 20014 with flag 255000/255000
12.71/12.11	c cleaning 9998 clauses out of 20011 with flag 265001/265001
13.21/12.61	c cleaning 10000 clauses out of 20014 with flag 275002/275002
13.61/13.09	c cleaning 10006 clauses out of 20013 with flag 285001/285001
14.11/13.51	c cleaning 9998 clauses out of 20006 with flag 295000/295000
14.52/13.93	c cleaning 10002 clauses out of 20009 with flag 305001/305001
14.93/14.37	c cleaning 9997 clauses out of 20007 with flag 315001/315001
15.42/14.81	c cleaning 10002 clauses out of 20010 with flag 325001/325001
15.82/15.27	c cleaning 9999 clauses out of 20007 with flag 335000/335000
16.22/15.69	c cleaning 10000 clauses out of 20009 with flag 345001/345001
16.53/15.97	c Got one! Elapsed wall clock time (in seconds):15.878
16.53/15.97	o 71
16.73/16.15	c cleaning 10004 clauses out of 20013 with flag 355005/355005
17.23/16.60	c cleaning 9998 clauses out of 20004 with flag 365000/365000
17.63/17.07	c cleaning 10000 clauses out of 20006 with flag 375000/375000
18.04/17.50	c cleaning 9998 clauses out of 20010 with flag 385004/385004
18.55/17.95	c cleaning 9991 clauses out of 20010 with flag 395002/395002
19.05/18.44	c cleaning 10003 clauses out of 20018 with flag 405001/405001
19.45/18.84	c cleaning 10001 clauses out of 20016 with flag 415002/415002
19.85/19.24	c cleaning 10004 clauses out of 20015 with flag 425002/425002
20.36/19.75	c cleaning 9999 clauses out of 20010 with flag 435001/435001
20.76/20.19	c cleaning 10003 clauses out of 20015 with flag 445005/445005
21.26/20.66	c cleaning 9999 clauses out of 20007 with flag 455000/455000
21.77/21.15	c cleaning 10000 clauses out of 20009 with flag 465001/465001
22.17/21.58	c cleaning 9998 clauses out of 20008 with flag 475000/475000
22.68/22.03	c cleaning 9999 clauses out of 20010 with flag 485000/485000
23.08/22.49	c cleaning 10000 clauses out of 20011 with flag 495000/495000
23.58/22.91	c cleaning 10002 clauses out of 20011 with flag 505000/505000
23.98/23.33	c cleaning 9999 clauses out of 20009 with flag 515000/515000
24.38/23.79	c cleaning 10002 clauses out of 20012 with flag 525002/525002
24.89/24.22	c cleaning 9997 clauses out of 20009 with flag 535001/535001
25.29/24.67	c cleaning 9999 clauses out of 20012 with flag 545001/545001
25.69/25.09	c cleaning 10002 clauses out of 20012 with flag 555000/555000
26.19/25.51	c cleaning 10003 clauses out of 20010 with flag 565000/565000
26.60/25.96	c cleaning 9995 clauses out of 20007 with flag 575000/575000
27.00/26.40	c cleaning 10000 clauses out of 20012 with flag 585000/585000
27.51/26.84	c cleaning 10004 clauses out of 20013 with flag 595001/595001
27.91/27.26	c cleaning 10001 clauses out of 20009 with flag 605001/605001
28.30/27.68	c cleaning 9999 clauses out of 20007 with flag 615000/615000
28.82/28.13	c cleaning 10000 clauses out of 20008 with flag 625000/625000
29.33/28.61	c cleaning 9991 clauses out of 20008 with flag 635000/635000
29.73/29.04	c cleaning 10003 clauses out of 20017 with flag 645000/645000
30.13/29.44	c cleaning 10004 clauses out of 20017 with flag 655003/655003
30.53/29.84	c cleaning 10002 clauses out of 20010 with flag 665000/665000
30.93/30.26	c cleaning 9999 clauses out of 20008 with flag 675000/675000
31.44/30.72	c cleaning 9998 clauses out of 20009 with flag 685000/685000
31.83/31.14	c cleaning 10001 clauses out of 20013 with flag 695002/695002
32.34/31.61	c cleaning 10000 clauses out of 20010 with flag 705000/705000
32.74/32.05	c cleaning 10004 clauses out of 20012 with flag 715002/715002
33.14/32.47	c cleaning 10000 clauses out of 20007 with flag 725001/725001
33.64/32.92	c cleaning 10000 clauses out of 20007 with flag 735001/735001
34.04/33.35	c cleaning 10000 clauses out of 20007 with flag 745001/745001
34.45/33.77	c cleaning 9999 clauses out of 20006 with flag 755000/755000
34.95/34.20	c cleaning 10000 clauses out of 20007 with flag 765000/765000
35.35/34.64	c cleaning 10000 clauses out of 20007 with flag 775000/775000
35.75/35.08	c cleaning 10000 clauses out of 20009 with flag 785002/785002
36.16/35.49	c cleaning 9996 clauses out of 20008 with flag 795001/795001
36.66/35.91	c cleaning 9998 clauses out of 20011 with flag 805000/805000
37.07/36.36	c cleaning 10001 clauses out of 20015 with flag 815002/815002
37.47/36.76	c cleaning 9999 clauses out of 20012 with flag 825000/825000
37.87/37.17	c cleaning 10000 clauses out of 20015 with flag 835002/835002
38.27/37.58	c cleaning 10003 clauses out of 20015 with flag 845002/845002
38.68/37.99	c cleaning 10000 clauses out of 20012 with flag 855002/855002
39.18/38.43	c cleaning 9997 clauses out of 20011 with flag 865001/865001
39.58/38.86	c cleaning 10002 clauses out of 20013 with flag 875000/875000
40.08/39.33	c cleaning 9997 clauses out of 20011 with flag 885000/885000
40.49/39.78	c cleaning 10002 clauses out of 20014 with flag 895000/895000
40.99/40.23	c cleaning 10001 clauses out of 20013 with flag 905001/905001
41.40/40.69	c cleaning 9997 clauses out of 20013 with flag 915002/915002
41.89/41.15	c cleaning 9999 clauses out of 20014 with flag 925000/925000
42.40/41.60	c cleaning 10003 clauses out of 20015 with flag 935000/935000
42.80/42.04	c cleaning 9998 clauses out of 20012 with flag 945000/945000
43.21/42.46	c cleaning 10000 clauses out of 20014 with flag 955000/955000
43.72/42.91	c cleaning 10005 clauses out of 20016 with flag 965002/965002
44.11/43.36	c cleaning 10004 clauses out of 20015 with flag 975006/975006
44.61/43.81	c cleaning 10000 clauses out of 20005 with flag 985000/985000
45.01/44.22	c cleaning 9995 clauses out of 20005 with flag 995000/995000
45.41/44.61	c cleaning 9998 clauses out of 20010 with flag 1005000/1005000
45.82/45.04	c cleaning 9999 clauses out of 20013 with flag 1015001/1015001
46.21/45.47	c cleaning 10003 clauses out of 20014 with flag 1025001/1025001
46.72/45.90	c cleaning 10001 clauses out of 20014 with flag 1035004/1035004
47.12/46.33	c cleaning 9998 clauses out of 20009 with flag 1045000/1045000
47.52/46.74	c cleaning 10000 clauses out of 20011 with flag 1055000/1055000
47.93/47.16	c cleaning 10000 clauses out of 20011 with flag 1065000/1065000
48.33/47.58	c cleaning 10002 clauses out of 20012 with flag 1075001/1075001
48.73/47.98	c cleaning 10000 clauses out of 20009 with flag 1085000/1085000
49.14/48.37	c cleaning 9999 clauses out of 20009 with flag 1095000/1095000
49.53/48.77	c cleaning 10001 clauses out of 20010 with flag 1105000/1105000
50.04/49.20	c cleaning 9998 clauses out of 20009 with flag 1115000/1115000
50.45/49.63	c cleaning 9996 clauses out of 20012 with flag 1125001/1125001
50.85/50.04	c cleaning 10003 clauses out of 20015 with flag 1135000/1135000
51.25/50.47	c cleaning 10003 clauses out of 20014 with flag 1145002/1145002
51.75/50.91	c cleaning 10000 clauses out of 20010 with flag 1155001/1155001
52.15/51.37	c cleaning 9999 clauses out of 20009 with flag 1165000/1165000
52.65/51.83	c cleaning 10001 clauses out of 20010 with flag 1175000/1175000
53.05/52.26	c cleaning 10000 clauses out of 20010 with flag 1185001/1185001
53.45/52.69	c cleaning 10000 clauses out of 20009 with flag 1195000/1195000
53.95/53.16	c cleaning 10000 clauses out of 20011 with flag 1205002/1205002
54.45/53.62	c cleaning 9999 clauses out of 20011 with flag 1215002/1215002
54.85/54.07	c cleaning 10004 clauses out of 20012 with flag 1225002/1225002
55.35/54.50	c cleaning 10001 clauses out of 20009 with flag 1235003/1235003
55.76/54.94	c cleaning 9994 clauses out of 20006 with flag 1245001/1245001
56.16/55.39	c cleaning 10000 clauses out of 20011 with flag 1255000/1255000
56.66/55.85	c cleaning 9996 clauses out of 20012 with flag 1265001/1265001
57.06/56.27	c cleaning 10006 clauses out of 20017 with flag 1275002/1275002
57.56/56.72	c cleaning 10000 clauses out of 20009 with flag 1285000/1285000
57.97/57.17	c cleaning 9997 clauses out of 20009 with flag 1295000/1295000
58.46/57.60	c cleaning 10001 clauses out of 20012 with flag 1305000/1305000
58.86/58.02	c cleaning 10002 clauses out of 20012 with flag 1315001/1315001
59.26/58.43	c cleaning 10003 clauses out of 20013 with flag 1325004/1325004
59.66/58.88	c cleaning 10001 clauses out of 20010 with flag 1335004/1335004
60.17/59.37	c cleaning 9998 clauses out of 20005 with flag 1345000/1345000
60.56/59.78	c cleaning 9998 clauses out of 20008 with flag 1355001/1355001
61.06/60.22	c cleaning 10003 clauses out of 20009 with flag 1365000/1365000
61.46/60.66	c cleaning 9998 clauses out of 20008 with flag 1375002/1375002
61.86/61.09	c cleaning 10000 clauses out of 20008 with flag 1385000/1385000
62.37/61.51	c cleaning 9999 clauses out of 20008 with flag 1395000/1395000
62.76/61.94	c cleaning 10005 clauses out of 20011 with flag 1405002/1405002
63.17/62.39	c cleaning 9996 clauses out of 20004 with flag 1415000/1415000
63.67/62.80	c cleaning 10000 clauses out of 20009 with flag 1425001/1425001
64.07/63.24	c cleaning 9997 clauses out of 20008 with flag 1435000/1435000
64.47/63.69	c cleaning 10001 clauses out of 20011 with flag 1445000/1445000
64.99/64.12	c cleaning 10003 clauses out of 20011 with flag 1455001/1455001
65.39/64.54	c cleaning 9998 clauses out of 20007 with flag 1465000/1465000
65.79/64.99	c cleaning 10001 clauses out of 20011 with flag 1475002/1475002
66.29/65.42	c cleaning 10000 clauses out of 20010 with flag 1485002/1485002
66.69/65.87	c cleaning 10005 clauses out of 20015 with flag 1495007/1495007
67.19/66.30	c cleaning 9996 clauses out of 20003 with flag 1505000/1505000
67.59/66.74	c cleaning 10000 clauses out of 20009 with flag 1515002/1515002
68.00/67.18	c cleaning 10000 clauses out of 20008 with flag 1525001/1525001
68.50/67.61	c cleaning 10000 clauses out of 20009 with flag 1535002/1535002
68.90/68.05	c cleaning 10001 clauses out of 20008 with flag 1545001/1545001
69.40/68.50	c cleaning 9999 clauses out of 20006 with flag 1555000/1555000
69.81/68.98	c cleaning 10001 clauses out of 20009 with flag 1565002/1565002
70.22/69.39	c cleaning 10001 clauses out of 20007 with flag 1575001/1575001
70.71/69.82	c cleaning 9997 clauses out of 20005 with flag 1585000/1585000
71.11/70.24	c cleaning 9998 clauses out of 20010 with flag 1595002/1595002
71.51/70.69	c cleaning 10007 clauses out of 20013 with flag 1605003/1605003
72.03/71.17	c cleaning 9997 clauses out of 20003 with flag 1615000/1615000
72.75/71.63	c cleaning 10000 clauses out of 20006 with flag 1625000/1625000
73.29/72.12	c cleaning 10000 clauses out of 20005 with flag 1635000/1635000
73.71/72.60	c cleaning 9998 clauses out of 20006 with flag 1645001/1645001
74.21/73.08	c cleaning 10004 clauses out of 20010 with flag 1655004/1655004
74.42/73.28	c starts		: 218
74.42/73.28	c conflicts		: 1659726
74.42/73.28	c decisions		: 2612868
74.42/73.28	c propagations		: 42059974
74.42/73.28	c inspects		: 336155606
74.42/73.28	c learnt literals	: 8
74.42/73.28	c learnt binary clauses	: 28
74.42/73.28	c learnt ternary clauses	: 521
74.42/73.28	c learnt clauses	: 1659717
74.42/73.28	c ignored clauses	: 0
74.42/73.28	c root simplifications	: 0
74.42/73.28	c removed literals (reason simplification)	: 12924461
74.42/73.28	c reason swapping (by a shorter reason)	: 0
74.42/73.28	c Calls to reduceDB	: 167
74.42/73.28	c number of reductions to clauses (during analyze)	: 0
74.42/73.28	c number of learned constraints concerned by reduction	: 0
74.42/73.28	c number of learning phase by resolution	: 0
74.42/73.28	c number of learning phase by cutting planes	: 0
74.42/73.28	c speed (assignments/second)	: 733902.8790786947
74.42/73.28	c non guided choices	614
74.42/73.28	c learnt constraints type 
74.42/73.28	c constraints type 
74.42/73.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
74.42/73.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
74.42/73.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
74.42/73.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30
74.42/73.28	s OPTIMUM FOUND
74.42/73.28	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.42/73.28	c objective function=71
74.42/73.28	c Total wall clock time (in seconds): 73.189

Verifier Data

OK	71

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698534-1278325629/watcher-2698534-1278325629 -o /tmp/evaluation-result-2698534-1278325629/solver-2698534-1278325629 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698534-1278325629.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.95 1.95 1.72 3/200 4270
/proc/meminfo: memFree=32408112/32951124 swapFree=67111528/67111528
[pid=4270] ppid=4268 vsize=13472 CPUtime=0
/proc/4270/stat : 4270 (java) S 4268 4270 3911 0 -1 4202496 1093 0 0 0 0 0 0 0 25 0 2 0 776178 13795328 567 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/4270/statm: 3368 571 257 10 0 1202 0
[pid=4270/tid=4271] ppid=4268 vsize=13472 CPUtime=0
/proc/4270/task/4271/stat : 4271 (java) R 4268 4270 3911 0 -1 4202560 59 0 0 0 0 0 0 0 25 0 2 0 776179 13795328 573 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.0318481 s]
/proc/loadavg: 1.95 1.95 1.72 3/200 4270
/proc/meminfo: memFree=32408112/32951124 swapFree=67111528/67111528
[pid=4270] ppid=4268 vsize=1526332 CPUtime=0.02
/proc/4270/stat : 4270 (java) S 4268 4270 3911 0 -1 4202496 3730 0 1 0 2 0 0 0 25 0 13 0 776178 1562963968 3171 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/4270/statm: 381583 3172 1033 10 0 378893 0
[pid=4270/tid=4271] ppid=4268 vsize=1526332 CPUtime=0.01
/proc/4270/task/4271/stat : 4271 (java) R 4268 4270 3911 0 -1 4202560 2663 0 1 0 1 0 0 0 25 0 13 0 776179 1562963968 3172 4089446400 134512640 134550932 4288447584 18446744073709551615 103621586 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1526332

[startup+0.100879 s]
/proc/loadavg: 1.95 1.95 1.72 3/200 4270
/proc/meminfo: memFree=32408112/32951124 swapFree=67111528/67111528
[pid=4270] ppid=4268 vsize=1530164 CPUtime=0.11
/proc/4270/stat : 4270 (java) S 4268 4270 3911 0 -1 4202496 5241 0 1 0 10 1 0 0 25 0 18 0 776178 1566887936 4678 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4270/statm: 382541 4678 1347 10 0 379844 0
[pid=4270/tid=4271] ppid=4268 vsize=1530164 CPUtime=0.09
/proc/4270/task/4271/stat : 4271 (java) R 4268 4270 3911 0 -1 4202560 3569 0 1 0 8 1 0 0 25 0 18 0 776179 1566887936 4678 4089446400 134512640 134550932 4288447584 18446744073709551615 4109692321 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) 1530164

[startup+0.300793 s]
/proc/loadavg: 1.95 1.95 1.72 3/200 4270
/proc/meminfo: memFree=32408112/32951124 swapFree=67111528/67111528
[pid=4270] ppid=4268 vsize=1535988 CPUtime=0.6
/proc/4270/stat : 4270 (java) S 4268 4270 3911 0 -1 4202496 7723 0 1 0 59 1 0 0 25 0 19 0 776178 1572851712 6691 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4270/statm: 383997 6691 1411 10 0 381300 0
[pid=4270/tid=4271] ppid=4268 vsize=1535988 CPUtime=0.28
/proc/4270/task/4271/stat : 4271 (java) R 4268 4270 3911 0 -1 4202560 4009 0 1 0 27 1 0 0 18 0 19 0 776179 1572851712 6691 4089446400 134512640 134550932 4288447584 18446744073709551615 4109705407 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1535988

[startup+0.700766 s]
/proc/loadavg: 1.95 1.95 1.72 3/200 4270
/proc/meminfo: memFree=32408112/32951124 swapFree=67111528/67111528
[pid=4270] ppid=4268 vsize=1535988 CPUtime=1.21
/proc/4270/stat : 4270 (java) S 4268 4270 3911 0 -1 4202496 9344 0 1 0 119 2 0 0 25 0 19 0 776178 1572851712 8309 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4270/statm: 383997 8309 1439 10 0 381300 0
[pid=4270/tid=4271] ppid=4268 vsize=1535988 CPUtime=0.67
/proc/4270/task/4271/stat : 4271 (java) R 4268 4270 3911 0 -1 4202560 5186 0 1 0 66 1 0 0 18 0 19 0 776179 1572851712 8309 4089446400 134512640 134550932 4288447584 18446744073709551615 4109866216 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 1535988

[startup+1.50066 s]
/proc/loadavg: 1.95 1.95 1.72 3/219 4289
/proc/meminfo: memFree=32379324/32951124 swapFree=67111528/67111528
[pid=4270] ppid=4268 vsize=1535988 CPUtime=2.06
/proc/4270/stat : 4270 (java) S 4268 4270 3911 0 -1 4202496 9863 0 1 0 204 2 0 0 25 0 19 0 776178 1572851712 8825 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4270/statm: 383997 8825 1439 10 0 381300 0
[pid=4270/tid=4271] ppid=4268 vsize=1535988 CPUtime=1.44
/proc/4270/task/4271/stat : 4271 (java) R 4268 4270 3911 0 -1 4202560 5194 0 1 0 143 1 0 0 18 0 19 0 776179 1572851712 8825 4089446400 134512640 134550932 4288447584 18446744073709551615 4109397188 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4270/tid=4273] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4273/stat : 4273 (java) S 4268 4270 3911 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 776179 1572851712 8825 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
[pid=4270/tid=4274] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4274/stat : 4274 (java) S 4268 4270 3911 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 776179 1572851712 8825 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
[pid=4270/tid=4275] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4275/stat : 4275 (java) S 4268 4270 3911 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 776179 1572851712 8825 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
[pid=4270/tid=4276] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4276/stat : 4276 (java) S 4268 4270 3911 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 19 0 776179 1572851712 8825 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 4 0 0 0
[pid=4270/tid=4277] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4277/stat : 4277 (java) S 4268 4270 3911 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 776179 1572851712 8825 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
[pid=4270/tid=4278] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4278/stat : 4278 (java) S 4268 4270 3911 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 19 0 776179 1572851712 8825 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 0 0 0 0
[pid=4270/tid=4279] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4279/stat : 4279 (java) S 4268 4270 3911 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 19 0 776179 1572851712 8825 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
[pid=4270/tid=4280] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4280/stat : 4280 (java) S 4268 4270 3911 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 19 0 776179 1572851712 8825 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
[pid=4270/tid=4281] ppid=4268 vsize=1535988 CPUtime=0.02
/proc/4270/task/4281/stat : 4281 (java) S 4268 4270 3911 0 -1 4202560 370 0 0 0 2 0 0 0 15 0 19 0 776180 1572851712 8825 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 0 0 16800975 18446604453953175744 0 0 -1 2 0 0 0
[pid=4270/tid=4282] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4282/stat : 4282 (java) S 4268 4270 3911 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 776181 1572851712 8825 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 2 0 0 0
[pid=4270/tid=4283] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4283/stat : 4283 (java) S 4268 4270 3911 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 776181 1572851712 8825 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 1 0 0 0
[pid=4270/tid=4284] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4284/stat : 4284 (java) S 4268 4270 3911 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 776183 1572851712 8825 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 2 0 0 0
[pid=4270/tid=4285] ppid=4268 vsize=1535988 CPUtime=0.3
/proc/4270/task/4285/stat : 4285 (java) S 4268 4270 3911 0 -1 4202560 1035 0 0 0 30 0 0 0 16 0 19 0 776183 1572851712 8825 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 0 0 0 0
[pid=4270/tid=4286] ppid=4268 vsize=1535988 CPUtime=0.26
/proc/4270/task/4286/stat : 4286 (java) S 4268 4270 3911 0 -1 4202560 1681 0 0 0 26 0 0 0 15 0 19 0 776183 1572851712 8825 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 4 0 0 0
[pid=4270/tid=4287] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4287/stat : 4287 (java) S 4268 4270 3911 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 776183 1572851712 8825 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 2 0 0 0
[pid=4270/tid=4288] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4288/stat : 4288 (java) S 4268 4270 3911 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 776183 1572851712 8825 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 0 0 0 0
[pid=4270/tid=4289] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4289/stat : 4289 (java) S 4268 4270 3911 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 776194 1572851712 8825 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 1535988

[startup+3.10137 s]
/proc/loadavg: 1.95 1.95 1.72 3/219 4289
/proc/meminfo: memFree=32376472/32951124 swapFree=67111528/67111528
[pid=4270] ppid=4268 vsize=1535988 CPUtime=3.68
/proc/4270/stat : 4270 (java) S 4268 4270 3911 0 -1 4202496 10699 0 1 0 366 2 0 0 25 0 19 0 776178 1572851712 9657 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4270/statm: 383997 9657 1439 10 0 381300 0
[pid=4270/tid=4271] ppid=4268 vsize=1535988 CPUtime=3
/proc/4270/task/4271/stat : 4271 (java) S 4268 4270 3911 0 -1 4202560 5700 0 1 0 299 1 0 0 20 0 19 0 776179 1572851712 9657 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 4 0 0 0
[pid=4270/tid=4273] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4273/stat : 4273 (java) S 4268 4270 3911 0 -1 4202560 69 0 0 0 0 0 0 0 16 0 19 0 776179 1572851712 9657 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 4 0 0 0
[pid=4270/tid=4274] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4274/stat : 4274 (java) S 4268 4270 3911 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 19 0 776179 1572851712 9657 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
[pid=4270/tid=4275] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4275/stat : 4275 (java) S 4268 4270 3911 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 776179 1572851712 9657 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
[pid=4270/tid=4276] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4276/stat : 4276 (java) S 4268 4270 3911 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 19 0 776179 1572851712 9657 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
[pid=4270/tid=4277] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4277/stat : 4277 (java) S 4268 4270 3911 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 776179 1572851712 9657 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
[pid=4270/tid=4278] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4278/stat : 4278 (java) S 4268 4270 3911 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 776179 1572851712 9657 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 0 0 0 0
[pid=4270/tid=4279] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4279/stat : 4279 (java) S 4268 4270 3911 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 19 0 776179 1572851712 9657 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 0 0 0 0
[pid=4270/tid=4280] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4280/stat : 4280 (java) S 4268 4270 3911 0 -1 4202560 73 0 0 0 0 0 0 0 16 0 19 0 776179 1572851712 9657 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 4 0 0 0
[pid=4270/tid=4281] ppid=4268 vsize=1535988 CPUtime=0.06
/proc/4270/task/4281/stat : 4281 (java) R 4268 4270 3911 0 -1 4202560 615 0 0 0 6 0 0 0 15 0 19 0 776180 1572851712 9657 4089446400 134512640 134550932 4288447584 18446744073709551615 105886112 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=4270/tid=4282] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4282/stat : 4282 (java) S 4268 4270 3911 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 776181 1572851712 9657 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 2 0 0 0
[pid=4270/tid=4283] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4283/stat : 4283 (java) S 4268 4270 3911 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 776181 1572851712 9657 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 1 0 0 0
[pid=4270/tid=4284] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4284/stat : 4284 (java) S 4268 4270 3911 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 776183 1572851712 9657 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 2 0 0 0
[pid=4270/tid=4285] ppid=4268 vsize=1535988 CPUtime=0.3
/proc/4270/task/4285/stat : 4285 (java) S 4268 4270 3911 0 -1 4202560 1035 0 0 0 30 0 0 0 16 0 19 0 776183 1572851712 9657 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 0 0 0 0
[pid=4270/tid=4286] ppid=4268 vsize=1535988 CPUtime=0.28
/proc/4270/task/4286/stat : 4286 (java) S 4268 4270 3911 0 -1 4202560 1688 0 0 0 28 0 0 0 15 0 19 0 776183 1572851712 9657 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 4 0 0 0
[pid=4270/tid=4287] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4287/stat : 4287 (java) S 4268 4270 3911 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 776183 1572851712 9657 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 2 0 0 0
[pid=4270/tid=4288] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4288/stat : 4288 (java) S 4268 4270 3911 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 776183 1572851712 9657 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 0 0 0 0
[pid=4270/tid=4289] ppid=4268 vsize=1535988 CPUtime=0
/proc/4270/task/4289/stat : 4289 (java) S 4268 4270 3911 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 776194 1572851712 9657 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 1535988

[startup+6.3008 s]
/proc/loadavg: 1.95 1.95 1.72 3/219 4289
/proc/meminfo: memFree=32375092/32951124 swapFree=67111528/67111528
[pid=4270] ppid=4268 vsize=1535064 CPUtime=6.89
/proc/4270/stat : 4270 (java) S 4268 4270 3911 0 -1 4202496 10856 0 1 0 687 2 0 0 25 0 19 0 776178 1571905536 9519 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4270/statm: 383766 9519 1439 10 0 381069 0
[pid=4270/tid=4271] ppid=4268 vsize=1535064 CPUtime=6.12
/proc/4270/task/4271/stat : 4271 (java) R 4268 4270 3911 0 -1 4202560 5785 0 1 0 611 1 0 0 20 0 19 0 776179 1571905536 9519 4089446400 134512640 134550932 4288447584 18446744073709551615 4109792908 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4270/tid=4273] ppid=4268 vsize=1535064 CPUtime=0
/proc/4270/task/4273/stat : 4273 (java) S 4268 4270 3911 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 776179 1571905536 9519 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 4 0 0 0
[pid=4270/tid=4274] ppid=4268 vsize=1535064 CPUtime=0
/proc/4270/task/4274/stat : 4274 (java) S 4268 4270 3911 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 776179 1571905536 9519 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
[pid=4270/tid=4275] ppid=4268 vsize=1535064 CPUtime=0
/proc/4270/task/4275/stat : 4275 (java) S 4268 4270 3911 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 776179 1571905536 9519 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 0 0 0 0
[pid=4270/tid=4276] ppid=4268 vsize=1535064 CPUtime=0
/proc/4270/task/4276/stat : 4276 (java) S 4268 4270 3911 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 19 0 776179 1571905536 9519 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
[pid=4270/tid=4277] ppid=4268 vsize=1535064 CPUtime=0
/proc/4270/task/4277/stat : 4277 (java) S 4268 4270 3911 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 776179 1571905536 9519 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
[pid=4270/tid=4278] ppid=4268 vsize=1535064 CPUtime=0
/proc/4270/task/4278/stat : 4278 (java) S 4268 4270 3911 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 776179 1571905536 9519 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 0 0 0 0
[pid=4270/tid=4279] ppid=4268 vsize=1535064 CPUtime=0
/proc/4270/task/4279/stat : 4279 (java) S 4268 4270 3911 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 19 0 776179 1571905536 9519 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 0 0 0 0
[pid=4270/tid=4280] ppid=4268 vsize=1535064 CPUtime=0
/proc/4270/task/4280/stat : 4280 (java) S 4268 4270 3911 0 -1 4202560 73 0 0 0 0 0 0 0 16 0 19 0 776179 1571905536 9519 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 4 0 0 0
[pid=4270/tid=4281] ppid=4268 vsize=1535064 CPUtime=0.12
/proc/4270/task/4281/stat : 4281 (java) S 4268 4270 3911 0 -1 4202560 684 0 0 0 12 0 0 0 16 0 19 0 776180 1571905536 9519 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 0 0 16800975 18446604453953175744 0 0 -1 2 0 0 0
[pid=4270/tid=4282] ppid=4268 vsize=1535064 CPUtime=0
/proc/4270/task/4282/stat : 4282 (java) S 4268 4270 3911 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 776181 1571905536 9519 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 2 0 0 0
[pid=4270/tid=4283] ppid=4268 vsize=1535064 CPUtime=0
/proc/4270/task/4283/stat : 4283 (java) S 4268 4270 3911 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 776181 1571905536 9519 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 1 0 0 0
[pid=4270/tid=4284] ppid=4268 vsize=1535064 CPUtime=0
/proc/4270/task/4284/stat : 4284 (java) S 4268 4270 3911 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 776183 1571905536 9519 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 2 0 0 0
[pid=4270/tid=4285] ppid=4268 vsize=1535064 CPUtime=0.3
/proc/4270/task/4285/stat : 4285 (java) S 4268 4270 3911 0 -1 4202560 1035 0 0 0 30 0 0 0 16 0 19 0 776183 1571905536 9519 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 0 0 0 0
[pid=4270/tid=4286] ppid=4268 vsize=1535064 CPUtime=0.28
/proc/4270/task/4286/stat : 4286 (java) S 4268 4270 3911 0 -1 4202560 1688 0 0 0 28 0 0 0 15 0 19 0 776183 1571905536 9519 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 4 0 0 0
[pid=4270/tid=4287] ppid=4268 vsize=1535064 CPUtime=0
/proc/4270/task/4287/stat : 4287 (java) S 4268 4270 3911 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 776183 1571905536 9519 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 2 0 0 0
[pid=4270/tid=4288] ppid=4268 vsize=1535064 CPUtime=0
/proc/4270/task/4288/stat : 4288 (java) S 4268 4270 3911 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 776183 1571905536 9519 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 0 0 0 0
[pid=4270/tid=4289] ppid=4268 vsize=1535064 CPUtime=0
/proc/4270/task/4289/stat : 4289 (java) S 4268 4270 3911 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 776194 1571905536 9519 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 1535064


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

/proc/4270/task/4273/stat : 4273 (java) S 4268 4270 3911 0 -1 4202560 80 0 0 0 6 0 0 0 15 0 19 0 776179 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 4 0 0 0
[pid=4270/tid=4274] ppid=4268 vsize=1544280 CPUtime=0.06
/proc/4270/task/4274/stat : 4274 (java) S 4268 4270 3911 0 -1 4202560 53 0 0 0 6 0 0 0 15 0 19 0 776179 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 3 0 0 0
[pid=4270/tid=4275] ppid=4268 vsize=1544280 CPUtime=0.05
/proc/4270/task/4275/stat : 4275 (java) S 4268 4270 3911 0 -1 4202560 12 0 0 0 5 0 0 0 15 0 19 0 776179 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 4 0 0 0
[pid=4270/tid=4276] ppid=4268 vsize=1544280 CPUtime=0.05
/proc/4270/task/4276/stat : 4276 (java) S 4268 4270 3911 0 -1 4202560 128 0 0 0 5 0 0 0 15 0 19 0 776179 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 7 0 0 0
[pid=4270/tid=4277] ppid=4268 vsize=1544280 CPUtime=0.06
/proc/4270/task/4277/stat : 4277 (java) S 4268 4270 3911 0 -1 4202560 56 0 0 0 6 0 0 0 15 0 19 0 776179 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 7 0 0 0
[pid=4270/tid=4278] ppid=4268 vsize=1544280 CPUtime=0.07
/proc/4270/task/4278/stat : 4278 (java) S 4268 4270 3911 0 -1 4202560 153 0 0 0 7 0 0 0 15 0 19 0 776179 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
[pid=4270/tid=4279] ppid=4268 vsize=1544280 CPUtime=0.06
/proc/4270/task/4279/stat : 4279 (java) S 4268 4270 3911 0 -1 4202560 96 0 0 0 6 0 0 0 15 0 19 0 776179 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 5 0 0 0
[pid=4270/tid=4280] ppid=4268 vsize=1544280 CPUtime=0.06
/proc/4270/task/4280/stat : 4280 (java) S 4268 4270 3911 0 -1 4202560 81 0 0 0 6 0 0 0 15 0 19 0 776179 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
[pid=4270/tid=4281] ppid=4268 vsize=1544280 CPUtime=1.79
/proc/4270/task/4281/stat : 4281 (java) S 4268 4270 3911 0 -1 4202560 1196 0 0 0 177 2 0 0 15 0 19 0 776180 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 0 0 16800975 18446604453953175744 0 0 -1 1 0 0 0
[pid=4270/tid=4282] ppid=4268 vsize=1544280 CPUtime=0
/proc/4270/task/4282/stat : 4282 (java) S 4268 4270 3911 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 776181 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 2 0 0 0
[pid=4270/tid=4283] ppid=4268 vsize=1544280 CPUtime=0
/proc/4270/task/4283/stat : 4283 (java) S 4268 4270 3911 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 776181 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 1 0 0 0
[pid=4270/tid=4284] ppid=4268 vsize=1544280 CPUtime=0
/proc/4270/task/4284/stat : 4284 (java) S 4268 4270 3911 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 776183 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 2 0 0 0
[pid=4270/tid=4285] ppid=4268 vsize=1544280 CPUtime=0.53
/proc/4270/task/4285/stat : 4285 (java) R 4268 4270 3911 0 -1 4202560 4306 0 0 0 53 0 0 0 16 0 19 0 776183 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 105576029 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4270/tid=4286] ppid=4268 vsize=1544280 CPUtime=0.33
/proc/4270/task/4286/stat : 4286 (java) S 4268 4270 3911 0 -1 4202560 1697 0 0 0 33 0 0 0 16 0 19 0 776183 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 4 0 0 0
[pid=4270/tid=4287] ppid=4268 vsize=1544280 CPUtime=0
/proc/4270/task/4287/stat : 4287 (java) S 4268 4270 3911 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 776183 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 2 0 0 0
[pid=4270/tid=4288] ppid=4268 vsize=1544280 CPUtime=0
/proc/4270/task/4288/stat : 4288 (java) S 4268 4270 3911 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 776183 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
[pid=4270/tid=4289] ppid=4268 vsize=1544280 CPUtime=0
/proc/4270/task/4289/stat : 4289 (java) S 4268 4270 3911 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 776194 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 73.08
Current children cumulated vsize (KiB) 1544280

[startup+72.7009 s]
/proc/loadavg: 2.11 1.99 1.75 3/219 4383
/proc/meminfo: memFree=32318596/32951124 swapFree=67111528/67111528
[pid=4270] ppid=4268 vsize=1544280 CPUtime=73.91
/proc/4270/stat : 4270 (java) S 4268 4270 3911 0 -1 4202496 15266 0 1 0 7381 10 0 0 25 0 19 0 776178 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4270/statm: 386070 12655 1439 10 0 383373 0
[pid=4270/tid=4271] ppid=4268 vsize=1544280 CPUtime=70.62
/proc/4270/task/4271/stat : 4271 (java) R 4268 4270 3911 0 -1 4202560 6341 0 1 0 7060 2 0 0 17 0 19 0 776179 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4109785798 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4270/tid=4273] ppid=4268 vsize=1544280 CPUtime=0.06
/proc/4270/task/4273/stat : 4273 (java) S 4268 4270 3911 0 -1 4202560 80 0 0 0 6 0 0 0 15 0 19 0 776179 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 4 0 0 0
[pid=4270/tid=4274] ppid=4268 vsize=1544280 CPUtime=0.06
/proc/4270/task/4274/stat : 4274 (java) S 4268 4270 3911 0 -1 4202560 53 0 0 0 6 0 0 0 15 0 19 0 776179 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 3 0 0 0
[pid=4270/tid=4275] ppid=4268 vsize=1544280 CPUtime=0.05
/proc/4270/task/4275/stat : 4275 (java) S 4268 4270 3911 0 -1 4202560 12 0 0 0 5 0 0 0 15 0 19 0 776179 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 4 0 0 0
[pid=4270/tid=4276] ppid=4268 vsize=1544280 CPUtime=0.05
/proc/4270/task/4276/stat : 4276 (java) S 4268 4270 3911 0 -1 4202560 128 0 0 0 5 0 0 0 15 0 19 0 776179 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 7 0 0 0
[pid=4270/tid=4277] ppid=4268 vsize=1544280 CPUtime=0.06
/proc/4270/task/4277/stat : 4277 (java) S 4268 4270 3911 0 -1 4202560 56 0 0 0 6 0 0 0 15 0 19 0 776179 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 7 0 0 0
[pid=4270/tid=4278] ppid=4268 vsize=1544280 CPUtime=0.07
/proc/4270/task/4278/stat : 4278 (java) S 4268 4270 3911 0 -1 4202560 153 0 0 0 7 0 0 0 15 0 19 0 776179 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 0 0 0 0
[pid=4270/tid=4279] ppid=4268 vsize=1544280 CPUtime=0.06
/proc/4270/task/4279/stat : 4279 (java) S 4268 4270 3911 0 -1 4202560 96 0 0 0 6 0 0 0 15 0 19 0 776179 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 5 0 0 0
[pid=4270/tid=4280] ppid=4268 vsize=1544280 CPUtime=0.06
/proc/4270/task/4280/stat : 4280 (java) S 4268 4270 3911 0 -1 4202560 81 0 0 0 6 0 0 0 15 0 19 0 776179 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
[pid=4270/tid=4281] ppid=4268 vsize=1544280 CPUtime=1.81
/proc/4270/task/4281/stat : 4281 (java) S 4268 4270 3911 0 -1 4202560 1196 0 0 0 179 2 0 0 15 0 19 0 776180 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 0 0 16800975 18446604453953175744 0 0 -1 1 0 0 0
[pid=4270/tid=4282] ppid=4268 vsize=1544280 CPUtime=0
/proc/4270/task/4282/stat : 4282 (java) S 4268 4270 3911 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 776181 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 2 0 0 0
[pid=4270/tid=4283] ppid=4268 vsize=1544280 CPUtime=0
/proc/4270/task/4283/stat : 4283 (java) S 4268 4270 3911 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 776181 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 1 0 0 0
[pid=4270/tid=4284] ppid=4268 vsize=1544280 CPUtime=0
/proc/4270/task/4284/stat : 4284 (java) S 4268 4270 3911 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 776183 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 2 0 0 0
[pid=4270/tid=4285] ppid=4268 vsize=1544280 CPUtime=0.54
/proc/4270/task/4285/stat : 4285 (java) S 4268 4270 3911 0 -1 4202560 4306 0 0 0 54 0 0 0 15 0 19 0 776183 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 0 0 0 0
[pid=4270/tid=4286] ppid=4268 vsize=1544280 CPUtime=0.34
/proc/4270/task/4286/stat : 4286 (java) S 4268 4270 3911 0 -1 4202560 1697 0 0 0 34 0 0 0 15 0 19 0 776183 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 4 0 0 0
[pid=4270/tid=4287] ppid=4268 vsize=1544280 CPUtime=0
/proc/4270/task/4287/stat : 4287 (java) S 4268 4270 3911 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 776183 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 2 0 0 0
[pid=4270/tid=4288] ppid=4268 vsize=1544280 CPUtime=0
/proc/4270/task/4288/stat : 4288 (java) S 4268 4270 3911 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 776183 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
[pid=4270/tid=4289] ppid=4268 vsize=1544280 CPUtime=0
/proc/4270/task/4289/stat : 4289 (java) S 4268 4270 3911 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 776194 1581342720 12655 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 73.91
Current children cumulated vsize (KiB) 1544280

[startup+73.1009 s]
/proc/loadavg: 2.11 1.99 1.75 3/219 4383
/proc/meminfo: memFree=32318596/32951124 swapFree=67111528/67111528
[pid=4270] ppid=4268 vsize=1543256 CPUtime=74.32
/proc/4270/stat : 4270 (java) S 4268 4270 3911 0 -1 4202496 15267 0 1 0 7421 11 0 0 25 0 19 0 776178 1580294144 12511 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4270/statm: 385814 12511 1439 10 0 383117 0
[pid=4270/tid=4271] ppid=4268 vsize=1543256 CPUtime=71.01
/proc/4270/task/4271/stat : 4271 (java) R 4268 4270 3911 0 -1 4202560 6342 0 1 0 7099 2 0 0 18 0 19 0 776179 1580294144 12511 4089446400 134512640 134550932 4288447584 18446744073709551615 4109853211 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4270/tid=4273] ppid=4268 vsize=1543256 CPUtime=0.06
/proc/4270/task/4273/stat : 4273 (java) S 4268 4270 3911 0 -1 4202560 80 0 0 0 6 0 0 0 15 0 19 0 776179 1580294144 12511 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 4 0 0 0
[pid=4270/tid=4274] ppid=4268 vsize=1543256 CPUtime=0.06
/proc/4270/task/4274/stat : 4274 (java) S 4268 4270 3911 0 -1 4202560 53 0 0 0 6 0 0 0 15 0 19 0 776179 1580294144 12511 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 3 0 0 0
[pid=4270/tid=4275] ppid=4268 vsize=1543256 CPUtime=0.05
/proc/4270/task/4275/stat : 4275 (java) S 4268 4270 3911 0 -1 4202560 12 0 0 0 5 0 0 0 15 0 19 0 776179 1580294144 12511 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 4 0 0 0
[pid=4270/tid=4276] ppid=4268 vsize=1543256 CPUtime=0.05
/proc/4270/task/4276/stat : 4276 (java) S 4268 4270 3911 0 -1 4202560 128 0 0 0 5 0 0 0 15 0 19 0 776179 1580294144 12511 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 7 0 0 0
[pid=4270/tid=4277] ppid=4268 vsize=1543256 CPUtime=0.06
/proc/4270/task/4277/stat : 4277 (java) S 4268 4270 3911 0 -1 4202560 56 0 0 0 6 0 0 0 15 0 19 0 776179 1580294144 12511 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 7 0 0 0
[pid=4270/tid=4278] ppid=4268 vsize=1543256 CPUtime=0.07
/proc/4270/task/4278/stat : 4278 (java) S 4268 4270 3911 0 -1 4202560 153 0 0 0 7 0 0 0 15 0 19 0 776179 1580294144 12511 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 0 0 0 0
[pid=4270/tid=4279] ppid=4268 vsize=1543256 CPUtime=0.06
/proc/4270/task/4279/stat : 4279 (java) S 4268 4270 3911 0 -1 4202560 96 0 0 0 6 0 0 0 15 0 19 0 776179 1580294144 12511 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 5 0 0 0
[pid=4270/tid=4280] ppid=4268 vsize=1543256 CPUtime=0.06
/proc/4270/task/4280/stat : 4280 (java) S 4268 4270 3911 0 -1 4202560 81 0 0 0 6 0 0 0 15 0 19 0 776179 1580294144 12511 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
[pid=4270/tid=4281] ppid=4268 vsize=1543256 CPUtime=1.82
/proc/4270/task/4281/stat : 4281 (java) S 4268 4270 3911 0 -1 4202560 1196 0 0 0 180 2 0 0 15 0 19 0 776180 1580294144 12511 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 0 0 16800975 18446604453953175744 0 0 -1 1 0 0 0
[pid=4270/tid=4282] ppid=4268 vsize=1543256 CPUtime=0
/proc/4270/task/4282/stat : 4282 (java) S 4268 4270 3911 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 776181 1580294144 12511 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 2 0 0 0
[pid=4270/tid=4283] ppid=4268 vsize=1543256 CPUtime=0
/proc/4270/task/4283/stat : 4283 (java) S 4268 4270 3911 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 776181 1580294144 12511 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 1 0 0 0
[pid=4270/tid=4284] ppid=4268 vsize=1543256 CPUtime=0
/proc/4270/task/4284/stat : 4284 (java) S 4268 4270 3911 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 776183 1580294144 12511 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 2 0 0 0
[pid=4270/tid=4285] ppid=4268 vsize=1543256 CPUtime=0.54
/proc/4270/task/4285/stat : 4285 (java) S 4268 4270 3911 0 -1 4202560 4306 0 0 0 54 0 0 0 15 0 19 0 776183 1580294144 12511 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 0 0 0 0
[pid=4270/tid=4286] ppid=4268 vsize=1543256 CPUtime=0.34
/proc/4270/task/4286/stat : 4286 (java) S 4268 4270 3911 0 -1 4202560 1697 0 0 0 34 0 0 0 15 0 19 0 776183 1580294144 12511 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 4 0 0 0
[pid=4270/tid=4287] ppid=4268 vsize=1543256 CPUtime=0
/proc/4270/task/4287/stat : 4287 (java) S 4268 4270 3911 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 776183 1580294144 12511 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 2 0 0 0
[pid=4270/tid=4288] ppid=4268 vsize=1543256 CPUtime=0
/proc/4270/task/4288/stat : 4288 (java) S 4268 4270 3911 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 776183 1580294144 12511 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
[pid=4270/tid=4289] ppid=4268 vsize=1543256 CPUtime=0
/proc/4270/task/4289/stat : 4289 (java) S 4268 4270 3911 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 776194 1580294144 12511 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 74.32
Current children cumulated vsize (KiB) 1543256

[startup+73.3008 s]
/proc/loadavg: 2.11 1.99 1.75 3/219 4383
/proc/meminfo: memFree=32318596/32951124 swapFree=67111528/67111528
[pid=4270] ppid=4268 vsize=1543580 CPUtime=74.51
/proc/4270/stat : 4270 (java) S 4268 4270 3911 0 -1 4202496 15280 0 1 0 7440 11 0 0 25 0 19 0 776178 1580625920 12524 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4270/statm: 385895 12524 1440 10 0 383198 0
[pid=4270/tid=4271] ppid=4268 vsize=1543580 CPUtime=71.2
/proc/4270/task/4271/stat : 4271 (java) S 4268 4270 3911 0 -1 4202560 6349 0 1 0 7118 2 0 0 19 0 19 0 776179 1580625920 12524 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 5 0 0 0
[pid=4270/tid=4273] ppid=4268 vsize=1543580 CPUtime=0.06
/proc/4270/task/4273/stat : 4273 (java) S 4268 4270 3911 0 -1 4202560 80 0 0 0 6 0 0 0 15 0 19 0 776179 1580625920 12524 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 4 0 0 0
[pid=4270/tid=4274] ppid=4268 vsize=1543580 CPUtime=0.06
/proc/4270/task/4274/stat : 4274 (java) S 4268 4270 3911 0 -1 4202560 53 0 0 0 6 0 0 0 15 0 19 0 776179 1580625920 12524 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 3 0 0 0
[pid=4270/tid=4275] ppid=4268 vsize=1543580 CPUtime=0.05
/proc/4270/task/4275/stat : 4275 (java) S 4268 4270 3911 0 -1 4202560 12 0 0 0 5 0 0 0 15 0 19 0 776179 1580625920 12524 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 4 0 0 0
[pid=4270/tid=4276] ppid=4268 vsize=1543580 CPUtime=0.05
/proc/4270/task/4276/stat : 4276 (java) S 4268 4270 3911 0 -1 4202560 128 0 0 0 5 0 0 0 15 0 19 0 776179 1580625920 12524 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 7 0 0 0
[pid=4270/tid=4277] ppid=4268 vsize=1543580 CPUtime=0.06
/proc/4270/task/4277/stat : 4277 (java) S 4268 4270 3911 0 -1 4202560 56 0 0 0 6 0 0 0 15 0 19 0 776179 1580625920 12524 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 7 0 0 0
[pid=4270/tid=4278] ppid=4268 vsize=1543580 CPUtime=0.07
/proc/4270/task/4278/stat : 4278 (java) S 4268 4270 3911 0 -1 4202560 153 0 0 0 7 0 0 0 15 0 19 0 776179 1580625920 12524 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 0 0 0 0
[pid=4270/tid=4279] ppid=4268 vsize=1543580 CPUtime=0.06
/proc/4270/task/4279/stat : 4279 (java) S 4268 4270 3911 0 -1 4202560 96 0 0 0 6 0 0 0 15 0 19 0 776179 1580625920 12524 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 5 0 0 0
[pid=4270/tid=4280] ppid=4268 vsize=1543580 CPUtime=0.06
/proc/4270/task/4280/stat : 4280 (java) S 4268 4270 3911 0 -1 4202560 81 0 0 0 6 0 0 0 15 0 19 0 776179 1580625920 12524 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
[pid=4270/tid=4281] ppid=4268 vsize=1543580 CPUtime=1.82
/proc/4270/task/4281/stat : 4281 (java) S 4268 4270 3911 0 -1 4202560 1196 0 0 0 180 2 0 0 15 0 19 0 776180 1580625920 12524 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 0 0 16800975 18446604453953175744 0 0 -1 1 0 0 0
[pid=4270/tid=4282] ppid=4268 vsize=1543580 CPUtime=0
/proc/4270/task/4282/stat : 4282 (java) S 4268 4270 3911 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 776181 1580625920 12524 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 2 0 0 0
[pid=4270/tid=4283] ppid=4268 vsize=1543580 CPUtime=0
/proc/4270/task/4283/stat : 4283 (java) S 4268 4270 3911 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 776181 1580625920 12524 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 1 0 0 0
[pid=4270/tid=4284] ppid=4268 vsize=1543580 CPUtime=0
/proc/4270/task/4284/stat : 4284 (java) S 4268 4270 3911 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 776183 1580625920 12524 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 2 0 0 0
[pid=4270/tid=4285] ppid=4268 vsize=1543580 CPUtime=0.54
/proc/4270/task/4285/stat : 4285 (java) S 4268 4270 3911 0 -1 4202560 4306 0 0 0 54 0 0 0 15 0 19 0 776183 1580625920 12524 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 0 0 0 0
[pid=4270/tid=4286] ppid=4268 vsize=1543580 CPUtime=0.34
/proc/4270/task/4286/stat : 4286 (java) S 4268 4270 3911 0 -1 4202560 1697 0 0 0 34 0 0 0 15 0 19 0 776183 1580625920 12524 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 4 0 0 0
[pid=4270/tid=4287] ppid=4268 vsize=1543580 CPUtime=0
/proc/4270/task/4287/stat : 4287 (java) S 4268 4270 3911 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 776183 1580625920 12524 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 2 0 0 0
[pid=4270/tid=4288] ppid=4268 vsize=1543580 CPUtime=0
/proc/4270/task/4288/stat : 4288 (java) S 4268 4270 3911 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 776183 1580625920 12524 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
[pid=4270/tid=4289] ppid=4268 vsize=1543580 CPUtime=0
/proc/4270/task/4289/stat : 4289 (java) S 4268 4270 3911 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 776194 1580625920 12524 4089446400 134512640 134550932 4288447584 18446744073709551615 4294960144 0 4 0 16800975 18446604453953175744 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 74.51
Current children cumulated vsize (KiB) 1543580

Child status: 30
Real time (s): 73.3143
CPU time (s): 74.5227
CPU user time (s): 74.4087
CPU system time (s): 0.113982
CPU usage (%): 101.648
Max. virtual memory (cumulated for all children) (KiB): 1545324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.4087
system time used= 0.113982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15283
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= 6631
involuntary context switches= 24551

runsolver used 0.137979 second user time and 0.272958 second system time

The end

Launcher Data

Begin job on node132 at 2010-07-05 12:27:09
IDJOB=2698534
IDBENCH=78867
IDSOLVER=1211
FILE ID=node132/2698534-1278325629
PBS_JOBID= 11207435
Free space on /tmp= 74188 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.1111224929--soft-66-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-2698534-1278325629/watcher-2698534-1278325629 -o /tmp/evaluation-result-2698534-1278325629/solver-2698534-1278325629 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698534-1278325629.wbo

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

MD5SUM BENCH= 3ff78030d7fc141241cdd1d8ac18da82
RANDOM SEED=2056767878

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32408508 kB
Buffers:         18192 kB
Cached:         320528 kB
SwapCached:          0 kB
Active:         186268 kB
Inactive:       257440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32408508 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             968 kB
Writeback:           0 kB
AnonPages:      104784 kB
Mapped:          20340 kB
Slab:            36340 kB
PageTables:       5260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1636788 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74188 MiB
End job on node132 at 2010-07-05 12:28:22