Trace number 2698685

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 105.962 104.553

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110968898--soft-0-100-0.wbo
MD5SUM8fe691f25a36792a009355c5f1181e28
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.25496
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 constraints101
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 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1261
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.1.v20100705
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.08	c java.vm.version	11.2-b01
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	32
0.00/0.08	c java.version		1.6.0_12
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		i386
0.00/0.08	c Free memory 		1393557488
0.00/0.08	c Max memory 		1395916800
0.00/0.08	c Total memory 		1395916800
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2698685-1278327448.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.056s.
0.11/0.15	c #vars     270
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 => 30
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
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.142
0.31/0.24	o 646
0.60/0.30	c Got one! Elapsed wall clock time (in seconds):0.208
0.60/0.30	o 634
0.60/0.32	c Got one! Elapsed wall clock time (in seconds):0.223
0.60/0.32	o 362
0.99/0.62	c cleaning 2498 clauses out of 5000 with flag 5000/5000
1.11/0.76	c Got one! Elapsed wall clock time (in seconds):0.667
1.11/0.76	o 354
1.31/0.99	c Got one! Elapsed wall clock time (in seconds):0.898
1.31/0.99	o 339
1.44/1.04	c cleaning 4249 clauses out of 8504 with flag 11002/11002
1.44/1.06	c Got one! Elapsed wall clock time (in seconds):0.967
1.44/1.06	o 319
1.83/1.45	c cleaning 5623 clauses out of 11253 with flag 18000/18000
2.14/1.75	c Got one! Elapsed wall clock time (in seconds):1.653
2.14/1.75	o 315
2.25/1.82	c Got one! Elapsed wall clock time (in seconds):1.727
2.25/1.82	o 302
2.35/1.91	c Got one! Elapsed wall clock time (in seconds):1.817
2.35/1.91	o 297
2.35/1.96	c cleaning 6812 clauses out of 13631 with flag 26001/26001
2.97/2.57	c cleaning 7908 clauses out of 15820 with flag 35002/35002
3.07/2.67	c Got one! Elapsed wall clock time (in seconds):2.57
3.07/2.67	o 288
3.47/3.02	c Got one! Elapsed wall clock time (in seconds):2.922
3.47/3.02	o 285
3.57/3.18	c Got one! Elapsed wall clock time (in seconds):3.089
3.57/3.18	o 282
3.68/3.24	c cleaning 8951 clauses out of 17912 with flag 45002/45002
4.39/3.98	c cleaning 9474 clauses out of 18959 with flag 55000/55000
5.10/4.67	c cleaning 9737 clauses out of 19485 with flag 65000/65000
5.20/4.73	c Got one! Elapsed wall clock time (in seconds):4.632
5.20/4.73	o 262
5.40/4.93	c Got one! Elapsed wall clock time (in seconds):4.834
5.40/4.93	o 236
5.80/5.35	c cleaning 9871 clauses out of 19749 with flag 75001/75001
5.91/5.45	c Got one! Elapsed wall clock time (in seconds):5.359
5.91/5.45	o 235
6.41/5.94	c cleaning 9935 clauses out of 19879 with flag 85002/85002
6.71/6.29	c Got one! Elapsed wall clock time (in seconds):6.199
6.71/6.29	o 232
6.92/6.50	c Got one! Elapsed wall clock time (in seconds):6.403
6.92/6.50	o 230
7.02/6.54	c cleaning 9966 clauses out of 19942 with flag 95000/95000
7.65/7.13	c cleaning 9984 clauses out of 19976 with flag 105000/105000
8.35/7.82	c cleaning 9993 clauses out of 19996 with flag 115004/115004
8.95/8.49	c cleaning 9990 clauses out of 19999 with flag 125000/125000
9.15/8.64	c Got one! Elapsed wall clock time (in seconds):8.548
9.15/8.64	o 226
9.66/9.10	c cleaning 10002 clauses out of 20009 with flag 135000/135000
10.06/9.53	c Got one! Elapsed wall clock time (in seconds):9.431
10.06/9.53	o 204
10.26/9.75	c cleaning 9999 clauses out of 20007 with flag 145000/145000
10.97/10.41	c cleaning 9996 clauses out of 20008 with flag 155000/155000
11.67/11.16	c cleaning 9999 clauses out of 20012 with flag 165000/165000
11.67/11.19	c Got one! Elapsed wall clock time (in seconds):11.09
11.67/11.19	o 191
12.27/11.77	c cleaning 9998 clauses out of 20014 with flag 175001/175001
12.97/12.41	c cleaning 10005 clauses out of 20015 with flag 185000/185000
13.57/13.08	c cleaning 10001 clauses out of 20017 with flag 195007/195007
14.28/13.71	c cleaning 10000 clauses out of 20009 with flag 205000/205000
14.89/14.39	c cleaning 10001 clauses out of 20010 with flag 215001/215001
15.58/15.08	c cleaning 9995 clauses out of 20009 with flag 225001/225001
15.68/15.11	c Got one! Elapsed wall clock time (in seconds):15.013
15.68/15.11	o 163
16.18/15.68	c cleaning 10001 clauses out of 20014 with flag 235001/235001
16.38/15.84	c Got one! Elapsed wall clock time (in seconds):15.749
16.38/15.84	o 162
16.88/16.32	c cleaning 10001 clauses out of 20012 with flag 245000/245000
17.48/16.90	c cleaning 10001 clauses out of 20011 with flag 255000/255000
17.98/17.50	c cleaning 9999 clauses out of 20010 with flag 265000/265000
18.09/17.57	c Got one! Elapsed wall clock time (in seconds):17.47
18.09/17.57	o 161
18.58/18.09	c cleaning 10003 clauses out of 20011 with flag 275000/275000
19.19/18.68	c cleaning 9998 clauses out of 20009 with flag 285001/285001
19.78/19.25	c cleaning 10000 clauses out of 20010 with flag 295000/295000
20.09/19.55	c Got one! Elapsed wall clock time (in seconds):19.45
20.09/19.55	o 154
20.39/19.88	c cleaning 9994 clauses out of 20011 with flag 305001/305001
20.89/20.34	c Got one! Elapsed wall clock time (in seconds):20.24
20.89/20.34	o 151
21.03/20.47	c cleaning 10007 clauses out of 20019 with flag 315003/315003
21.63/21.07	c cleaning 10000 clauses out of 20011 with flag 325002/325002
22.33/21.76	c cleaning 9999 clauses out of 20010 with flag 335001/335001
23.03/22.41	c cleaning 10003 clauses out of 20013 with flag 345003/345003
23.63/23.04	c cleaning 9999 clauses out of 20009 with flag 355002/355002
24.23/23.66	c cleaning 9994 clauses out of 20008 with flag 365000/365000
24.33/23.72	c Got one! Elapsed wall clock time (in seconds):23.623
24.33/23.72	o 146
24.84/24.26	c cleaning 10004 clauses out of 20016 with flag 375002/375002
25.43/24.84	c cleaning 10002 clauses out of 20014 with flag 385004/385004
26.04/25.40	c cleaning 9997 clauses out of 20009 with flag 395001/395001
26.14/25.57	c Got one! Elapsed wall clock time (in seconds):25.473
26.14/25.57	o 110
26.54/25.98	c cleaning 10003 clauses out of 20012 with flag 405001/405001
27.14/26.54	c cleaning 10000 clauses out of 20008 with flag 415000/415000
27.64/27.07	c cleaning 9997 clauses out of 20008 with flag 425000/425000
28.24/27.62	c cleaning 9998 clauses out of 20015 with flag 435004/435004
28.87/28.22	c cleaning 10006 clauses out of 20015 with flag 445002/445002
29.77/28.91	c cleaning 9996 clauses out of 20007 with flag 455000/455000
30.39/29.59	c cleaning 9999 clauses out of 20011 with flag 465000/465000
31.09/30.20	c cleaning 10004 clauses out of 20014 with flag 475002/475002
31.71/30.87	c cleaning 9997 clauses out of 20009 with flag 485001/485001
32.41/31.55	c cleaning 10000 clauses out of 20011 with flag 495000/495000
33.11/32.22	c cleaning 9994 clauses out of 20011 with flag 505000/505000
33.42/32.55	c Got one! Elapsed wall clock time (in seconds):32.449
33.42/32.55	o 109
33.98/32.89	c cleaning 10004 clauses out of 20018 with flag 515001/515001
34.62/33.48	c cleaning 10001 clauses out of 20013 with flag 525000/525000
35.22/34.09	c cleaning 9999 clauses out of 20012 with flag 535000/535000
35.82/34.68	c cleaning 10002 clauses out of 20013 with flag 545000/545000
36.02/34.86	c Got one! Elapsed wall clock time (in seconds):34.767
36.02/34.86	o 76
36.52/35.31	c cleaning 10004 clauses out of 20013 with flag 555002/555002
37.02/35.87	c cleaning 10000 clauses out of 20010 with flag 565003/565003
37.62/36.42	c cleaning 10001 clauses out of 20007 with flag 575000/575000
38.12/36.97	c cleaning 10000 clauses out of 20007 with flag 585001/585001
38.72/37.50	c cleaning 9994 clauses out of 20006 with flag 595000/595000
38.72/37.54	c Got one! Elapsed wall clock time (in seconds):37.445
38.72/37.54	o 71
39.22/38.05	c cleaning 9998 clauses out of 20012 with flag 605000/605000
39.82/38.60	c cleaning 10002 clauses out of 20014 with flag 615000/615000
40.33/39.18	c cleaning 10002 clauses out of 20012 with flag 625000/625000
40.93/39.74	c cleaning 10002 clauses out of 20010 with flag 635000/635000
41.43/40.28	c cleaning 10000 clauses out of 20010 with flag 645002/645002
42.03/40.81	c cleaning 9998 clauses out of 20011 with flag 655003/655003
42.53/41.31	c cleaning 10001 clauses out of 20011 with flag 665001/665001
42.63/41.44	c Got one! Elapsed wall clock time (in seconds):41.347
42.63/41.44	o 64
43.03/41.85	c cleaning 9998 clauses out of 20009 with flag 675000/675000
43.53/42.32	c cleaning 10001 clauses out of 20012 with flag 685001/685001
44.03/42.82	c cleaning 9997 clauses out of 20011 with flag 695001/695001
44.03/42.89	c Got one! Elapsed wall clock time (in seconds):42.792
44.03/42.89	o 56
44.53/43.33	c cleaning 10002 clauses out of 20014 with flag 705001/705001
45.14/43.91	c cleaning 10003 clauses out of 20011 with flag 715000/715000
45.63/44.40	c cleaning 9996 clauses out of 20008 with flag 725000/725000
46.03/44.88	c cleaning 10004 clauses out of 20013 with flag 735001/735001
46.53/45.35	c cleaning 10000 clauses out of 20009 with flag 745001/745001
47.04/45.82	c cleaning 10002 clauses out of 20009 with flag 755001/755001
47.44/46.24	c Got one! Elapsed wall clock time (in seconds):46.143
47.44/46.24	o 49
47.44/46.28	c cleaning 10001 clauses out of 20006 with flag 765000/765000
47.94/46.79	c cleaning 10000 clauses out of 20007 with flag 775002/775002
48.44/47.30	c cleaning 9995 clauses out of 20005 with flag 785000/785000
49.04/47.85	c cleaning 9996 clauses out of 20010 with flag 795000/795000
49.54/48.36	c cleaning 10005 clauses out of 20015 with flag 805001/805001
50.04/48.83	c cleaning 10003 clauses out of 20011 with flag 815002/815002
50.34/49.13	c Got one! Elapsed wall clock time (in seconds):49.033
50.34/49.13	o 40
50.55/49.35	c cleaning 9997 clauses out of 20006 with flag 825000/825000
51.05/49.86	c cleaning 10003 clauses out of 20009 with flag 835000/835000
51.66/50.42	c cleaning 9999 clauses out of 20007 with flag 845001/845001
52.16/50.91	c cleaning 10000 clauses out of 20007 with flag 855000/855000
52.56/51.40	c cleaning 10001 clauses out of 20007 with flag 865000/865000
53.16/51.91	c cleaning 9999 clauses out of 20007 with flag 875001/875001
53.65/52.41	c cleaning 9999 clauses out of 20008 with flag 885001/885001
54.15/52.91	c cleaning 9998 clauses out of 20008 with flag 895000/895000
54.65/53.44	c cleaning 10002 clauses out of 20011 with flag 905001/905001
54.85/53.67	c Got one! Elapsed wall clock time (in seconds):53.571
54.85/53.67	o 39
55.16/53.92	c cleaning 10003 clauses out of 20010 with flag 915002/915002
55.65/54.43	c cleaning 9999 clauses out of 20006 with flag 925001/925001
56.16/54.98	c cleaning 9999 clauses out of 20009 with flag 935003/935003
56.66/55.48	c cleaning 9999 clauses out of 20008 with flag 945001/945001
57.16/56.00	c cleaning 10001 clauses out of 20011 with flag 955003/955003
57.76/56.54	c cleaning 10002 clauses out of 20009 with flag 965002/965002
58.26/57.01	c cleaning 9993 clauses out of 20005 with flag 975000/975000
58.76/57.50	c cleaning 10000 clauses out of 20012 with flag 985000/985000
59.26/58.00	c cleaning 10003 clauses out of 20014 with flag 995002/995002
59.66/58.49	c cleaning 10003 clauses out of 20009 with flag 1005000/1005000
60.16/58.96	c cleaning 10002 clauses out of 20007 with flag 1015001/1015001
60.67/59.41	c cleaning 9997 clauses out of 20004 with flag 1025000/1025000
61.06/59.86	c cleaning 10001 clauses out of 20009 with flag 1035002/1035002
61.16/59.93	c Got one! Elapsed wall clock time (in seconds):59.83
61.16/59.93	o 35
61.67/60.41	c cleaning 10000 clauses out of 20007 with flag 1045001/1045001
62.17/60.94	c cleaning 10000 clauses out of 20006 with flag 1055000/1055000
62.67/61.48	c cleaning 9995 clauses out of 20006 with flag 1065000/1065000
63.17/61.94	c cleaning 9998 clauses out of 20011 with flag 1075000/1075000
63.17/61.96	c Got one! Elapsed wall clock time (in seconds):61.867
63.17/61.96	o 28
63.67/62.43	c cleaning 10002 clauses out of 20014 with flag 1085001/1085001
64.18/62.92	c cleaning 10000 clauses out of 20012 with flag 1095001/1095001
64.68/63.43	c cleaning 9996 clauses out of 20012 with flag 1105001/1105001
65.09/63.83	c Got one! Elapsed wall clock time (in seconds):63.732
65.09/63.83	o 20
65.44/64.10	c cleaning 10004 clauses out of 20015 with flag 1115000/1115000
65.84/64.58	c cleaning 10002 clauses out of 20012 with flag 1125001/1125001
66.34/65.08	c cleaning 9999 clauses out of 20009 with flag 1135000/1135000
66.84/65.55	c cleaning 10002 clauses out of 20011 with flag 1145001/1145001
67.34/66.02	c cleaning 10000 clauses out of 20008 with flag 1155000/1155000
67.84/66.52	c cleaning 9995 clauses out of 20008 with flag 1165000/1165000
68.24/66.99	c cleaning 10004 clauses out of 20015 with flag 1175002/1175002
68.74/67.44	c cleaning 10001 clauses out of 20011 with flag 1185002/1185002
69.14/67.87	c cleaning 10000 clauses out of 20008 with flag 1195000/1195000
69.55/68.29	c cleaning 9999 clauses out of 20008 with flag 1205000/1205000
69.64/68.33	c Got one! Elapsed wall clock time (in seconds):68.233
69.64/68.33	o 12
70.04/68.78	c cleaning 9996 clauses out of 20009 with flag 1215000/1215000
70.54/69.25	c cleaning 10003 clauses out of 20013 with flag 1225000/1225000
71.04/69.70	c cleaning 10001 clauses out of 20011 with flag 1235001/1235001
71.44/70.15	c cleaning 10001 clauses out of 20009 with flag 1245000/1245000
71.94/70.67	c cleaning 9998 clauses out of 20008 with flag 1255000/1255000
72.44/71.12	c cleaning 10002 clauses out of 20011 with flag 1265001/1265001
72.85/71.58	c cleaning 9996 clauses out of 20008 with flag 1275000/1275000
73.34/72.01	c cleaning 10003 clauses out of 20012 with flag 1285000/1285000
73.54/72.24	c Got one! Elapsed wall clock time (in seconds):72.143
73.54/72.24	o 10
73.74/72.47	c cleaning 10002 clauses out of 20010 with flag 1295001/1295001
74.26/72.95	c cleaning 10001 clauses out of 20010 with flag 1305003/1305003
74.76/73.41	c cleaning 9999 clauses out of 20007 with flag 1315001/1315001
75.16/73.88	c cleaning 9999 clauses out of 20007 with flag 1325000/1325000
75.66/74.34	c cleaning 10001 clauses out of 20009 with flag 1335001/1335001
76.06/74.80	c cleaning 10000 clauses out of 20007 with flag 1345000/1345000
76.56/75.26	c cleaning 10000 clauses out of 20007 with flag 1355000/1355000
76.96/75.68	c cleaning 9998 clauses out of 20009 with flag 1365002/1365002
77.46/76.12	c cleaning 9999 clauses out of 20009 with flag 1375000/1375000
77.86/76.58	c cleaning 10001 clauses out of 20012 with flag 1385002/1385002
78.36/77.02	c cleaning 9999 clauses out of 20009 with flag 1395000/1395000
78.86/77.53	c cleaning 9999 clauses out of 20010 with flag 1405000/1405000
79.26/77.96	c cleaning 10000 clauses out of 20011 with flag 1415000/1415000
79.66/78.38	c cleaning 10001 clauses out of 20012 with flag 1425001/1425001
80.16/78.83	c cleaning 10000 clauses out of 20012 with flag 1435002/1435002
80.27/78.93	c Got one! Elapsed wall clock time (in seconds):78.833
80.27/78.93	o 9
80.57/79.29	c cleaning 10001 clauses out of 20010 with flag 1445000/1445000
81.07/79.77	c cleaning 10001 clauses out of 20009 with flag 1455000/1455000
81.57/80.24	c cleaning 9999 clauses out of 20011 with flag 1465003/1465003
82.07/80.73	c cleaning 9999 clauses out of 20009 with flag 1475000/1475000
82.47/81.20	c cleaning 10003 clauses out of 20011 with flag 1485001/1485001
82.97/81.65	c cleaning 10001 clauses out of 20009 with flag 1495002/1495002
83.47/82.13	c cleaning 9999 clauses out of 20007 with flag 1505001/1505001
83.88/82.57	c cleaning 9997 clauses out of 20007 with flag 1515000/1515000
84.38/83.03	c cleaning 9994 clauses out of 20010 with flag 1525000/1525000
84.78/83.47	c cleaning 10003 clauses out of 20017 with flag 1535001/1535001
85.28/83.91	c cleaning 9999 clauses out of 20013 with flag 1545000/1545000
85.68/84.34	c cleaning 10001 clauses out of 20014 with flag 1555000/1555000
86.08/84.78	c cleaning 10001 clauses out of 20013 with flag 1565000/1565000
86.58/85.20	c cleaning 10002 clauses out of 20013 with flag 1575001/1575001
86.98/85.61	c cleaning 10000 clauses out of 20011 with flag 1585001/1585001
87.48/86.11	c cleaning 9999 clauses out of 20010 with flag 1595000/1595000
87.88/86.59	c cleaning 10003 clauses out of 20012 with flag 1605001/1605001
88.38/87.01	c cleaning 9999 clauses out of 20009 with flag 1615001/1615001
88.78/87.42	c cleaning 10001 clauses out of 20010 with flag 1625001/1625001
89.19/87.86	c cleaning 10002 clauses out of 20009 with flag 1635001/1635001
89.59/88.26	c cleaning 9996 clauses out of 20007 with flag 1645001/1645001
90.00/88.69	c cleaning 9999 clauses out of 20012 with flag 1655002/1655002
90.50/89.11	c cleaning 10002 clauses out of 20012 with flag 1665001/1665001
90.89/89.53	c cleaning 10001 clauses out of 20012 with flag 1675003/1675003
91.09/89.77	c Got one! Elapsed wall clock time (in seconds):89.673
91.09/89.77	o 8
91.29/89.96	c cleaning 10001 clauses out of 20009 with flag 1685001/1685001
91.79/90.43	c cleaning 10001 clauses out of 20010 with flag 1695003/1695003
92.29/90.90	c cleaning 9999 clauses out of 20007 with flag 1705001/1705001
92.70/91.32	c cleaning 9999 clauses out of 20010 with flag 1715003/1715003
93.09/91.76	c cleaning 9999 clauses out of 20009 with flag 1725001/1725001
93.59/92.28	c cleaning 9999 clauses out of 20009 with flag 1735000/1735000
94.10/92.75	c cleaning 10001 clauses out of 20013 with flag 1745003/1745003
94.49/93.18	c cleaning 9996 clauses out of 20010 with flag 1755001/1755001
94.99/93.63	c cleaning 10001 clauses out of 20013 with flag 1765000/1765000
95.39/94.06	c cleaning 10001 clauses out of 20012 with flag 1775000/1775000
95.81/94.49	c cleaning 10003 clauses out of 20013 with flag 1785002/1785002
96.31/94.91	c cleaning 10000 clauses out of 20010 with flag 1795002/1795002
96.71/95.34	c cleaning 10000 clauses out of 20011 with flag 1805003/1805003
97.12/95.77	c cleaning 9999 clauses out of 20008 with flag 1815000/1815000
97.61/96.20	c cleaning 10003 clauses out of 20011 with flag 1825002/1825002
97.81/96.45	c Got one! Elapsed wall clock time (in seconds):96.354
97.81/96.45	o 3
98.01/96.69	c cleaning 9997 clauses out of 20006 with flag 1835000/1835000
98.51/97.14	c cleaning 10000 clauses out of 20010 with flag 1845001/1845001
98.91/97.59	c cleaning 9997 clauses out of 20009 with flag 1855000/1855000
99.41/98.05	c cleaning 10001 clauses out of 20012 with flag 1865000/1865000
99.81/98.49	c cleaning 10002 clauses out of 20011 with flag 1875000/1875000
100.32/98.94	c cleaning 9997 clauses out of 20009 with flag 1885000/1885000
100.81/99.42	c cleaning 10000 clauses out of 20013 with flag 1895001/1895001
101.22/99.87	c cleaning 10003 clauses out of 20015 with flag 1905003/1905003
101.72/100.31	c cleaning 10000 clauses out of 20010 with flag 1915001/1915001
102.12/100.73	c cleaning 10000 clauses out of 20009 with flag 1925000/1925000
102.52/101.16	c cleaning 10001 clauses out of 20009 with flag 1935000/1935000
102.93/101.59	c cleaning 10001 clauses out of 20009 with flag 1945001/1945001
103.43/102.03	c cleaning 10001 clauses out of 20009 with flag 1955002/1955002
103.83/102.48	c cleaning 9998 clauses out of 20006 with flag 1965000/1965000
104.33/102.94	c cleaning 9999 clauses out of 20008 with flag 1975000/1975000
104.73/103.36	c cleaning 10000 clauses out of 20011 with flag 1985002/1985002
105.23/103.81	c cleaning 10001 clauses out of 20009 with flag 1995000/1995000
105.63/104.26	c cleaning 10004 clauses out of 20010 with flag 2005002/2005002
105.84/104.50	c starts		: 252
105.84/104.50	c conflicts		: 2010870
105.84/104.50	c decisions		: 3195706
105.84/104.50	c propagations		: 49429423
105.84/104.50	c inspects		: 497294458
105.84/104.50	c learnt literals	: 5
105.84/104.50	c learnt binary clauses	: 75
105.84/104.50	c learnt ternary clauses	: 1074
105.84/104.50	c learnt clauses	: 2010864
105.84/104.50	c ignored clauses	: 0
105.84/104.50	c root simplifications	: 0
105.84/104.50	c removed literals (reason simplification)	: 13572726
105.84/104.50	c reason swapping (by a shorter reason)	: 0
105.95/104.50	c Calls to reduceDB	: 202
105.95/104.50	c number of reductions to clauses (during analyze)	: 0
105.95/104.50	c number of learned constraints concerned by reduction	: 0
105.95/104.50	c number of learning phase by resolution	: 0
105.95/104.50	c number of learning phase by cutting planes	: 0
105.95/104.50	c speed (assignments/second)	: 6138013.535328449
105.95/104.50	c non guided choices	2518
105.95/104.50	c learnt constraints type 
105.95/104.50	c constraints type 
105.95/104.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
105.95/104.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
105.95/104.50	s OPTIMUM FOUND
105.95/104.50	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 
105.95/104.50	c objective function=3
105.95/104.50	c Total wall clock time (in seconds): 104.408

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698685-1278327448/watcher-2698685-1278327448 -o /tmp/evaluation-result-2698685-1278327448/solver-2698685-1278327448 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698685-1278327448.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.91 1.97 1.91 3/196 5176
/proc/meminfo: memFree=32113000/32951124 swapFree=67111528/67111528
[pid=5176] ppid=5174 vsize=13164 CPUtime=0
/proc/5176/stat : 5176 (java) R 5174 5176 3791 0 -1 4194304 924 0 0 0 0 0 0 0 21 0 1 0 957344 13479936 422 4089446400 134512640 134550932 4286846672 18446744073709551615 7337605 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5176/statm: 3291 425 145 10 0 1121 0

