Trace number 2698312

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 70.1293 69.1001

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110969860--soft-33-100-0.wbo
MD5SUM81d0b3111be77447a435e48fa3fc6a23
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.703892
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 1147
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.1.v20100705
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.08	c Number of processors 	8
0.09/0.09	c Pseudo Boolean Optimization
0.09/0.09	c --- Begin Solver configuration ---
0.09/0.09	c Stops conflict analysis at the first Unique Implication Point
0.09/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.09/0.09	c Learn all clauses as in MiniSAT
0.09/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.09	c Expensive reason simplification
0.09/0.09	c Armin Biere (Picosat) restarts strategy
0.09/0.09	c Glucose learned constraints deletion strategy
0.09/0.09	c timeout=2147483s
0.09/0.09	c DB Simplification allowed=false
0.09/0.09	c --- End Solver configuration ---
0.09/0.09	c solving HOME/instance-2698312-1278325530.wbo
0.09/0.09	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.055s.
0.11/0.15	c #vars     238
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 => 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.31/0.22	c SATISFIABLE
0.31/0.22	c OPTIMIZING...
0.31/0.22	c Got one! Elapsed wall clock time (in seconds):0.128
0.31/0.22	o 480
0.31/0.29	c Got one! Elapsed wall clock time (in seconds):0.195
0.31/0.29	o 441
0.60/0.34	c Got one! Elapsed wall clock time (in seconds):0.247
0.60/0.34	o 421
0.60/0.37	c Got one! Elapsed wall clock time (in seconds):0.271
0.60/0.37	o 394
0.60/0.40	c Got one! Elapsed wall clock time (in seconds):0.301
0.60/0.40	o 332
0.77/0.42	c Got one! Elapsed wall clock time (in seconds):0.324
0.77/0.42	o 216
0.91/0.56	c cleaning 2500 clauses out of 5001 with flag 5001/5001
1.25/0.82	c cleaning 4242 clauses out of 8500 with flag 11000/11000
1.35/0.97	c Got one! Elapsed wall clock time (in seconds):0.873
1.35/0.97	o 173
1.35/0.99	c Got one! Elapsed wall clock time (in seconds):0.896
1.35/0.99	o 152
1.56/1.16	c cleaning 5624 clauses out of 11258 with flag 18000/18000
1.96/1.59	c cleaning 6806 clauses out of 13634 with flag 26000/26000
2.47/2.04	c cleaning 7912 clauses out of 15829 with flag 35001/35001
2.87/2.50	c cleaning 8955 clauses out of 17916 with flag 45000/45000
3.47/3.00	c cleaning 9476 clauses out of 18962 with flag 55001/55001
3.97/3.50	c cleaning 9739 clauses out of 19486 with flag 65001/65001
4.17/3.78	c Got one! Elapsed wall clock time (in seconds):3.687
4.17/3.78	o 136
4.47/4.01	c cleaning 9869 clauses out of 19747 with flag 75001/75001
4.68/4.29	c Got one! Elapsed wall clock time (in seconds):4.194
4.68/4.29	o 126
4.98/4.59	c cleaning 9933 clauses out of 19877 with flag 85000/85000
5.38/4.72	c Got one! Elapsed wall clock time (in seconds):4.623
5.38/4.72	o 114
5.81/5.14	c cleaning 9968 clauses out of 19945 with flag 95001/95001
5.92/5.21	c Got one! Elapsed wall clock time (in seconds):5.119
5.92/5.21	o 112
6.42/5.72	c cleaning 9977 clauses out of 19977 with flag 105001/105001
6.42/5.77	c Got one! Elapsed wall clock time (in seconds):5.671
6.42/5.77	o 82
7.02/6.34	c cleaning 9993 clauses out of 20000 with flag 115001/115001
7.02/6.35	c Got one! Elapsed wall clock time (in seconds):6.259
7.02/6.35	o 71
7.62/6.97	c cleaning 9999 clauses out of 20007 with flag 125001/125001
8.12/7.46	c cleaning 9998 clauses out of 20007 with flag 135000/135000
8.62/7.96	c cleaning 9999 clauses out of 20009 with flag 145000/145000
9.13/8.43	c cleaning 10001 clauses out of 20010 with flag 155000/155000
9.23/8.51	c Got one! Elapsed wall clock time (in seconds):8.419
9.23/8.51	o 66
9.74/9.00	c cleaning 10001 clauses out of 20009 with flag 165000/165000
10.24/9.54	c cleaning 9997 clauses out of 20010 with flag 175002/175002
10.44/9.73	c Got one! Elapsed wall clock time (in seconds):9.637
10.44/9.73	o 64
10.84/10.13	c cleaning 10002 clauses out of 20011 with flag 185000/185000
11.35/10.67	c cleaning 10001 clauses out of 20009 with flag 195000/195000
11.85/11.17	c cleaning 9999 clauses out of 20008 with flag 205000/205000
12.35/11.66	c cleaning 9996 clauses out of 20009 with flag 215000/215000
12.86/12.15	c cleaning 10002 clauses out of 20015 with flag 225002/225002
13.15/12.45	c Got one! Elapsed wall clock time (in seconds):12.359
13.15/12.45	o 62
13.36/12.68	c cleaning 10003 clauses out of 20011 with flag 235000/235000
13.96/13.24	c cleaning 9998 clauses out of 20008 with flag 245000/245000
14.56/13.80	c cleaning 10001 clauses out of 20012 with flag 255002/255002
14.96/14.27	c cleaning 10000 clauses out of 20009 with flag 265000/265000
15.06/14.33	c Got one! Elapsed wall clock time (in seconds):14.233
15.06/14.33	o 55
15.56/14.87	c cleaning 10004 clauses out of 20011 with flag 275002/275002
16.16/15.42	c cleaning 9998 clauses out of 20008 with flag 285003/285003
16.76/16.05	c cleaning 10000 clauses out of 20007 with flag 295000/295000
17.27/16.52	c cleaning 9996 clauses out of 20007 with flag 305000/305000
17.66/16.97	c cleaning 10002 clauses out of 20011 with flag 315000/315000
17.96/17.24	c Got one! Elapsed wall clock time (in seconds):17.141
17.96/17.24	o 48
18.16/17.48	c cleaning 10003 clauses out of 20013 with flag 325004/325004
18.66/17.99	c cleaning 9996 clauses out of 20006 with flag 335000/335000
19.26/18.51	c cleaning 9999 clauses out of 20015 with flag 345005/345005
19.76/19.00	c cleaning 9999 clauses out of 20012 with flag 355001/355001
19.97/19.21	c Got one! Elapsed wall clock time (in seconds):19.117
19.97/19.21	o 44
20.17/19.47	c cleaning 10003 clauses out of 20013 with flag 365001/365001
20.67/19.99	c cleaning 10002 clauses out of 20013 with flag 375004/375004
21.27/20.52	c cleaning 9998 clauses out of 20008 with flag 385001/385001
21.77/21.09	c cleaning 10001 clauses out of 20009 with flag 395000/395000
22.08/21.38	c Got one! Elapsed wall clock time (in seconds):21.287
22.08/21.38	o 38
22.39/21.68	c cleaning 10002 clauses out of 20010 with flag 405002/405002
22.99/22.20	c cleaning 9998 clauses out of 20006 with flag 415000/415000
23.49/22.70	c cleaning 10001 clauses out of 20008 with flag 425000/425000
23.99/23.22	c cleaning 10000 clauses out of 20007 with flag 435000/435000
24.50/23.71	c cleaning 9999 clauses out of 20008 with flag 445001/445001
24.80/24.05	c Got one! Elapsed wall clock time (in seconds):23.955
24.80/24.05	o 36
25.01/24.25	c cleaning 10002 clauses out of 20010 with flag 455002/455002
25.60/24.83	c cleaning 9991 clauses out of 20006 with flag 465000/465000
25.81/25.05	c Got one! Elapsed wall clock time (in seconds):24.957
25.81/25.05	o 25
26.11/25.33	c cleaning 10004 clauses out of 20018 with flag 475003/475003
26.51/25.78	c cleaning 10002 clauses out of 20011 with flag 485000/485000
27.01/26.21	c cleaning 10000 clauses out of 20011 with flag 495002/495002
27.42/26.63	c cleaning 9996 clauses out of 20010 with flag 505001/505001
27.83/27.02	c cleaning 10005 clauses out of 20013 with flag 515000/515000
28.23/27.45	c cleaning 9998 clauses out of 20010 with flag 525002/525002
28.63/27.87	c cleaning 10002 clauses out of 20012 with flag 535002/535002
29.03/28.30	c cleaning 10000 clauses out of 20008 with flag 545000/545000
29.53/28.72	c cleaning 10001 clauses out of 20009 with flag 555001/555001
29.93/29.15	c cleaning 9995 clauses out of 20007 with flag 565000/565000
30.33/29.56	c cleaning 10001 clauses out of 20012 with flag 575000/575000
30.53/29.78	c Got one! Elapsed wall clock time (in seconds):29.686
30.53/29.78	o 15
30.83/30.04	c cleaning 10002 clauses out of 20011 with flag 585000/585000
31.34/30.51	c cleaning 10002 clauses out of 20012 with flag 595003/595003
31.84/31.00	c cleaning 9999 clauses out of 20007 with flag 605000/605000
32.34/31.53	c cleaning 9999 clauses out of 20009 with flag 615001/615001
32.84/32.01	c cleaning 10001 clauses out of 20011 with flag 625002/625002
33.34/32.55	c cleaning 10002 clauses out of 20009 with flag 635001/635001
33.85/33.01	c cleaning 9993 clauses out of 20006 with flag 645000/645000
34.24/33.43	c cleaning 10005 clauses out of 20015 with flag 655002/655002
34.65/33.89	c cleaning 10002 clauses out of 20012 with flag 665004/665004
35.15/34.32	c cleaning 9998 clauses out of 20006 with flag 675000/675000
35.55/34.79	c cleaning 9999 clauses out of 20008 with flag 685000/685000
35.85/35.00	c Got one! Elapsed wall clock time (in seconds):34.909
35.85/35.00	o 13
36.06/35.29	c cleaning 10000 clauses out of 20010 with flag 695001/695001
36.55/35.77	c cleaning 10000 clauses out of 20010 with flag 705001/705001
37.16/36.33	c cleaning 10001 clauses out of 20012 with flag 715003/715003
37.65/36.83	c cleaning 10002 clauses out of 20010 with flag 725002/725002
38.16/37.40	c cleaning 9999 clauses out of 20007 with flag 735001/735001
38.76/37.94	c cleaning 9999 clauses out of 20008 with flag 745001/745001
39.27/38.46	c cleaning 10001 clauses out of 20011 with flag 755003/755003
39.76/38.94	c cleaning 9997 clauses out of 20008 with flag 765001/765001
40.26/39.41	c cleaning 10001 clauses out of 20013 with flag 775003/775003
40.66/39.88	c cleaning 10001 clauses out of 20011 with flag 785002/785002
41.17/40.31	c cleaning 10002 clauses out of 20008 with flag 795000/795000
41.37/40.52	c Got one! Elapsed wall clock time (in seconds):40.425
41.37/40.52	o 12
41.67/40.82	c cleaning 10000 clauses out of 20007 with flag 805001/805001
42.18/41.31	c cleaning 9999 clauses out of 20006 with flag 815000/815000
42.68/41.83	c cleaning 10000 clauses out of 20009 with flag 825002/825002
43.18/42.33	c cleaning 9998 clauses out of 20008 with flag 835001/835001
43.69/42.84	c cleaning 10002 clauses out of 20011 with flag 845002/845002
44.18/43.32	c cleaning 10002 clauses out of 20007 with flag 855000/855000
44.59/43.77	c cleaning 9999 clauses out of 20005 with flag 865000/865000
45.09/44.22	c cleaning 9997 clauses out of 20007 with flag 875001/875001
45.48/44.66	c cleaning 10000 clauses out of 20011 with flag 885002/885002
45.99/45.13	c cleaning 10000 clauses out of 20010 with flag 895001/895001
46.39/45.56	c cleaning 10001 clauses out of 20009 with flag 905000/905000
46.79/45.98	c cleaning 9996 clauses out of 20008 with flag 915000/915000
47.29/46.42	c cleaning 10002 clauses out of 20012 with flag 925000/925000
47.69/46.85	c cleaning 9999 clauses out of 20010 with flag 935000/935000
48.10/47.28	c cleaning 10003 clauses out of 20012 with flag 945001/945001
48.59/47.71	c cleaning 9999 clauses out of 20008 with flag 955000/955000
49.00/48.14	c cleaning 10000 clauses out of 20010 with flag 965001/965001
49.10/48.25	c Got one! Elapsed wall clock time (in seconds):48.154
49.10/48.25	o 8
49.50/48.63	c cleaning 10004 clauses out of 20014 with flag 975005/975005
50.00/49.11	c cleaning 9998 clauses out of 20007 with flag 985002/985002
50.50/49.67	c cleaning 10000 clauses out of 20008 with flag 995001/995001
51.00/50.17	c cleaning 10001 clauses out of 20008 with flag 1005001/1005001
51.51/50.70	c cleaning 9999 clauses out of 20007 with flag 1015001/1015001
52.00/51.20	c cleaning 9996 clauses out of 20007 with flag 1025000/1025000
52.51/51.66	c cleaning 10002 clauses out of 20013 with flag 1035002/1035002
53.00/52.15	c cleaning 10001 clauses out of 20011 with flag 1045002/1045002
53.51/52.61	c cleaning 9999 clauses out of 20009 with flag 1055001/1055001
53.91/53.06	c cleaning 9999 clauses out of 20009 with flag 1065000/1065000
54.41/53.55	c cleaning 10001 clauses out of 20010 with flag 1075000/1075000
54.91/54.04	c cleaning 10004 clauses out of 20011 with flag 1085002/1085002
55.41/54.50	c cleaning 9998 clauses out of 20005 with flag 1095000/1095000
55.82/54.93	c cleaning 10000 clauses out of 20008 with flag 1105001/1105001
56.32/55.41	c cleaning 9995 clauses out of 20007 with flag 1115000/1115000
56.72/55.85	c cleaning 10002 clauses out of 20015 with flag 1125003/1125003
57.22/56.33	c cleaning 10001 clauses out of 20010 with flag 1135000/1135000
57.62/56.75	c cleaning 10000 clauses out of 20009 with flag 1145000/1145000
58.13/57.23	c cleaning 9996 clauses out of 20009 with flag 1155000/1155000
58.52/57.66	c cleaning 10000 clauses out of 20013 with flag 1165000/1165000
58.93/58.09	c cleaning 10003 clauses out of 20015 with flag 1175002/1175002
59.43/58.55	c cleaning 10002 clauses out of 20012 with flag 1185002/1185002
59.93/59.02	c cleaning 9995 clauses out of 20008 with flag 1195000/1195000
60.34/59.49	c cleaning 10002 clauses out of 20013 with flag 1205000/1205000
60.83/59.93	c cleaning 10001 clauses out of 20012 with flag 1215001/1215001
61.34/60.41	c cleaning 9996 clauses out of 20010 with flag 1225000/1225000
61.73/60.87	c cleaning 9999 clauses out of 20014 with flag 1235000/1235000
62.24/61.31	c cleaning 10003 clauses out of 20015 with flag 1245000/1245000
62.65/61.78	c cleaning 10000 clauses out of 20014 with flag 1255002/1255002
63.15/62.26	c cleaning 10004 clauses out of 20013 with flag 1265001/1265001
63.67/62.71	c cleaning 10001 clauses out of 20008 with flag 1275000/1275000
64.06/63.16	c cleaning 10000 clauses out of 20007 with flag 1285000/1285000
64.57/63.61	c cleaning 10001 clauses out of 20011 with flag 1295004/1295004
64.97/64.06	c cleaning 9999 clauses out of 20007 with flag 1305001/1305001
65.47/64.52	c cleaning 9998 clauses out of 20008 with flag 1315001/1315001
65.97/65.00	c cleaning 10001 clauses out of 20009 with flag 1325000/1325000
66.38/65.46	c cleaning 10000 clauses out of 20009 with flag 1335001/1335001
66.89/65.92	c cleaning 10001 clauses out of 20009 with flag 1345001/1345001
67.28/66.39	c cleaning 9997 clauses out of 20007 with flag 1355000/1355000
67.78/66.84	c cleaning 10000 clauses out of 20011 with flag 1365001/1365001
68.30/67.31	c cleaning 10001 clauses out of 20011 with flag 1375001/1375001
68.79/67.81	c cleaning 10000 clauses out of 20009 with flag 1385000/1385000
69.20/68.29	c cleaning 9999 clauses out of 20009 with flag 1395000/1395000
69.80/68.83	c cleaning 10004 clauses out of 20011 with flag 1405001/1405001
70.02/69.09	c starts		: 217
70.02/69.09	c conflicts		: 1410595
70.02/69.09	c decisions		: 2145433
70.02/69.09	c propagations		: 31319955
70.02/69.09	c inspects		: 355727510
70.02/69.09	c learnt literals	: 8
70.02/69.09	c learnt binary clauses	: 58
70.02/69.09	c learnt ternary clauses	: 703
70.02/69.09	c learnt clauses	: 1410586
70.02/69.09	c ignored clauses	: 0
70.02/69.09	c root simplifications	: 0
70.02/69.09	c removed literals (reason simplification)	: 12286462
70.02/69.09	c reason swapping (by a shorter reason)	: 0
70.02/69.09	c Calls to reduceDB	: 142
70.02/69.09	c number of reductions to clauses (during analyze)	: 0
70.02/69.09	c number of learned constraints concerned by reduction	: 0
70.02/69.09	c number of learning phase by resolution	: 0
70.02/69.09	c number of learning phase by cutting planes	: 0
70.02/69.09	c speed (assignments/second)	: 1502876.9193857966
70.02/69.09	c non guided choices	1158
70.02/69.09	c learnt constraints type 
70.02/69.09	c constraints type 
70.02/69.09	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
70.02/69.09	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
70.02/69.09	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
70.02/69.09	c org.sat4j.pb.constraints.pb.MaxWatchPb => 51
70.02/69.09	s OPTIMUM FOUND
70.02/69.09	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 
70.02/69.09	c objective function=8
70.02/69.09	c Total wall clock time (in seconds): 68.995

