Trace number 2698416

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 81.8086 80.685

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111223220--soft-66-100-0.wbo
MD5SUM3199d968dfdc76b1f122b376f1cc0c5d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark39
Best CPU time to get the best result obtained on this benchmark0.221965
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints42
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1230
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.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.07	c version 2.2.1.v20100705
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.04/0.07	c java.vm.version	11.2-b01
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	32
0.04/0.07	c java.version		1.6.0_12
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.18-164.el5
0.04/0.07	c os.arch		i386
0.04/0.07	c Free memory 		1393557488
0.04/0.07	c Max memory 		1395916800
0.04/0.07	c Total memory 		1395916800
0.04/0.07	c Number of processors 	8
0.04/0.09	c Pseudo Boolean Optimization
0.04/0.09	c --- Begin Solver configuration ---
0.04/0.09	c Stops conflict analysis at the first Unique Implication Point
0.04/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.04/0.09	c Learn all clauses as in MiniSAT
0.04/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.09	c Expensive reason simplification
0.04/0.09	c Armin Biere (Picosat) restarts strategy
0.04/0.09	c Glucose learned constraints deletion strategy
0.04/0.09	c timeout=2147483s
0.04/0.09	c DB Simplification allowed=false
0.04/0.09	c --- End Solver configuration ---
0.04/0.09	c solving HOME/instance-2698416-1278325576.wbo
0.04/0.09	c reading problem ... 
0.11/0.14	c ... done. Wall clock time 0.053s.
0.11/0.14	c #vars     211
0.11/0.14	c #constraints  101
0.11/0.14	c constraints type 
0.11/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.11/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.11/0.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30
0.31/0.26	c SATISFIABLE
0.31/0.26	c OPTIMIZING...
0.31/0.26	c Got one! Elapsed wall clock time (in seconds):0.167
0.31/0.26	o 594
0.60/0.37	c Got one! Elapsed wall clock time (in seconds):0.274
0.60/0.37	o 447
0.77/0.41	c Got one! Elapsed wall clock time (in seconds):0.318
0.77/0.41	o 417
0.90/0.52	c cleaning 2500 clauses out of 5005 with flag 5005/5005
1.13/0.76	c cleaning 4250 clauses out of 8504 with flag 11004/11004
1.26/0.84	c Got one! Elapsed wall clock time (in seconds):0.752
1.26/0.84	o 386
1.36/0.95	c Got one! Elapsed wall clock time (in seconds):0.854
1.36/0.95	o 338
1.46/1.04	c cleaning 5623 clauses out of 11251 with flag 18001/18001
1.57/1.16	c Got one! Elapsed wall clock time (in seconds):1.065
1.57/1.16	o 322
1.76/1.37	c cleaning 6809 clauses out of 13627 with flag 26000/26000
2.18/1.74	c cleaning 7907 clauses out of 15824 with flag 35006/35006
2.58/2.15	c cleaning 8951 clauses out of 17912 with flag 45001/45001
2.58/2.16	c Got one! Elapsed wall clock time (in seconds):2.074
2.58/2.16	o 253
2.79/2.32	c Got one! Elapsed wall clock time (in seconds):2.229
2.79/2.32	o 241
3.09/2.64	c cleaning 9478 clauses out of 18961 with flag 55001/55001
3.09/2.68	c Got one! Elapsed wall clock time (in seconds):2.588
3.09/2.68	o 234
3.50/3.04	c cleaning 9732 clauses out of 19482 with flag 65000/65000
3.50/3.08	c Got one! Elapsed wall clock time (in seconds):2.989
3.50/3.08	o 229
3.81/3.34	c Got one! Elapsed wall clock time (in seconds):3.251
3.81/3.34	o 206
4.00/3.55	c cleaning 9869 clauses out of 19750 with flag 75000/75000
4.20/3.75	c Got one! Elapsed wall clock time (in seconds):3.661
4.20/3.75	o 94
4.50/4.07	c cleaning 9940 clauses out of 19883 with flag 85002/85002
5.01/4.53	c cleaning 9969 clauses out of 19942 with flag 95001/95001
5.41/4.98	c cleaning 9983 clauses out of 19973 with flag 105001/105001
5.91/5.40	c cleaning 9993 clauses out of 19989 with flag 115000/115000
6.31/5.84	c cleaning 9995 clauses out of 19997 with flag 125001/125001
6.81/6.30	c cleaning 9993 clauses out of 20002 with flag 135001/135001
7.21/6.73	c cleaning 10001 clauses out of 20008 with flag 145000/145000
7.62/7.16	c cleaning 10001 clauses out of 20007 with flag 155000/155000
8.02/7.56	c cleaning 9999 clauses out of 20007 with flag 165001/165001
8.43/7.99	c cleaning 10000 clauses out of 20007 with flag 175000/175000
8.94/8.44	c cleaning 9999 clauses out of 20008 with flag 185001/185001
9.44/8.94	c cleaning 9994 clauses out of 20008 with flag 195000/195000
9.95/9.40	c cleaning 10000 clauses out of 20015 with flag 205001/205001
10.35/9.84	c cleaning 10003 clauses out of 20014 with flag 215000/215000
10.76/10.25	c cleaning 10004 clauses out of 20012 with flag 225001/225001
11.16/10.70	c cleaning 10000 clauses out of 20007 with flag 235000/235000
11.66/11.15	c cleaning 9995 clauses out of 20007 with flag 245000/245000
12.06/11.57	c cleaning 10001 clauses out of 20012 with flag 255000/255000
12.46/11.99	c cleaning 10002 clauses out of 20012 with flag 265001/265001
12.96/12.47	c cleaning 10003 clauses out of 20010 with flag 275001/275001
13.46/12.91	c cleaning 10000 clauses out of 20006 with flag 285000/285000
13.86/13.33	c cleaning 9995 clauses out of 20006 with flag 295000/295000
14.26/13.73	c cleaning 10002 clauses out of 20011 with flag 305000/305000
14.67/14.16	c cleaning 9998 clauses out of 20010 with flag 315001/315001
15.17/14.60	c cleaning 9998 clauses out of 20011 with flag 325000/325000
15.57/15.07	c cleaning 10004 clauses out of 20015 with flag 335002/335002
16.07/15.50	c cleaning 10000 clauses out of 20009 with flag 345000/345000
16.48/15.95	c cleaning 9998 clauses out of 20009 with flag 355000/355000
16.98/16.42	c cleaning 10002 clauses out of 20011 with flag 365000/365000
17.38/16.87	c cleaning 10002 clauses out of 20012 with flag 375003/375003
17.88/17.30	c cleaning 10001 clauses out of 20008 with flag 385001/385001
18.28/17.72	c cleaning 9998 clauses out of 20007 with flag 395001/395001
18.68/18.16	c cleaning 10000 clauses out of 20008 with flag 405000/405000
19.19/18.60	c cleaning 10001 clauses out of 20010 with flag 415002/415002
19.59/19.05	c cleaning 9997 clauses out of 20008 with flag 425001/425001
19.99/19.47	c cleaning 10002 clauses out of 20010 with flag 435000/435000
20.49/19.90	c cleaning 9999 clauses out of 20009 with flag 445001/445001
20.89/20.33	c cleaning 10001 clauses out of 20010 with flag 455001/455001
21.30/20.78	c cleaning 9998 clauses out of 20008 with flag 465000/465000
21.80/21.22	c cleaning 9996 clauses out of 20010 with flag 475000/475000
22.21/21.66	c cleaning 10002 clauses out of 20014 with flag 485000/485000
22.71/22.10	c cleaning 10000 clauses out of 20014 with flag 495002/495002
23.11/22.52	c cleaning 10002 clauses out of 20012 with flag 505000/505000
23.52/22.94	c cleaning 10000 clauses out of 20010 with flag 515000/515000
23.93/23.38	c cleaning 10002 clauses out of 20012 with flag 525002/525002
24.33/23.79	c cleaning 9998 clauses out of 20009 with flag 535001/535001
24.84/24.21	c cleaning 10000 clauses out of 20011 with flag 545001/545001
25.24/24.62	c cleaning 9999 clauses out of 20010 with flag 555000/555000
25.64/25.04	c cleaning 10002 clauses out of 20014 with flag 565003/565003
26.04/25.44	c cleaning 9997 clauses out of 20009 with flag 575000/575000
26.44/25.88	c cleaning 10004 clauses out of 20017 with flag 585005/585005
26.84/26.28	c cleaning 10001 clauses out of 20010 with flag 595002/595002
27.36/26.73	c cleaning 10001 clauses out of 20009 with flag 605002/605002
27.76/27.15	c cleaning 9999 clauses out of 20006 with flag 615000/615000
28.17/27.56	c cleaning 10000 clauses out of 20011 with flag 625004/625004
28.66/28.00	c cleaning 9998 clauses out of 20009 with flag 635002/635002
29.06/28.42	c cleaning 10001 clauses out of 20009 with flag 645000/645000
29.47/28.82	c cleaning 9997 clauses out of 20010 with flag 655002/655002
29.87/29.23	c cleaning 10000 clauses out of 20012 with flag 665001/665001
30.27/29.64	c cleaning 10004 clauses out of 20013 with flag 675002/675002
30.67/30.06	c cleaning 10000 clauses out of 20010 with flag 685003/685003
31.07/30.46	c cleaning 9995 clauses out of 20007 with flag 695000/695000
31.57/30.90	c cleaning 10001 clauses out of 20012 with flag 705000/705000
31.97/31.32	c cleaning 10002 clauses out of 20011 with flag 715000/715000
32.37/31.75	c cleaning 10001 clauses out of 20009 with flag 725000/725000
32.78/32.17	c cleaning 9998 clauses out of 20008 with flag 735000/735000
33.18/32.57	c cleaning 9999 clauses out of 20010 with flag 745000/745000
33.59/32.97	c cleaning 10001 clauses out of 20011 with flag 755000/755000
33.98/33.38	c cleaning 10003 clauses out of 20011 with flag 765001/765001
34.38/33.79	c cleaning 10003 clauses out of 20011 with flag 775004/775004
34.89/34.26	c cleaning 9996 clauses out of 20004 with flag 785000/785000
35.29/34.69	c cleaning 9997 clauses out of 20008 with flag 795000/795000
35.80/35.12	c cleaning 10003 clauses out of 20011 with flag 805000/805000
36.19/35.53	c cleaning 9997 clauses out of 20008 with flag 815000/815000
36.59/35.97	c cleaning 10001 clauses out of 20012 with flag 825001/825001
37.00/36.37	c cleaning 10001 clauses out of 20011 with flag 835001/835001
37.39/36.79	c cleaning 9999 clauses out of 20010 with flag 845001/845001
37.89/37.23	c cleaning 9997 clauses out of 20010 with flag 855000/855000
38.29/37.65	c cleaning 9999 clauses out of 20013 with flag 865000/865000
38.69/38.06	c cleaning 9999 clauses out of 20014 with flag 875000/875000
39.20/38.50	c cleaning 10004 clauses out of 20015 with flag 885000/885000
39.60/38.97	c cleaning 10002 clauses out of 20011 with flag 895000/895000
40.10/39.44	c cleaning 10002 clauses out of 20011 with flag 905002/905002
40.50/39.88	c cleaning 9997 clauses out of 20007 with flag 915000/915000
41.00/40.33	c cleaning 10003 clauses out of 20011 with flag 925001/925001
41.41/40.72	c cleaning 9996 clauses out of 20008 with flag 935001/935001
41.90/41.21	c cleaning 10002 clauses out of 20011 with flag 945000/945000
42.31/41.64	c cleaning 9999 clauses out of 20009 with flag 955000/955000
42.72/42.09	c cleaning 10001 clauses out of 20010 with flag 965000/965000
43.12/42.47	c cleaning 10000 clauses out of 20009 with flag 975000/975000
43.63/42.90	c cleaning 9997 clauses out of 20010 with flag 985001/985001
44.02/43.36	c cleaning 10004 clauses out of 20014 with flag 995002/995002
44.42/43.78	c cleaning 9997 clauses out of 20010 with flag 1005002/1005002
44.83/44.19	c cleaning 10002 clauses out of 20012 with flag 1015001/1015001
45.33/44.61	c cleaning 9994 clauses out of 20010 with flag 1025001/1025001
45.73/45.04	c cleaning 10006 clauses out of 20016 with flag 1035001/1035001
46.13/45.48	c cleaning 10001 clauses out of 20012 with flag 1045003/1045003
46.63/45.92	c cleaning 10000 clauses out of 20010 with flag 1055002/1055002
47.03/46.35	c cleaning 9999 clauses out of 20010 with flag 1065002/1065002
47.44/46.75	c cleaning 10000 clauses out of 20010 with flag 1075001/1075001
47.84/47.17	c cleaning 9999 clauses out of 20010 with flag 1085001/1085001
48.24/47.55	c cleaning 10002 clauses out of 20010 with flag 1095000/1095000
48.64/47.95	c cleaning 10000 clauses out of 20010 with flag 1105002/1105002
49.05/48.37	c cleaning 9999 clauses out of 20011 with flag 1115003/1115003
49.44/48.77	c cleaning 10000 clauses out of 20009 with flag 1125000/1125000
49.84/49.19	c cleaning 10000 clauses out of 20009 with flag 1135000/1135000
50.35/49.62	c cleaning 9999 clauses out of 20010 with flag 1145001/1145001
50.75/50.04	c cleaning 9999 clauses out of 20010 with flag 1155000/1155000
51.15/50.48	c cleaning 10001 clauses out of 20012 with flag 1165001/1165001
51.45/50.77	c Got one! Elapsed wall clock time (in seconds):50.676
51.45/50.77	o 90
51.65/50.91	c cleaning 10003 clauses out of 20011 with flag 1175001/1175001
52.05/51.39	c cleaning 9998 clauses out of 20009 with flag 1185002/1185002
52.55/51.88	c cleaning 10001 clauses out of 20010 with flag 1195001/1195001
53.06/52.33	c cleaning 10000 clauses out of 20009 with flag 1205001/1205001
53.56/52.82	c cleaning 10002 clauses out of 20011 with flag 1215003/1215003
53.96/53.27	c cleaning 9997 clauses out of 20006 with flag 1225000/1225000
54.46/53.77	c cleaning 10001 clauses out of 20009 with flag 1235000/1235000
54.97/54.29	c cleaning 10001 clauses out of 20010 with flag 1245002/1245002
55.57/54.80	c cleaning 9991 clauses out of 20007 with flag 1255000/1255000
56.07/55.32	c cleaning 10005 clauses out of 20017 with flag 1265001/1265001
56.58/55.83	c cleaning 9998 clauses out of 20011 with flag 1275000/1275000
56.98/56.29	c cleaning 10002 clauses out of 20013 with flag 1285000/1285000
57.48/56.71	c cleaning 9999 clauses out of 20011 with flag 1295000/1295000
57.88/57.14	c cleaning 10004 clauses out of 20014 with flag 1305002/1305002
58.28/57.60	c cleaning 9997 clauses out of 20009 with flag 1315001/1315001
58.38/57.67	c Got one! Elapsed wall clock time (in seconds):57.582
58.38/57.67	o 87
58.78/58.07	c cleaning 10004 clauses out of 20012 with flag 1325001/1325001
59.28/58.55	c cleaning 10001 clauses out of 20008 with flag 1335001/1335001
59.79/59.04	c cleaning 9994 clauses out of 20006 with flag 1345000/1345000
60.29/59.51	c cleaning 10002 clauses out of 20012 with flag 1355000/1355000
60.69/59.99	c cleaning 10002 clauses out of 20011 with flag 1365001/1365001
61.20/60.42	c cleaning 10000 clauses out of 20010 with flag 1375002/1375002
61.70/60.90	c cleaning 9997 clauses out of 20008 with flag 1385000/1385000
62.20/61.43	c cleaning 10003 clauses out of 20011 with flag 1395000/1395000
62.70/61.93	c cleaning 10000 clauses out of 20009 with flag 1405001/1405001
63.21/62.43	c cleaning 10000 clauses out of 20008 with flag 1415000/1415000
63.72/62.92	c cleaning 9996 clauses out of 20010 with flag 1425002/1425002
64.12/63.39	c cleaning 10002 clauses out of 20014 with flag 1435002/1435002
64.63/63.83	c cleaning 10002 clauses out of 20012 with flag 1445002/1445002
65.12/64.38	c cleaning 9998 clauses out of 20010 with flag 1455002/1455002
65.62/64.84	c cleaning 10001 clauses out of 20011 with flag 1465001/1465001
66.12/65.32	c cleaning 9998 clauses out of 20010 with flag 1475001/1475001
66.52/65.78	c cleaning 10001 clauses out of 20012 with flag 1485001/1485001
67.02/66.22	c cleaning 10001 clauses out of 20011 with flag 1495001/1495001
67.42/66.67	c cleaning 10001 clauses out of 20009 with flag 1505000/1505000
67.83/67.08	c cleaning 9998 clauses out of 20009 with flag 1515001/1515001
68.33/67.50	c cleaning 9997 clauses out of 20010 with flag 1525000/1525000
68.73/67.93	c cleaning 10002 clauses out of 20014 with flag 1535001/1535001
69.13/68.35	c cleaning 10001 clauses out of 20011 with flag 1545000/1545000
69.53/68.76	c cleaning 10001 clauses out of 20011 with flag 1555001/1555001
69.93/69.17	c cleaning 9997 clauses out of 20009 with flag 1565000/1565000
70.43/69.64	c cleaning 10001 clauses out of 20013 with flag 1575001/1575001
70.63/69.85	c Got one! Elapsed wall clock time (in seconds):69.754
70.63/69.85	o 39
70.93/70.12	c cleaning 10004 clauses out of 20012 with flag 1585001/1585001
71.34/70.57	c cleaning 10001 clauses out of 20008 with flag 1595001/1595001
71.84/71.07	c cleaning 9999 clauses out of 20007 with flag 1605001/1605001
72.35/71.52	c cleaning 9997 clauses out of 20007 with flag 1615000/1615000
72.74/71.99	c cleaning 9999 clauses out of 20010 with flag 1625000/1625000
73.25/72.47	c cleaning 10003 clauses out of 20012 with flag 1635001/1635001
73.65/72.88	c cleaning 9997 clauses out of 20009 with flag 1645001/1645001
74.06/73.28	c cleaning 10003 clauses out of 20011 with flag 1655000/1655000
74.47/73.70	c cleaning 10000 clauses out of 20008 with flag 1665000/1665000
74.87/74.09	c cleaning 10000 clauses out of 20011 with flag 1675003/1675003
75.37/74.50	c cleaning 9999 clauses out of 20009 with flag 1685001/1685001
75.78/74.93	c cleaning 9997 clauses out of 20011 with flag 1695002/1695002
76.18/75.37	c cleaning 10003 clauses out of 20015 with flag 1705003/1705003
76.58/75.78	c cleaning 10000 clauses out of 20010 with flag 1715001/1715001
76.99/76.19	c cleaning 10002 clauses out of 20012 with flag 1725003/1725003
77.49/76.61	c cleaning 10002 clauses out of 20009 with flag 1735002/1735002
77.90/77.04	c cleaning 9997 clauses out of 20005 with flag 1745000/1745000
78.29/77.48	c cleaning 9997 clauses out of 20008 with flag 1755000/1755000
78.79/77.91	c cleaning 10002 clauses out of 20011 with flag 1765000/1765000
79.19/78.33	c cleaning 10003 clauses out of 20012 with flag 1775003/1775003
79.59/78.76	c cleaning 10002 clauses out of 20008 with flag 1785002/1785002
80.00/79.14	c cleaning 9997 clauses out of 20005 with flag 1795001/1795001
80.39/79.54	c cleaning 10001 clauses out of 20007 with flag 1805000/1805000
80.80/79.97	c cleaning 9996 clauses out of 20006 with flag 1815000/1815000
81.34/80.43	c cleaning 10001 clauses out of 20010 with flag 1825000/1825000
81.71/80.66	c starts		: 224
81.71/80.66	c conflicts		: 1830438
81.71/80.66	c decisions		: 2848228
81.71/80.66	c propagations		: 46122352
81.71/80.66	c inspects		: 387562418
81.71/80.66	c learnt literals	: 6
81.71/80.66	c learnt binary clauses	: 18
81.71/80.66	c learnt ternary clauses	: 1025
81.71/80.66	c learnt clauses	: 1830431
81.71/80.66	c ignored clauses	: 0
81.71/80.66	c root simplifications	: 0
81.71/80.66	c removed literals (reason simplification)	: 13636496
81.71/80.66	c reason swapping (by a shorter reason)	: 0
81.71/80.66	c Calls to reduceDB	: 184
81.71/80.66	c number of reductions to clauses (during analyze)	: 0
81.71/80.66	c number of learned constraints concerned by reduction	: 0
81.71/80.66	c number of learning phase by resolution	: 0
81.71/80.66	c number of learning phase by cutting planes	: 0
81.71/80.66	c speed (assignments/second)	: 4264665.002311604
81.71/80.66	c non guided choices	730
81.71/80.66	c learnt constraints type 
81.71/80.66	c constraints type 
81.71/80.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
81.71/80.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
81.71/80.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
81.71/80.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30
81.71/80.66	s OPTIMUM FOUND
81.71/80.66	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 
81.71/80.66	c objective function=39
81.71/80.66	c Total wall clock time (in seconds): 80.57