[startup+0.0175679 s]
/proc/loadavg: 1.91 1.97 1.91 3/196 5176
/proc/meminfo: memFree=32113000/32951124 swapFree=67111528/67111528
[pid=5176] ppid=5174 vsize=1524156 CPUtime=0
/proc/5176/stat : 5176 (java) S 5174 5176 3791 0 -1 4202496 3329 0 1 0 0 0 0 0 21 0 10 0 957344 1560735744 2773 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/5176/statm: 381039 2774 945 10 0 378349 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1524156

[startup+0.100594 s]
/proc/loadavg: 1.91 1.97 1.91 3/196 5176
/proc/meminfo: memFree=32113000/32951124 swapFree=67111528/67111528
[pid=5176] ppid=5174 vsize=1529776 CPUtime=0.11
/proc/5176/stat : 5176 (java) S 5174 5176 3791 0 -1 4202496 5201 0 1 0 10 1 0 0 21 0 18 0 957344 1566490624 4638 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5176/statm: 382444 4640 1347 10 0 379747 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529776

[startup+0.300549 s]
/proc/loadavg: 1.91 1.97 1.91 3/196 5176
/proc/meminfo: memFree=32113000/32951124 swapFree=67111528/67111528
[pid=5176] ppid=5174 vsize=1532536 CPUtime=0.6
/proc/5176/stat : 5176 (java) S 5174 5176 3791 0 -1 4202496 7102 0 1 0 59 1 0 0 21 0 19 0 957344 1569316864 6008 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5176/statm: 383134 6008 1421 10 0 380437 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1532536

