Trace number 2698317

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.1OPTIMUM 74.0297 72.8956

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.2.1.v20100705
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.02/0.08	c java.vm.version	11.2-b01
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	32
0.02/0.08	c java.version		1.6.0_12
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		i386
0.02/0.08	c Free memory 		1393557488
0.02/0.08	c Max memory 		1395916800
0.02/0.08	c Total memory 		1395916800
0.02/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-2698317-1278325533.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.055s.
0.10/0.16	c #vars     238
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 51
0.30/0.23	c SATISFIABLE
0.30/0.23	c OPTIMIZING...
0.30/0.23	c Got one! Elapsed wall clock time (in seconds):0.133
0.30/0.23	o 526
0.30/0.29	c Got one! Elapsed wall clock time (in seconds):0.193
0.30/0.29	o 511
0.58/0.35	c Got one! Elapsed wall clock time (in seconds):0.248
0.58/0.35	o 504
0.58/0.38	c Got one! Elapsed wall clock time (in seconds):0.279
0.58/0.38	o 446
0.77/0.41	c Got one! Elapsed wall clock time (in seconds):0.306
0.77/0.41	o 439
0.77/0.45	c Got one! Elapsed wall clock time (in seconds):0.352
0.77/0.45	o 344
0.77/0.48	c Got one! Elapsed wall clock time (in seconds):0.385
0.77/0.48	o 309
0.91/0.55	c cleaning 2495 clauses out of 5001 with flag 5001/5001
1.03/0.67	c Got one! Elapsed wall clock time (in seconds):0.565
1.03/0.67	o 294
1.13/0.79	c Got one! Elapsed wall clock time (in seconds):0.689
1.13/0.79	o 275
1.25/0.85	c cleaning 4251 clauses out of 8505 with flag 11000/11000
1.46/1.07	c Got one! Elapsed wall clock time (in seconds):0.974
1.46/1.07	o 274
1.56/1.18	c cleaning 5624 clauses out of 11254 with flag 18000/18000
1.66/1.26	c Got one! Elapsed wall clock time (in seconds):1.165
1.66/1.26	o 262
1.86/1.42	c Got one! Elapsed wall clock time (in seconds):1.323
1.86/1.42	o 259
2.06/1.63	c cleaning 6814 clauses out of 13633 with flag 26003/26003
2.06/1.66	c Got one! Elapsed wall clock time (in seconds):1.559
2.06/1.66	o 248
2.18/1.75	c Got one! Elapsed wall clock time (in seconds):1.646
2.18/1.75	o 245
2.28/1.88	c Got one! Elapsed wall clock time (in seconds):1.777
2.28/1.88	o 237
2.49/2.03	c Got one! Elapsed wall clock time (in seconds):1.925
2.49/2.03	o 198
2.69/2.21	c cleaning 7905 clauses out of 15817 with flag 35001/35001
3.20/2.71	c cleaning 8953 clauses out of 17911 with flag 45000/45000
3.60/3.18	c Got one! Elapsed wall clock time (in seconds):3.08
3.60/3.18	o 189
3.71/3.25	c cleaning 9477 clauses out of 18958 with flag 55000/55000
3.90/3.49	c Got one! Elapsed wall clock time (in seconds):3.385
3.90/3.49	o 118
4.23/3.78	c cleaning 9733 clauses out of 19481 with flag 65000/65000
5.04/4.30	c cleaning 9864 clauses out of 19748 with flag 75000/75000
5.54/4.83	c cleaning 9934 clauses out of 19884 with flag 85000/85000
6.05/5.36	c cleaning 9969 clauses out of 19950 with flag 95000/95000
6.66/5.98	c cleaning 9986 clauses out of 19982 with flag 105001/105001
6.96/6.27	c Got one! Elapsed wall clock time (in seconds):6.172
6.96/6.27	o 115
7.27/6.58	c cleaning 9989 clauses out of 19996 with flag 115001/115001
7.87/7.15	c cleaning 9993 clauses out of 20006 with flag 125000/125000
8.38/7.69	c cleaning 10004 clauses out of 20014 with flag 135001/135001
8.97/8.20	c cleaning 9995 clauses out of 20009 with flag 145000/145000
9.37/8.67	c cleaning 9999 clauses out of 20014 with flag 155000/155000
9.87/9.17	c cleaning 10002 clauses out of 20016 with flag 165001/165001
10.48/9.70	c cleaning 10001 clauses out of 20014 with flag 175001/175001
10.98/10.27	c cleaning 10000 clauses out of 20013 with flag 185001/185001
11.59/10.82	c cleaning 10001 clauses out of 20014 with flag 195002/195002
12.09/11.35	c cleaning 10003 clauses out of 20011 with flag 205000/205000
12.59/11.86	c cleaning 10000 clauses out of 20008 with flag 215000/215000
13.09/12.38	c cleaning 9993 clauses out of 20008 with flag 225000/225000
13.69/12.91	c cleaning 9995 clauses out of 20015 with flag 235000/235000
14.20/13.45	c cleaning 10004 clauses out of 20021 with flag 245001/245001
14.70/13.99	c cleaning 10004 clauses out of 20018 with flag 255002/255002
15.30/14.53	c cleaning 10005 clauses out of 20016 with flag 265004/265004
15.80/15.05	c cleaning 9998 clauses out of 20010 with flag 275003/275003
16.30/15.59	c cleaning 10000 clauses out of 20010 with flag 285001/285001
16.60/15.84	c Got one! Elapsed wall clock time (in seconds):15.744
16.60/15.84	o 91
16.90/16.17	c cleaning 10001 clauses out of 20009 with flag 295000/295000
17.50/16.73	c cleaning 9999 clauses out of 20008 with flag 305000/305000
18.10/17.34	c cleaning 10001 clauses out of 20012 with flag 315003/315003
18.70/17.92	c cleaning 10000 clauses out of 20009 with flag 325001/325001
18.70/17.97	c Got one! Elapsed wall clock time (in seconds):17.875
18.70/17.97	o 90
19.22/18.47	c cleaning 9999 clauses out of 20008 with flag 335000/335000
19.83/19.09	c cleaning 10000 clauses out of 20011 with flag 345002/345002
20.43/19.66	c Got one! Elapsed wall clock time (in seconds):19.56
20.43/19.66	o 81
20.54/19.70	c cleaning 10003 clauses out of 20009 with flag 355000/355000
21.04/20.26	c cleaning 9996 clauses out of 20006 with flag 365000/365000
21.54/20.79	c cleaning 10000 clauses out of 20010 with flag 375000/375000
22.14/21.30	c cleaning 10001 clauses out of 20013 with flag 385003/385003
22.64/21.84	c cleaning 9998 clauses out of 20009 with flag 395000/395000
23.14/22.36	c cleaning 10001 clauses out of 20011 with flag 405000/405000
23.65/22.89	c cleaning 10002 clauses out of 20010 with flag 415000/415000
23.75/22.98	c Got one! Elapsed wall clock time (in seconds):22.875
23.75/22.98	o 73
24.25/23.42	c cleaning 9998 clauses out of 20008 with flag 425000/425000
24.85/24.00	c cleaning 10000 clauses out of 20011 with flag 435001/435001
25.46/24.62	c cleaning 10001 clauses out of 20010 with flag 445000/445000
25.96/25.18	c cleaning 9999 clauses out of 20009 with flag 455000/455000
26.46/25.65	c cleaning 9996 clauses out of 20010 with flag 465000/465000
26.96/26.15	c cleaning 10002 clauses out of 20014 with flag 475000/475000
27.47/26.63	c cleaning 10002 clauses out of 20013 with flag 485001/485001
27.97/27.14	c cleaning 10002 clauses out of 20011 with flag 495001/495001
28.49/27.63	c cleaning 9998 clauses out of 20009 with flag 505001/505001
28.99/28.15	c cleaning 9999 clauses out of 20010 with flag 515000/515000
29.50/28.61	c cleaning 10002 clauses out of 20011 with flag 525000/525000
29.80/28.90	c Got one! Elapsed wall clock time (in seconds):28.8
29.80/28.90	o 60
29.90/29.10	c cleaning 10003 clauses out of 20011 with flag 535002/535002
30.50/29.62	c cleaning 9998 clauses out of 20006 with flag 545000/545000
31.00/30.19	c cleaning 9998 clauses out of 20009 with flag 555001/555001
31.61/30.77	c cleaning 10004 clauses out of 20010 with flag 565000/565000
32.21/31.33	c cleaning 9997 clauses out of 20006 with flag 575000/575000
32.71/31.82	c cleaning 10001 clauses out of 20012 with flag 585003/585003
33.21/32.36	c cleaning 9998 clauses out of 20008 with flag 595000/595000
33.41/32.53	c Got one! Elapsed wall clock time (in seconds):32.428
33.41/32.53	o 44
33.71/32.87	c cleaning 10001 clauses out of 20010 with flag 605000/605000
34.31/33.44	c cleaning 10001 clauses out of 20009 with flag 615000/615000
34.81/33.99	c cleaning 10001 clauses out of 20008 with flag 625000/625000
35.31/34.49	c cleaning 9999 clauses out of 20008 with flag 635001/635001
35.82/34.98	c cleaning 9999 clauses out of 20008 with flag 645000/645000
36.43/35.56	c cleaning 10000 clauses out of 20009 with flag 655000/655000
36.93/36.06	c cleaning 10002 clauses out of 20009 with flag 665000/665000
37.03/36.10	c Got one! Elapsed wall clock time (in seconds):36.004
37.03/36.10	o 37
37.43/36.56	c cleaning 9998 clauses out of 20008 with flag 675001/675001
38.03/37.13	c cleaning 9999 clauses out of 20010 with flag 685001/685001
38.54/37.69	c cleaning 10002 clauses out of 20010 with flag 695000/695000
39.04/38.20	c cleaning 9999 clauses out of 20008 with flag 705000/705000
39.54/38.68	c cleaning 10000 clauses out of 20009 with flag 715000/715000
40.04/39.15	c cleaning 10001 clauses out of 20009 with flag 725000/725000
40.55/39.65	c cleaning 9999 clauses out of 20010 with flag 735002/735002
40.75/39.83	c Got one! Elapsed wall clock time (in seconds):39.729
40.75/39.83	o 29
41.05/40.14	c cleaning 10000 clauses out of 20010 with flag 745001/745001
41.56/40.62	c cleaning 10001 clauses out of 20012 with flag 755003/755003
41.96/41.06	c cleaning 9999 clauses out of 20008 with flag 765000/765000
42.36/41.49	c cleaning 9999 clauses out of 20009 with flag 775000/775000
42.87/41.92	c cleaning 10001 clauses out of 20011 with flag 785001/785001
43.27/42.36	c cleaning 9999 clauses out of 20009 with flag 795000/795000
43.37/42.44	c Got one! Elapsed wall clock time (in seconds):42.341
43.37/42.44	o 25
43.81/42.82	c cleaning 9999 clauses out of 20010 with flag 805000/805000
44.30/43.36	c cleaning 9998 clauses out of 20011 with flag 815000/815000
44.81/43.87	c cleaning 10002 clauses out of 20014 with flag 825001/825001
45.32/44.37	c cleaning 10001 clauses out of 20012 with flag 835001/835001
45.82/44.88	c cleaning 10003 clauses out of 20011 with flag 845001/845001
46.32/45.37	c cleaning 9996 clauses out of 20007 with flag 855000/855000
46.52/45.50	c Got one! Elapsed wall clock time (in seconds):45.398
46.52/45.50	o 24
46.82/45.85	c cleaning 10000 clauses out of 20012 with flag 865001/865001
47.32/46.36	c cleaning 10003 clauses out of 20013 with flag 875002/875002
47.83/46.88	c cleaning 10000 clauses out of 20010 with flag 885002/885002
48.34/47.38	c cleaning 9998 clauses out of 20008 with flag 895000/895000
48.83/47.83	c cleaning 10000 clauses out of 20011 with flag 905001/905001
49.24/48.27	c cleaning 9997 clauses out of 20012 with flag 915002/915002
49.64/48.70	c cleaning 10002 clauses out of 20015 with flag 925002/925002
50.14/49.13	c cleaning 9999 clauses out of 20012 with flag 935001/935001
50.55/49.50	c Got one! Elapsed wall clock time (in seconds):49.404
50.55/49.50	o 19
50.65/49.61	c cleaning 10003 clauses out of 20012 with flag 945000/945000
51.15/50.10	c cleaning 10000 clauses out of 20010 with flag 955001/955001
51.66/50.63	c cleaning 9995 clauses out of 20010 with flag 965001/965001
52.16/51.12	c cleaning 10002 clauses out of 20014 with flag 975000/975000
52.56/51.60	c cleaning 10003 clauses out of 20012 with flag 985000/985000
53.05/52.09	c cleaning 10001 clauses out of 20009 with flag 995000/995000
53.56/52.59	c cleaning 10001 clauses out of 20008 with flag 1005000/1005000
54.07/53.05	c cleaning 10000 clauses out of 20008 with flag 1015001/1015001
54.57/53.57	c cleaning 9997 clauses out of 20008 with flag 1025001/1025001
55.07/54.02	c cleaning 10002 clauses out of 20010 with flag 1035000/1035000
55.48/54.45	c cleaning 9999 clauses out of 20009 with flag 1045001/1045001
55.88/54.89	c cleaning 9999 clauses out of 20009 with flag 1055000/1055000
56.38/55.34	c cleaning 10002 clauses out of 20012 with flag 1065002/1065002
56.79/55.76	c cleaning 10001 clauses out of 20010 with flag 1075002/1075002
57.19/56.18	c cleaning 10001 clauses out of 20008 with flag 1085001/1085001
57.69/56.63	c cleaning 9998 clauses out of 20006 with flag 1095000/1095000
58.09/57.08	c cleaning 9999 clauses out of 20011 with flag 1105003/1105003
58.59/57.57	c cleaning 9999 clauses out of 20009 with flag 1115000/1115000
59.10/58.01	c cleaning 10003 clauses out of 20011 with flag 1125001/1125001
59.50/58.48	c cleaning 10002 clauses out of 20007 with flag 1135000/1135000
60.00/58.91	c cleaning 9994 clauses out of 20005 with flag 1145000/1145000
60.41/59.35	c cleaning 10002 clauses out of 20011 with flag 1155000/1155000
60.81/59.76	c cleaning 9999 clauses out of 20009 with flag 1165000/1165000
61.21/60.18	c cleaning 10004 clauses out of 20011 with flag 1175001/1175001
61.61/60.59	c cleaning 9998 clauses out of 20007 with flag 1185001/1185001
62.11/61.01	c cleaning 10000 clauses out of 20008 with flag 1195000/1195000
62.51/61.45	c cleaning 10003 clauses out of 20009 with flag 1205001/1205001
62.92/61.89	c cleaning 9997 clauses out of 20005 with flag 1215000/1215000
63.02/61.98	c Got one! Elapsed wall clock time (in seconds):61.876
63.02/61.98	o 16
63.42/62.34	c cleaning 9999 clauses out of 20008 with flag 1225000/1225000
63.92/62.83	c cleaning 10000 clauses out of 20009 with flag 1235000/1235000
64.42/63.30	c cleaning 9999 clauses out of 20011 with flag 1245002/1245002
64.82/63.73	c cleaning 10000 clauses out of 20011 with flag 1255001/1255001
65.22/64.17	c cleaning 10005 clauses out of 20013 with flag 1265003/1265003
65.52/64.43	c Got one! Elapsed wall clock time (in seconds):64.327
65.52/64.43	o 6
65.72/64.65	c cleaning 9995 clauses out of 20005 with flag 1275000/1275000
66.22/65.10	c cleaning 10000 clauses out of 20012 with flag 1285002/1285002
66.62/65.57	c cleaning 10001 clauses out of 20010 with flag 1295000/1295000
67.14/66.04	c cleaning 10003 clauses out of 20012 with flag 1305003/1305003
67.54/66.48	c cleaning 10002 clauses out of 20009 with flag 1315003/1315003
68.04/66.93	c cleaning 9995 clauses out of 20004 with flag 1325000/1325000
68.44/67.39	c cleaning 10001 clauses out of 20009 with flag 1335000/1335000
68.94/67.87	c cleaning 10000 clauses out of 20008 with flag 1345000/1345000
69.44/68.36	c cleaning 10002 clauses out of 20011 with flag 1355003/1355003
69.84/68.78	c cleaning 10002 clauses out of 20009 with flag 1365003/1365003
70.25/69.20	c cleaning 9996 clauses out of 20004 with flag 1375000/1375000
70.85/69.70	c cleaning 9998 clauses out of 20009 with flag 1385001/1385001
71.25/70.16	c cleaning 10000 clauses out of 20010 with flag 1395000/1395000
71.75/70.61	c cleaning 9998 clauses out of 20010 with flag 1405000/1405000
72.15/71.07	c cleaning 10002 clauses out of 20012 with flag 1415000/1415000
72.67/71.52	c cleaning 9999 clauses out of 20011 with flag 1425001/1425001
73.07/71.99	c cleaning 10003 clauses out of 20011 with flag 1435000/1435000
73.57/72.43	c cleaning 10001 clauses out of 20008 with flag 1445000/1445000
73.98/72.83	c starts		: 222
73.98/72.83	c conflicts		: 1453958
73.98/72.83	c decisions		: 2255214
73.98/72.83	c propagations		: 35321261
73.98/72.83	c inspects		: 354727378
73.98/72.83	c learnt literals	: 7
73.98/72.83	c learnt binary clauses	: 75
73.98/72.83	c learnt ternary clauses	: 946
73.98/72.83	c learnt clauses	: 1453950
73.98/72.83	c ignored clauses	: 0
73.98/72.83	c root simplifications	: 0
73.98/72.83	c removed literals (reason simplification)	: 11098412
73.98/72.83	c reason swapping (by a shorter reason)	: 0
73.98/72.83	c Calls to reduceDB	: 146
73.98/72.83	c number of reductions to clauses (during analyze)	: 0
73.98/72.83	c number of learned constraints concerned by reduction	: 0
73.98/72.83	c number of learning phase by resolution	: 0
73.98/72.83	c number of learning phase by cutting planes	: 0
73.98/72.83	c speed (assignments/second)	: 4201410.848102772
73.98/72.83	c non guided choices	1272
73.98/72.83	c learnt constraints type 
73.98/72.83	c constraints type 
73.98/72.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
73.98/72.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
73.98/72.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
73.98/72.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 51
73.98/72.83	s OPTIMUM FOUND
73.98/72.84	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 
73.98/72.84	c objective function=6
73.98/72.84	c Total wall clock time (in seconds): 72.735