Verifier Data

OK	8

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698312-1278325530/watcher-2698312-1278325530 -o /tmp/evaluation-result-2698312-1278325530/solver-2698312-1278325530 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698312-1278325530.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.92 1.98 1.68 2/173 4003
/proc/meminfo: memFree=32479368/32950928 swapFree=67111528/67111528
[pid=4003] ppid=4001 vsize=13164 CPUtime=0
/proc/4003/stat : 4003 (java) R 4001 4003 3788 0 -1 4194304 920 0 0 0 0 0 0 0 17 0 1 0 766813 13479936 418 4089446400 134512640 134550932 4286981008 18446744073709551615 7771781 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4003/statm: 3291 420 144 10 0 1121 0

[startup+0.0854029 s]
/proc/loadavg: 1.92 1.98 1.68 2/173 4003
/proc/meminfo: memFree=32479368/32950928 swapFree=67111528/67111528
[pid=4003] ppid=4001 vsize=1529436 CPUtime=0.09
/proc/4003/stat : 4003 (java) S 4001 4003 3788 0 -1 4202496 5052 0 1 0 8 1 0 0 17 0 18 0 766813 1566142464 4489 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4003/statm: 382359 4489 1339 10 0 379662 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1529436

[startup+0.10039 s]
/proc/loadavg: 1.92 1.98 1.68 2/173 4003
/proc/meminfo: memFree=32479368/32950928 swapFree=67111528/67111528
[pid=4003] ppid=4001 vsize=1529436 CPUtime=0.11
/proc/4003/stat : 4003 (java) S 4001 4003 3788 0 -1 4202496 5221 0 1 0 10 1 0 0 17 0 18 0 766813 1566142464 4657 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4003/statm: 382359 4657 1347 10 0 379662 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529436