[startup+0.700479 s]
/proc/loadavg: 1.91 1.97 1.91 3/196 5176
/proc/meminfo: memFree=32113000/32951124 swapFree=67111528/67111528
[pid=5176] ppid=5174 vsize=1532644 CPUtime=1.11
/proc/5176/stat : 5176 (java) S 5174 5176 3791 0 -1 4202496 10244 0 1 0 110 1 0 0 21 0 19 0 957344 1569427456 9085 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5176/statm: 383161 9085 1439 10 0 380464 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1532644

[startup+1.50133 s]
/proc/loadavg: 1.91 1.97 1.91 3/215 5195
/proc/meminfo: memFree=32082044/32951124 swapFree=67111528/67111528
[pid=5176] ppid=5174 vsize=1532644 CPUtime=1.94
/proc/5176/stat : 5176 (java) S 5174 5176 3791 0 -1 4202496 11210 0 1 0 193 1 0 0 21 0 19 0 957344 1569427456 10049 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5176/statm: 383161 10049 1439 10 0 380464 0
[pid=5176/tid=5178] ppid=5174 vsize=1532644 CPUtime=1.45
/proc/5176/task/5178/stat : 5178 (java) R 5174 5176 3791 0 -1 4202560 6990 0 1 0 144 1 0 0 21 0 19 0 957345 1569427456 10049 4089446400 134512640 134550932 4286846672 18446744073709551615 4109304828 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5176/tid=5179] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5179/stat : 5179 (java) S 5174 5176 3791 0 -1 4202560 144 0 0 0 0 0 0 0 15 0 19 0 957345 1569427456 10049 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5180] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5180/stat : 5180 (java) S 5174 5176 3791 0 -1 4202560 317 0 0 0 0 0 0 0 16 0 19 0 957345 1569427456 10049 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 7 0 0 0
[pid=5176/tid=5181] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5181/stat : 5181 (java) S 5174 5176 3791 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 957345 1569427456 10049 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 7 0 0 0
[pid=5176/tid=5182] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5182/stat : 5182 (java) S 5174 5176 3791 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 957345 1569427456 10049 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 5 0 0 0
[pid=5176/tid=5183] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5183/stat : 5183 (java) S 5174 5176 3791 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 957345 1569427456 10049 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5184] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5184/stat : 5184 (java) S 5174 5176 3791 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 957345 1569427456 10049 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5185] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5185/stat : 5185 (java) S 5174 5176 3791 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 957345 1569427456 10049 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5186] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5186/stat : 5186 (java) S 5174 5176 3791 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 957345 1569427456 10049 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5187] ppid=5174 vsize=1532644 CPUtime=0.02
/proc/5176/task/5187/stat : 5187 (java) S 5174 5176 3791 0 -1 4202560 444 0 0 0 2 0 0 0 15 0 19 0 957346 1569427456 10049 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 0 0 16800975 18446604470869823936 0 0 -1 5 0 0 0
[pid=5176/tid=5188] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5188/stat : 5188 (java) S 5174 5176 3791 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 957346 1569427456 10049 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5189] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5189/stat : 5189 (java) S 5174 5176 3791 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 957346 1569427456 10049 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5190] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5190/stat : 5190 (java) S 5174 5176 3791 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 957349 1569427456 10049 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5191] ppid=5174 vsize=1532644 CPUtime=0.24
/proc/5176/task/5191/stat : 5191 (java) S 5174 5176 3791 0 -1 4202560 989 0 0 0 24 0 0 0 15 0 19 0 957349 1569427456 10049 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 2 0 0 0
[pid=5176/tid=5192] ppid=5174 vsize=1532644 CPUtime=0.21
/proc/5176/task/5192/stat : 5192 (java) S 5174 5176 3791 0 -1 4202560 978 0 0 0 21 0 0 0 15 0 19 0 957349 1569427456 10049 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5193] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5193/stat : 5193 (java) S 5174 5176 3791 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 957349 1569427456 10049 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5194] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5194/stat : 5194 (java) S 5174 5176 3791 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 957349 1569427456 10049 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 5 0 0 0
[pid=5176/tid=5195] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5195/stat : 5195 (java) S 5174 5176 3791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 957360 1569427456 10049 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 1532644