Verifier Data

OK	6

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698317-1278325533/watcher-2698317-1278325533 -o /tmp/evaluation-result-2698317-1278325533/solver-2698317-1278325533 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698317-1278325533.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.84 1.95 1.67 1/173 4019
/proc/meminfo: memFree=32404968/32951124 swapFree=67111528/67111528
[pid=4019] ppid=4017 vsize=444 CPUtime=0
/proc/4019/stat : 4019 (java) R 4017 4019 3848 0 -1 4194304 302 0 0 0 0 0 0 0 18 0 1 0 766234 454656 49 4089446400 134512640 134550932 4294710592 18446744073709551615 10560084 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4019/statm: 111 51 40 10 0 25 0

[startup+0.0435951 s]
/proc/loadavg: 1.84 1.95 1.67 1/173 4019
/proc/meminfo: memFree=32404968/32951124 swapFree=67111528/67111528
[pid=4019] ppid=4017 vsize=1526332 CPUtime=0.02
/proc/4019/stat : 4019 (java) S 4017 4019 3848 0 -1 4202496 3810 0 1 0 2 0 0 0 18 0 13 0 766234 1562963968 3252 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0
/proc/4019/statm: 381583 3253 1040 10 0 378893 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1526332

[startup+0.100565 s]
/proc/loadavg: 1.84 1.95 1.67 1/173 4019
/proc/meminfo: memFree=32404968/32951124 swapFree=67111528/67111528
[pid=4019] ppid=4017 vsize=1529552 CPUtime=0.1
/proc/4019/stat : 4019 (java) S 4017 4019 3848 0 -1 4202496 5165 0 1 0 9 1 0 0 18 0 18 0 766234 1566261248 4602 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4019/statm: 382388 4603 1345 10 0 379691 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1529552