Verifier Data

OK	39

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698416-1278325576/watcher-2698416-1278325576 -o /tmp/evaluation-result-2698416-1278325576/solver-2698416-1278325576 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698416-1278325576.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.80 1.92 1.67 3/196 4101
/proc/meminfo: memFree=32443260/32950928 swapFree=67111528/67111528
[pid=4101] ppid=4099 vsize=13472 CPUtime=0
/proc/4101/stat : 4101 (java) S 4099 4101 3781 0 -1 4202496 1101 0 0 0 0 0 0 0 19 0 2 0 771556 13795328 573 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/4101/statm: 3370 576 260 10 0 1204 0
[pid=4101/tid=4102] ppid=4099 vsize=13484 CPUtime=0
/proc/4101/task/4102/stat : 4102 (java) R 4099 4101 3781 0 -1 4202560 67 0 0 0 0 0 0 0 20 0 2 0 771557 13807616 580 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.051511 s]
/proc/loadavg: 1.80 1.92 1.67 3/196 4101
/proc/meminfo: memFree=32443260/32950928 swapFree=67111528/67111528
[pid=4101] ppid=4099 vsize=1528568 CPUtime=0.04
/proc/4101/stat : 4101 (java) S 4099 4101 3781 0 -1 4202496 4086 0 1 0 3 1 0 0 19 0 18 0 771556 1565253632 3525 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4101/statm: 382142 3526 1078 10 0 379445 0
[pid=4101/tid=4102] ppid=4099 vsize=1528568 CPUtime=0.03
/proc/4101/task/4102/stat : 4102 (java) R 4099 4101 3781 0 -1 4202560 3001 0 1 0 3 0 0 0 25 0 18 0 771557 1565253632 3526 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1528568

