Trace number 2698402

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 64.6672 63.3238

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110969170--soft-33-100-0.wbo
MD5SUM6dd8afea921ee9eef16bd5f535a42450
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark0.576911
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 1227
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.07	c Number of processors 	8
0.10/0.09	c Pseudo Boolean Optimization
0.10/0.09	c --- Begin Solver configuration ---
0.10/0.09	c Stops conflict analysis at the first Unique Implication Point
0.10/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.10/0.09	c Learn all clauses as in MiniSAT
0.10/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.09	c Expensive reason simplification
0.10/0.09	c Armin Biere (Picosat) restarts strategy
0.10/0.09	c Glucose learned constraints deletion strategy
0.10/0.09	c timeout=2147483s
0.10/0.09	c DB Simplification allowed=false
0.10/0.09	c --- End Solver configuration ---
0.10/0.09	c solving HOME/instance-2698402-1278325570.wbo
0.10/0.09	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.054s.
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.24	c SATISFIABLE
0.31/0.24	c OPTIMIZING...
0.31/0.24	c Got one! Elapsed wall clock time (in seconds):0.145
0.31/0.24	o 493
0.31/0.29	c Got one! Elapsed wall clock time (in seconds):0.195
0.31/0.29	o 486
0.62/0.33	c Got one! Elapsed wall clock time (in seconds):0.235
0.62/0.33	o 394
0.62/0.35	c Got one! Elapsed wall clock time (in seconds):0.259
0.62/0.35	o 336
0.62/0.38	c Got one! Elapsed wall clock time (in seconds):0.285
0.62/0.38	o 324
0.80/0.41	c Got one! Elapsed wall clock time (in seconds):0.318
0.80/0.41	o 235
0.80/0.44	c Got one! Elapsed wall clock time (in seconds):0.351
0.80/0.44	o 211
0.94/0.51	c Got one! Elapsed wall clock time (in seconds):0.414
0.94/0.51	o 189
0.94/0.56	c cleaning 2497 clauses out of 5002 with flag 5002/5002
1.06/0.61	c Got one! Elapsed wall clock time (in seconds):0.517
1.06/0.61	o 167
1.28/0.83	c cleaning 4250 clauses out of 8504 with flag 11001/11001
1.49/1.01	c Got one! Elapsed wall clock time (in seconds):0.922
1.49/1.01	o 159
1.49/1.09	c Got one! Elapsed wall clock time (in seconds):0.998
1.49/1.09	o 156
1.59/1.16	c cleaning 5625 clauses out of 11253 with flag 18000/18000
1.79/1.33	c Got one! Elapsed wall clock time (in seconds):1.24
1.79/1.33	o 153
1.99/1.51	c Got one! Elapsed wall clock time (in seconds):1.421
1.99/1.51	o 148
1.99/1.58	c cleaning 6807 clauses out of 13629 with flag 26001/26001
2.10/1.60	c Got one! Elapsed wall clock time (in seconds):1.513
2.10/1.60	o 128
2.20/1.71	c Got one! Elapsed wall clock time (in seconds):1.616
2.20/1.71	o 120
2.54/2.09	c cleaning 7909 clauses out of 15823 with flag 35002/35002
3.35/2.60	c cleaning 8950 clauses out of 17914 with flag 45002/45002
3.35/2.69	c Got one! Elapsed wall clock time (in seconds):2.596
3.35/2.69	o 96
3.99/3.15	c cleaning 9473 clauses out of 18962 with flag 55000/55000
4.51/3.66	c cleaning 9741 clauses out of 19489 with flag 65000/65000
4.62/3.74	c Got one! Elapsed wall clock time (in seconds):3.654
4.62/3.74	o 69
4.83/3.94	c Got one! Elapsed wall clock time (in seconds):3.845
4.83/3.94	o 55
5.13/4.24	c cleaning 9870 clauses out of 19749 with flag 75001/75001
5.63/4.74	c cleaning 9935 clauses out of 19878 with flag 85000/85000
6.13/5.22	c cleaning 9969 clauses out of 19945 with flag 95002/95002
6.53/5.66	c cleaning 9984 clauses out of 19977 with flag 105003/105003
6.93/6.09	c cleaning 9988 clauses out of 19993 with flag 115003/115003
7.44/6.56	c cleaning 9997 clauses out of 20002 with flag 125000/125000
7.94/7.03	c cleaning 9997 clauses out of 20006 with flag 135001/135001
8.44/7.50	c cleaning 10002 clauses out of 20010 with flag 145002/145002
8.54/7.62	c Got one! Elapsed wall clock time (in seconds):7.528
8.54/7.62	o 51
8.94/8.01	c cleaning 9998 clauses out of 20007 with flag 155001/155001
9.34/8.40	c Got one! Elapsed wall clock time (in seconds):8.306
9.34/8.40	o 35
9.34/8.47	c cleaning 10002 clauses out of 20011 with flag 165003/165003
9.85/8.95	c cleaning 10001 clauses out of 20008 with flag 175002/175002
10.25/9.32	c Got one! Elapsed wall clock time (in seconds):9.228
10.25/9.32	o 31
10.25/9.39	c cleaning 10000 clauses out of 20005 with flag 185000/185000
10.67/9.79	c cleaning 10001 clauses out of 20006 with flag 195001/195001
11.18/10.21	c cleaning 9997 clauses out of 20004 with flag 205000/205000
11.58/10.65	c cleaning 10000 clauses out of 20008 with flag 215001/215001
12.08/11.10	c cleaning 10001 clauses out of 20008 with flag 225001/225001
12.49/11.55	c cleaning 9998 clauses out of 20006 with flag 235000/235000
12.89/11.95	c cleaning 9998 clauses out of 20008 with flag 245000/245000
13.29/12.36	c cleaning 10001 clauses out of 20012 with flag 255002/255002
13.40/12.49	c Got one! Elapsed wall clock time (in seconds):12.396
13.40/12.49	o 27
13.80/12.80	c cleaning 9999 clauses out of 20011 with flag 265002/265002
14.21/13.27	c cleaning 9996 clauses out of 20010 with flag 275000/275000
14.60/13.69	c cleaning 10000 clauses out of 20014 with flag 285000/285000
15.01/14.09	c cleaning 10001 clauses out of 20014 with flag 295000/295000
15.41/14.49	c cleaning 9999 clauses out of 20013 with flag 305000/305000
15.91/14.96	c cleaning 10002 clauses out of 20014 with flag 315000/315000
16.32/15.38	c cleaning 10002 clauses out of 20013 with flag 325001/325001
16.72/15.78	c cleaning 9998 clauses out of 20010 with flag 335000/335000
17.12/16.19	c cleaning 10003 clauses out of 20013 with flag 345001/345001
17.62/16.61	c cleaning 9997 clauses out of 20009 with flag 355000/355000
18.03/17.00	c cleaning 10003 clauses out of 20013 with flag 365001/365001
18.33/17.38	c cleaning 9999 clauses out of 20009 with flag 375000/375000
18.73/17.79	c cleaning 9999 clauses out of 20012 with flag 385002/385002
18.84/17.89	c Got one! Elapsed wall clock time (in seconds):17.8
18.84/17.89	o 26
19.24/18.25	c cleaning 10002 clauses out of 20011 with flag 395000/395000
19.75/18.75	c cleaning 10001 clauses out of 20009 with flag 405000/405000
20.14/19.18	c cleaning 10002 clauses out of 20010 with flag 415002/415002
20.64/19.66	c cleaning 9999 clauses out of 20009 with flag 425003/425003
21.15/20.14	c cleaning 9998 clauses out of 20007 with flag 435000/435000
21.55/20.57	c cleaning 9998 clauses out of 20010 with flag 445001/445001
21.96/20.97	c cleaning 10002 clauses out of 20013 with flag 455002/455002
22.05/21.01	c Got one! Elapsed wall clock time (in seconds):20.924
22.05/21.01	o 22
22.45/21.43	c cleaning 9997 clauses out of 20009 with flag 465000/465000
22.86/21.87	c cleaning 10001 clauses out of 20012 with flag 475000/475000
23.25/22.28	c cleaning 10001 clauses out of 20013 with flag 485002/485002
23.77/22.72	c cleaning 9999 clauses out of 20010 with flag 495000/495000
24.18/23.15	c cleaning 10003 clauses out of 20011 with flag 505000/505000
24.58/23.55	c cleaning 9998 clauses out of 20008 with flag 515000/515000
24.98/23.95	c cleaning 10003 clauses out of 20012 with flag 525002/525002
25.38/24.38	c cleaning 9999 clauses out of 20007 with flag 535000/535000
25.78/24.78	c cleaning 10001 clauses out of 20009 with flag 545001/545001
26.19/25.18	c cleaning 10002 clauses out of 20010 with flag 555003/555003
26.59/25.59	c cleaning 9999 clauses out of 20005 with flag 565000/565000
27.09/26.00	c cleaning 10001 clauses out of 20006 with flag 575000/575000
27.40/26.40	c cleaning 9996 clauses out of 20006 with flag 585001/585001
27.90/26.80	c cleaning 10000 clauses out of 20011 with flag 595002/595002
28.30/27.20	c cleaning 9999 clauses out of 20009 with flag 605000/605000
28.61/27.59	c cleaning 10000 clauses out of 20012 with flag 615002/615002
29.01/28.00	c cleaning 10004 clauses out of 20013 with flag 625003/625003
29.52/28.41	c cleaning 9998 clauses out of 20006 with flag 635000/635000
29.92/28.81	c cleaning 10001 clauses out of 20008 with flag 645000/645000
30.32/29.22	c cleaning 10000 clauses out of 20007 with flag 655000/655000
30.73/29.63	c cleaning 10000 clauses out of 20007 with flag 665000/665000
31.13/30.02	c cleaning 9996 clauses out of 20007 with flag 675000/675000
31.53/30.42	c cleaning 9997 clauses out of 20011 with flag 685000/685000
31.93/30.84	c cleaning 10003 clauses out of 20014 with flag 695000/695000
32.33/31.26	c cleaning 10001 clauses out of 20013 with flag 705002/705002
32.74/31.69	c cleaning 9999 clauses out of 20011 with flag 715001/715001
33.24/32.12	c cleaning 10000 clauses out of 20011 with flag 725000/725000
33.64/32.52	c cleaning 9999 clauses out of 20012 with flag 735001/735001
34.05/32.94	c cleaning 10007 clauses out of 20017 with flag 745005/745005
34.05/32.98	c Got one! Elapsed wall clock time (in seconds):32.893
34.05/32.98	o 19
34.55/33.41	c cleaning 9999 clauses out of 20005 with flag 755000/755000
34.95/33.86	c cleaning 9999 clauses out of 20006 with flag 765000/765000
35.36/34.27	c cleaning 9998 clauses out of 20007 with flag 775000/775000
35.76/34.66	c cleaning 9999 clauses out of 20010 with flag 785001/785001
36.16/35.07	c cleaning 10002 clauses out of 20010 with flag 795000/795000
36.66/35.51	c cleaning 10000 clauses out of 20008 with flag 805000/805000
36.97/35.90	c cleaning 10000 clauses out of 20010 with flag 815002/815002
37.37/36.29	c cleaning 10001 clauses out of 20009 with flag 825001/825001
37.87/36.72	c cleaning 9998 clauses out of 20009 with flag 835002/835002
38.27/37.15	c cleaning 9998 clauses out of 20010 with flag 845001/845001
38.68/37.55	c cleaning 10002 clauses out of 20012 with flag 855001/855001
39.08/37.95	c cleaning 9998 clauses out of 20010 with flag 865001/865001
39.47/38.34	c cleaning 10001 clauses out of 20011 with flag 875000/875000
39.88/38.74	c cleaning 10002 clauses out of 20010 with flag 885000/885000
39.98/38.81	c Got one! Elapsed wall clock time (in seconds):38.721
39.98/38.81	o 17
40.28/39.19	c cleaning 10000 clauses out of 20010 with flag 895002/895002
40.80/39.65	c cleaning 10001 clauses out of 20009 with flag 905001/905001
41.19/40.08	c cleaning 9998 clauses out of 20007 with flag 915000/915000
41.69/40.53	c cleaning 10001 clauses out of 20009 with flag 925000/925000
42.10/40.98	c cleaning 10001 clauses out of 20008 with flag 935000/935000
42.60/41.42	c cleaning 9999 clauses out of 20007 with flag 945000/945000
43.00/41.83	c cleaning 10000 clauses out of 20008 with flag 955000/955000
43.40/42.24	c cleaning 10000 clauses out of 20008 with flag 965000/965000
43.80/42.64	c cleaning 10001 clauses out of 20009 with flag 975001/975001
44.20/43.07	c cleaning 9998 clauses out of 20007 with flag 985000/985000
44.60/43.48	c cleaning 10002 clauses out of 20010 with flag 995001/995001
45.00/43.88	c cleaning 9997 clauses out of 20007 with flag 1005000/1005000
45.40/44.23	c Got one! Elapsed wall clock time (in seconds):44.139
45.40/44.23	o 15
45.40/44.29	c cleaning 10003 clauses out of 20013 with flag 1015003/1015003
45.91/44.75	c cleaning 9999 clauses out of 20010 with flag 1025003/1025003
46.32/45.18	c cleaning 9999 clauses out of 20009 with flag 1035001/1035001
46.81/45.62	c cleaning 10002 clauses out of 20010 with flag 1045001/1045001
47.21/46.07	c cleaning 10000 clauses out of 20007 with flag 1055000/1055000
47.62/46.49	c cleaning 9991 clauses out of 20007 with flag 1065000/1065000
48.13/46.95	c cleaning 10005 clauses out of 20017 with flag 1075001/1075001
48.54/47.36	c cleaning 9999 clauses out of 20011 with flag 1085000/1085000
49.04/47.80	c cleaning 9996 clauses out of 20013 with flag 1095001/1095001
49.44/48.25	c cleaning 10001 clauses out of 20017 with flag 1105001/1105001
49.84/48.68	c cleaning 10004 clauses out of 20016 with flag 1115001/1115001
50.34/49.16	c cleaning 10003 clauses out of 20012 with flag 1125001/1125001
50.84/49.62	c cleaning 10002 clauses out of 20009 with flag 1135001/1135001
51.24/50.05	c cleaning 9998 clauses out of 20007 with flag 1145001/1145001
51.65/50.48	c cleaning 10001 clauses out of 20009 with flag 1155001/1155001
52.04/50.89	c cleaning 10001 clauses out of 20008 with flag 1165001/1165001
52.55/51.30	c cleaning 9996 clauses out of 20008 with flag 1175002/1175002
52.96/51.71	c cleaning 10001 clauses out of 20011 with flag 1185001/1185001
53.35/52.12	c cleaning 9999 clauses out of 20010 with flag 1195001/1195001
53.75/52.54	c cleaning 10005 clauses out of 20012 with flag 1205002/1205002
54.16/52.95	c cleaning 9996 clauses out of 20005 with flag 1215000/1215000
54.56/53.36	c cleaning 9996 clauses out of 20010 with flag 1225001/1225001
54.97/53.74	c cleaning 10003 clauses out of 20013 with flag 1235000/1235000
55.08/53.87	c Got one! Elapsed wall clock time (in seconds):53.776
55.08/53.87	o 14
55.47/54.21	c cleaning 9999 clauses out of 20011 with flag 1245001/1245001
55.87/54.67	c cleaning 10002 clauses out of 20012 with flag 1255001/1255001
56.37/55.10	c cleaning 9999 clauses out of 20009 with flag 1265000/1265000
56.77/55.54	c cleaning 10001 clauses out of 20011 with flag 1275001/1275001
57.17/55.98	c cleaning 10000 clauses out of 20009 with flag 1285000/1285000
57.67/56.44	c cleaning 9998 clauses out of 20009 with flag 1295000/1295000
58.07/56.85	c cleaning 10001 clauses out of 20011 with flag 1305000/1305000
58.48/57.26	c cleaning 10002 clauses out of 20010 with flag 1315000/1315000
58.99/57.70	c cleaning 9996 clauses out of 20009 with flag 1325001/1325001
59.39/58.10	c cleaning 10001 clauses out of 20013 with flag 1335001/1335001
59.79/58.54	c cleaning 10003 clauses out of 20012 with flag 1345001/1345001
60.19/58.96	c cleaning 9997 clauses out of 20008 with flag 1355000/1355000
60.60/59.39	c cleaning 9998 clauses out of 20011 with flag 1365000/1365000
61.10/59.80	c cleaning 9997 clauses out of 20013 with flag 1375000/1375000
61.50/60.22	c cleaning 9992 clauses out of 20016 with flag 1385000/1385000
61.90/60.65	c cleaning 10010 clauses out of 20025 with flag 1395001/1395001
62.30/61.08	c cleaning 10005 clauses out of 20015 with flag 1405001/1405001
62.80/61.51	c cleaning 10002 clauses out of 20013 with flag 1415004/1415004
63.20/61.92	c cleaning 10001 clauses out of 20007 with flag 1425000/1425000
63.60/62.35	c cleaning 10001 clauses out of 20006 with flag 1435000/1435000
64.01/62.79	c cleaning 10000 clauses out of 20005 with flag 1445000/1445000
64.53/63.23	c cleaning 9998 clauses out of 20004 with flag 1455001/1455001
64.64/63.31	c starts		: 218
64.64/63.31	c conflicts		: 1456775
64.64/63.31	c decisions		: 2349226
64.64/63.31	c propagations		: 32131339
64.64/63.31	c inspects		: 314939713
64.64/63.31	c learnt literals	: 8
64.64/63.31	c learnt binary clauses	: 70
64.64/63.31	c learnt ternary clauses	: 653
64.64/63.31	c learnt clauses	: 1456766
64.64/63.31	c ignored clauses	: 0
64.64/63.31	c root simplifications	: 0
64.64/63.31	c removed literals (reason simplification)	: 10624850
64.64/63.31	c reason swapping (by a shorter reason)	: 0
64.64/63.31	c Calls to reduceDB	: 147
64.64/63.31	c number of reductions to clauses (during analyze)	: 0
64.64/63.31	c number of learned constraints concerned by reduction	: 0
64.64/63.31	c number of learning phase by resolution	: 0
64.64/63.31	c number of learning phase by cutting planes	: 0
64.64/63.31	c speed (assignments/second)	: 3402301.8847945784
64.64/63.31	c non guided choices	1185
64.64/63.31	c learnt constraints type 
64.64/63.31	c constraints type 
64.64/63.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
64.64/63.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
64.64/63.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
64.64/63.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 51
64.64/63.31	s OPTIMUM FOUND
64.64/63.31	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 
64.64/63.31	c objective function=14
64.64/63.31	c Total wall clock time (in seconds): 63.22