[startup+0.300528 s]
/proc/loadavg: 1.84 1.95 1.67 1/173 4019
/proc/meminfo: memFree=32404968/32951124 swapFree=67111528/67111528
[pid=4019] ppid=4017 vsize=1533912 CPUtime=0.58
/proc/4019/stat : 4019 (java) S 4017 4019 3848 0 -1 4202496 7220 0 1 0 57 1 0 0 18 0 19 0 766234 1570725888 6304 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4019/statm: 383478 6304 1418 10 0 380781 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 1533912

[startup+0.700463 s]
/proc/loadavg: 1.84 1.95 1.67 1/173 4019
/proc/meminfo: memFree=32404968/32951124 swapFree=67111528/67111528
[pid=4019] ppid=4017 vsize=1533912 CPUtime=1.13
/proc/4019/stat : 4019 (java) S 4017 4019 3848 0 -1 4202496 9453 0 1 0 111 2 0 0 18 0 19 0 766234 1570725888 8456 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4019/statm: 383478 8456 1439 10 0 380781 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1533912

[startup+1.50131 s]
/proc/loadavg: 1.84 1.95 1.67 2/192 4038
/proc/meminfo: memFree=32375376/32951124 swapFree=67111528/67111528
[pid=4019] ppid=4017 vsize=1533912 CPUtime=1.96
/proc/4019/stat : 4019 (java) S 4017 4019 3848 0 -1 4202496 10026 0 1 0 194 2 0 0 18 0 19 0 766234 1570725888 9027 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4019/statm: 383478 9027 1439 10 0 380781 0
[pid=4019/tid=4021] ppid=4017 vsize=1533912 CPUtime=1.44
/proc/4019/task/4021/stat : 4021 (java) R 4017 4019 3848 0 -1 4202560 5895 0 1 0 143 1 0 0 20 0 19 0 766235 1570725888 9027 4089446400 134512640 134550932 4294710592 18446744073709551615 4108973700 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4019/tid=4022] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4022/stat : 4022 (java) S 4017 4019 3848 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 19 0 766236 1570725888 9027 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 5 0 0 0
[pid=4019/tid=4023] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4023/stat : 4023 (java) S 4017 4019 3848 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766236 1570725888 9027 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4024] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4024/stat : 4024 (java) S 4017 4019 3848 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 766236 1570725888 9027 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4025] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4025/stat : 4025 (java) S 4017 4019 3848 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 19 0 766236 1570725888 9027 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4026] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4026/stat : 4026 (java) S 4017 4019 3848 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 19 0 766236 1570725888 9027 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 4 0 0 0
[pid=4019/tid=4027] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4027/stat : 4027 (java) S 4017 4019 3848 0 -1 4202560 136 0 0 0 0 0 0 0 16 0 19 0 766236 1570725888 9027 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 5 0 0 0
[pid=4019/tid=4028] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4028/stat : 4028 (java) S 4017 4019 3848 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 766236 1570725888 9027 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 5 0 0 0
[pid=4019/tid=4029] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4029/stat : 4029 (java) S 4017 4019 3848 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 766236 1570725888 9027 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 4 0 0 0
[pid=4019/tid=4030] ppid=4017 vsize=1533912 CPUtime=0.02
/proc/4019/task/4030/stat : 4030 (java) S 4017 4019 3848 0 -1 4202560 411 0 0 0 2 0 0 0 15 0 19 0 766237 1570725888 9027 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 0 0 16800975 18446604471127908480 0 0 -1 7 0 0 0
[pid=4019/tid=4031] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4031/stat : 4031 (java) S 4017 4019 3848 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 766237 1570725888 9027 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4032] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4032/stat : 4032 (java) S 4017 4019 3848 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 766237 1570725888 9027 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 4 0 0 0
[pid=4019/tid=4033] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4033/stat : 4033 (java) S 4017 4019 3848 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 19 0 766239 1570725888 9027 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4034] ppid=4017 vsize=1533912 CPUtime=0.27
/proc/4019/task/4034/stat : 4034 (java) S 4017 4019 3848 0 -1 4202560 1098 0 0 0 27 0 0 0 15 0 19 0 766239 1570725888 9027 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4035] ppid=4017 vsize=1533912 CPUtime=0.2
/proc/4019/task/4035/stat : 4035 (java) S 4017 4019 3848 0 -1 4202560 1029 0 0 0 20 0 0 0 15 0 19 0 766239 1570725888 9027 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 6 0 0 0
[pid=4019/tid=4036] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4036/stat : 4036 (java) S 4017 4019 3848 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 766239 1570725888 9027 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 4 0 0 0
[pid=4019/tid=4037] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4037/stat : 4037 (java) S 4017 4019 3848 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766239 1570725888 9027 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 5 0 0 0
[pid=4019/tid=4038] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4038/stat : 4038 (java) S 4017 4019 3848 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 766251 1570725888 9027 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 1533912