[startup+0.100502 s]
/proc/loadavg: 1.80 1.92 1.67 3/196 4101
/proc/meminfo: memFree=32443260/32950928 swapFree=67111528/67111528
[pid=4101] ppid=4099 vsize=1529724 CPUtime=0.11
/proc/4101/stat : 4101 (java) S 4099 4101 3781 0 -1 4202496 5230 0 1 0 10 1 0 0 19 0 18 0 771556 1566437376 4667 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4101/statm: 382431 4668 1347 10 0 379734 0
[pid=4101/tid=4102] ppid=4099 vsize=1529724 CPUtime=0.08
/proc/4101/task/4102/stat : 4102 (java) R 4099 4101 3781 0 -1 4202560 3572 0 1 0 7 1 0 0 25 0 18 0 771557 1566437376 4669 4089446400 134512640 134550932 4286618192 18446744073709551615 106546665 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529724

[startup+0.300468 s]
/proc/loadavg: 1.80 1.92 1.67 3/196 4101
/proc/meminfo: memFree=32443260/32950928 swapFree=67111528/67111528
[pid=4101] ppid=4099 vsize=1533180 CPUtime=0.6
/proc/4101/stat : 4101 (java) S 4099 4101 3781 0 -1 4202496 6709 0 1 0 59 1 0 0 19 0 19 0 771556 1569976320 6136 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4101/statm: 383295 6137 1417 10 0 380598 0
[pid=4101/tid=4102] ppid=4099 vsize=1533180 CPUtime=0.28
/proc/4101/task/4102/stat : 4102 (java) R 4099 4101 3781 0 -1 4202560 4107 0 1 0 27 1 0 0 25 0 19 0 771557 1569976320 6137 4089446400 134512640 134550932 4286618192 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1533180