[startup+3.10103 s]
/proc/loadavg: 1.91 1.97 1.91 3/215 5195
/proc/meminfo: memFree=32074232/32951124 swapFree=67111528/67111528
[pid=5176] ppid=5174 vsize=1532644 CPUtime=3.57
/proc/5176/stat : 5176 (java) S 5174 5176 3791 0 -1 4202496 13261 0 1 0 356 1 0 0 21 0 19 0 957344 1569427456 12098 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5176/statm: 383161 12098 1439 10 0 380464 0
[pid=5176/tid=5178] ppid=5174 vsize=1532644 CPUtime=3.02
/proc/5176/task/5178/stat : 5178 (java) R 5174 5176 3791 0 -1 4202560 8750 0 1 0 301 1 0 0 18 0 19 0 957345 1569427456 12098 4089446400 134512640 134550932 4286846672 18446744073709551615 4109404084 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5176/tid=5179] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5179/stat : 5179 (java) S 5174 5176 3791 0 -1 4202560 147 0 0 0 0 0 0 0 15 0 19 0 957345 1569427456 12098 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 5 0 0 0
[pid=5176/tid=5180] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5180/stat : 5180 (java) S 5174 5176 3791 0 -1 4202560 317 0 0 0 0 0 0 0 15 0 19 0 957345 1569427456 12098 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 7 0 0 0
[pid=5176/tid=5181] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5181/stat : 5181 (java) S 5174 5176 3791 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 19 0 957345 1569427456 12098 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 7 0 0 0
[pid=5176/tid=5182] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5182/stat : 5182 (java) S 5174 5176 3791 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 19 0 957345 1569427456 12098 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 7 0 0 0
[pid=5176/tid=5183] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5183/stat : 5183 (java) S 5174 5176 3791 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 19 0 957345 1569427456 12098 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5184] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5184/stat : 5184 (java) S 5174 5176 3791 0 -1 4202560 152 0 0 0 0 0 0 0 15 0 19 0 957345 1569427456 12098 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 7 0 0 0
[pid=5176/tid=5185] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5185/stat : 5185 (java) S 5174 5176 3791 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 19 0 957345 1569427456 12098 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5186] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5186/stat : 5186 (java) S 5174 5176 3791 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 957345 1569427456 12098 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5187] ppid=5174 vsize=1532644 CPUtime=0.04
/proc/5176/task/5187/stat : 5187 (java) S 5174 5176 3791 0 -1 4202560 539 0 0 0 4 0 0 0 15 0 19 0 957346 1569427456 12098 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 0 0 16800975 18446604470869823936 0 0 -1 5 0 0 0
[pid=5176/tid=5188] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5188/stat : 5188 (java) S 5174 5176 3791 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 957346 1569427456 12098 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5189] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5189/stat : 5189 (java) S 5174 5176 3791 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 957346 1569427456 12098 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5190] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5190/stat : 5190 (java) S 5174 5176 3791 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 957349 1569427456 12098 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5191] ppid=5174 vsize=1532644 CPUtime=0.24
/proc/5176/task/5191/stat : 5191 (java) S 5174 5176 3791 0 -1 4202560 990 0 0 0 24 0 0 0 15 0 19 0 957349 1569427456 12098 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 2 0 0 0
[pid=5176/tid=5192] ppid=5174 vsize=1532644 CPUtime=0.24
/proc/5176/task/5192/stat : 5192 (java) S 5174 5176 3791 0 -1 4202560 987 0 0 0 24 0 0 0 15 0 19 0 957349 1569427456 12098 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5193] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5193/stat : 5193 (java) S 5174 5176 3791 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 957349 1569427456 12098 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5194] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5194/stat : 5194 (java) S 5174 5176 3791 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 957349 1569427456 12098 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 7 0 0 0
[pid=5176/tid=5195] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5195/stat : 5195 (java) S 5174 5176 3791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 957360 1569427456 12098 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 1532644