[startup+3.10103 s]
/proc/loadavg: 1.77 1.94 1.67 2/192 4038
/proc/meminfo: memFree=32373020/32951124 swapFree=67111528/67111528
[pid=4019] ppid=4017 vsize=1533912 CPUtime=3.6
/proc/4019/stat : 4019 (java) S 4017 4019 3848 0 -1 4202496 12025 0 1 0 357 3 0 0 18 0 19 0 766234 1570725888 11014 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4019/statm: 383478 11014 1439 10 0 380781 0
[pid=4019/tid=4021] ppid=4017 vsize=1533912 CPUtime=3
/proc/4019/task/4021/stat : 4021 (java) R 4017 4019 3848 0 -1 4202560 7357 0 1 0 299 1 0 0 25 0 19 0 766235 1570725888 11014 4089446400 134512640 134550932 4294710592 18446744073709551615 4108945011 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4019/tid=4022] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4022/stat : 4022 (java) S 4017 4019 3848 0 -1 4202560 209 0 0 0 0 0 0 0 15 0 19 0 766236 1570725888 11014 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 3 0 0 0
[pid=4019/tid=4023] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4023/stat : 4023 (java) S 4017 4019 3848 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 766236 1570725888 11014 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 3 0 0 0
[pid=4019/tid=4024] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4024/stat : 4024 (java) S 4017 4019 3848 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 766236 1570725888 11014 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4025] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4025/stat : 4025 (java) S 4017 4019 3848 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 766236 1570725888 11014 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4026] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4026/stat : 4026 (java) S 4017 4019 3848 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 766236 1570725888 11014 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 4 0 0 0
[pid=4019/tid=4027] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4027/stat : 4027 (java) S 4017 4019 3848 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 19 0 766236 1570725888 11014 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 5 0 0 0
[pid=4019/tid=4028] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4028/stat : 4028 (java) S 4017 4019 3848 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 766236 1570725888 11014 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 5 0 0 0
[pid=4019/tid=4029] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4029/stat : 4029 (java) S 4017 4019 3848 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 766236 1570725888 11014 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 4 0 0 0
[pid=4019/tid=4030] ppid=4017 vsize=1533912 CPUtime=0.05
/proc/4019/task/4030/stat : 4030 (java) S 4017 4019 3848 0 -1 4202560 605 0 0 0 5 0 0 0 15 0 19 0 766237 1570725888 11014 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 0 0 16800975 18446604471127908480 0 0 -1 7 0 0 0
[pid=4019/tid=4031] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4031/stat : 4031 (java) S 4017 4019 3848 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 766237 1570725888 11014 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4032] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4032/stat : 4032 (java) S 4017 4019 3848 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 766237 1570725888 11014 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 4 0 0 0
[pid=4019/tid=4033] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4033/stat : 4033 (java) S 4017 4019 3848 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 19 0 766239 1570725888 11014 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4034] ppid=4017 vsize=1533912 CPUtime=0.29
/proc/4019/task/4034/stat : 4034 (java) S 4017 4019 3848 0 -1 4202560 1112 0 0 0 29 0 0 0 15 0 19 0 766239 1570725888 11014 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4035] ppid=4017 vsize=1533912 CPUtime=0.2
/proc/4019/task/4035/stat : 4035 (java) S 4017 4019 3848 0 -1 4202560 1029 0 0 0 20 0 0 0 15 0 19 0 766239 1570725888 11014 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 6 0 0 0
[pid=4019/tid=4036] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4036/stat : 4036 (java) S 4017 4019 3848 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 766239 1570725888 11014 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 4 0 0 0
[pid=4019/tid=4037] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4037/stat : 4037 (java) S 4017 4019 3848 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766239 1570725888 11014 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 5 0 0 0
[pid=4019/tid=4038] ppid=4017 vsize=1533912 CPUtime=0
/proc/4019/task/4038/stat : 4038 (java) S 4017 4019 3848 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 766251 1570725888 11014 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 1533912