[startup+0.300412 s]
/proc/loadavg: 1.92 1.98 1.68 2/173 4003
/proc/meminfo: memFree=32479368/32950928 swapFree=67111528/67111528
[pid=4003] ppid=4001 vsize=1533048 CPUtime=0.6
/proc/4003/stat : 4003 (java) S 4001 4003 3788 0 -1 4202496 6933 0 1 0 59 1 0 0 17 0 19 0 766813 1569841152 6025 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4003/statm: 383262 6025 1421 10 0 380565 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1533048

[startup+0.700385 s]
/proc/loadavg: 1.92 1.98 1.68 2/173 4003
/proc/meminfo: memFree=32479368/32950928 swapFree=67111528/67111528
[pid=4003] ppid=4001 vsize=1533048 CPUtime=1.12
/proc/4003/stat : 4003 (java) S 4001 4003 3788 0 -1 4202496 9363 0 1 0 110 2 0 0 17 0 19 0 766813 1569841152 8393 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4003/statm: 383262 8393 1439 10 0 380565 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1533048

[startup+1.50123 s]
/proc/loadavg: 1.85 1.97 1.68 2/192 4022
/proc/meminfo: memFree=32450596/32950928 swapFree=67111528/67111528
[pid=4003] ppid=4001 vsize=1533048 CPUtime=1.96
/proc/4003/stat : 4003 (java) S 4001 4003 3788 0 -1 4202496 10327 0 1 0 194 2 0 0 17 0 19 0 766813 1569841152 9355 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4003/statm: 383262 9355 1439 10 0 380565 0
[pid=4003/tid=4005] ppid=4001 vsize=1533048 CPUtime=1.45
/proc/4003/task/4005/stat : 4005 (java) R 4001 4003 3788 0 -1 4202560 6530 0 1 0 144 1 0 0 22 0 19 0 766814 1569841152 9355 4089446400 134512640 134550932 4286981008 18446744073709551615 4108926726 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4003/tid=4006] ppid=4001 vsize=1533048 CPUtime=0
/proc/4003/task/4006/stat : 4006 (java) S 4001 4003 3788 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 19 0 766815 1569841152 9355 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=4003/tid=4007] ppid=4001 vsize=1533048 CPUtime=0
/proc/4003/task/4007/stat : 4007 (java) S 4001 4003 3788 0 -1 4202560 100 0 0 0 0 0 0 0 16 0 19 0 766815 1569841152 9356 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=4003/tid=4008] ppid=4001 vsize=1533048 CPUtime=0
/proc/4003/task/4008/stat : 4008 (java) S 4001 4003 3788 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 19 0 766815 1569841152 9356 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=4003/tid=4009] ppid=4001 vsize=1533048 CPUtime=0
/proc/4003/task/4009/stat : 4009 (java) S 4001 4003 3788 0 -1 4202560 35 0 0 0 0 0 0 0 16 0 19 0 766815 1569841152 9356 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 4 0 0 0
[pid=4003/tid=4010] ppid=4001 vsize=1533048 CPUtime=0
/proc/4003/task/4010/stat : 4010 (java) S 4001 4003 3788 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 766815 1569841152 9356 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=4003/tid=4011] ppid=4001 vsize=1533048 CPUtime=0
/proc/4003/task/4011/stat : 4011 (java) S 4001 4003 3788 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 766815 1569841152 9356 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=4003/tid=4012] ppid=4001 vsize=1533048 CPUtime=0
/proc/4003/task/4012/stat : 4012 (java) S 4001 4003 3788 0 -1 4202560 21 0 0 0 0 0 0 0 16 0 19 0 766815 1569841152 9356 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=4003/tid=4013] ppid=4001 vsize=1533048 CPUtime=0
/proc/4003/task/4013/stat : 4013 (java) S 4001 4003 3788 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 19 0 766815 1569841152 9357 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=4003/tid=4014] ppid=4001 vsize=1533048 CPUtime=0.02
/proc/4003/task/4014/stat : 4014 (java) S 4001 4003 3788 0 -1 4202560 417 0 0 0 2 0 0 0 15 0 19 0 766815 1569841152 9357 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 0 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4015] ppid=4001 vsize=1533048 CPUtime=0
/proc/4003/task/4015/stat : 4015 (java) S 4001 4003 3788 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 19 0 766816 1569841152 9357 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4016] ppid=4001 vsize=1533048 CPUtime=0
/proc/4003/task/4016/stat : 4016 (java) S 4001 4003 3788 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 19 0 766816 1569841152 9357 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4017] ppid=4001 vsize=1533048 CPUtime=0
/proc/4003/task/4017/stat : 4017 (java) S 4001 4003 3788 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 766818 1569841152 9358 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4018] ppid=4001 vsize=1533048 CPUtime=0.23
/proc/4003/task/4018/stat : 4018 (java) S 4001 4003 3788 0 -1 4202560 725 0 0 0 23 0 0 0 15 0 19 0 766818 1569841152 9358 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4019] ppid=4001 vsize=1533048 CPUtime=0.22
/proc/4003/task/4019/stat : 4019 (java) S 4001 4003 3788 0 -1 4202560 1038 0 0 0 22 0 0 0 15 0 19 0 766818 1569841152 9358 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 6 0 0 0
[pid=4003/tid=4020] ppid=4001 vsize=1533048 CPUtime=0
/proc/4003/task/4020/stat : 4020 (java) S 4001 4003 3788 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 766818 1569841152 9358 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 4 0 0 0
[pid=4003/tid=4021] ppid=4001 vsize=1533048 CPUtime=0
/proc/4003/task/4021/stat : 4021 (java) S 4001 4003 3788 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766818 1569841152 9359 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 0 0 0 0
[pid=4003/tid=4022] ppid=4001 vsize=1533048 CPUtime=0
/proc/4003/task/4022/stat : 4022 (java) S 4001 4003 3788 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 766829 1569841152 9359 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 1533048