[startup+0.700395 s]
/proc/loadavg: 1.80 1.92 1.67 3/196 4101
/proc/meminfo: memFree=32443260/32950928 swapFree=67111528/67111528
[pid=4101] ppid=4099 vsize=1533180 CPUtime=1.13
/proc/4101/stat : 4101 (java) S 4099 4101 3781 0 -1 4202496 8290 0 1 0 111 2 0 0 19 0 19 0 771556 1569976320 7686 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4101/statm: 383295 7686 1439 10 0 380598 0
[pid=4101/tid=4102] ppid=4099 vsize=1533180 CPUtime=0.67
/proc/4101/task/4102/stat : 4102 (java) R 4099 4101 3781 0 -1 4202560 5259 0 1 0 66 1 0 0 25 0 19 0 771557 1569976320 7686 4089446400 134512640 134550932 4286618192 18446744073709551615 4109242137 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1533180

[startup+1.50125 s]
/proc/loadavg: 1.80 1.92 1.67 3/215 4120
/proc/meminfo: memFree=32414596/32950928 swapFree=67111528/67111528
[pid=4101] ppid=4099 vsize=1533180 CPUtime=1.98
/proc/4101/stat : 4101 (java) S 4099 4101 3781 0 -1 4202496 8876 0 1 0 196 2 0 0 19 0 19 0 771556 1569976320 8269 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4101/statm: 383295 8269 1439 10 0 380598 0
[pid=4101/tid=4102] ppid=4099 vsize=1533180 CPUtime=1.44
/proc/4101/task/4102/stat : 4102 (java) R 4099 4101 3781 0 -1 4202560 5263 0 1 0 143 1 0 0 25 0 19 0 771557 1569976320 8269 4089446400 134512640 134550932 4286618192 18446744073709551615 4109225556 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4101/tid=4104] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4104/stat : 4104 (java) S 4099 4101 3781 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 19 0 771557 1569976320 8269 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4105] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4105/stat : 4105 (java) S 4099 4101 3781 0 -1 4202560 115 0 0 0 0 0 0 0 16 0 19 0 771557 1569976320 8269 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
[pid=4101/tid=4106] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4106/stat : 4106 (java) S 4099 4101 3781 0 -1 4202560 69 0 0 0 0 0 0 0 16 0 19 0 771557 1569976320 8269 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
[pid=4101/tid=4107] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4107/stat : 4107 (java) S 4099 4101 3781 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 771557 1569976320 8269 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 4 0 0 0
[pid=4101/tid=4108] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4108/stat : 4108 (java) S 4099 4101 3781 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 19 0 771557 1569976320 8269 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 2 0 0 0
[pid=4101/tid=4109] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4109/stat : 4109 (java) S 4099 4101 3781 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 771557 1569976320 8269 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 2 0 0 0
[pid=4101/tid=4110] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4110/stat : 4110 (java) S 4099 4101 3781 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 771557 1569976320 8269 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 4 0 0 0
[pid=4101/tid=4111] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4111/stat : 4111 (java) S 4099 4101 3781 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 771557 1569976320 8269 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 2 0 0 0
[pid=4101/tid=4112] ppid=4099 vsize=1533180 CPUtime=0.03
/proc/4101/task/4112/stat : 4112 (java) S 4099 4101 3781 0 -1 4202560 373 0 0 0 3 0 0 0 16 0 19 0 771558 1569976320 8269 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 0 0 16800975 18446604471111453376 0 0 -1 5 0 0 0
[pid=4101/tid=4113] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4113/stat : 4113 (java) S 4099 4101 3781 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 771558 1569976320 8269 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4114] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4114/stat : 4114 (java) S 4099 4101 3781 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 771558 1569976320 8269 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4115] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4115/stat : 4115 (java) S 4099 4101 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771560 1569976320 8269 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4116] ppid=4099 vsize=1533180 CPUtime=0.25
/proc/4101/task/4116/stat : 4116 (java) S 4099 4101 3781 0 -1 4202560 474 0 0 0 25 0 0 0 16 0 19 0 771560 1569976320 8269 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4117] ppid=4099 vsize=1533180 CPUtime=0.23
/proc/4101/task/4117/stat : 4117 (java) S 4099 4101 3781 0 -1 4202560 1132 0 0 0 23 0 0 0 16 0 19 0 771560 1569976320 8269 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 7 0 0 0
[pid=4101/tid=4118] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4118/stat : 4118 (java) S 4099 4101 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771560 1569976320 8269 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
[pid=4101/tid=4119] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4119/stat : 4119 (java) S 4099 4101 3781 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 771560 1569976320 8269 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
[pid=4101/tid=4120] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4120/stat : 4120 (java) S 4099 4101 3781 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 771571 1569976320 8269 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1533180