Verifier Data

OK	14

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698402-1278325570/watcher-2698402-1278325570 -o /tmp/evaluation-result-2698402-1278325570/solver-2698402-1278325570 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698402-1278325570.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.86 1.94 1.68 3/196 4097
/proc/meminfo: memFree=32397516/32950928 swapFree=67111528/67111528
[pid=4097] ppid=4095 vsize=13644 CPUtime=0
/proc/4097/stat : 4097 (java) S 4095 4097 3794 0 -1 4202496 1159 0 0 0 0 0 0 0 18 0 2 0 770547 13971456 613 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/4097/statm: 3411 613 291 10 0 1206 0
[pid=4097/tid=4098] ppid=4095 vsize=13684 CPUtime=0
/proc/4097/task/4098/stat : 4098 (java) R 4095 4097 3794 0 -1 4202560 139 0 0 0 0 0 0 0 20 0 2 0 770547 14012416 628 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0866769 s]
/proc/loadavg: 1.86 1.94 1.68 3/196 4097
/proc/meminfo: memFree=32397516/32950928 swapFree=67111528/67111528
[pid=4097] ppid=4095 vsize=1530140 CPUtime=0.1
/proc/4097/stat : 4097 (java) S 4095 4097 3794 0 -1 4202496 5147 0 1 0 9 1 0 0 18 0 18 0 770547 1566863360 4577 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4097/statm: 382535 4577 1345 10 0 379838 0
[pid=4097/tid=4098] ppid=4095 vsize=1530140 CPUtime=0.07
/proc/4097/task/4098/stat : 4098 (java) R 4095 4097 3794 0 -1 4202560 3470 0 1 0 7 0 0 0 25 0 18 0 770547 1566863360 4577 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1530140