[startup+3.10088 s]
/proc/loadavg: 1.85 1.97 1.68 2/192 4022
/proc/meminfo: memFree=32440800/32950928 swapFree=67111528/67111528
[pid=4003] ppid=4001 vsize=1533180 CPUtime=3.57
/proc/4003/stat : 4003 (java) S 4001 4003 3788 0 -1 4202496 12330 0 1 0 355 2 0 0 17 0 19 0 766813 1569976320 11354 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4003/statm: 383295 11354 1439 10 0 380598 0
[pid=4003/tid=4005] ppid=4001 vsize=1533180 CPUtime=3
/proc/4003/task/4005/stat : 4005 (java) R 4001 4003 3788 0 -1 4202560 8181 0 1 0 299 1 0 0 25 0 19 0 766814 1569976320 11354 4089446400 134512640 134550932 4286981008 18446744073709551615 4108902701 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4003/tid=4006] ppid=4001 vsize=1533180 CPUtime=0
/proc/4003/task/4006/stat : 4006 (java) S 4001 4003 3788 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 766815 1569976320 11354 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=4003/tid=4007] ppid=4001 vsize=1533180 CPUtime=0
/proc/4003/task/4007/stat : 4007 (java) S 4001 4003 3788 0 -1 4202560 105 0 0 0 0 0 0 0 16 0 19 0 766815 1569976320 11354 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=4003/tid=4008] ppid=4001 vsize=1533180 CPUtime=0
/proc/4003/task/4008/stat : 4008 (java) S 4001 4003 3788 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 766815 1569976320 11354 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=4003/tid=4009] ppid=4001 vsize=1533180 CPUtime=0
/proc/4003/task/4009/stat : 4009 (java) S 4001 4003 3788 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 766815 1569976320 11354 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 4 0 0 0
[pid=4003/tid=4010] ppid=4001 vsize=1533180 CPUtime=0
/proc/4003/task/4010/stat : 4010 (java) S 4001 4003 3788 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 766815 1569976320 11354 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=4003/tid=4011] ppid=4001 vsize=1533180 CPUtime=0
/proc/4003/task/4011/stat : 4011 (java) S 4001 4003 3788 0 -1 4202560 102 0 0 0 0 0 0 0 16 0 19 0 766815 1569976320 11354 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=4003/tid=4012] ppid=4001 vsize=1533180 CPUtime=0
/proc/4003/task/4012/stat : 4012 (java) S 4001 4003 3788 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 766815 1569976320 11354 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 4 0 0 0
[pid=4003/tid=4013] ppid=4001 vsize=1533180 CPUtime=0
/proc/4003/task/4013/stat : 4013 (java) S 4001 4003 3788 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 766815 1569976320 11354 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=4003/tid=4014] ppid=4001 vsize=1533180 CPUtime=0.06
/proc/4003/task/4014/stat : 4014 (java) S 4001 4003 3788 0 -1 4202560 645 0 0 0 6 0 0 0 15 0 19 0 766815 1569976320 11354 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 0 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4015] ppid=4001 vsize=1533180 CPUtime=0
/proc/4003/task/4015/stat : 4015 (java) S 4001 4003 3788 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 19 0 766816 1569976320 11354 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4016] ppid=4001 vsize=1533180 CPUtime=0
/proc/4003/task/4016/stat : 4016 (java) S 4001 4003 3788 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 19 0 766816 1569976320 11354 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4017] ppid=4001 vsize=1533180 CPUtime=0
/proc/4003/task/4017/stat : 4017 (java) S 4001 4003 3788 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 766818 1569976320 11354 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4018] ppid=4001 vsize=1533180 CPUtime=0.23
/proc/4003/task/4018/stat : 4018 (java) S 4001 4003 3788 0 -1 4202560 725 0 0 0 23 0 0 0 15 0 19 0 766818 1569976320 11354 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4019] ppid=4001 vsize=1533180 CPUtime=0.23
/proc/4003/task/4019/stat : 4019 (java) S 4001 4003 3788 0 -1 4202560 1067 0 0 0 23 0 0 0 15 0 19 0 766818 1569976320 11354 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 6 0 0 0
[pid=4003/tid=4020] ppid=4001 vsize=1533180 CPUtime=0
/proc/4003/task/4020/stat : 4020 (java) S 4001 4003 3788 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 766818 1569976320 11354 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 4 0 0 0
[pid=4003/tid=4021] ppid=4001 vsize=1533180 CPUtime=0
/proc/4003/task/4021/stat : 4021 (java) S 4001 4003 3788 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766818 1569976320 11354 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 0 0 0 0
[pid=4003/tid=4022] ppid=4001 vsize=1533180 CPUtime=0
/proc/4003/task/4022/stat : 4022 (java) S 4001 4003 3788 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 766829 1569976320 11354 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 1533180