[startup+3.10097 s]
/proc/loadavg: 1.80 1.92 1.67 3/215 4120
/proc/meminfo: memFree=32409904/32950928 swapFree=67111528/67111528
[pid=4101] ppid=4099 vsize=1533180 CPUtime=3.6
/proc/4101/stat : 4101 (java) S 4099 4101 3781 0 -1 4202496 9752 0 1 0 358 2 0 0 19 0 19 0 771556 1569976320 9131 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4101/statm: 383295 9131 1439 10 0 380598 0
[pid=4101/tid=4102] ppid=4099 vsize=1533180 CPUtime=2.99
/proc/4101/task/4102/stat : 4102 (java) R 4099 4101 3781 0 -1 4202560 5792 0 1 0 298 1 0 0 25 0 19 0 771557 1569976320 9131 4089446400 134512640 134550932 4286618192 18446744073709551615 4109323815 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4101/tid=4104] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4104/stat : 4104 (java) S 4099 4101 3781 0 -1 4202560 194 0 0 0 0 0 0 0 16 0 19 0 771557 1569976320 9131 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4105] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4105/stat : 4105 (java) S 4099 4101 3781 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 19 0 771557 1569976320 9131 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
[pid=4101/tid=4106] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4106/stat : 4106 (java) S 4099 4101 3781 0 -1 4202560 71 0 0 0 0 0 0 0 16 0 19 0 771557 1569976320 9131 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 7 0 0 0
[pid=4101/tid=4107] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4107/stat : 4107 (java) S 4099 4101 3781 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 771557 1569976320 9131 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 4 0 0 0
[pid=4101/tid=4108] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4108/stat : 4108 (java) S 4099 4101 3781 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 771557 1569976320 9131 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 2 0 0 0
[pid=4101/tid=4109] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4109/stat : 4109 (java) S 4099 4101 3781 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 771557 1569976320 9131 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 2 0 0 0
[pid=4101/tid=4110] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4110/stat : 4110 (java) S 4099 4101 3781 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 771557 1569976320 9131 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 4 0 0 0
[pid=4101/tid=4111] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4111/stat : 4111 (java) S 4099 4101 3781 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 19 0 771557 1569976320 9131 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 0 0 0 0
[pid=4101/tid=4112] ppid=4099 vsize=1533180 CPUtime=0.06
/proc/4101/task/4112/stat : 4112 (java) S 4099 4101 3781 0 -1 4202560 604 0 0 0 6 0 0 0 15 0 19 0 771558 1569976320 9131 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 0 0 16800975 18446604471111453376 0 0 -1 5 0 0 0
[pid=4101/tid=4113] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4113/stat : 4113 (java) S 4099 4101 3781 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 771558 1569976320 9131 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4114] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4114/stat : 4114 (java) S 4099 4101 3781 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 771558 1569976320 9131 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4115] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4115/stat : 4115 (java) S 4099 4101 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771560 1569976320 9131 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4116] ppid=4099 vsize=1533180 CPUtime=0.25
/proc/4101/task/4116/stat : 4116 (java) S 4099 4101 3781 0 -1 4202560 474 0 0 0 25 0 0 0 15 0 19 0 771560 1569976320 9131 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4117] ppid=4099 vsize=1533180 CPUtime=0.26
/proc/4101/task/4117/stat : 4117 (java) S 4099 4101 3781 0 -1 4202560 1153 0 0 0 26 0 0 0 15 0 19 0 771560 1569976320 9131 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 7 0 0 0
[pid=4101/tid=4118] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4118/stat : 4118 (java) S 4099 4101 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771560 1569976320 9131 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
[pid=4101/tid=4119] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4119/stat : 4119 (java) S 4099 4101 3781 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 771560 1569976320 9131 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
[pid=4101/tid=4120] ppid=4099 vsize=1533180 CPUtime=0
/proc/4101/task/4120/stat : 4120 (java) S 4099 4101 3781 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 771571 1569976320 9131 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 1533180

[startup+6.30146 s]
/proc/loadavg: 1.81 1.92 1.67 3/215 4120
/proc/meminfo: memFree=32406432/32950928 swapFree=67111528/67111528
[pid=4101] ppid=4099 vsize=1532440 CPUtime=6.81
/proc/4101/stat : 4101 (java) S 4099 4101 3781 0 -1 4202496 10036 0 1 0 679 2 0 0 19 0 19 0 771556 1569218560 9227 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4101/statm: 383110 9227 1439 10 0 380413 0
[pid=4101/tid=4102] ppid=4099 vsize=1532440 CPUtime=6.12
/proc/4101/task/4102/stat : 4102 (java) R 4099 4101 3781 0 -1 4202560 5989 0 1 0 611 1 0 0 25 0 19 0 771557 1569218560 9227 4089446400 134512640 134550932 4286618192 18446744073709551615 4109427154 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4101/tid=4104] ppid=4099 vsize=1532440 CPUtime=0
/proc/4101/task/4104/stat : 4104 (java) S 4099 4101 3781 0 -1 4202560 194 0 0 0 0 0 0 0 15 0 19 0 771557 1569218560 9227 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4105] ppid=4099 vsize=1532440 CPUtime=0
/proc/4101/task/4105/stat : 4105 (java) S 4099 4101 3781 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 19 0 771557 1569218560 9227 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
[pid=4101/tid=4106] ppid=4099 vsize=1532440 CPUtime=0
/proc/4101/task/4106/stat : 4106 (java) S 4099 4101 3781 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 771557 1569218560 9227 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 7 0 0 0
[pid=4101/tid=4107] ppid=4099 vsize=1532440 CPUtime=0
/proc/4101/task/4107/stat : 4107 (java) S 4099 4101 3781 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 771557 1569218560 9227 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 0 0 0 0
[pid=4101/tid=4108] ppid=4099 vsize=1532440 CPUtime=0
/proc/4101/task/4108/stat : 4108 (java) S 4099 4101 3781 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 771557 1569218560 9227 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 2 0 0 0
[pid=4101/tid=4109] ppid=4099 vsize=1532440 CPUtime=0
/proc/4101/task/4109/stat : 4109 (java) S 4099 4101 3781 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 19 0 771557 1569218560 9227 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 2 0 0 0
[pid=4101/tid=4110] ppid=4099 vsize=1532440 CPUtime=0
/proc/4101/task/4110/stat : 4110 (java) S 4099 4101 3781 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 771557 1569218560 9227 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 4 0 0 0
[pid=4101/tid=4111] ppid=4099 vsize=1532440 CPUtime=0
/proc/4101/task/4111/stat : 4111 (java) S 4099 4101 3781 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 19 0 771557 1569218560 9227 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 0 0 0 0
[pid=4101/tid=4112] ppid=4099 vsize=1532440 CPUtime=0.12
/proc/4101/task/4112/stat : 4112 (java) S 4099 4101 3781 0 -1 4202560 687 0 0 0 12 0 0 0 15 0 19 0 771558 1569218560 9227 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 0 0 16800975 18446604471111453376 0 0 -1 5 0 0 0
[pid=4101/tid=4113] ppid=4099 vsize=1532440 CPUtime=0
/proc/4101/task/4113/stat : 4113 (java) S 4099 4101 3781 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 771558 1569218560 9227 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4114] ppid=4099 vsize=1532440 CPUtime=0
/proc/4101/task/4114/stat : 4114 (java) S 4099 4101 3781 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 771558 1569218560 9227 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4115] ppid=4099 vsize=1532440 CPUtime=0
/proc/4101/task/4115/stat : 4115 (java) S 4099 4101 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771560 1569218560 9227 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4116] ppid=4099 vsize=1532440 CPUtime=0.25
/proc/4101/task/4116/stat : 4116 (java) S 4099 4101 3781 0 -1 4202560 474 0 0 0 25 0 0 0 15 0 19 0 771560 1569218560 9227 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4117] ppid=4099 vsize=1532440 CPUtime=0.26
/proc/4101/task/4117/stat : 4117 (java) S 4099 4101 3781 0 -1 4202560 1153 0 0 0 26 0 0 0 15 0 19 0 771560 1569218560 9227 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 7 0 0 0
[pid=4101/tid=4118] ppid=4099 vsize=1532440 CPUtime=0
/proc/4101/task/4118/stat : 4118 (java) S 4099 4101 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771560 1569218560 9227 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
[pid=4101/tid=4119] ppid=4099 vsize=1532440 CPUtime=0
/proc/4101/task/4119/stat : 4119 (java) S 4099 4101 3781 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 771560 1569218560 9227 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
[pid=4101/tid=4120] ppid=4099 vsize=1532440 CPUtime=0
/proc/4101/task/4120/stat : 4120 (java) S 4099 4101 3781 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 771571 1569218560 9227 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.81
Current children cumulated vsize (KiB) 1532440


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