[startup+0.100672 s]
/proc/loadavg: 1.86 1.94 1.68 3/196 4097
/proc/meminfo: memFree=32397516/32950928 swapFree=67111528/67111528
[pid=4097] ppid=4095 vsize=1530140 CPUtime=0.11
/proc/4097/stat : 4097 (java) S 4095 4097 3794 0 -1 4202496 5264 0 1 0 10 1 0 0 18 0 18 0 770547 1566863360 4694 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4097/statm: 382535 4694 1347 10 0 379838 0
[pid=4097/tid=4098] ppid=4095 vsize=1530140 CPUtime=0.08
/proc/4097/task/4098/stat : 4098 (java) R 4095 4097 3794 0 -1 4202560 3588 0 1 0 8 0 0 0 25 0 18 0 770547 1566863360 4695 4089446400 134512640 134550932 4287676688 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530140

[startup+0.300641 s]
/proc/loadavg: 1.86 1.94 1.68 3/196 4097
/proc/meminfo: memFree=32397516/32950928 swapFree=67111528/67111528
[pid=4097] ppid=4095 vsize=1533284 CPUtime=0.62
/proc/4097/stat : 4097 (java) S 4095 4097 3794 0 -1 4202496 7230 0 1 0 60 2 0 0 18 0 19 0 770547 1570082816 6199 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4097/statm: 383321 6199 1418 10 0 380624 0
[pid=4097/tid=4098] ppid=4095 vsize=1533284 CPUtime=0.29
/proc/4097/task/4098/stat : 4098 (java) R 4095 4097 3794 0 -1 4202560 4148 0 1 0 28 1 0 0 25 0 19 0 770547 1570082816 6199 4089446400 134512640 134550932 4287676688 18446744073709551615 4109286744 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 1533284

[startup+0.700568 s]
/proc/loadavg: 1.86 1.94 1.68 3/196 4097
/proc/meminfo: memFree=32397516/32950928 swapFree=67111528/67111528
[pid=4097] ppid=4095 vsize=1533284 CPUtime=1.16
/proc/4097/stat : 4097 (java) S 4095 4097 3794 0 -1 4202496 9505 0 1 0 114 2 0 0 18 0 19 0 770547 1570082816 8444 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4097/statm: 383321 8444 1439 10 0 380624 0
[pid=4097/tid=4098] ppid=4095 vsize=1533284 CPUtime=0.68
/proc/4097/task/4098/stat : 4098 (java) R 4095 4097 3794 0 -1 4202560 5930 0 1 0 67 1 0 0 25 0 19 0 770547 1570082816 8444 4089446400 134512640 134550932 4287676688 18446744073709551615 4109605925 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1533284