[startup+6.30122 s]
/proc/loadavg: 1.85 1.97 1.68 3/195 4028
/proc/meminfo: memFree=32435428/32950928 swapFree=67111528/67111528
[pid=4003] ppid=4001 vsize=1535564 CPUtime=7.02
/proc/4003/stat : 4003 (java) S 4001 4003 3788 0 -1 4202496 15118 0 1 0 699 3 0 0 17 0 19 0 766813 1572417536 12162 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4003/statm: 383891 12162 1439 10 0 381194 0
[pid=4003/tid=4005] ppid=4001 vsize=1535564 CPUtime=6.14
/proc/4003/task/4005/stat : 4005 (java) R 4001 4003 3788 0 -1 4202560 8188 0 1 0 613 1 0 0 25 0 19 0 766814 1572417536 12162 4089446400 134512640 134550932 4286981008 18446744073709551615 4159033075 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4003/tid=4006] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4006/stat : 4006 (java) S 4001 4003 3788 0 -1 4202560 160 0 0 0 0 0 0 0 15 0 19 0 766815 1572417536 12162 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=4003/tid=4007] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4007/stat : 4007 (java) S 4001 4003 3788 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 766815 1572417536 12162 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=4003/tid=4008] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4008/stat : 4008 (java) S 4001 4003 3788 0 -1 4202560 52 0 0 0 0 0 0 0 16 0 19 0 766815 1572417536 12162 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=4003/tid=4009] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4009/stat : 4009 (java) S 4001 4003 3788 0 -1 4202560 60 0 0 0 0 0 0 0 16 0 19 0 766815 1572417536 12162 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 4 0 0 0
[pid=4003/tid=4010] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4010/stat : 4010 (java) S 4001 4003 3788 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 766815 1572417536 12162 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=4003/tid=4011] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4011/stat : 4011 (java) S 4001 4003 3788 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 19 0 766815 1572417536 12162 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=4003/tid=4012] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4012/stat : 4012 (java) S 4001 4003 3788 0 -1 4202560 35 0 0 0 0 0 0 0 16 0 19 0 766815 1572417536 12162 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 2 0 0 0
[pid=4003/tid=4013] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4013/stat : 4013 (java) S 4001 4003 3788 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 766815 1572417536 12162 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=4003/tid=4014] ppid=4001 vsize=1535564 CPUtime=0.11
/proc/4003/task/4014/stat : 4014 (java) S 4001 4003 3788 0 -1 4202560 755 0 0 0 11 0 0 0 15 0 19 0 766815 1572417536 12162 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 0 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4015] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4015/stat : 4015 (java) S 4001 4003 3788 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 19 0 766816 1572417536 12162 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4016] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4016/stat : 4016 (java) S 4001 4003 3788 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 19 0 766816 1572417536 12162 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4017] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4017/stat : 4017 (java) S 4001 4003 3788 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 766818 1572417536 12162 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4018] ppid=4001 vsize=1535564 CPUtime=0.27
/proc/4003/task/4018/stat : 4018 (java) S 4001 4003 3788 0 -1 4202560 860 0 0 0 27 0 0 0 16 0 19 0 766818 1572417536 12162 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4019] ppid=4001 vsize=1535564 CPUtime=0.42
/proc/4003/task/4019/stat : 4019 (java) S 4001 4003 3788 0 -1 4202560 3543 0 0 0 42 0 0 0 15 0 19 0 766818 1572417536 12162 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 6 0 0 0
[pid=4003/tid=4020] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4020/stat : 4020 (java) S 4001 4003 3788 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 766818 1572417536 12162 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 4 0 0 0
[pid=4003/tid=4021] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4021/stat : 4021 (java) S 4001 4003 3788 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766818 1572417536 12162 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 0 0 0 0
[pid=4003/tid=4022] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4022/stat : 4022 (java) S 4001 4003 3788 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 766829 1572417536 12162 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 1535564