/proc/4101/task/4104/stat : 4104 (java) S 4099 4101 3781 0 -1 4202560 200 0 0 0 7 0 0 0 15 0 19 0 771557 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 2 0 0 0
[pid=4101/tid=4105] ppid=4099 vsize=1533464 CPUtime=0.08
/proc/4101/task/4105/stat : 4105 (java) S 4099 4101 3781 0 -1 4202560 140 0 0 0 7 1 0 0 15 0 19 0 771557 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
[pid=4101/tid=4106] ppid=4099 vsize=1533464 CPUtime=0.06
/proc/4101/task/4106/stat : 4106 (java) S 4099 4101 3781 0 -1 4202560 76 0 0 0 6 0 0 0 15 0 19 0 771557 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
[pid=4101/tid=4107] ppid=4099 vsize=1533464 CPUtime=0.05
/proc/4101/task/4107/stat : 4107 (java) S 4099 4101 3781 0 -1 4202560 14 0 0 0 5 0 0 0 15 0 19 0 771557 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4108] ppid=4099 vsize=1533464 CPUtime=0.08
/proc/4101/task/4108/stat : 4108 (java) S 4099 4101 3781 0 -1 4202560 81 0 0 0 8 0 0 0 15 0 19 0 771557 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 4 0 0 0
[pid=4101/tid=4109] ppid=4099 vsize=1533464 CPUtime=0.07
/proc/4101/task/4109/stat : 4109 (java) S 4099 4101 3781 0 -1 4202560 61 0 0 0 7 0 0 0 15 0 19 0 771557 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 7 0 0 0
[pid=4101/tid=4110] ppid=4099 vsize=1533464 CPUtime=0.08
/proc/4101/task/4110/stat : 4110 (java) S 4099 4101 3781 0 -1 4202560 39 0 0 0 7 1 0 0 15 0 19 0 771557 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 2 0 0 0
[pid=4101/tid=4111] ppid=4099 vsize=1533464 CPUtime=0.07
/proc/4101/task/4111/stat : 4111 (java) S 4099 4101 3781 0 -1 4202560 126 0 0 0 7 0 0 0 16 0 19 0 771557 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 0 0 0 0
[pid=4101/tid=4112] ppid=4099 vsize=1533464 CPUtime=1.91
/proc/4101/task/4112/stat : 4112 (java) S 4099 4101 3781 0 -1 4202560 1283 0 0 0 190 1 0 0 15 0 19 0 771558 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 0 0 16800975 18446604471111453376 0 0 -1 5 0 0 0
[pid=4101/tid=4113] ppid=4099 vsize=1533464 CPUtime=0
/proc/4101/task/4113/stat : 4113 (java) S 4099 4101 3781 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 771558 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4114] ppid=4099 vsize=1533464 CPUtime=0
/proc/4101/task/4114/stat : 4114 (java) S 4099 4101 3781 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 771558 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4115] ppid=4099 vsize=1533464 CPUtime=0
/proc/4101/task/4115/stat : 4115 (java) S 4099 4101 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771560 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4116] ppid=4099 vsize=1533464 CPUtime=0.25
/proc/4101/task/4116/stat : 4116 (java) S 4099 4101 3781 0 -1 4202560 474 0 0 0 25 0 0 0 15 0 19 0 771560 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4117] ppid=4099 vsize=1533464 CPUtime=0.28
/proc/4101/task/4117/stat : 4117 (java) S 4099 4101 3781 0 -1 4202560 1436 0 0 0 28 0 0 0 15 0 19 0 771560 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 7 0 0 0
[pid=4101/tid=4118] ppid=4099 vsize=1533464 CPUtime=0
/proc/4101/task/4118/stat : 4118 (java) S 4099 4101 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771560 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
[pid=4101/tid=4119] ppid=4099 vsize=1533464 CPUtime=0
/proc/4101/task/4119/stat : 4119 (java) S 4099 4101 3781 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 771560 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 7 0 0 0
[pid=4101/tid=4120] ppid=4099 vsize=1533464 CPUtime=0
/proc/4101/task/4120/stat : 4120 (java) S 4099 4101 3781 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 771571 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 80.8
Current children cumulated vsize (KiB) 1533464

[startup+80.3073 s]
/proc/loadavg: 2.03 1.97 1.71 3/215 4214
/proc/meminfo: memFree=32390560/32950928 swapFree=67111528/67111528
[pid=4101] ppid=4099 vsize=1533464 CPUtime=81.2
/proc/4101/stat : 4101 (java) S 4099 4101 3781 0 -1 4202496 12041 0 1 0 8111 9 0 0 19 0 19 0 771556 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4101/statm: 383366 10875 1439 10 0 380669 0
[pid=4101/tid=4102] ppid=4099 vsize=1533464 CPUtime=78.11
/proc/4101/task/4102/stat : 4102 (java) R 4099 4101 3781 0 -1 4202560 7040 0 1 0 7809 2 0 0 25 0 19 0 771557 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4109219962 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4101/tid=4104] ppid=4099 vsize=1533464 CPUtime=0.07
/proc/4101/task/4104/stat : 4104 (java) S 4099 4101 3781 0 -1 4202560 200 0 0 0 7 0 0 0 15 0 19 0 771557 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 2 0 0 0
[pid=4101/tid=4105] ppid=4099 vsize=1533464 CPUtime=0.08
/proc/4101/task/4105/stat : 4105 (java) S 4099 4101 3781 0 -1 4202560 140 0 0 0 7 1 0 0 15 0 19 0 771557 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
[pid=4101/tid=4106] ppid=4099 vsize=1533464 CPUtime=0.06
/proc/4101/task/4106/stat : 4106 (java) S 4099 4101 3781 0 -1 4202560 76 0 0 0 6 0 0 0 15 0 19 0 771557 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
[pid=4101/tid=4107] ppid=4099 vsize=1533464 CPUtime=0.05
/proc/4101/task/4107/stat : 4107 (java) S 4099 4101 3781 0 -1 4202560 14 0 0 0 5 0 0 0 15 0 19 0 771557 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4108] ppid=4099 vsize=1533464 CPUtime=0.08
/proc/4101/task/4108/stat : 4108 (java) S 4099 4101 3781 0 -1 4202560 81 0 0 0 8 0 0 0 15 0 19 0 771557 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 4 0 0 0
[pid=4101/tid=4109] ppid=4099 vsize=1533464 CPUtime=0.07
/proc/4101/task/4109/stat : 4109 (java) S 4099 4101 3781 0 -1 4202560 61 0 0 0 7 0 0 0 15 0 19 0 771557 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 7 0 0 0
[pid=4101/tid=4110] ppid=4099 vsize=1533464 CPUtime=0.08
/proc/4101/task/4110/stat : 4110 (java) S 4099 4101 3781 0 -1 4202560 39 0 0 0 7 1 0 0 15 0 19 0 771557 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 2 0 0 0
[pid=4101/tid=4111] ppid=4099 vsize=1533464 CPUtime=0.07
/proc/4101/task/4111/stat : 4111 (java) S 4099 4101 3781 0 -1 4202560 126 0 0 0 7 0 0 0 16 0 19 0 771557 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 6 0 0 0
[pid=4101/tid=4112] ppid=4099 vsize=1533464 CPUtime=1.92
/proc/4101/task/4112/stat : 4112 (java) S 4099 4101 3781 0 -1 4202560 1283 0 0 0 191 1 0 0 15 0 19 0 771558 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 0 0 16800975 18446604471111453376 0 0 -1 5 0 0 0
[pid=4101/tid=4113] ppid=4099 vsize=1533464 CPUtime=0
/proc/4101/task/4113/stat : 4113 (java) S 4099 4101 3781 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 771558 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4114] ppid=4099 vsize=1533464 CPUtime=0
/proc/4101/task/4114/stat : 4114 (java) S 4099 4101 3781 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 771558 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4115] ppid=4099 vsize=1533464 CPUtime=0
/proc/4101/task/4115/stat : 4115 (java) S 4099 4101 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771560 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4116] ppid=4099 vsize=1533464 CPUtime=0.25
/proc/4101/task/4116/stat : 4116 (java) S 4099 4101 3781 0 -1 4202560 474 0 0 0 25 0 0 0 15 0 19 0 771560 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4117] ppid=4099 vsize=1533464 CPUtime=0.28
/proc/4101/task/4117/stat : 4117 (java) S 4099 4101 3781 0 -1 4202560 1436 0 0 0 28 0 0 0 15 0 19 0 771560 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 7 0 0 0
[pid=4101/tid=4118] ppid=4099 vsize=1533464 CPUtime=0
/proc/4101/task/4118/stat : 4118 (java) S 4099 4101 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771560 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
[pid=4101/tid=4119] ppid=4099 vsize=1533464 CPUtime=0
/proc/4101/task/4119/stat : 4119 (java) S 4099 4101 3781 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 771560 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 7 0 0 0
[pid=4101/tid=4120] ppid=4099 vsize=1533464 CPUtime=0
/proc/4101/task/4120/stat : 4120 (java) S 4099 4101 3781 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 771571 1570267136 10875 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 81.2
Current children cumulated vsize (KiB) 1533464