[startup+6.30143 s]
/proc/loadavg: 1.92 1.97 1.91 3/215 5195
/proc/meminfo: memFree=32066220/32951124 swapFree=67111528/67111528
[pid=5176] ppid=5174 vsize=1532644 CPUtime=6.81
/proc/5176/stat : 5176 (java) S 5174 5176 3791 0 -1 4202496 14206 0 1 0 679 2 0 0 21 0 19 0 957344 1569427456 13037 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5176/statm: 383161 13037 1441 10 0 380464 0
[pid=5176/tid=5178] ppid=5174 vsize=1532644 CPUtime=6.16
/proc/5176/task/5178/stat : 5178 (java) R 5174 5176 3791 0 -1 4202560 9271 0 1 0 615 1 0 0 19 0 19 0 957345 1569427456 13037 4089446400 134512640 134550932 4286846672 18446744073709551615 4109030661 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5176/tid=5179] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5179/stat : 5179 (java) S 5174 5176 3791 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 19 0 957345 1569427456 13037 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 7 0 0 0
[pid=5176/tid=5180] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5180/stat : 5180 (java) S 5174 5176 3791 0 -1 4202560 353 0 0 0 0 0 0 0 15 0 19 0 957345 1569427456 13037 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 7 0 0 0
[pid=5176/tid=5181] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5181/stat : 5181 (java) S 5174 5176 3791 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 19 0 957345 1569427456 13037 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 7 0 0 0
[pid=5176/tid=5182] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5182/stat : 5182 (java) S 5174 5176 3791 0 -1 4202560 145 0 0 0 0 0 0 0 16 0 19 0 957345 1569427456 13037 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5183] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5183/stat : 5183 (java) S 5174 5176 3791 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 957345 1569427456 13037 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5184] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5184/stat : 5184 (java) S 5174 5176 3791 0 -1 4202560 163 0 0 0 0 0 0 0 15 0 19 0 957345 1569427456 13037 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 7 0 0 0
[pid=5176/tid=5185] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5185/stat : 5185 (java) S 5174 5176 3791 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 957345 1569427456 13037 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5186] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5186/stat : 5186 (java) S 5174 5176 3791 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 957345 1569427456 13037 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5187] ppid=5174 vsize=1532644 CPUtime=0.09
/proc/5176/task/5187/stat : 5187 (java) S 5174 5176 3791 0 -1 4202560 785 0 0 0 9 0 0 0 15 0 19 0 957346 1569427456 13037 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 0 0 16800975 18446604470869823936 0 0 -1 5 0 0 0
[pid=5176/tid=5188] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5188/stat : 5188 (java) S 5174 5176 3791 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 957346 1569427456 13037 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5189] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5189/stat : 5189 (java) S 5174 5176 3791 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 957346 1569427456 13037 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5190] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5190/stat : 5190 (java) S 5174 5176 3791 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 957349 1569427456 13037 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5191] ppid=5174 vsize=1532644 CPUtime=0.27
/proc/5176/task/5191/stat : 5191 (java) R 5174 5176 3791 0 -1 4202560 998 0 0 0 27 0 0 0 15 0 19 0 957349 1569427456 13037 4089446400 134512640 134550932 4286846672 18446744073709551615 103465575 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5176/tid=5192] ppid=5174 vsize=1532644 CPUtime=0.24
/proc/5176/task/5192/stat : 5192 (java) S 5174 5176 3791 0 -1 4202560 987 0 0 0 24 0 0 0 15 0 19 0 957349 1569427456 13037 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5193] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5193/stat : 5193 (java) S 5174 5176 3791 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 957349 1569427456 13037 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5194] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5194/stat : 5194 (java) S 5174 5176 3791 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 957349 1569427456 13037 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 7 0 0 0
[pid=5176/tid=5195] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5195/stat : 5195 (java) S 5174 5176 3791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 957360 1569427456 13037 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.81
Current children cumulated vsize (KiB) 1532644