[startup+12.7011 s]
/proc/loadavg: 1.87 1.97 1.68 3/215 4066
/proc/meminfo: memFree=32400512/32950928 swapFree=67111528/67111528
[pid=4003] ppid=4001 vsize=1535564 CPUtime=13.46
/proc/4003/stat : 4003 (java) S 4001 4003 3788 0 -1 4202496 15212 0 1 0 1343 3 0 0 17 0 19 0 766813 1572417536 12243 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4003/statm: 383891 12243 1439 10 0 381194 0
[pid=4003/tid=4005] ppid=4001 vsize=1535564 CPUtime=12.38
/proc/4003/task/4005/stat : 4005 (java) R 4001 4003 3788 0 -1 4202560 8201 0 1 0 1237 1 0 0 25 0 19 0 766814 1572417536 12243 4089446400 134512640 134550932 4286981008 18446744073709551615 4108948872 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4003/tid=4006] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4006/stat : 4006 (java) S 4001 4003 3788 0 -1 4202560 160 0 0 0 0 0 0 0 15 0 19 0 766815 1572417536 12243 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0

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

/proc/4003/task/4006/stat : 4006 (java) S 4001 4003 3788 0 -1 4202560 165 0 0 0 4 0 0 0 15 0 19 0 766815 1572417536 12818 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=4003/tid=4007] ppid=4001 vsize=1535564 CPUtime=0.03
/proc/4003/task/4007/stat : 4007 (java) S 4001 4003 3788 0 -1 4202560 116 0 0 0 3 0 0 0 16 0 19 0 766815 1572417536 12818 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 4 0 0 0
[pid=4003/tid=4008] ppid=4001 vsize=1535564 CPUtime=0.05
/proc/4003/task/4008/stat : 4008 (java) S 4001 4003 3788 0 -1 4202560 104 0 0 0 5 0 0 0 16 0 19 0 766815 1572417536 12818 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 2 0 0 0
[pid=4003/tid=4009] ppid=4001 vsize=1535564 CPUtime=0.06
/proc/4003/task/4009/stat : 4009 (java) S 4001 4003 3788 0 -1 4202560 101 0 0 0 6 0 0 0 15 0 19 0 766815 1572417536 12818 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 0 0 0 0
[pid=4003/tid=4010] ppid=4001 vsize=1535564 CPUtime=0.04
/proc/4003/task/4010/stat : 4010 (java) S 4001 4003 3788 0 -1 4202560 47 0 0 0 4 0 0 0 16 0 19 0 766815 1572417536 12818 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=4003/tid=4011] ppid=4001 vsize=1535564 CPUtime=0.04
/proc/4003/task/4011/stat : 4011 (java) S 4001 4003 3788 0 -1 4202560 126 0 0 0 4 0 0 0 16 0 19 0 766815 1572417536 12818 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4012] ppid=4001 vsize=1535564 CPUtime=0.03
/proc/4003/task/4012/stat : 4012 (java) S 4001 4003 3788 0 -1 4202560 65 0 0 0 3 0 0 0 15 0 19 0 766815 1572417536 12818 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 4 0 0 0
[pid=4003/tid=4013] ppid=4001 vsize=1535564 CPUtime=0.04
/proc/4003/task/4013/stat : 4013 (java) S 4001 4003 3788 0 -1 4202560 153 0 0 0 4 0 0 0 15 0 19 0 766815 1572417536 12818 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4014] ppid=4001 vsize=1535564 CPUtime=1.53
/proc/4003/task/4014/stat : 4014 (java) S 4001 4003 3788 0 -1 4202560 1241 0 0 0 152 1 0 0 15 0 19 0 766815 1572417536 12818 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 0 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=4003/tid=4015] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4015/stat : 4015 (java) S 4001 4003 3788 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 19 0 766816 1572417536 12818 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4016] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4016/stat : 4016 (java) S 4001 4003 3788 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 19 0 766816 1572417536 12818 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4017] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4017/stat : 4017 (java) S 4001 4003 3788 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 766818 1572417536 12818 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4018] ppid=4001 vsize=1535564 CPUtime=0.29
/proc/4003/task/4018/stat : 4018 (java) S 4001 4003 3788 0 -1 4202560 860 0 0 0 29 0 0 0 15 0 19 0 766818 1572417536 12818 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4019] ppid=4001 vsize=1535564 CPUtime=0.46
/proc/4003/task/4019/stat : 4019 (java) S 4001 4003 3788 0 -1 4202560 3545 0 0 0 46 0 0 0 15 0 19 0 766818 1572417536 12818 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 6 0 0 0
[pid=4003/tid=4020] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4020/stat : 4020 (java) S 4001 4003 3788 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 766818 1572417536 12818 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 4 0 0 0
[pid=4003/tid=4021] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4021/stat : 4021 (java) S 4001 4003 3788 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 766818 1572417536 12818 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 4 0 0 0
[pid=4003/tid=4022] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4022/stat : 4022 (java) S 4001 4003 3788 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 766829 1572417536 12818 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 68.9
Current children cumulated vsize (KiB) 1535564