[startup+1.50142 s]
/proc/loadavg: 1.86 1.94 1.68 3/215 4116
/proc/meminfo: memFree=32368356/32950928 swapFree=67111528/67111528
[pid=4097] ppid=4095 vsize=1533284 CPUtime=1.99
/proc/4097/stat : 4097 (java) S 4095 4097 3794 0 -1 4202496 10224 0 1 0 197 2 0 0 18 0 19 0 770547 1570082816 9161 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4097/statm: 383321 9162 1439 10 0 380624 0
[pid=4097/tid=4098] ppid=4095 vsize=1533284 CPUtime=1.45
/proc/4097/task/4098/stat : 4098 (java) R 4095 4097 3794 0 -1 4202560 6158 0 1 0 144 1 0 0 25 0 19 0 770547 1570082816 9162 4089446400 134512640 134550932 4287676688 18446744073709551615 4109644275 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4097/tid=4100] ppid=4095 vsize=1533284 CPUtime=0
/proc/4097/task/4100/stat : 4100 (java) S 4095 4097 3794 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 770548 1570082816 9163 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 4 0 0 0
[pid=4097/tid=4101] ppid=4095 vsize=1533284 CPUtime=0
/proc/4097/task/4101/stat : 4101 (java) S 4095 4097 3794 0 -1 4202560 282 0 0 0 0 0 0 0 15 0 19 0 770548 1570082816 9164 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 4 0 0 0
[pid=4097/tid=4102] ppid=4095 vsize=1533284 CPUtime=0
/proc/4097/task/4102/stat : 4102 (java) S 4095 4097 3794 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 770548 1570082816 9164 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 2 0 0 0
[pid=4097/tid=4103] ppid=4095 vsize=1533284 CPUtime=0
/proc/4097/task/4103/stat : 4103 (java) S 4095 4097 3794 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 770548 1570082816 9164 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4104] ppid=4095 vsize=1533284 CPUtime=0
/proc/4097/task/4104/stat : 4104 (java) S 4095 4097 3794 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 770548 1570082816 9165 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4105] ppid=4095 vsize=1533284 CPUtime=0
/proc/4097/task/4105/stat : 4105 (java) S 4095 4097 3794 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 770548 1570082816 9165 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4106] ppid=4095 vsize=1533284 CPUtime=0
/proc/4097/task/4106/stat : 4106 (java) S 4095 4097 3794 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 770548 1570082816 9166 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4107] ppid=4095 vsize=1533284 CPUtime=0
/proc/4097/task/4107/stat : 4107 (java) S 4095 4097 3794 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 19 0 770548 1570082816 9166 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4108] ppid=4095 vsize=1533284 CPUtime=0.02
/proc/4097/task/4108/stat : 4108 (java) S 4095 4097 3794 0 -1 4202560 431 0 0 0 2 0 0 0 16 0 19 0 770549 1570082816 9166 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 0 0 16800975 18446604471142868160 0 0 -1 6 0 0 0
[pid=4097/tid=4109] ppid=4095 vsize=1533284 CPUtime=0
/proc/4097/task/4109/stat : 4109 (java) S 4095 4097 3794 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 770549 1570082816 9166 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4110] ppid=4095 vsize=1533284 CPUtime=0
/proc/4097/task/4110/stat : 4110 (java) S 4095 4097 3794 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 770549 1570082816 9166 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4111] ppid=4095 vsize=1533284 CPUtime=0
/proc/4097/task/4111/stat : 4111 (java) S 4095 4097 3794 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 770551 1570082816 9166 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 6 0 0 0
[pid=4097/tid=4112] ppid=4095 vsize=1533284 CPUtime=0.27
/proc/4097/task/4112/stat : 4112 (java) S 4095 4097 3794 0 -1 4202560 1149 0 0 0 27 0 0 0 15 0 19 0 770551 1570082816 9166 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 2 0 0 0
[pid=4097/tid=4113] ppid=4095 vsize=1533284 CPUtime=0.22
/proc/4097/task/4113/stat : 4113 (java) S 4095 4097 3794 0 -1 4202560 925 0 0 0 22 0 0 0 18 0 19 0 770551 1570082816 9166 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 7 0 0 0
[pid=4097/tid=4114] ppid=4095 vsize=1533284 CPUtime=0
/proc/4097/task/4114/stat : 4114 (java) S 4095 4097 3794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 770551 1570082816 9166 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 6 0 0 0
[pid=4097/tid=4115] ppid=4095 vsize=1533284 CPUtime=0
/proc/4097/task/4115/stat : 4115 (java) S 4095 4097 3794 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 770551 1570082816 9167 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 3 0 0 0
[pid=4097/tid=4116] ppid=4095 vsize=1533284 CPUtime=0
/proc/4097/task/4116/stat : 4116 (java) S 4095 4097 3794 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 770562 1570082816 9167 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1533284