[startup+6.30148 s]
/proc/loadavg: 1.77 1.94 1.67 2/192 4038
/proc/meminfo: memFree=32356164/32951124 swapFree=67111528/67111528
[pid=4019] ppid=4017 vsize=1539432 CPUtime=7.06
/proc/4019/stat : 4019 (java) S 4017 4019 3848 0 -1 4202496 15548 0 1 0 703 3 0 0 18 0 19 0 766234 1576378368 13939 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4019/statm: 384858 13939 1439 10 0 382161 0
[pid=4019/tid=4021] ppid=4017 vsize=1539432 CPUtime=6.12
/proc/4019/task/4021/stat : 4021 (java) R 4017 4019 3848 0 -1 4202560 8786 0 1 0 611 1 0 0 25 0 19 0 766235 1576378368 13939 4089446400 134512640 134550932 4294710592 18446744073709551615 4108955706 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4019/tid=4022] ppid=4017 vsize=1539432 CPUtime=0.01
/proc/4019/task/4022/stat : 4022 (java) S 4017 4019 3848 0 -1 4202560 209 0 0 0 1 0 0 0 15 0 19 0 766236 1576378368 13939 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 3 0 0 0
[pid=4019/tid=4023] ppid=4017 vsize=1539432 CPUtime=0
/proc/4019/task/4023/stat : 4023 (java) S 4017 4019 3848 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 766236 1576378368 13939 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4024] ppid=4017 vsize=1539432 CPUtime=0
/proc/4019/task/4024/stat : 4024 (java) S 4017 4019 3848 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 766236 1576378368 13939 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 4 0 0 0
[pid=4019/tid=4025] ppid=4017 vsize=1539432 CPUtime=0
/proc/4019/task/4025/stat : 4025 (java) S 4017 4019 3848 0 -1 4202560 133 0 0 0 0 0 0 0 15 0 19 0 766236 1576378368 13939 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4026] ppid=4017 vsize=1539432 CPUtime=0
/proc/4019/task/4026/stat : 4026 (java) S 4017 4019 3848 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 766236 1576378368 13939 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4027] ppid=4017 vsize=1539432 CPUtime=0
/proc/4019/task/4027/stat : 4027 (java) S 4017 4019 3848 0 -1 4202560 212 0 0 0 0 0 0 0 16 0 19 0 766236 1576378368 13939 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 5 0 0 0
[pid=4019/tid=4028] ppid=4017 vsize=1539432 CPUtime=0
/proc/4019/task/4028/stat : 4028 (java) S 4017 4019 3848 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 766236 1576378368 13939 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4029] ppid=4017 vsize=1539432 CPUtime=0
/proc/4019/task/4029/stat : 4029 (java) S 4017 4019 3848 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 766236 1576378368 13939 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 4 0 0 0
[pid=4019/tid=4030] ppid=4017 vsize=1539432 CPUtime=0.11
/proc/4019/task/4030/stat : 4030 (java) S 4017 4019 3848 0 -1 4202560 724 0 0 0 11 0 0 0 15 0 19 0 766237 1576378368 13939 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 0 0 16800975 18446604471127908480 0 0 -1 7 0 0 0
[pid=4019/tid=4031] ppid=4017 vsize=1539432 CPUtime=0
/proc/4019/task/4031/stat : 4031 (java) S 4017 4019 3848 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 766237 1576378368 13939 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4032] ppid=4017 vsize=1539432 CPUtime=0
/proc/4019/task/4032/stat : 4032 (java) S 4017 4019 3848 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 766237 1576378368 13939 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 4 0 0 0
[pid=4019/tid=4033] ppid=4017 vsize=1539432 CPUtime=0
/proc/4019/task/4033/stat : 4033 (java) S 4017 4019 3848 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 19 0 766239 1576378368 13939 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4034] ppid=4017 vsize=1539432 CPUtime=0.34
/proc/4019/task/4034/stat : 4034 (java) S 4017 4019 3848 0 -1 4202560 1165 0 0 0 34 0 0 0 15 0 19 0 766239 1576378368 13939 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4035] ppid=4017 vsize=1539432 CPUtime=0.42
/proc/4019/task/4035/stat : 4035 (java) S 4017 4019 3848 0 -1 4202560 2947 0 0 0 42 0 0 0 15 0 19 0 766239 1576378368 13939 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 6 0 0 0
[pid=4019/tid=4036] ppid=4017 vsize=1539432 CPUtime=0
/proc/4019/task/4036/stat : 4036 (java) S 4017 4019 3848 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 766239 1576378368 13939 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 4 0 0 0
[pid=4019/tid=4037] ppid=4017 vsize=1539432 CPUtime=0
/proc/4019/task/4037/stat : 4037 (java) S 4017 4019 3848 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766239 1576378368 13939 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 5 0 0 0
[pid=4019/tid=4038] ppid=4017 vsize=1539432 CPUtime=0
/proc/4019/task/4038/stat : 4038 (java) S 4017 4019 3848 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 766251 1576378368 13939 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 1539432

[startup+12.7013 s]
/proc/loadavg: 1.73 1.92 1.67 3/215 4080
/proc/meminfo: memFree=32321288/32951124 swapFree=67111528/67111528
[pid=4019] ppid=4017 vsize=1539432 CPUtime=13.49
/proc/4019/stat : 4019 (java) S 4017 4019 3848 0 -1 4202496 15650 0 1 0 1346 3 0 0 18 0 19 0 766234 1576378368 14029 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4019/statm: 384858 14029 1439 10 0 382161 0
[pid=4019/tid=4021] ppid=4017 vsize=1539432 CPUtime=12.37
/proc/4019/task/4021/stat : 4021 (java) R 4017 4019 3848 0 -1 4202560 8798 0 1 0 1236 1 0 0 21 0 19 0 766235 1576378368 14029 4089446400 134512640 134550932 4294710592 18446744073709551615 4108973575 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4019/tid=4022] ppid=4017 vsize=1539432 CPUtime=0.01
/proc/4019/task/4022/stat : 4022 (java) S 4017 4019 3848 0 -1 4202560 211 0 0 0 1 0 0 0 15 0 19 0 766236 1576378368 14029 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0

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