[startup+68.7015 s]
/proc/loadavg: 2.03 1.99 1.70 3/215 4158
/proc/meminfo: memFree=32400468/32950928 swapFree=67111528/67111528
[pid=4003] ppid=4001 vsize=1535564 CPUtime=69.7
/proc/4003/stat : 4003 (java) S 4001 4003 3788 0 -1 4202496 15913 0 1 0 6961 9 0 0 17 0 19 0 766813 1572417536 12820 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4003/statm: 383891 12820 1441 10 0 381194 0
[pid=4003/tid=4005] ppid=4001 vsize=1535564 CPUtime=66.95
/proc/4003/task/4005/stat : 4005 (java) R 4001 4003 3788 0 -1 4202560 8318 0 1 0 6693 2 0 0 25 0 19 0 766814 1572417536 12820 4089446400 134512640 134550932 4286981008 18446744073709551615 4108885124 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4003/tid=4006] ppid=4001 vsize=1535564 CPUtime=0.04
/proc/4003/task/4006/stat : 4006 (java) S 4001 4003 3788 0 -1 4202560 167 0 0 0 4 0 0 0 16 0 19 0 766815 1572417536 12820 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=4003/tid=4007] ppid=4001 vsize=1535564 CPUtime=0.03
/proc/4003/task/4007/stat : 4007 (java) S 4001 4003 3788 0 -1 4202560 116 0 0 0 3 0 0 0 15 0 19 0 766815 1572417536 12820 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 4 0 0 0
[pid=4003/tid=4008] ppid=4001 vsize=1535564 CPUtime=0.05
/proc/4003/task/4008/stat : 4008 (java) S 4001 4003 3788 0 -1 4202560 104 0 0 0 5 0 0 0 16 0 19 0 766815 1572417536 12820 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 2 0 0 0
[pid=4003/tid=4009] ppid=4001 vsize=1535564 CPUtime=0.07
/proc/4003/task/4009/stat : 4009 (java) S 4001 4003 3788 0 -1 4202560 101 0 0 0 7 0 0 0 16 0 19 0 766815 1572417536 12820 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 0 0 0 0
[pid=4003/tid=4010] ppid=4001 vsize=1535564 CPUtime=0.04
/proc/4003/task/4010/stat : 4010 (java) S 4001 4003 3788 0 -1 4202560 47 0 0 0 4 0 0 0 15 0 19 0 766815 1572417536 12820 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=4003/tid=4011] ppid=4001 vsize=1535564 CPUtime=0.04
/proc/4003/task/4011/stat : 4011 (java) S 4001 4003 3788 0 -1 4202560 126 0 0 0 4 0 0 0 15 0 19 0 766815 1572417536 12820 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4012] ppid=4001 vsize=1535564 CPUtime=0.03
/proc/4003/task/4012/stat : 4012 (java) S 4001 4003 3788 0 -1 4202560 65 0 0 0 3 0 0 0 16 0 19 0 766815 1572417536 12820 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 4 0 0 0
[pid=4003/tid=4013] ppid=4001 vsize=1535564 CPUtime=0.04
/proc/4003/task/4013/stat : 4013 (java) S 4001 4003 3788 0 -1 4202560 153 0 0 0 4 0 0 0 16 0 19 0 766815 1572417536 12820 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4014] ppid=4001 vsize=1535564 CPUtime=1.54
/proc/4003/task/4014/stat : 4014 (java) S 4001 4003 3788 0 -1 4202560 1241 0 0 0 153 1 0 0 15 0 19 0 766815 1572417536 12820 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 0 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=4003/tid=4015] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4015/stat : 4015 (java) S 4001 4003 3788 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 19 0 766816 1572417536 12820 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4016] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4016/stat : 4016 (java) S 4001 4003 3788 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 19 0 766816 1572417536 12820 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4017] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4017/stat : 4017 (java) S 4001 4003 3788 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 766818 1572417536 12820 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4018] ppid=4001 vsize=1535564 CPUtime=0.29
/proc/4003/task/4018/stat : 4018 (java) S 4001 4003 3788 0 -1 4202560 860 0 0 0 29 0 0 0 15 0 19 0 766818 1572417536 12820 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4019] ppid=4001 vsize=1535564 CPUtime=0.46
/proc/4003/task/4019/stat : 4019 (java) S 4001 4003 3788 0 -1 4202560 3545 0 0 0 46 0 0 0 15 0 19 0 766818 1572417536 12820 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 6 0 0 0
[pid=4003/tid=4020] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4020/stat : 4020 (java) S 4001 4003 3788 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 766818 1572417536 12820 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 4 0 0 0
[pid=4003/tid=4021] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4021/stat : 4021 (java) S 4001 4003 3788 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 766818 1572417536 12820 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 4 0 0 0
[pid=4003/tid=4022] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4022/stat : 4022 (java) S 4001 4003 3788 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 766829 1572417536 12820 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 69.7
Current children cumulated vsize (KiB) 1535564

[startup+68.9015 s]
/proc/loadavg: 2.03 1.99 1.70 3/215 4158
/proc/meminfo: memFree=32400468/32950928 swapFree=67111528/67111528
[pid=4003] ppid=4001 vsize=1535564 CPUtime=69.92
/proc/4003/stat : 4003 (java) S 4001 4003 3788 0 -1 4202496 15915 0 1 0 6983 9 0 0 17 0 19 0 766813 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4003/statm: 383891 12821 1441 10 0 381194 0
[pid=4003/tid=4005] ppid=4001 vsize=1535564 CPUtime=67.13
/proc/4003/task/4005/stat : 4005 (java) R 4001 4003 3788 0 -1 4202560 8320 0 1 0 6711 2 0 0 25 0 19 0 766814 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4109068832 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4003/tid=4006] ppid=4001 vsize=1535564 CPUtime=0.04
/proc/4003/task/4006/stat : 4006 (java) S 4001 4003 3788 0 -1 4202560 167 0 0 0 4 0 0 0 15 0 19 0 766815 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=4003/tid=4007] ppid=4001 vsize=1535564 CPUtime=0.03
/proc/4003/task/4007/stat : 4007 (java) S 4001 4003 3788 0 -1 4202560 116 0 0 0 3 0 0 0 15 0 19 0 766815 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 4 0 0 0
[pid=4003/tid=4008] ppid=4001 vsize=1535564 CPUtime=0.05
/proc/4003/task/4008/stat : 4008 (java) S 4001 4003 3788 0 -1 4202560 104 0 0 0 5 0 0 0 15 0 19 0 766815 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 2 0 0 0
[pid=4003/tid=4009] ppid=4001 vsize=1535564 CPUtime=0.07
/proc/4003/task/4009/stat : 4009 (java) S 4001 4003 3788 0 -1 4202560 101 0 0 0 7 0 0 0 15 0 19 0 766815 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 0 0 0 0
[pid=4003/tid=4010] ppid=4001 vsize=1535564 CPUtime=0.04
/proc/4003/task/4010/stat : 4010 (java) S 4001 4003 3788 0 -1 4202560 47 0 0 0 4 0 0 0 15 0 19 0 766815 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=4003/tid=4011] ppid=4001 vsize=1535564 CPUtime=0.04
/proc/4003/task/4011/stat : 4011 (java) S 4001 4003 3788 0 -1 4202560 126 0 0 0 4 0 0 0 15 0 19 0 766815 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4012] ppid=4001 vsize=1535564 CPUtime=0.03
/proc/4003/task/4012/stat : 4012 (java) S 4001 4003 3788 0 -1 4202560 65 0 0 0 3 0 0 0 15 0 19 0 766815 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 4 0 0 0
[pid=4003/tid=4013] ppid=4001 vsize=1535564 CPUtime=0.04
/proc/4003/task/4013/stat : 4013 (java) S 4001 4003 3788 0 -1 4202560 153 0 0 0 4 0 0 0 15 0 19 0 766815 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4014] ppid=4001 vsize=1535564 CPUtime=1.55
/proc/4003/task/4014/stat : 4014 (java) S 4001 4003 3788 0 -1 4202560 1241 0 0 0 154 1 0 0 15 0 19 0 766815 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 0 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=4003/tid=4015] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4015/stat : 4015 (java) S 4001 4003 3788 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 19 0 766816 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4016] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4016/stat : 4016 (java) S 4001 4003 3788 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 19 0 766816 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4017] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4017/stat : 4017 (java) S 4001 4003 3788 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 766818 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4018] ppid=4001 vsize=1535564 CPUtime=0.31
/proc/4003/task/4018/stat : 4018 (java) S 4001 4003 3788 0 -1 4202560 860 0 0 0 31 0 0 0 16 0 19 0 766818 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4019] ppid=4001 vsize=1535564 CPUtime=0.46
/proc/4003/task/4019/stat : 4019 (java) S 4001 4003 3788 0 -1 4202560 3545 0 0 0 46 0 0 0 15 0 19 0 766818 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 6 0 0 0
[pid=4003/tid=4020] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4020/stat : 4020 (java) S 4001 4003 3788 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 766818 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 4 0 0 0
[pid=4003/tid=4021] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4021/stat : 4021 (java) S 4001 4003 3788 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 766818 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 4 0 0 0
[pid=4003/tid=4022] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4022/stat : 4022 (java) S 4001 4003 3788 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 766829 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 69.92
Current children cumulated vsize (KiB) 1535564