[startup+3.1012 s]
/proc/loadavg: 1.86 1.94 1.68 4/215 4116
/proc/meminfo: memFree=32360296/32950928 swapFree=67111528/67111528
[pid=4097] ppid=4095 vsize=1541232 CPUtime=3.99
/proc/4097/stat : 4097 (java) S 4095 4097 3794 0 -1 4202496 15525 0 1 0 396 3 0 0 18 0 19 0 770547 1578221568 13111 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4097/statm: 385308 13111 1439 10 0 382611 0
[pid=4097/tid=4098] ppid=4095 vsize=1541232 CPUtime=3.01
/proc/4097/task/4098/stat : 4098 (java) R 4095 4097 3794 0 -1 4202560 7799 0 1 0 300 1 0 0 25 0 19 0 770547 1578221568 13111 4089446400 134512640 134550932 4287676688 18446744073709551615 4109421136 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4097/tid=4100] ppid=4095 vsize=1541232 CPUtime=0
/proc/4097/task/4100/stat : 4100 (java) S 4095 4097 3794 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 770548 1578221568 13111 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 4 0 0 0
[pid=4097/tid=4101] ppid=4095 vsize=1541232 CPUtime=0
/proc/4097/task/4101/stat : 4101 (java) S 4095 4097 3794 0 -1 4202560 282 0 0 0 0 0 0 0 15 0 19 0 770548 1578221568 13111 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 4 0 0 0
[pid=4097/tid=4102] ppid=4095 vsize=1541232 CPUtime=0
/proc/4097/task/4102/stat : 4102 (java) S 4095 4097 3794 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 19 0 770548 1578221568 13111 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 0 0 0 0
[pid=4097/tid=4103] ppid=4095 vsize=1541232 CPUtime=0
/proc/4097/task/4103/stat : 4103 (java) S 4095 4097 3794 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 770548 1578221568 13111 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 3 0 0 0
[pid=4097/tid=4104] ppid=4095 vsize=1541232 CPUtime=0
/proc/4097/task/4104/stat : 4104 (java) S 4095 4097 3794 0 -1 4202560 150 0 0 0 0 0 0 0 16 0 19 0 770548 1578221568 13111 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 4 0 0 0
[pid=4097/tid=4105] ppid=4095 vsize=1541232 CPUtime=0
/proc/4097/task/4105/stat : 4105 (java) S 4095 4097 3794 0 -1 4202560 18 0 0 0 0 0 0 0 16 0 19 0 770548 1578221568 13111 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 3 0 0 0
[pid=4097/tid=4106] ppid=4095 vsize=1541232 CPUtime=0
/proc/4097/task/4106/stat : 4106 (java) S 4095 4097 3794 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 770548 1578221568 13111 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 3 0 0 0
[pid=4097/tid=4107] ppid=4095 vsize=1541232 CPUtime=0
/proc/4097/task/4107/stat : 4107 (java) S 4095 4097 3794 0 -1 4202560 196 0 0 0 0 0 0 0 16 0 19 0 770548 1578221568 13111 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 3 0 0 0
[pid=4097/tid=4108] ppid=4095 vsize=1541232 CPUtime=0.05
/proc/4097/task/4108/stat : 4108 (java) S 4095 4097 3794 0 -1 4202560 580 0 0 0 5 0 0 0 15 0 19 0 770549 1578221568 13111 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 0 0 16800975 18446604471142868160 0 0 -1 6 0 0 0
[pid=4097/tid=4109] ppid=4095 vsize=1541232 CPUtime=0
/proc/4097/task/4109/stat : 4109 (java) S 4095 4097 3794 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 770549 1578221568 13111 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4110] ppid=4095 vsize=1541232 CPUtime=0
/proc/4097/task/4110/stat : 4110 (java) S 4095 4097 3794 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 770549 1578221568 13111 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4111] ppid=4095 vsize=1541232 CPUtime=0
/proc/4097/task/4111/stat : 4111 (java) S 4095 4097 3794 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 770551 1578221568 13111 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 6 0 0 0
[pid=4097/tid=4112] ppid=4095 vsize=1541232 CPUtime=0.45
/proc/4097/task/4112/stat : 4112 (java) S 4095 4097 3794 0 -1 4202560 3005 0 0 0 45 0 0 0 15 0 19 0 770551 1578221568 13111 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 2 0 0 0
[pid=4097/tid=4113] ppid=4095 vsize=1541232 CPUtime=0.43
/proc/4097/task/4113/stat : 4113 (java) S 4095 4097 3794 0 -1 4202560 2294 0 0 0 43 0 0 0 16 0 19 0 770551 1578221568 13111 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 7 0 0 0
[pid=4097/tid=4114] ppid=4095 vsize=1541232 CPUtime=0
/proc/4097/task/4114/stat : 4114 (java) S 4095 4097 3794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 770551 1578221568 13111 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 6 0 0 0
[pid=4097/tid=4115] ppid=4095 vsize=1541232 CPUtime=0
/proc/4097/task/4115/stat : 4115 (java) S 4095 4097 3794 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 770551 1578221568 13111 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 3 0 0 0
[pid=4097/tid=4116] ppid=4095 vsize=1541232 CPUtime=0
/proc/4097/task/4116/stat : 4116 (java) S 4095 4097 3794 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 770562 1578221568 13111 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 1541232

[startup+6.30057 s]
/proc/loadavg: 1.88 1.94 1.68 3/215 4117
/proc/meminfo: memFree=32349780/32950928 swapFree=67111528/67111528
[pid=4097] ppid=4095 vsize=1539992 CPUtime=7.23
/proc/4097/stat : 4097 (java) S 4095 4097 3794 0 -1 4202496 15833 0 1 0 720 3 0 0 18 0 19 0 770547 1576951808 13049 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4097/statm: 384998 13049 1439 10 0 382301 0
[pid=4097/tid=4098] ppid=4095 vsize=1539992 CPUtime=6.12
/proc/4097/task/4098/stat : 4098 (java) R 4095 4097 3794 0 -1 4202560 7807 0 1 0 611 1 0 0 25 0 19 0 770547 1576951808 13049 4089446400 134512640 134550932 4287676688 18446744073709551615 4109655319 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4097/tid=4100] ppid=4095 vsize=1539992 CPUtime=0
/proc/4097/task/4100/stat : 4100 (java) S 4095 4097 3794 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 770548 1576951808 13049 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 2 0 0 0
[pid=4097/tid=4101] ppid=4095 vsize=1539992 CPUtime=0
/proc/4097/task/4101/stat : 4101 (java) S 4095 4097 3794 0 -1 4202560 285 0 0 0 0 0 0 0 15 0 19 0 770548 1576951808 13049 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 4 0 0 0
[pid=4097/tid=4102] ppid=4095 vsize=1539992 CPUtime=0
/proc/4097/task/4102/stat : 4102 (java) S 4095 4097 3794 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 770548 1576951808 13049 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 0 0 0 0
[pid=4097/tid=4103] ppid=4095 vsize=1539992 CPUtime=0
/proc/4097/task/4103/stat : 4103 (java) S 4095 4097 3794 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 770548 1576951808 13049 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 3 0 0 0
[pid=4097/tid=4104] ppid=4095 vsize=1539992 CPUtime=0
/proc/4097/task/4104/stat : 4104 (java) S 4095 4097 3794 0 -1 4202560 151 0 0 0 0 0 0 0 15 0 19 0 770548 1576951808 13049 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 4 0 0 0
[pid=4097/tid=4105] ppid=4095 vsize=1539992 CPUtime=0
/proc/4097/task/4105/stat : 4105 (java) S 4095 4097 3794 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 19 0 770548 1576951808 13049 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 7 0 0 0
[pid=4097/tid=4106] ppid=4095 vsize=1539992 CPUtime=0
/proc/4097/task/4106/stat : 4106 (java) S 4095 4097 3794 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 770548 1576951808 13049 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 5 0 0 0
[pid=4097/tid=4107] ppid=4095 vsize=1539992 CPUtime=0
/proc/4097/task/4107/stat : 4107 (java) S 4095 4097 3794 0 -1 4202560 206 0 0 0 0 0 0 0 15 0 19 0 770548 1576951808 13049 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 3 0 0 0
[pid=4097/tid=4108] ppid=4095 vsize=1539992 CPUtime=0.13
/proc/4097/task/4108/stat : 4108 (java) S 4095 4097 3794 0 -1 4202560 822 0 0 0 13 0 0 0 15 0 19 0 770549 1576951808 13049 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 0 0 16800975 18446604471142868160 0 0 -1 6 0 0 0
[pid=4097/tid=4109] ppid=4095 vsize=1539992 CPUtime=0
/proc/4097/task/4109/stat : 4109 (java) S 4095 4097 3794 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 770549 1576951808 13049 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4110] ppid=4095 vsize=1539992 CPUtime=0
/proc/4097/task/4110/stat : 4110 (java) S 4095 4097 3794 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 770549 1576951808 13049 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4111] ppid=4095 vsize=1539992 CPUtime=0
/proc/4097/task/4111/stat : 4111 (java) S 4095 4097 3794 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 770551 1576951808 13049 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 6 0 0 0
[pid=4097/tid=4112] ppid=4095 vsize=1539992 CPUtime=0.45
/proc/4097/task/4112/stat : 4112 (java) S 4095 4097 3794 0 -1 4202560 3005 0 0 0 45 0 0 0 15 0 19 0 770551 1576951808 13049 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 2 0 0 0
[pid=4097/tid=4113] ppid=4095 vsize=1539992 CPUtime=0.46
/proc/4097/task/4113/stat : 4113 (java) S 4095 4097 3794 0 -1 4202560 2294 0 0 0 46 0 0 0 15 0 19 0 770551 1576951808 13049 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 7 0 0 0
[pid=4097/tid=4114] ppid=4095 vsize=1539992 CPUtime=0
/proc/4097/task/4114/stat : 4114 (java) S 4095 4097 3794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 770551 1576951808 13049 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 6 0 0 0
[pid=4097/tid=4115] ppid=4095 vsize=1539992 CPUtime=0
/proc/4097/task/4115/stat : 4115 (java) S 4095 4097 3794 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 770551 1576951808 13049 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 3 0 0 0
[pid=4097/tid=4116] ppid=4095 vsize=1539992 CPUtime=0
/proc/4097/task/4116/stat : 4116 (java) S 4095 4097 3794 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 770562 1576951808 13049 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 1539992


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