/proc/4019/task/4022/stat : 4022 (java) S 4017 4019 3848 0 -1 4202560 218 0 0 0 6 0 0 0 15 0 19 0 766236 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 0 0 0 0
[pid=4019/tid=4023] ppid=4017 vsize=1535176 CPUtime=0.07
/proc/4019/task/4023/stat : 4023 (java) S 4017 4019 3848 0 -1 4202560 62 0 0 0 6 1 0 0 15 0 19 0 766236 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 3 0 0 0
[pid=4019/tid=4024] ppid=4017 vsize=1535176 CPUtime=0.05
/proc/4019/task/4024/stat : 4024 (java) S 4017 4019 3848 0 -1 4202560 56 0 0 0 5 0 0 0 15 0 19 0 766236 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 0 0 0 0
[pid=4019/tid=4025] ppid=4017 vsize=1535176 CPUtime=0.05
/proc/4019/task/4025/stat : 4025 (java) S 4017 4019 3848 0 -1 4202560 141 0 0 0 4 1 0 0 15 0 19 0 766236 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4026] ppid=4017 vsize=1535176 CPUtime=0.06
/proc/4019/task/4026/stat : 4026 (java) S 4017 4019 3848 0 -1 4202560 36 0 0 0 6 0 0 0 15 0 19 0 766236 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 5 0 0 0
[pid=4019/tid=4027] ppid=4017 vsize=1535176 CPUtime=0.06
/proc/4019/task/4027/stat : 4027 (java) S 4017 4019 3848 0 -1 4202560 218 0 0 0 5 1 0 0 15 0 19 0 766236 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 6 0 0 0
[pid=4019/tid=4028] ppid=4017 vsize=1535176 CPUtime=0.05
/proc/4019/task/4028/stat : 4028 (java) S 4017 4019 3848 0 -1 4202560 81 0 0 0 4 1 0 0 15 0 19 0 766236 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 5 0 0 0
[pid=4019/tid=4029] ppid=4017 vsize=1535176 CPUtime=0.05
/proc/4019/task/4029/stat : 4029 (java) S 4017 4019 3848 0 -1 4202560 106 0 0 0 5 0 0 0 15 0 19 0 766236 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4030] ppid=4017 vsize=1535176 CPUtime=1.61
/proc/4019/task/4030/stat : 4030 (java) S 4017 4019 3848 0 -1 4202560 1258 0 0 0 158 3 0 0 15 0 19 0 766237 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 0 0 16800975 18446604471127908480 0 0 -1 7 0 0 0
[pid=4019/tid=4031] ppid=4017 vsize=1535176 CPUtime=0
/proc/4019/task/4031/stat : 4031 (java) S 4017 4019 3848 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 766237 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4032] ppid=4017 vsize=1535176 CPUtime=0
/proc/4019/task/4032/stat : 4032 (java) S 4017 4019 3848 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 766237 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 4 0 0 0
[pid=4019/tid=4033] ppid=4017 vsize=1535176 CPUtime=0
/proc/4019/task/4033/stat : 4033 (java) S 4017 4019 3848 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 19 0 766239 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4034] ppid=4017 vsize=1535176 CPUtime=0.35
/proc/4019/task/4034/stat : 4034 (java) S 4017 4019 3848 0 -1 4202560 1166 0 0 0 35 0 0 0 16 0 19 0 766239 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4035] ppid=4017 vsize=1535176 CPUtime=0.49
/proc/4019/task/4035/stat : 4035 (java) S 4017 4019 3848 0 -1 4202560 3023 0 0 0 49 0 0 0 15 0 19 0 766239 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 6 0 0 0
[pid=4019/tid=4036] ppid=4017 vsize=1535176 CPUtime=0
/proc/4019/task/4036/stat : 4036 (java) S 4017 4019 3848 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 766239 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 4 0 0 0
[pid=4019/tid=4037] ppid=4017 vsize=1535176 CPUtime=0
/proc/4019/task/4037/stat : 4037 (java) S 4017 4019 3848 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 766239 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 5 0 0 0
[pid=4019/tid=4038] ppid=4017 vsize=1535176 CPUtime=0
/proc/4019/task/4038/stat : 4038 (java) S 4017 4019 3848 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 766251 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 73.07
Current children cumulated vsize (KiB) 1535176

[startup+72.3007 s]
/proc/loadavg: 1.90 1.93 1.69 3/215 4128
/proc/meminfo: memFree=32323564/32951124 swapFree=67111528/67111528
[pid=4019] ppid=4017 vsize=1535176 CPUtime=73.47
/proc/4019/stat : 4019 (java) S 4017 4019 3848 0 -1 4202496 16509 0 1 0 7332 15 0 0 18 0 19 0 766234 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4019/statm: 383794 13363 1440 10 0 381097 0
[pid=4019/tid=4021] ppid=4017 vsize=1535176 CPUtime=70.41
/proc/4019/task/4021/stat : 4021 (java) R 4017 4019 3848 0 -1 4202560 9075 0 1 0 7040 1 0 0 25 0 19 0 766235 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4108941117 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4019/tid=4022] ppid=4017 vsize=1535176 CPUtime=0.06
/proc/4019/task/4022/stat : 4022 (java) S 4017 4019 3848 0 -1 4202560 218 0 0 0 6 0 0 0 15 0 19 0 766236 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 0 0 0 0
[pid=4019/tid=4023] ppid=4017 vsize=1535176 CPUtime=0.07
/proc/4019/task/4023/stat : 4023 (java) S 4017 4019 3848 0 -1 4202560 62 0 0 0 6 1 0 0 15 0 19 0 766236 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 3 0 0 0
[pid=4019/tid=4024] ppid=4017 vsize=1535176 CPUtime=0.05
/proc/4019/task/4024/stat : 4024 (java) S 4017 4019 3848 0 -1 4202560 56 0 0 0 5 0 0 0 15 0 19 0 766236 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 0 0 0 0
[pid=4019/tid=4025] ppid=4017 vsize=1535176 CPUtime=0.05
/proc/4019/task/4025/stat : 4025 (java) S 4017 4019 3848 0 -1 4202560 141 0 0 0 4 1 0 0 15 0 19 0 766236 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4026] ppid=4017 vsize=1535176 CPUtime=0.06
/proc/4019/task/4026/stat : 4026 (java) S 4017 4019 3848 0 -1 4202560 36 0 0 0 6 0 0 0 15 0 19 0 766236 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 5 0 0 0
[pid=4019/tid=4027] ppid=4017 vsize=1535176 CPUtime=0.06
/proc/4019/task/4027/stat : 4027 (java) S 4017 4019 3848 0 -1 4202560 218 0 0 0 5 1 0 0 15 0 19 0 766236 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 6 0 0 0
[pid=4019/tid=4028] ppid=4017 vsize=1535176 CPUtime=0.05
/proc/4019/task/4028/stat : 4028 (java) S 4017 4019 3848 0 -1 4202560 81 0 0 0 4 1 0 0 15 0 19 0 766236 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 5 0 0 0
[pid=4019/tid=4029] ppid=4017 vsize=1535176 CPUtime=0.05
/proc/4019/task/4029/stat : 4029 (java) S 4017 4019 3848 0 -1 4202560 106 0 0 0 5 0 0 0 15 0 19 0 766236 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4030] ppid=4017 vsize=1535176 CPUtime=1.62
/proc/4019/task/4030/stat : 4030 (java) S 4017 4019 3848 0 -1 4202560 1258 0 0 0 159 3 0 0 15 0 19 0 766237 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 0 0 16800975 18446604471127908480 0 0 -1 7 0 0 0
[pid=4019/tid=4031] ppid=4017 vsize=1535176 CPUtime=0
/proc/4019/task/4031/stat : 4031 (java) S 4017 4019 3848 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 766237 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4032] ppid=4017 vsize=1535176 CPUtime=0
/proc/4019/task/4032/stat : 4032 (java) S 4017 4019 3848 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 766237 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 4 0 0 0
[pid=4019/tid=4033] ppid=4017 vsize=1535176 CPUtime=0
/proc/4019/task/4033/stat : 4033 (java) S 4017 4019 3848 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 19 0 766239 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4034] ppid=4017 vsize=1535176 CPUtime=0.35
/proc/4019/task/4034/stat : 4034 (java) S 4017 4019 3848 0 -1 4202560 1166 0 0 0 35 0 0 0 16 0 19 0 766239 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4035] ppid=4017 vsize=1535176 CPUtime=0.49
/proc/4019/task/4035/stat : 4035 (java) S 4017 4019 3848 0 -1 4202560 3023 0 0 0 49 0 0 0 15 0 19 0 766239 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 6 0 0 0
[pid=4019/tid=4036] ppid=4017 vsize=1535176 CPUtime=0
/proc/4019/task/4036/stat : 4036 (java) S 4017 4019 3848 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 766239 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 4 0 0 0
[pid=4019/tid=4037] ppid=4017 vsize=1535176 CPUtime=0
/proc/4019/task/4037/stat : 4037 (java) S 4017 4019 3848 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 766239 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 5 0 0 0
[pid=4019/tid=4038] ppid=4017 vsize=1535176 CPUtime=0
/proc/4019/task/4038/stat : 4038 (java) S 4017 4019 3848 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 766251 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 73.47
Current children cumulated vsize (KiB) 1535176