[startup+80.5012 s]
/proc/loadavg: 2.03 1.97 1.71 3/215 4214
/proc/meminfo: memFree=32390560/32950928 swapFree=67111528/67111528
[pid=4101] ppid=4099 vsize=1539280 CPUtime=81.54
/proc/4101/stat : 4101 (java) S 4099 4101 3781 0 -1 4202496 13656 0 1 0 8145 9 0 0 19 0 19 0 771556 1576222720 12129 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4101/statm: 384820 12129 1439 10 0 382123 0
[pid=4101/tid=4102] ppid=4099 vsize=1539280 CPUtime=78.28
/proc/4101/task/4102/stat : 4102 (java) R 4099 4101 3781 0 -1 4202560 7041 0 1 0 7826 2 0 0 25 0 19 0 771557 1576222720 12129 4089446400 134512640 134550932 4286618192 18446744073709551615 4109260716 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4101/tid=4104] ppid=4099 vsize=1539280 CPUtime=0.07
/proc/4101/task/4104/stat : 4104 (java) S 4099 4101 3781 0 -1 4202560 200 0 0 0 7 0 0 0 15 0 19 0 771557 1576222720 12129 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 2 0 0 0
[pid=4101/tid=4105] ppid=4099 vsize=1539280 CPUtime=0.08
/proc/4101/task/4105/stat : 4105 (java) S 4099 4101 3781 0 -1 4202560 140 0 0 0 7 1 0 0 15 0 19 0 771557 1576222720 12129 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 7 0 0 0
[pid=4101/tid=4106] ppid=4099 vsize=1539280 CPUtime=0.06
/proc/4101/task/4106/stat : 4106 (java) S 4099 4101 3781 0 -1 4202560 76 0 0 0 6 0 0 0 15 0 19 0 771557 1576222720 12129 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
[pid=4101/tid=4107] ppid=4099 vsize=1539280 CPUtime=0.05
/proc/4101/task/4107/stat : 4107 (java) S 4099 4101 3781 0 -1 4202560 14 0 0 0 5 0 0 0 15 0 19 0 771557 1576222720 12129 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 7 0 0 0
[pid=4101/tid=4108] ppid=4099 vsize=1539280 CPUtime=0.08
/proc/4101/task/4108/stat : 4108 (java) S 4099 4101 3781 0 -1 4202560 81 0 0 0 8 0 0 0 15 0 19 0 771557 1576222720 12129 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 4 0 0 0
[pid=4101/tid=4109] ppid=4099 vsize=1539280 CPUtime=0.07
/proc/4101/task/4109/stat : 4109 (java) S 4099 4101 3781 0 -1 4202560 61 0 0 0 7 0 0 0 15 0 19 0 771557 1576222720 12129 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 7 0 0 0
[pid=4101/tid=4110] ppid=4099 vsize=1539280 CPUtime=0.08
/proc/4101/task/4110/stat : 4110 (java) S 4099 4101 3781 0 -1 4202560 39 0 0 0 7 1 0 0 15 0 19 0 771557 1576222720 12129 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 2 0 0 0
[pid=4101/tid=4111] ppid=4099 vsize=1539280 CPUtime=0.07
/proc/4101/task/4111/stat : 4111 (java) S 4099 4101 3781 0 -1 4202560 126 0 0 0 7 0 0 0 15 0 19 0 771557 1576222720 12129 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 6 0 0 0
[pid=4101/tid=4112] ppid=4099 vsize=1539280 CPUtime=1.93
/proc/4101/task/4112/stat : 4112 (java) S 4099 4101 3781 0 -1 4202560 1286 0 0 0 192 1 0 0 15 0 19 0 771558 1576222720 12129 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 0 0 16800975 18446604471111453376 0 0 -1 5 0 0 0
[pid=4101/tid=4113] ppid=4099 vsize=1539280 CPUtime=0
/proc/4101/task/4113/stat : 4113 (java) S 4099 4101 3781 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 771558 1576222720 12129 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4114] ppid=4099 vsize=1539280 CPUtime=0
/proc/4101/task/4114/stat : 4114 (java) S 4099 4101 3781 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 771558 1576222720 12129 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4115] ppid=4099 vsize=1539280 CPUtime=0
/proc/4101/task/4115/stat : 4115 (java) S 4099 4101 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771560 1576222720 12129 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4116] ppid=4099 vsize=1539280 CPUtime=0.37
/proc/4101/task/4116/stat : 4116 (java) R 4099 4101 3781 0 -1 4202560 2017 0 0 0 37 0 0 0 16 0 19 0 771560 1576222720 12129 4089446400 134512640 134550932 4286618192 18446744073709551615 106251668 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4101/tid=4117] ppid=4099 vsize=1539280 CPUtime=0.3
/proc/4101/task/4117/stat : 4117 (java) S 4099 4101 3781 0 -1 4202560 1504 0 0 0 30 0 0 0 15 0 19 0 771560 1576222720 12129 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 7 0 0 0
[pid=4101/tid=4118] ppid=4099 vsize=1539280 CPUtime=0
/proc/4101/task/4118/stat : 4118 (java) S 4099 4101 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771560 1576222720 12129 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
[pid=4101/tid=4119] ppid=4099 vsize=1539280 CPUtime=0
/proc/4101/task/4119/stat : 4119 (java) S 4099 4101 3781 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 771560 1576222720 12129 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 7 0 0 0
[pid=4101/tid=4120] ppid=4099 vsize=1539280 CPUtime=0
/proc/4101/task/4120/stat : 4120 (java) S 4099 4101 3781 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 771571 1576222720 12129 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 81.54
Current children cumulated vsize (KiB) 1539280