[startup+12.7012 s]
/proc/loadavg: 1.92 1.97 1.91 3/215 5195
/proc/meminfo: memFree=32060452/32951124 swapFree=67111528/67111528
[pid=5176] ppid=5174 vsize=1532644 CPUtime=13.27
/proc/5176/stat : 5176 (java) S 5174 5176 3791 0 -1 4202496 15785 0 1 0 1325 2 0 0 21 0 19 0 957344 1569427456 14606 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5176/statm: 383161 14606 1442 10 0 380464 0
[pid=5176/tid=5178] ppid=5174 vsize=1532644 CPUtime=12.44
/proc/5176/task/5178/stat : 5178 (java) R 5174 5176 3791 0 -1 4202560 10703 0 1 0 1243 1 0 0 18 0 19 0 957345 1569427456 14606 4089446400 134512640 134550932 4286846672 18446744073709551615 4109404816 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5176/tid=5179] ppid=5174 vsize=1532644 CPUtime=0
/proc/5176/task/5179/stat : 5179 (java) S 5174 5176 3791 0 -1 4202560 225 0 0 0 0 0 0 0 16 0 19 0 957345 1569427456 14606 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 7 0 0 0

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

/proc/5176/task/5180/stat : 5180 (java) S 5174 5176 3791 0 -1 4202560 356 0 0 0 4 0 0 0 16 0 19 0 957345 1575710720 16709 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5181] ppid=5174 vsize=1538780 CPUtime=0.05
/proc/5176/task/5181/stat : 5181 (java) S 5174 5176 3791 0 -1 4202560 61 0 0 0 5 0 0 0 16 0 19 0 957345 1575710720 16709 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5182] ppid=5174 vsize=1538780 CPUtime=0.04
/proc/5176/task/5182/stat : 5182 (java) S 5174 5176 3791 0 -1 4202560 149 0 0 0 4 0 0 0 15 0 19 0 957345 1575710720 16709 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 7 0 0 0
[pid=5176/tid=5183] ppid=5174 vsize=1538780 CPUtime=0.04
/proc/5176/task/5183/stat : 5183 (java) S 5174 5176 3791 0 -1 4202560 53 0 0 0 4 0 0 0 15 0 19 0 957345 1575710720 16709 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5184] ppid=5174 vsize=1538780 CPUtime=0.06
/proc/5176/task/5184/stat : 5184 (java) S 5174 5176 3791 0 -1 4202560 168 0 0 0 6 0 0 0 16 0 19 0 957345 1575710720 16709 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5185] ppid=5174 vsize=1538780 CPUtime=0.04
/proc/5176/task/5185/stat : 5185 (java) S 5174 5176 3791 0 -1 4202560 53 0 0 0 4 0 0 0 15 0 19 0 957345 1575710720 16709 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5186] ppid=5174 vsize=1538780 CPUtime=0.04
/proc/5176/task/5186/stat : 5186 (java) S 5174 5176 3791 0 -1 4202560 60 0 0 0 4 0 0 0 16 0 19 0 957345 1575710720 16709 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 7 0 0 0
[pid=5176/tid=5187] ppid=5174 vsize=1538780 CPUtime=2.24
/proc/5176/task/5187/stat : 5187 (java) S 5174 5176 3791 0 -1 4202560 1391 0 0 0 220 4 0 0 15 0 19 0 957346 1575710720 16709 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 0 0 16800975 18446604470869823936 0 0 -1 5 0 0 0
[pid=5176/tid=5188] ppid=5174 vsize=1538780 CPUtime=0
/proc/5176/task/5188/stat : 5188 (java) S 5174 5176 3791 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 957346 1575710720 16709 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5189] ppid=5174 vsize=1538780 CPUtime=0
/proc/5176/task/5189/stat : 5189 (java) S 5174 5176 3791 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 957346 1575710720 16709 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5190] ppid=5174 vsize=1538780 CPUtime=0
/proc/5176/task/5190/stat : 5190 (java) S 5174 5176 3791 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 957349 1575710720 16709 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5191] ppid=5174 vsize=1538780 CPUtime=0.92
/proc/5176/task/5191/stat : 5191 (java) S 5174 5176 3791 0 -1 4202560 6234 0 0 0 92 0 0 0 15 0 19 0 957349 1575710720 16709 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 2 0 0 0
[pid=5176/tid=5192] ppid=5174 vsize=1538780 CPUtime=0.34
/proc/5176/task/5192/stat : 5192 (java) S 5174 5176 3791 0 -1 4202560 991 0 0 0 34 0 0 0 15 0 19 0 957349 1575710720 16709 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5193] ppid=5174 vsize=1538780 CPUtime=0
/proc/5176/task/5193/stat : 5193 (java) S 5174 5176 3791 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 957349 1575710720 16709 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5194] ppid=5174 vsize=1538780 CPUtime=0
/proc/5176/task/5194/stat : 5194 (java) S 5174 5176 3791 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 957349 1575710720 16709 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 7 0 0 0
[pid=5176/tid=5195] ppid=5174 vsize=1538780 CPUtime=0
/proc/5176/task/5195/stat : 5195 (java) S 5174 5176 3791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 957360 1575710720 16709 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 103.73
Current children cumulated vsize (KiB) 1538780

Solver just ended. Dumping a history of the last processes samples