/proc/4097/task/4100/stat : 4100 (java) S 4095 4097 3794 0 -1 4202560 82 0 0 0 5 0 0 0 15 0 19 0 770548 1573806080 12747 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 0 0 0 0
[pid=4097/tid=4101] ppid=4095 vsize=1536920 CPUtime=0.06
/proc/4097/task/4101/stat : 4101 (java) S 4095 4097 3794 0 -1 4202560 291 0 0 0 6 0 0 0 15 0 19 0 770548 1573806080 12747 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 5 0 0 0
[pid=4097/tid=4102] ppid=4095 vsize=1536920 CPUtime=0.06
/proc/4097/task/4102/stat : 4102 (java) S 4095 4097 3794 0 -1 4202560 85 0 0 0 6 0 0 0 15 0 19 0 770548 1573806080 12747 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 7 0 0 0
[pid=4097/tid=4103] ppid=4095 vsize=1536920 CPUtime=0.04
/proc/4097/task/4103/stat : 4103 (java) S 4095 4097 3794 0 -1 4202560 10 0 0 0 4 0 0 0 15 0 19 0 770548 1573806080 12747 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 5 0 0 0
[pid=4097/tid=4104] ppid=4095 vsize=1536920 CPUtime=0.04
/proc/4097/task/4104/stat : 4104 (java) S 4095 4097 3794 0 -1 4202560 155 0 0 0 4 0 0 0 15 0 19 0 770548 1573806080 12747 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 2 0 0 0
[pid=4097/tid=4105] ppid=4095 vsize=1536920 CPUtime=0.06
/proc/4097/task/4105/stat : 4105 (java) S 4095 4097 3794 0 -1 4202560 38 0 0 0 6 0 0 0 15 0 19 0 770548 1573806080 12747 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 4 0 0 0
[pid=4097/tid=4106] ppid=4095 vsize=1536920 CPUtime=0.05
/proc/4097/task/4106/stat : 4106 (java) S 4095 4097 3794 0 -1 4202560 24 0 0 0 5 0 0 0 15 0 19 0 770548 1573806080 12747 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 2 0 0 0
[pid=4097/tid=4107] ppid=4095 vsize=1536920 CPUtime=0.07
/proc/4097/task/4107/stat : 4107 (java) S 4095 4097 3794 0 -1 4202560 214 0 0 0 6 1 0 0 15 0 19 0 770548 1573806080 12747 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4108] ppid=4095 vsize=1536920 CPUtime=1.47
/proc/4097/task/4108/stat : 4108 (java) S 4095 4097 3794 0 -1 4202560 1124 0 0 0 145 2 0 0 16 0 19 0 770549 1573806080 12747 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 0 0 16800975 18446604471142868160 0 0 -1 6 0 0 0
[pid=4097/tid=4109] ppid=4095 vsize=1536920 CPUtime=0
/proc/4097/task/4109/stat : 4109 (java) S 4095 4097 3794 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 770549 1573806080 12747 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4110] ppid=4095 vsize=1536920 CPUtime=0
/proc/4097/task/4110/stat : 4110 (java) S 4095 4097 3794 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 770549 1573806080 12747 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4111] ppid=4095 vsize=1536920 CPUtime=0
/proc/4097/task/4111/stat : 4111 (java) S 4095 4097 3794 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 770551 1573806080 12747 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 6 0 0 0
[pid=4097/tid=4112] ppid=4095 vsize=1536920 CPUtime=0.48
/proc/4097/task/4112/stat : 4112 (java) S 4095 4097 3794 0 -1 4202560 3009 0 0 0 48 0 0 0 15 0 19 0 770551 1573806080 12747 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 2 0 0 0
[pid=4097/tid=4113] ppid=4095 vsize=1536920 CPUtime=0.47
/proc/4097/task/4113/stat : 4113 (java) S 4095 4097 3794 0 -1 4202560 2294 0 0 0 47 0 0 0 15 0 19 0 770551 1573806080 12747 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 7 0 0 0
[pid=4097/tid=4114] ppid=4095 vsize=1536920 CPUtime=0
/proc/4097/task/4114/stat : 4114 (java) S 4095 4097 3794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 770551 1573806080 12747 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 6 0 0 0
[pid=4097/tid=4115] ppid=4095 vsize=1536920 CPUtime=0
/proc/4097/task/4115/stat : 4115 (java) S 4095 4097 3794 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 770551 1573806080 12747 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 5 0 0 0
[pid=4097/tid=4116] ppid=4095 vsize=1536920 CPUtime=0
/proc/4097/task/4116/stat : 4116 (java) S 4095 4097 3794 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 770562 1573806080 12747 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 62
Current children cumulated vsize (KiB) 1536920

[startup+62.3007 s]
/proc/loadavg: 1.95 1.95 1.69 3/215 4118
/proc/meminfo: memFree=32352044/32950928 swapFree=67111528/67111528
[pid=4097] ppid=4095 vsize=1536920 CPUtime=63.6
/proc/4097/stat : 4097 (java) S 4095 4097 3794 0 -1 4202496 16339 0 1 0 6350 10 0 0 18 0 19 0 770547 1573806080 12752 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4097/statm: 384230 12752 1442 10 0 381533 0
[pid=4097/tid=4098] ppid=4095 vsize=1536920 CPUtime=60.59
/proc/4097/task/4098/stat : 4098 (java) R 4095 4097 3794 0 -1 4202560 7938 0 1 0 6058 1 0 0 25 0 19 0 770547 1573806080 12752 4089446400 134512640 134550932 4287676688 18446744073709551615 4109676028 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4097/tid=4100] ppid=4095 vsize=1536920 CPUtime=0.05
/proc/4097/task/4100/stat : 4100 (java) S 4095 4097 3794 0 -1 4202560 82 0 0 0 5 0 0 0 15 0 19 0 770548 1573806080 12752 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 0 0 0 0
[pid=4097/tid=4101] ppid=4095 vsize=1536920 CPUtime=0.06
/proc/4097/task/4101/stat : 4101 (java) S 4095 4097 3794 0 -1 4202560 293 0 0 0 6 0 0 0 15 0 19 0 770548 1573806080 12752 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 5 0 0 0
[pid=4097/tid=4102] ppid=4095 vsize=1536920 CPUtime=0.06
/proc/4097/task/4102/stat : 4102 (java) S 4095 4097 3794 0 -1 4202560 85 0 0 0 6 0 0 0 15 0 19 0 770548 1573806080 12752 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 7 0 0 0
[pid=4097/tid=4103] ppid=4095 vsize=1536920 CPUtime=0.04
/proc/4097/task/4103/stat : 4103 (java) S 4095 4097 3794 0 -1 4202560 10 0 0 0 4 0 0 0 15 0 19 0 770548 1573806080 12752 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4104] ppid=4095 vsize=1536920 CPUtime=0.04
/proc/4097/task/4104/stat : 4104 (java) S 4095 4097 3794 0 -1 4202560 155 0 0 0 4 0 0 0 15 0 19 0 770548 1573806080 12752 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 2 0 0 0
[pid=4097/tid=4105] ppid=4095 vsize=1536920 CPUtime=0.06
/proc/4097/task/4105/stat : 4105 (java) S 4095 4097 3794 0 -1 4202560 38 0 0 0 6 0 0 0 15 0 19 0 770548 1573806080 12752 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 4 0 0 0
[pid=4097/tid=4106] ppid=4095 vsize=1536920 CPUtime=0.05
/proc/4097/task/4106/stat : 4106 (java) S 4095 4097 3794 0 -1 4202560 24 0 0 0 5 0 0 0 15 0 19 0 770548 1573806080 12752 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 2 0 0 0
[pid=4097/tid=4107] ppid=4095 vsize=1536920 CPUtime=0.07
/proc/4097/task/4107/stat : 4107 (java) S 4095 4097 3794 0 -1 4202560 214 0 0 0 6 1 0 0 15 0 19 0 770548 1573806080 12752 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4108] ppid=4095 vsize=1536920 CPUtime=1.51
/proc/4097/task/4108/stat : 4108 (java) S 4095 4097 3794 0 -1 4202560 1127 0 0 0 149 2 0 0 15 0 19 0 770549 1573806080 12752 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 0 0 16800975 18446604471142868160 0 0 -1 6 0 0 0
[pid=4097/tid=4109] ppid=4095 vsize=1536920 CPUtime=0
/proc/4097/task/4109/stat : 4109 (java) S 4095 4097 3794 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 770549 1573806080 12752 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4110] ppid=4095 vsize=1536920 CPUtime=0
/proc/4097/task/4110/stat : 4110 (java) S 4095 4097 3794 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 770549 1573806080 12752 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4111] ppid=4095 vsize=1536920 CPUtime=0
/proc/4097/task/4111/stat : 4111 (java) S 4095 4097 3794 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 770551 1573806080 12752 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 6 0 0 0
[pid=4097/tid=4112] ppid=4095 vsize=1536920 CPUtime=0.48
/proc/4097/task/4112/stat : 4112 (java) S 4095 4097 3794 0 -1 4202560 3009 0 0 0 48 0 0 0 15 0 19 0 770551 1573806080 12752 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 2 0 0 0
[pid=4097/tid=4113] ppid=4095 vsize=1536920 CPUtime=0.47
/proc/4097/task/4113/stat : 4113 (java) S 4095 4097 3794 0 -1 4202560 2294 0 0 0 47 0 0 0 15 0 19 0 770551 1573806080 12752 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 7 0 0 0
[pid=4097/tid=4114] ppid=4095 vsize=1536920 CPUtime=0
/proc/4097/task/4114/stat : 4114 (java) S 4095 4097 3794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 770551 1573806080 12752 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 6 0 0 0
[pid=4097/tid=4115] ppid=4095 vsize=1536920 CPUtime=0
/proc/4097/task/4115/stat : 4115 (java) S 4095 4097 3794 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 770551 1573806080 12752 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 5 0 0 0
[pid=4097/tid=4116] ppid=4095 vsize=1536920 CPUtime=0
/proc/4097/task/4116/stat : 4116 (java) S 4095 4097 3794 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 770562 1573806080 12752 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 63.6
Current children cumulated vsize (KiB) 1536920