[startup+80.6012 s]
/proc/loadavg: 2.03 1.97 1.71 3/215 4214
/proc/meminfo: memFree=32390560/32950928 swapFree=67111528/67111528
[pid=4101] ppid=4099 vsize=1539956 CPUtime=81.71
/proc/4101/stat : 4101 (java) S 4099 4101 3781 0 -1 4202496 14788 0 1 0 8161 10 0 0 19 0 19 0 771556 1576914944 12566 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4101/statm: 384989 12566 1439 10 0 382292 0
[pid=4101/tid=4102] ppid=4099 vsize=1539956 CPUtime=78.38
/proc/4101/task/4102/stat : 4102 (java) R 4099 4101 3781 0 -1 4202560 7042 0 1 0 7836 2 0 0 25 0 19 0 771557 1576914944 12566 4089446400 134512640 134550932 4286618192 18446744073709551615 4109272072 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4101/tid=4104] ppid=4099 vsize=1539956 CPUtime=0.07
/proc/4101/task/4104/stat : 4104 (java) S 4099 4101 3781 0 -1 4202560 200 0 0 0 7 0 0 0 15 0 19 0 771557 1576914944 12566 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 2 0 0 0
[pid=4101/tid=4105] ppid=4099 vsize=1539956 CPUtime=0.08
/proc/4101/task/4105/stat : 4105 (java) S 4099 4101 3781 0 -1 4202560 140 0 0 0 7 1 0 0 15 0 19 0 771557 1576914944 12566 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 7 0 0 0
[pid=4101/tid=4106] ppid=4099 vsize=1539956 CPUtime=0.06
/proc/4101/task/4106/stat : 4106 (java) S 4099 4101 3781 0 -1 4202560 76 0 0 0 6 0 0 0 15 0 19 0 771557 1576914944 12566 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
[pid=4101/tid=4107] ppid=4099 vsize=1539956 CPUtime=0.05
/proc/4101/task/4107/stat : 4107 (java) S 4099 4101 3781 0 -1 4202560 14 0 0 0 5 0 0 0 15 0 19 0 771557 1576914944 12566 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 7 0 0 0
[pid=4101/tid=4108] ppid=4099 vsize=1539956 CPUtime=0.08
/proc/4101/task/4108/stat : 4108 (java) S 4099 4101 3781 0 -1 4202560 81 0 0 0 8 0 0 0 15 0 19 0 771557 1576914944 12566 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 4 0 0 0
[pid=4101/tid=4109] ppid=4099 vsize=1539956 CPUtime=0.07
/proc/4101/task/4109/stat : 4109 (java) S 4099 4101 3781 0 -1 4202560 61 0 0 0 7 0 0 0 15 0 19 0 771557 1576914944 12566 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 7 0 0 0
[pid=4101/tid=4110] ppid=4099 vsize=1539956 CPUtime=0.08
/proc/4101/task/4110/stat : 4110 (java) S 4099 4101 3781 0 -1 4202560 39 0 0 0 7 1 0 0 15 0 19 0 771557 1576914944 12566 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 2 0 0 0
[pid=4101/tid=4111] ppid=4099 vsize=1539956 CPUtime=0.07
/proc/4101/task/4111/stat : 4111 (java) S 4099 4101 3781 0 -1 4202560 126 0 0 0 7 0 0 0 15 0 19 0 771557 1576914944 12566 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 6 0 0 0
[pid=4101/tid=4112] ppid=4099 vsize=1539956 CPUtime=1.93
/proc/4101/task/4112/stat : 4112 (java) S 4099 4101 3781 0 -1 4202560 1286 0 0 0 192 1 0 0 15 0 19 0 771558 1576914944 12566 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 0 0 16800975 18446604471111453376 0 0 -1 5 0 0 0
[pid=4101/tid=4113] ppid=4099 vsize=1539956 CPUtime=0
/proc/4101/task/4113/stat : 4113 (java) S 4099 4101 3781 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 771558 1576914944 12566 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4114] ppid=4099 vsize=1539956 CPUtime=0
/proc/4101/task/4114/stat : 4114 (java) S 4099 4101 3781 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 771558 1576914944 12566 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4115] ppid=4099 vsize=1539956 CPUtime=0
/proc/4101/task/4115/stat : 4115 (java) S 4099 4101 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771560 1576914944 12566 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4116] ppid=4099 vsize=1539956 CPUtime=0.43
/proc/4101/task/4116/stat : 4116 (java) S 4099 4101 3781 0 -1 4202560 3148 0 0 0 43 0 0 0 16 0 19 0 771560 1576914944 12566 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 1 0 0 0
[pid=4101/tid=4117] ppid=4099 vsize=1539956 CPUtime=0.3
/proc/4101/task/4117/stat : 4117 (java) S 4099 4101 3781 0 -1 4202560 1504 0 0 0 30 0 0 0 15 0 19 0 771560 1576914944 12566 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 7 0 0 0
[pid=4101/tid=4118] ppid=4099 vsize=1539956 CPUtime=0
/proc/4101/task/4118/stat : 4118 (java) S 4099 4101 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771560 1576914944 12566 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
[pid=4101/tid=4119] ppid=4099 vsize=1539956 CPUtime=0
/proc/4101/task/4119/stat : 4119 (java) S 4099 4101 3781 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 771560 1576914944 12566 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 7 0 0 0
[pid=4101/tid=4120] ppid=4099 vsize=1539956 CPUtime=0
/proc/4101/task/4120/stat : 4120 (java) S 4099 4101 3781 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 771571 1576914944 12566 4089446400 134512640 134550932 4286618192 18446744073709551615 4294960144 0 4 0 16800975 18446604471111453376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 81.71
Current children cumulated vsize (KiB) 1539956

Child status: 30
Real time (s): 80.685
CPU time (s): 81.8086
CPU user time (s): 81.7056
CPU system time (s): 0.102984
CPU usage (%): 101.393
Max. virtual memory (cumulated for all children) (KiB): 1539956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.7056
system time used= 0.102984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14822
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= 6929
involuntary context switches= 31770

runsolver used 0.140978 second user time and 0.306953 second system time

The end

Launcher Data

Begin job on node123 at 2010-07-05 12:26:17
IDJOB=2698416
IDBENCH=78810
IDSOLVER=1211
FILE ID=node123/2698416-1278325576
PBS_JOBID= 11207450
Free space on /tmp= 74160 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.1111223220--soft-66-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2698416-1278325576/watcher-2698416-1278325576 -o /tmp/evaluation-result-2698416-1278325576/solver-2698416-1278325576 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698416-1278325576.wbo

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

MD5SUM BENCH= 3199d968dfdc76b1f122b376f1cc0c5d
RANDOM SEED=1173001251

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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:     32950928 kB
MemFree:      32443408 kB
Buffers:         21364 kB
Cached:         293296 kB
SwapCached:          0 kB
Active:         172316 kB
Inactive:       233844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32443408 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1000 kB
Writeback:           0 kB
AnonPages:       91608 kB
Mapped:          20316 kB
Slab:            35972 kB
PageTables:       5072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1639164 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= 74160 MiB
End job on node123 at 2010-07-05 12:27:37