[startup+103.901 s]
/proc/loadavg: 2.08 2.00 1.92 3/215 5197
/proc/meminfo: memFree=32050840/32951124 swapFree=67111528/67111528
[pid=5176] ppid=5174 vsize=1538780 CPUtime=105.33
/proc/5176/stat : 5176 (java) S 5174 5176 3791 0 -1 4202496 21711 0 1 0 10520 13 0 0 21 0 19 0 957344 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5176/statm: 384695 16711 1444 10 0 381998 0
[pid=5176/tid=5178] ppid=5174 vsize=1538780 CPUtime=101.28
/proc/5176/task/5178/stat : 5178 (java) R 5174 5176 3791 0 -1 4202560 10886 0 1 0 10126 2 0 0 25 0 19 0 957345 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4109322595 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5176/tid=5179] ppid=5174 vsize=1538780 CPUtime=0.05
/proc/5176/task/5179/stat : 5179 (java) S 5174 5176 3791 0 -1 4202560 234 0 0 0 5 0 0 0 16 0 19 0 957345 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5180] ppid=5174 vsize=1538780 CPUtime=0.04
/proc/5176/task/5180/stat : 5180 (java) S 5174 5176 3791 0 -1 4202560 356 0 0 0 4 0 0 0 15 0 19 0 957345 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5181] ppid=5174 vsize=1538780 CPUtime=0.05
/proc/5176/task/5181/stat : 5181 (java) S 5174 5176 3791 0 -1 4202560 61 0 0 0 5 0 0 0 15 0 19 0 957345 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5182] ppid=5174 vsize=1538780 CPUtime=0.04
/proc/5176/task/5182/stat : 5182 (java) S 5174 5176 3791 0 -1 4202560 151 0 0 0 4 0 0 0 15 0 19 0 957345 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 7 0 0 0
[pid=5176/tid=5183] ppid=5174 vsize=1538780 CPUtime=0.04
/proc/5176/task/5183/stat : 5183 (java) S 5174 5176 3791 0 -1 4202560 53 0 0 0 4 0 0 0 15 0 19 0 957345 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5184] ppid=5174 vsize=1538780 CPUtime=0.06
/proc/5176/task/5184/stat : 5184 (java) S 5174 5176 3791 0 -1 4202560 168 0 0 0 6 0 0 0 15 0 19 0 957345 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5185] ppid=5174 vsize=1538780 CPUtime=0.04
/proc/5176/task/5185/stat : 5185 (java) S 5174 5176 3791 0 -1 4202560 53 0 0 0 4 0 0 0 15 0 19 0 957345 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5186] ppid=5174 vsize=1538780 CPUtime=0.05
/proc/5176/task/5186/stat : 5186 (java) S 5174 5176 3791 0 -1 4202560 60 0 0 0 5 0 0 0 16 0 19 0 957345 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 7 0 0 0
[pid=5176/tid=5187] ppid=5174 vsize=1538780 CPUtime=2.29
/proc/5176/task/5187/stat : 5187 (java) S 5174 5176 3791 0 -1 4202560 1391 0 0 0 225 4 0 0 15 0 19 0 957346 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 0 0 16800975 18446604470869823936 0 0 -1 5 0 0 0
[pid=5176/tid=5188] ppid=5174 vsize=1538780 CPUtime=0
/proc/5176/task/5188/stat : 5188 (java) S 5174 5176 3791 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 957346 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5189] ppid=5174 vsize=1538780 CPUtime=0
/proc/5176/task/5189/stat : 5189 (java) S 5174 5176 3791 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 957346 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5190] ppid=5174 vsize=1538780 CPUtime=0
/proc/5176/task/5190/stat : 5190 (java) S 5174 5176 3791 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 957349 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5191] ppid=5174 vsize=1538780 CPUtime=0.92
/proc/5176/task/5191/stat : 5191 (java) S 5174 5176 3791 0 -1 4202560 6234 0 0 0 92 0 0 0 15 0 19 0 957349 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 2 0 0 0
[pid=5176/tid=5192] ppid=5174 vsize=1538780 CPUtime=0.34
/proc/5176/task/5192/stat : 5192 (java) S 5174 5176 3791 0 -1 4202560 991 0 0 0 34 0 0 0 15 0 19 0 957349 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5193] ppid=5174 vsize=1538780 CPUtime=0
/proc/5176/task/5193/stat : 5193 (java) S 5174 5176 3791 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 957349 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5194] ppid=5174 vsize=1538780 CPUtime=0
/proc/5176/task/5194/stat : 5194 (java) S 5174 5176 3791 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 957349 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 7 0 0 0
[pid=5176/tid=5195] ppid=5174 vsize=1538780 CPUtime=0
/proc/5176/task/5195/stat : 5195 (java) S 5174 5176 3791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 957360 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 105.33
Current children cumulated vsize (KiB) 1538780

[startup+104.301 s]
/proc/loadavg: 2.08 2.00 1.92 3/215 5197
/proc/meminfo: memFree=32050840/32951124 swapFree=67111528/67111528
[pid=5176] ppid=5174 vsize=1538780 CPUtime=105.73
/proc/5176/stat : 5176 (java) S 5174 5176 3791 0 -1 4202496 21712 0 1 0 10560 13 0 0 21 0 19 0 957344 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5176/statm: 384695 16711 1444 10 0 381998 0
[pid=5176/tid=5178] ppid=5174 vsize=1538780 CPUtime=101.67
/proc/5176/task/5178/stat : 5178 (java) R 5174 5176 3791 0 -1 4202560 10887 0 1 0 10165 2 0 0 25 0 19 0 957345 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4109369240 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5176/tid=5179] ppid=5174 vsize=1538780 CPUtime=0.06
/proc/5176/task/5179/stat : 5179 (java) S 5174 5176 3791 0 -1 4202560 234 0 0 0 6 0 0 0 16 0 19 0 957345 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5180] ppid=5174 vsize=1538780 CPUtime=0.04
/proc/5176/task/5180/stat : 5180 (java) S 5174 5176 3791 0 -1 4202560 356 0 0 0 4 0 0 0 15 0 19 0 957345 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5181] ppid=5174 vsize=1538780 CPUtime=0.05
/proc/5176/task/5181/stat : 5181 (java) S 5174 5176 3791 0 -1 4202560 61 0 0 0 5 0 0 0 15 0 19 0 957345 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5182] ppid=5174 vsize=1538780 CPUtime=0.04
/proc/5176/task/5182/stat : 5182 (java) S 5174 5176 3791 0 -1 4202560 151 0 0 0 4 0 0 0 15 0 19 0 957345 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 7 0 0 0
[pid=5176/tid=5183] ppid=5174 vsize=1538780 CPUtime=0.04
/proc/5176/task/5183/stat : 5183 (java) S 5174 5176 3791 0 -1 4202560 53 0 0 0 4 0 0 0 15 0 19 0 957345 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5184] ppid=5174 vsize=1538780 CPUtime=0.06
/proc/5176/task/5184/stat : 5184 (java) S 5174 5176 3791 0 -1 4202560 168 0 0 0 6 0 0 0 15 0 19 0 957345 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5185] ppid=5174 vsize=1538780 CPUtime=0.04
/proc/5176/task/5185/stat : 5185 (java) S 5174 5176 3791 0 -1 4202560 53 0 0 0 4 0 0 0 15 0 19 0 957345 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5186] ppid=5174 vsize=1538780 CPUtime=0.05
/proc/5176/task/5186/stat : 5186 (java) S 5174 5176 3791 0 -1 4202560 60 0 0 0 5 0 0 0 16 0 19 0 957345 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 7 0 0 0
[pid=5176/tid=5187] ppid=5174 vsize=1538780 CPUtime=2.3
/proc/5176/task/5187/stat : 5187 (java) S 5174 5176 3791 0 -1 4202560 1391 0 0 0 226 4 0 0 15 0 19 0 957346 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 0 0 16800975 18446604470869823936 0 0 -1 5 0 0 0
[pid=5176/tid=5188] ppid=5174 vsize=1538780 CPUtime=0
/proc/5176/task/5188/stat : 5188 (java) S 5174 5176 3791 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 957346 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5189] ppid=5174 vsize=1538780 CPUtime=0
/proc/5176/task/5189/stat : 5189 (java) S 5174 5176 3791 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 957346 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5190] ppid=5174 vsize=1538780 CPUtime=0
/proc/5176/task/5190/stat : 5190 (java) S 5174 5176 3791 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 957349 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5191] ppid=5174 vsize=1538780 CPUtime=0.92
/proc/5176/task/5191/stat : 5191 (java) S 5174 5176 3791 0 -1 4202560 6234 0 0 0 92 0 0 0 15 0 19 0 957349 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 2 0 0 0
[pid=5176/tid=5192] ppid=5174 vsize=1538780 CPUtime=0.34
/proc/5176/task/5192/stat : 5192 (java) S 5174 5176 3791 0 -1 4202560 991 0 0 0 34 0 0 0 15 0 19 0 957349 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5193] ppid=5174 vsize=1538780 CPUtime=0
/proc/5176/task/5193/stat : 5193 (java) S 5174 5176 3791 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 957349 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5194] ppid=5174 vsize=1538780 CPUtime=0
/proc/5176/task/5194/stat : 5194 (java) S 5174 5176 3791 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 957349 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 7 0 0 0
[pid=5176/tid=5195] ppid=5174 vsize=1538780 CPUtime=0
/proc/5176/task/5195/stat : 5195 (java) S 5174 5176 3791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 957360 1575710720 16711 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 105.73
Current children cumulated vsize (KiB) 1538780