[startup+63.1015 s]
/proc/loadavg: 1.95 1.95 1.69 3/215 4118
/proc/meminfo: memFree=32352044/32950928 swapFree=67111528/67111528
[pid=4097] ppid=4095 vsize=1536920 CPUtime=64.41
/proc/4097/stat : 4097 (java) S 4095 4097 3794 0 -1 4202496 16345 0 1 0 6431 10 0 0 18 0 19 0 770547 1573806080 12756 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4097/statm: 384230 12756 1442 10 0 381533 0
[pid=4097/tid=4098] ppid=4095 vsize=1536920 CPUtime=61.36
/proc/4097/task/4098/stat : 4098 (java) R 4095 4097 3794 0 -1 4202560 7941 0 1 0 6135 1 0 0 25 0 19 0 770547 1573806080 12756 4089446400 134512640 134550932 4287676688 18446744073709551615 4109645543 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4097/tid=4100] ppid=4095 vsize=1536920 CPUtime=0.05
/proc/4097/task/4100/stat : 4100 (java) S 4095 4097 3794 0 -1 4202560 84 0 0 0 5 0 0 0 15 0 19 0 770548 1573806080 12756 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 0 0 0 0
[pid=4097/tid=4101] ppid=4095 vsize=1536920 CPUtime=0.06
/proc/4097/task/4101/stat : 4101 (java) S 4095 4097 3794 0 -1 4202560 293 0 0 0 6 0 0 0 15 0 19 0 770548 1573806080 12756 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 5 0 0 0
[pid=4097/tid=4102] ppid=4095 vsize=1536920 CPUtime=0.06
/proc/4097/task/4102/stat : 4102 (java) S 4095 4097 3794 0 -1 4202560 85 0 0 0 6 0 0 0 15 0 19 0 770548 1573806080 12756 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 7 0 0 0
[pid=4097/tid=4103] ppid=4095 vsize=1536920 CPUtime=0.04
/proc/4097/task/4103/stat : 4103 (java) S 4095 4097 3794 0 -1 4202560 10 0 0 0 4 0 0 0 15 0 19 0 770548 1573806080 12756 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4104] ppid=4095 vsize=1536920 CPUtime=0.04
/proc/4097/task/4104/stat : 4104 (java) S 4095 4097 3794 0 -1 4202560 155 0 0 0 4 0 0 0 15 0 19 0 770548 1573806080 12756 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 2 0 0 0
[pid=4097/tid=4105] ppid=4095 vsize=1536920 CPUtime=0.06
/proc/4097/task/4105/stat : 4105 (java) S 4095 4097 3794 0 -1 4202560 38 0 0 0 6 0 0 0 16 0 19 0 770548 1573806080 12756 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 4 0 0 0
[pid=4097/tid=4106] ppid=4095 vsize=1536920 CPUtime=0.05
/proc/4097/task/4106/stat : 4106 (java) S 4095 4097 3794 0 -1 4202560 24 0 0 0 5 0 0 0 15 0 19 0 770548 1573806080 12756 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 2 0 0 0
[pid=4097/tid=4107] ppid=4095 vsize=1536920 CPUtime=0.07
/proc/4097/task/4107/stat : 4107 (java) S 4095 4097 3794 0 -1 4202560 214 0 0 0 6 1 0 0 15 0 19 0 770548 1573806080 12756 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4108] ppid=4095 vsize=1536920 CPUtime=1.53
/proc/4097/task/4108/stat : 4108 (java) S 4095 4097 3794 0 -1 4202560 1128 0 0 0 151 2 0 0 15 0 19 0 770549 1573806080 12756 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 0 0 16800975 18446604471142868160 0 0 -1 6 0 0 0
[pid=4097/tid=4109] ppid=4095 vsize=1536920 CPUtime=0
/proc/4097/task/4109/stat : 4109 (java) S 4095 4097 3794 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 770549 1573806080 12756 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4110] ppid=4095 vsize=1536920 CPUtime=0
/proc/4097/task/4110/stat : 4110 (java) S 4095 4097 3794 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 770549 1573806080 12756 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4111] ppid=4095 vsize=1536920 CPUtime=0
/proc/4097/task/4111/stat : 4111 (java) S 4095 4097 3794 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 770551 1573806080 12756 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 6 0 0 0
[pid=4097/tid=4112] ppid=4095 vsize=1536920 CPUtime=0.48
/proc/4097/task/4112/stat : 4112 (java) S 4095 4097 3794 0 -1 4202560 3009 0 0 0 48 0 0 0 15 0 19 0 770551 1573806080 12756 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 2 0 0 0
[pid=4097/tid=4113] ppid=4095 vsize=1536920 CPUtime=0.47
/proc/4097/task/4113/stat : 4113 (java) S 4095 4097 3794 0 -1 4202560 2294 0 0 0 47 0 0 0 15 0 19 0 770551 1573806080 12756 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 7 0 0 0
[pid=4097/tid=4114] ppid=4095 vsize=1536920 CPUtime=0
/proc/4097/task/4114/stat : 4114 (java) S 4095 4097 3794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 770551 1573806080 12756 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 6 0 0 0
[pid=4097/tid=4115] ppid=4095 vsize=1536920 CPUtime=0
/proc/4097/task/4115/stat : 4115 (java) S 4095 4097 3794 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 770551 1573806080 12756 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 5 0 0 0
[pid=4097/tid=4116] ppid=4095 vsize=1536920 CPUtime=0
/proc/4097/task/4116/stat : 4116 (java) S 4095 4097 3794 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 770562 1573806080 12756 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 64.41
Current children cumulated vsize (KiB) 1536920