[startup+69.0014 s]
/proc/loadavg: 2.03 1.99 1.70 3/215 4158
/proc/meminfo: memFree=32400468/32950928 swapFree=67111528/67111528
[pid=4003] ppid=4001 vsize=1535564 CPUtime=70.02
/proc/4003/stat : 4003 (java) S 4001 4003 3788 0 -1 4202496 15915 0 1 0 6993 9 0 0 17 0 19 0 766813 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4003/statm: 383891 12821 1441 10 0 381194 0
[pid=4003/tid=4005] ppid=4001 vsize=1535564 CPUtime=67.23
/proc/4003/task/4005/stat : 4005 (java) R 4001 4003 3788 0 -1 4202560 8320 0 1 0 6721 2 0 0 25 0 19 0 766814 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4108977814 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4003/tid=4006] ppid=4001 vsize=1535564 CPUtime=0.04
/proc/4003/task/4006/stat : 4006 (java) S 4001 4003 3788 0 -1 4202560 167 0 0 0 4 0 0 0 15 0 19 0 766815 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=4003/tid=4007] ppid=4001 vsize=1535564 CPUtime=0.03
/proc/4003/task/4007/stat : 4007 (java) S 4001 4003 3788 0 -1 4202560 116 0 0 0 3 0 0 0 15 0 19 0 766815 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 4 0 0 0
[pid=4003/tid=4008] ppid=4001 vsize=1535564 CPUtime=0.05
/proc/4003/task/4008/stat : 4008 (java) S 4001 4003 3788 0 -1 4202560 104 0 0 0 5 0 0 0 15 0 19 0 766815 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 2 0 0 0
[pid=4003/tid=4009] ppid=4001 vsize=1535564 CPUtime=0.07
/proc/4003/task/4009/stat : 4009 (java) S 4001 4003 3788 0 -1 4202560 101 0 0 0 7 0 0 0 15 0 19 0 766815 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 0 0 0 0
[pid=4003/tid=4010] ppid=4001 vsize=1535564 CPUtime=0.04
/proc/4003/task/4010/stat : 4010 (java) S 4001 4003 3788 0 -1 4202560 47 0 0 0 4 0 0 0 15 0 19 0 766815 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=4003/tid=4011] ppid=4001 vsize=1535564 CPUtime=0.04
/proc/4003/task/4011/stat : 4011 (java) S 4001 4003 3788 0 -1 4202560 126 0 0 0 4 0 0 0 15 0 19 0 766815 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4012] ppid=4001 vsize=1535564 CPUtime=0.03
/proc/4003/task/4012/stat : 4012 (java) S 4001 4003 3788 0 -1 4202560 65 0 0 0 3 0 0 0 15 0 19 0 766815 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 4 0 0 0
[pid=4003/tid=4013] ppid=4001 vsize=1535564 CPUtime=0.04
/proc/4003/task/4013/stat : 4013 (java) S 4001 4003 3788 0 -1 4202560 153 0 0 0 4 0 0 0 15 0 19 0 766815 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4014] ppid=4001 vsize=1535564 CPUtime=1.55
/proc/4003/task/4014/stat : 4014 (java) S 4001 4003 3788 0 -1 4202560 1241 0 0 0 154 1 0 0 15 0 19 0 766815 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 0 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=4003/tid=4015] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4015/stat : 4015 (java) S 4001 4003 3788 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 19 0 766816 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4016] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4016/stat : 4016 (java) S 4001 4003 3788 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 19 0 766816 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4017] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4017/stat : 4017 (java) S 4001 4003 3788 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 766818 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4018] ppid=4001 vsize=1535564 CPUtime=0.31
/proc/4003/task/4018/stat : 4018 (java) S 4001 4003 3788 0 -1 4202560 860 0 0 0 31 0 0 0 16 0 19 0 766818 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=4003/tid=4019] ppid=4001 vsize=1535564 CPUtime=0.46
/proc/4003/task/4019/stat : 4019 (java) S 4001 4003 3788 0 -1 4202560 3545 0 0 0 46 0 0 0 15 0 19 0 766818 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 6 0 0 0
[pid=4003/tid=4020] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4020/stat : 4020 (java) S 4001 4003 3788 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 766818 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 4 0 0 0
[pid=4003/tid=4021] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4021/stat : 4021 (java) S 4001 4003 3788 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 766818 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 4 0 0 0
[pid=4003/tid=4022] ppid=4001 vsize=1535564 CPUtime=0
/proc/4003/task/4022/stat : 4022 (java) S 4001 4003 3788 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 766829 1572417536 12821 4089446400 134512640 134550932 4286981008 18446744073709551615 4294960144 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 70.02
Current children cumulated vsize (KiB) 1535564

Child status: 30
Real time (s): 69.1001
CPU time (s): 70.1293
CPU user time (s): 70.0284
CPU system time (s): 0.100984
CPU usage (%): 101.49
Max. virtual memory (cumulated for all children) (KiB): 1540256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.0284
system time used= 0.100984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15932
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= 5348
involuntary context switches= 22626

runsolver used 0.135979 second user time and 0.292955 second system time

The end

Launcher Data

Begin job on node127 at 2010-07-05 12:25:30
IDJOB=2698312
IDBENCH=78747
IDSOLVER=1211
FILE ID=node127/2698312-1278325530
PBS_JOBID= 11207443
Free space on /tmp= 74196 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.1110969860--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-2698312-1278325530/watcher-2698312-1278325530 -o /tmp/evaluation-result-2698312-1278325530/solver-2698312-1278325530 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698312-1278325530.wbo

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

MD5SUM BENCH= 81d0b3111be77447a435e48fa3fc6a23
RANDOM SEED=518910962

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.804
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:     32950928 kB
MemFree:      32479632 kB
Buffers:         21208 kB
Cached:         288096 kB
SwapCached:          0 kB
Active:         143112 kB
Inactive:       228308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32479632 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             528 kB
Writeback:           0 kB
AnonPages:       62556 kB
Mapped:          14412 kB
Slab:            35700 kB
PageTables:       4116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   181940 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= 74196 MiB
End job on node127 at 2010-07-05 12:26:39