[startup+72.7006 s]
/proc/loadavg: 1.90 1.93 1.69 3/215 4128
/proc/meminfo: memFree=32322696/32951124 swapFree=67111528/67111528
[pid=4019] ppid=4017 vsize=1535176 CPUtime=73.87
/proc/4019/stat : 4019 (java) S 4017 4019 3848 0 -1 4202496 16510 0 1 0 7372 15 0 0 18 0 19 0 766234 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4019/statm: 383794 13363 1440 10 0 381097 0
[pid=4019/tid=4021] ppid=4017 vsize=1535176 CPUtime=70.8
/proc/4019/task/4021/stat : 4021 (java) R 4017 4019 3848 0 -1 4202560 9076 0 1 0 7079 1 0 0 25 0 19 0 766235 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4108972428 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4019/tid=4022] ppid=4017 vsize=1535176 CPUtime=0.06
/proc/4019/task/4022/stat : 4022 (java) S 4017 4019 3848 0 -1 4202560 218 0 0 0 6 0 0 0 15 0 19 0 766236 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 0 0 0 0
[pid=4019/tid=4023] ppid=4017 vsize=1535176 CPUtime=0.07
/proc/4019/task/4023/stat : 4023 (java) S 4017 4019 3848 0 -1 4202560 62 0 0 0 6 1 0 0 15 0 19 0 766236 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 3 0 0 0
[pid=4019/tid=4024] ppid=4017 vsize=1535176 CPUtime=0.06
/proc/4019/task/4024/stat : 4024 (java) S 4017 4019 3848 0 -1 4202560 56 0 0 0 6 0 0 0 15 0 19 0 766236 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 0 0 0 0
[pid=4019/tid=4025] ppid=4017 vsize=1535176 CPUtime=0.05
/proc/4019/task/4025/stat : 4025 (java) S 4017 4019 3848 0 -1 4202560 141 0 0 0 4 1 0 0 15 0 19 0 766236 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4026] ppid=4017 vsize=1535176 CPUtime=0.06
/proc/4019/task/4026/stat : 4026 (java) S 4017 4019 3848 0 -1 4202560 36 0 0 0 6 0 0 0 15 0 19 0 766236 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 5 0 0 0
[pid=4019/tid=4027] ppid=4017 vsize=1535176 CPUtime=0.06
/proc/4019/task/4027/stat : 4027 (java) S 4017 4019 3848 0 -1 4202560 218 0 0 0 5 1 0 0 15 0 19 0 766236 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 6 0 0 0
[pid=4019/tid=4028] ppid=4017 vsize=1535176 CPUtime=0.05
/proc/4019/task/4028/stat : 4028 (java) S 4017 4019 3848 0 -1 4202560 81 0 0 0 4 1 0 0 15 0 19 0 766236 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 5 0 0 0
[pid=4019/tid=4029] ppid=4017 vsize=1535176 CPUtime=0.06
/proc/4019/task/4029/stat : 4029 (java) S 4017 4019 3848 0 -1 4202560 106 0 0 0 6 0 0 0 15 0 19 0 766236 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4030] ppid=4017 vsize=1535176 CPUtime=1.63
/proc/4019/task/4030/stat : 4030 (java) S 4017 4019 3848 0 -1 4202560 1258 0 0 0 160 3 0 0 15 0 19 0 766237 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 0 0 16800975 18446604471127908480 0 0 -1 7 0 0 0
[pid=4019/tid=4031] ppid=4017 vsize=1535176 CPUtime=0
/proc/4019/task/4031/stat : 4031 (java) S 4017 4019 3848 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 766237 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4032] ppid=4017 vsize=1535176 CPUtime=0
/proc/4019/task/4032/stat : 4032 (java) S 4017 4019 3848 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 766237 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 4 0 0 0
[pid=4019/tid=4033] ppid=4017 vsize=1535176 CPUtime=0
/proc/4019/task/4033/stat : 4033 (java) S 4017 4019 3848 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 19 0 766239 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4034] ppid=4017 vsize=1535176 CPUtime=0.35
/proc/4019/task/4034/stat : 4034 (java) S 4017 4019 3848 0 -1 4202560 1166 0 0 0 35 0 0 0 16 0 19 0 766239 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4035] ppid=4017 vsize=1535176 CPUtime=0.49
/proc/4019/task/4035/stat : 4035 (java) S 4017 4019 3848 0 -1 4202560 3023 0 0 0 49 0 0 0 15 0 19 0 766239 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 6 0 0 0
[pid=4019/tid=4036] ppid=4017 vsize=1535176 CPUtime=0
/proc/4019/task/4036/stat : 4036 (java) S 4017 4019 3848 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 766239 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 4 0 0 0
[pid=4019/tid=4037] ppid=4017 vsize=1535176 CPUtime=0
/proc/4019/task/4037/stat : 4037 (java) S 4017 4019 3848 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 766239 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 5 0 0 0
[pid=4019/tid=4038] ppid=4017 vsize=1535176 CPUtime=0
/proc/4019/task/4038/stat : 4038 (java) S 4017 4019 3848 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 766251 1572020224 13363 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 73.87
Current children cumulated vsize (KiB) 1535176