[startup+104.507 s]
/proc/loadavg: 2.08 2.00 1.92 3/215 5197
/proc/meminfo: memFree=32051076/32951124 swapFree=67111528/67111528
[pid=5176] ppid=5174 vsize=1539104 CPUtime=105.95
/proc/5176/stat : 5176 (java) S 5174 5176 3791 0 -1 4202496 21719 0 1 0 10582 13 0 0 21 0 20 0 957344 1576042496 16718 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5176/statm: 384776 16719 1444 10 0 382079 0
[pid=5176/tid=5178] ppid=5174 vsize=1539104 CPUtime=101.87
/proc/5176/task/5178/stat : 5178 (java) S 5174 5176 3791 0 -1 4202560 10891 0 1 0 10185 2 0 0 25 0 20 0 957345 1576042496 16719 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5179] ppid=5174 vsize=1539104 CPUtime=0.06
/proc/5176/task/5179/stat : 5179 (java) S 5174 5176 3791 0 -1 4202560 234 0 0 0 6 0 0 0 16 0 20 0 957345 1576042496 16719 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5180] ppid=5174 vsize=1539104 CPUtime=0.04
/proc/5176/task/5180/stat : 5180 (java) S 5174 5176 3791 0 -1 4202560 356 0 0 0 4 0 0 0 15 0 20 0 957345 1576042496 16719 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5181] ppid=5174 vsize=1539104 CPUtime=0.05
/proc/5176/task/5181/stat : 5181 (java) S 5174 5176 3791 0 -1 4202560 61 0 0 0 5 0 0 0 15 0 20 0 957345 1576042496 16719 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5182] ppid=5174 vsize=1539104 CPUtime=0.04
/proc/5176/task/5182/stat : 5182 (java) S 5174 5176 3791 0 -1 4202560 151 0 0 0 4 0 0 0 15 0 20 0 957345 1576042496 16719 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 7 0 0 0
[pid=5176/tid=5183] ppid=5174 vsize=1539104 CPUtime=0.04
/proc/5176/task/5183/stat : 5183 (java) S 5174 5176 3791 0 -1 4202560 53 0 0 0 4 0 0 0 15 0 20 0 957345 1576042496 16719 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5184] ppid=5174 vsize=1539104 CPUtime=0.06
/proc/5176/task/5184/stat : 5184 (java) S 5174 5176 3791 0 -1 4202560 168 0 0 0 6 0 0 0 15 0 20 0 957345 1576042496 16719 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5185] ppid=5174 vsize=1539104 CPUtime=0.04
/proc/5176/task/5185/stat : 5185 (java) S 5174 5176 3791 0 -1 4202560 53 0 0 0 4 0 0 0 15 0 20 0 957345 1576042496 16719 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5186] ppid=5174 vsize=1539104 CPUtime=0.05
/proc/5176/task/5186/stat : 5186 (java) S 5174 5176 3791 0 -1 4202560 60 0 0 0 5 0 0 0 16 0 20 0 957345 1576042496 16719 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 7 0 0 0
[pid=5176/tid=5187] ppid=5174 vsize=1539104 CPUtime=2.3
/proc/5176/task/5187/stat : 5187 (java) S 5174 5176 3791 0 -1 4202560 1391 0 0 0 226 4 0 0 15 0 20 0 957346 1576042496 16719 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 0 0 16800975 18446604470869823936 0 0 -1 5 0 0 0
[pid=5176/tid=5188] ppid=5174 vsize=1539104 CPUtime=0
/proc/5176/task/5188/stat : 5188 (java) S 5174 5176 3791 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 20 0 957346 1576042496 16719 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5189] ppid=5174 vsize=1539104 CPUtime=0
/proc/5176/task/5189/stat : 5189 (java) S 5174 5176 3791 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 20 0 957346 1576042496 16719 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5190] ppid=5174 vsize=1539104 CPUtime=0
/proc/5176/task/5190/stat : 5190 (java) S 5174 5176 3791 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 957349 1576042496 16719 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 1 0 0 0
[pid=5176/tid=5191] ppid=5174 vsize=1539104 CPUtime=0.92
/proc/5176/task/5191/stat : 5191 (java) R 5174 5176 3791 0 -1 4202560 6234 0 0 0 92 0 0 0 15 0 20 0 957349 1576042496 16719 4089446400 134512640 134550932 4286846672 18446744073709551615 105730510 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5176/tid=5192] ppid=5174 vsize=1539104 CPUtime=0.35
/proc/5176/task/5192/stat : 5192 (java) S 5174 5176 3791 0 -1 4202560 991 0 0 0 35 0 0 0 15 0 20 0 957349 1576042496 16719 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5193] ppid=5174 vsize=1539104 CPUtime=0
/proc/5176/task/5193/stat : 5193 (java) S 5174 5176 3791 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 957349 1576042496 16719 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
[pid=5176/tid=5194] ppid=5174 vsize=1539104 CPUtime=0
/proc/5176/task/5194/stat : 5194 (java) S 5174 5176 3791 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 20 0 957349 1576042496 16719 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 7 0 0 0
[pid=5176/tid=5195] ppid=5174 vsize=1539104 CPUtime=0
/proc/5176/task/5195/stat : 5195 (java) S 5174 5176 3791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 957360 1576042496 16719 4089446400 134512640 134550932 4286846672 18446744073709551615 4294960144 0 4 0 16800975 18446604470869823936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 105.95
Current children cumulated vsize (KiB) 1539104

Child status: 30
Real time (s): 104.553
CPU time (s): 105.962
CPU user time (s): 105.826
CPU system time (s): 0.135979
CPU usage (%): 101.347
Max. virtual memory (cumulated for all children) (KiB): 1544864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 105.826
system time used= 0.135979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21728
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= 7328
involuntary context switches= 35615

runsolver used 0.198969 second user time and 0.385941 second system time

The end

Launcher Data

Begin job on node139 at 2010-07-05 12:57:29
IDJOB=2698685
IDBENCH=79229
IDSOLVER=1211
FILE ID=node139/2698685-1278327448
PBS_JOBID= 11207424
Free space on /tmp= 74208 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110968898--soft-0-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-2698685-1278327448/watcher-2698685-1278327448 -o /tmp/evaluation-result-2698685-1278327448/solver-2698685-1278327448 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698685-1278327448.wbo

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

MD5SUM BENCH= 8fe691f25a36792a009355c5f1181e28
RANDOM SEED=548786188

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32113652 kB
Buffers:         26292 kB
Cached:         324924 kB
SwapCached:          0 kB
Active:         469184 kB
Inactive:       267984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32113652 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             436 kB
Writeback:           0 kB
AnonPages:      386224 kB
Mapped:          20352 kB
Slab:            36356 kB
PageTables:       5312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1645200 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= 74208 MiB
End job on node139 at 2010-07-05 12:59:13