[startup+63.3014 s]
/proc/loadavg: 1.95 1.95 1.69 3/215 4118
/proc/meminfo: memFree=32352044/32950928 swapFree=67111528/67111528
[pid=4097] ppid=4095 vsize=1536920 CPUtime=64.64
/proc/4097/stat : 4097 (java) S 4095 4097 3794 0 -1 4202496 16357 0 1 0 6454 10 0 0 18 0 19 0 770547 1573806080 12767 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4097/statm: 384230 12767 1442 10 0 381533 0
[pid=4097/tid=4098] ppid=4095 vsize=1536920 CPUtime=61.55
/proc/4097/task/4098/stat : 4098 (java) R 4095 4097 3794 0 -1 4202560 7942 0 1 0 6154 1 0 0 25 0 19 0 770547 1573806080 12767 4089446400 134512640 134550932 4287676688 18446744073709551615 4109683792 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4097/tid=4100] ppid=4095 vsize=1536920 CPUtime=0.06
/proc/4097/task/4100/stat : 4100 (java) S 4095 4097 3794 0 -1 4202560 86 0 0 0 6 0 0 0 16 0 19 0 770548 1573806080 12767 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 0 0 0 0
[pid=4097/tid=4101] ppid=4095 vsize=1536920 CPUtime=0.06
/proc/4097/task/4101/stat : 4101 (java) S 4095 4097 3794 0 -1 4202560 293 0 0 0 6 0 0 0 15 0 19 0 770548 1573806080 12767 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 5 0 0 0
[pid=4097/tid=4102] ppid=4095 vsize=1536920 CPUtime=0.06
/proc/4097/task/4102/stat : 4102 (java) S 4095 4097 3794 0 -1 4202560 85 0 0 0 6 0 0 0 15 0 19 0 770548 1573806080 12767 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 7 0 0 0
[pid=4097/tid=4103] ppid=4095 vsize=1536920 CPUtime=0.04
/proc/4097/task/4103/stat : 4103 (java) S 4095 4097 3794 0 -1 4202560 10 0 0 0 4 0 0 0 15 0 19 0 770548 1573806080 12767 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4104] ppid=4095 vsize=1536920 CPUtime=0.04
/proc/4097/task/4104/stat : 4104 (java) S 4095 4097 3794 0 -1 4202560 155 0 0 0 4 0 0 0 16 0 19 0 770548 1573806080 12767 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 2 0 0 0
[pid=4097/tid=4105] ppid=4095 vsize=1536920 CPUtime=0.06
/proc/4097/task/4105/stat : 4105 (java) S 4095 4097 3794 0 -1 4202560 38 0 0 0 6 0 0 0 16 0 19 0 770548 1573806080 12767 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 4 0 0 0
[pid=4097/tid=4106] ppid=4095 vsize=1536920 CPUtime=0.05
/proc/4097/task/4106/stat : 4106 (java) S 4095 4097 3794 0 -1 4202560 24 0 0 0 5 0 0 0 15 0 19 0 770548 1573806080 12767 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 2 0 0 0
[pid=4097/tid=4107] ppid=4095 vsize=1536920 CPUtime=0.08
/proc/4097/task/4107/stat : 4107 (java) S 4095 4097 3794 0 -1 4202560 214 0 0 0 7 1 0 0 16 0 19 0 770548 1573806080 12767 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4108] ppid=4095 vsize=1536920 CPUtime=1.54
/proc/4097/task/4108/stat : 4108 (java) S 4095 4097 3794 0 -1 4202560 1137 0 0 0 152 2 0 0 15 0 19 0 770549 1573806080 12767 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 0 0 16800975 18446604471142868160 0 0 -1 6 0 0 0
[pid=4097/tid=4109] ppid=4095 vsize=1536920 CPUtime=0
/proc/4097/task/4109/stat : 4109 (java) S 4095 4097 3794 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 770549 1573806080 12767 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4110] ppid=4095 vsize=1536920 CPUtime=0
/proc/4097/task/4110/stat : 4110 (java) S 4095 4097 3794 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 770549 1573806080 12767 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
[pid=4097/tid=4111] ppid=4095 vsize=1536920 CPUtime=0
/proc/4097/task/4111/stat : 4111 (java) S 4095 4097 3794 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 770551 1573806080 12767 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 6 0 0 0
[pid=4097/tid=4112] ppid=4095 vsize=1536920 CPUtime=0.51
/proc/4097/task/4112/stat : 4112 (java) S 4095 4097 3794 0 -1 4202560 3009 0 0 0 51 0 0 0 15 0 19 0 770551 1573806080 12767 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 2 0 0 0
[pid=4097/tid=4113] ppid=4095 vsize=1536920 CPUtime=0.47
/proc/4097/task/4113/stat : 4113 (java) S 4095 4097 3794 0 -1 4202560 2294 0 0 0 47 0 0 0 15 0 19 0 770551 1573806080 12767 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 7 0 0 0
[pid=4097/tid=4114] ppid=4095 vsize=1536920 CPUtime=0
/proc/4097/task/4114/stat : 4114 (java) S 4095 4097 3794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 770551 1573806080 12767 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 6 0 0 0
[pid=4097/tid=4115] ppid=4095 vsize=1536920 CPUtime=0
/proc/4097/task/4115/stat : 4115 (java) S 4095 4097 3794 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 770551 1573806080 12767 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 5 0 0 0
[pid=4097/tid=4116] ppid=4095 vsize=1536920 CPUtime=0
/proc/4097/task/4116/stat : 4116 (java) S 4095 4097 3794 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 770562 1573806080 12767 4089446400 134512640 134550932 4287676688 18446744073709551615 4294960144 0 4 0 16800975 18446604471142868160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 64.64
Current children cumulated vsize (KiB) 1536920

Child status: 30
Real time (s): 63.3238
CPU time (s): 64.6672
CPU user time (s): 64.5552
CPU system time (s): 0.111982
CPU usage (%): 102.121
Max. virtual memory (cumulated for all children) (KiB): 1541272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.5552
system time used= 0.111982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16372
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= 5654
involuntary context switches= 30740

runsolver used 0.095985 second user time and 0.26296 second system time

The end

Launcher Data

Begin job on node120 at 2010-07-05 12:26:10
IDJOB=2698402
IDBENCH=78801
IDSOLVER=1211
FILE ID=node120/2698402-1278325570
PBS_JOBID= 11207457
Free space on /tmp= 74208 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.1110969170--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-2698402-1278325570/watcher-2698402-1278325570 -o /tmp/evaluation-result-2698402-1278325570/solver-2698402-1278325570 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698402-1278325570.wbo

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

MD5SUM BENCH= 6dd8afea921ee9eef16bd5f535a42450
RANDOM SEED=597869569

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32397788 kB
Buffers:         21992 kB
Cached:         298880 kB
SwapCached:          0 kB
Active:         213232 kB
Inactive:       240040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32397788 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             440 kB
Writeback:           0 kB
AnonPages:      132476 kB
Mapped:          20456 kB
Slab:            35788 kB
PageTables:       4824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1637560 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= 74204 MiB
End job on node120 at 2010-07-05 12:27:14