[startup+72.8006 s]
/proc/loadavg: 1.90 1.93 1.69 3/215 4128
/proc/meminfo: memFree=32322696/32951124 swapFree=67111528/67111528
[pid=4019] ppid=4017 vsize=1535176 CPUtime=73.98
/proc/4019/stat : 4019 (java) S 4017 4019 3848 0 -1 4202496 16511 0 1 0 7383 15 0 0 18 0 19 0 766234 1572020224 13364 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4019/statm: 383794 13364 1440 10 0 381097 0
[pid=4019/tid=4021] ppid=4017 vsize=1535176 CPUtime=70.9
/proc/4019/task/4021/stat : 4021 (java) R 4017 4019 3848 0 -1 4202560 9077 0 1 0 7089 1 0 0 25 0 19 0 766235 1572020224 13364 4089446400 134512640 134550932 4294710592 18446744073709551615 4108945829 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4019/tid=4022] ppid=4017 vsize=1535176 CPUtime=0.06
/proc/4019/task/4022/stat : 4022 (java) S 4017 4019 3848 0 -1 4202560 218 0 0 0 6 0 0 0 15 0 19 0 766236 1572020224 13364 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 0 0 0 0
[pid=4019/tid=4023] ppid=4017 vsize=1535176 CPUtime=0.07
/proc/4019/task/4023/stat : 4023 (java) S 4017 4019 3848 0 -1 4202560 62 0 0 0 6 1 0 0 15 0 19 0 766236 1572020224 13364 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 3 0 0 0
[pid=4019/tid=4024] ppid=4017 vsize=1535176 CPUtime=0.06
/proc/4019/task/4024/stat : 4024 (java) S 4017 4019 3848 0 -1 4202560 56 0 0 0 6 0 0 0 15 0 19 0 766236 1572020224 13364 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 0 0 0 0
[pid=4019/tid=4025] ppid=4017 vsize=1535176 CPUtime=0.05
/proc/4019/task/4025/stat : 4025 (java) S 4017 4019 3848 0 -1 4202560 141 0 0 0 4 1 0 0 15 0 19 0 766236 1572020224 13364 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4026] ppid=4017 vsize=1535176 CPUtime=0.06
/proc/4019/task/4026/stat : 4026 (java) S 4017 4019 3848 0 -1 4202560 36 0 0 0 6 0 0 0 15 0 19 0 766236 1572020224 13364 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 5 0 0 0
[pid=4019/tid=4027] ppid=4017 vsize=1535176 CPUtime=0.06
/proc/4019/task/4027/stat : 4027 (java) S 4017 4019 3848 0 -1 4202560 218 0 0 0 5 1 0 0 15 0 19 0 766236 1572020224 13364 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 6 0 0 0
[pid=4019/tid=4028] ppid=4017 vsize=1535176 CPUtime=0.05
/proc/4019/task/4028/stat : 4028 (java) S 4017 4019 3848 0 -1 4202560 81 0 0 0 4 1 0 0 15 0 19 0 766236 1572020224 13364 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 5 0 0 0
[pid=4019/tid=4029] ppid=4017 vsize=1535176 CPUtime=0.06
/proc/4019/task/4029/stat : 4029 (java) S 4017 4019 3848 0 -1 4202560 106 0 0 0 6 0 0 0 15 0 19 0 766236 1572020224 13364 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4030] ppid=4017 vsize=1535176 CPUtime=1.63
/proc/4019/task/4030/stat : 4030 (java) S 4017 4019 3848 0 -1 4202560 1258 0 0 0 160 3 0 0 15 0 19 0 766237 1572020224 13364 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 0 0 16800975 18446604471127908480 0 0 -1 7 0 0 0
[pid=4019/tid=4031] ppid=4017 vsize=1535176 CPUtime=0
/proc/4019/task/4031/stat : 4031 (java) S 4017 4019 3848 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 766237 1572020224 13364 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4032] ppid=4017 vsize=1535176 CPUtime=0
/proc/4019/task/4032/stat : 4032 (java) S 4017 4019 3848 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 766237 1572020224 13364 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 4 0 0 0
[pid=4019/tid=4033] ppid=4017 vsize=1535176 CPUtime=0
/proc/4019/task/4033/stat : 4033 (java) S 4017 4019 3848 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 19 0 766239 1572020224 13364 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4034] ppid=4017 vsize=1535176 CPUtime=0.35
/proc/4019/task/4034/stat : 4034 (java) S 4017 4019 3848 0 -1 4202560 1166 0 0 0 35 0 0 0 16 0 19 0 766239 1572020224 13364 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
[pid=4019/tid=4035] ppid=4017 vsize=1535176 CPUtime=0.5
/proc/4019/task/4035/stat : 4035 (java) S 4017 4019 3848 0 -1 4202560 3023 0 0 0 50 0 0 0 15 0 19 0 766239 1572020224 13364 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 6 0 0 0
[pid=4019/tid=4036] ppid=4017 vsize=1535176 CPUtime=0
/proc/4019/task/4036/stat : 4036 (java) S 4017 4019 3848 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 766239 1572020224 13364 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 4 0 0 0
[pid=4019/tid=4037] ppid=4017 vsize=1535176 CPUtime=0
/proc/4019/task/4037/stat : 4037 (java) S 4017 4019 3848 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 766239 1572020224 13364 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 5 0 0 0
[pid=4019/tid=4038] ppid=4017 vsize=1535176 CPUtime=0
/proc/4019/task/4038/stat : 4038 (java) S 4017 4019 3848 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 766251 1572020224 13364 4089446400 134512640 134550932 4294710592 18446744073709551615 4294960144 0 4 0 16800975 18446604471127908480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 73.98
Current children cumulated vsize (KiB) 1535176

Child status: 30
Real time (s): 72.8956
CPU time (s): 74.0297
CPU user time (s): 73.8748
CPU system time (s): 0.154976
CPU usage (%): 101.556
Max. virtual memory (cumulated for all children) (KiB): 1540068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.8748
system time used= 0.154976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16526
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= 5826
involuntary context switches= 29564

runsolver used 0.134979 second user time and 0.285956 second system time

The end

Launcher Data

Begin job on node146 at 2010-07-05 12:25:33
IDJOB=2698317
IDBENCH=78752
IDSOLVER=1211
FILE ID=node146/2698317-1278325533
PBS_JOBID= 11207413
Free space on /tmp= 74132 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.1110972763--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-2698317-1278325533/watcher-2698317-1278325533 -o /tmp/evaluation-result-2698317-1278325533/solver-2698317-1278325533 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698317-1278325533.wbo

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

MD5SUM BENCH= 9949b87f9004912630b1e1d8508ff079
RANDOM SEED=1655023335

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32405372 kB
Buffers:         21932 kB
Cached:         361228 kB
SwapCached:          0 kB
Active:         142812 kB
Inactive:       303260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32405372 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             752 kB
Writeback:           0 kB
AnonPages:       62996 kB
Mapped:          14416 kB
Slab:            35908 kB
PageTables:       4900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183020 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= 74132 MiB
End job on node146 at 2010-07-05 12:26:46