Trace number 2088143

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
Sugar v1.14.6+minisatSAT 1585.51 1599.81

General information on the benchmark

Namecsp/bibd8/
normalized-bibd-8-84-42-4-18_glb.xml
MD5SUMfd5e2fd975fbc9948561e342a7ecd6fc
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.7846
Satisfiable
(Un)Satisfiability was proved
Number of variables3024
Number of constraints2472
Maximum constraint arity84
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2352
Global constraints used (with number of constraints)weightedsum(120)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 10:33:30 2009
0.00/0.08	c 0	PID 29584
0.00/0.08	c 0	HOST node78.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2088143-1247387609.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2088143-1247387609.xml' 'HOME/temp.csp'
0.07/0.93	c 0	1 domains, 3024 variables, 1 predicates, 0 relations, 2472 constraints
0.07/0.95	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.95	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.91/1.03	c 1	Parsing HOME/temp.csp
1.04/1.18	c 1	parsed 5498 expressions
1.04/1.19	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.19	c 1	Converting to clausal form CSP
1.14/1.22	c 1	converted 550 (10%) expressions
1.14/1.23	c 1	converted 1100 (20%) expressions
1.14/1.24	c 1	converted 1650 (30%) expressions
1.14/1.24	c 1	converted 2200 (40%) expressions
1.14/1.24	c 1	converted 2749 (50%) expressions
1.43/1.54	c 1	converted 3299 (60%) expressions
1.63/1.78	c 1	converted 3849 (70%) expressions
1.83/1.98	c 1	converted 4399 (80%) expressions
2.13/2.21	c 2	converted 4949 (90%) expressions
2.52/2.62	c 2	converted 5498 (100%) expressions
2.52/2.62	c 2	CSP : 9240 integers, 4704 booleans, 26784 clauses, largest domain size 29
2.52/2.62	c 2	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.52/2.62	c 2	Propagation in CSP
2.61/2.72	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.61/2.72	c 2	CSP : 9240 integers, 4704 booleans, 26784 clauses, largest domain size 29
2.61/2.72	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.61/2.74	c 2	Simplifing CSP by introducing new Boolean variables
2.61/2.76	c 2	CSP : 9240 integers, 4704 booleans, 26784 clauses, largest domain size 29
2.61/2.76	c 2	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.71/2.89	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.81/2.92	c 2	924 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.81/2.93	c 2	1848 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.81/2.93	c 2	2772 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.81/2.93	c 2	3696 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.81/2.93	c 2	4620 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.81/2.93	c 2	5544 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.81/2.93	c 2	6468 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.81/2.94	c 2	7392 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.81/2.95	c 2	8316 (90%) CSP integer variables are encoded (6288 clauses, 90221 bytes)
2.81/2.96	c 2	9240 (100%) CSP integer variables are encoded (15792 clauses, 232781 bytes)
2.91/3.02	c 2	2679 (10%) CSP clauses are encoded (18471 clauses, 271277 bytes)
2.91/3.04	c 3	5357 (20%) CSP clauses are encoded (21149 clauses, 310076 bytes)
2.91/3.06	c 3	8036 (30%) CSP clauses are encoded (23828 clauses, 349646 bytes)
2.91/3.08	c 3	10714 (40%) CSP clauses are encoded (26506 clauses, 389815 bytes)
3.01/3.10	c 3	13392 (50%) CSP clauses are encoded (29184 clauses, 429984 bytes)
3.01/3.12	c 3	16071 (60%) CSP clauses are encoded (31863 clauses, 470165 bytes)
3.01/3.14	c 3	18749 (70%) CSP clauses are encoded (34541 clauses, 510340 bytes)
3.01/3.16	c 3	21428 (80%) CSP clauses are encoded (37220 clauses, 550527 bytes)
3.41/3.57	c 3	24106 (90%) CSP clauses are encoded (104032 clauses, 1925819 bytes)
5.38/5.52	c 5	26784 (100%) CSP clauses are encoded (430800 clauses, 9846843 bytes)
5.38/5.52	c 5	26784 CSP clauses encoded
5.38/5.52	c 5	Writing map file : HOME/temp.map
5.38/5.54	c 5	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.38/5.54	c 5	SAT : 29736 SAT variables, 430800 SAT clauses, 9846843 bytes
5.38/5.54	c 5	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.38/5.60	c 5	SOLVING HOME/temp.cnf
5.38/5.60	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.44/5.60	c 5	This is MiniSat 2.0 beta
5.44/5.60	c 5	WARNING: for repeatability, setting FPU to use double precision
5.44/5.60	c 5	============================[ Problem Statistics ]=============================
5.44/5.60	c 5	|                                                                             |
5.44/5.61	c 5	|  Number of variables:  29736                                                |
5.44/5.61	c 5	|  Number of clauses:    430800                                               |
5.44/5.88	c 5	|  Parsing time:         0.23         s                                       |
5.44/5.90	c 5	============================[ Search Statistics ]==============================
5.44/5.90	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.44/5.90	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.44/5.90	c 5	===============================================================================
5.44/5.90	c 5	|         0 |   29736   430800  1591008 |   143600        0    nan |  0.000 % |
5.44/5.92	c 5	|       101 |   29736   430800  1591008 |   157960      101     35 |  0.000 % |
5.44/5.96	c 5	|       252 |   29736   430800  1591008 |   173756      252     25 |  0.000 % |
5.44/6.01	c 5	|       478 |   29736   430800  1591008 |   191131      478     36 |  0.000 % |
5.44/6.08	c 6	|       816 |   29736   430800  1591008 |   210244      816     28 |  0.000 % |
5.44/6.34	c 6	|      1322 |   29736   430800  1591008 |   231269     1322     28 |  0.000 % |
6.61/6.80	c 6	|      2081 |   29736   430800  1591008 |   254396     2081     27 |  0.000 % |
6.90/7.13	c 7	|      3222 |   29736   430800  1591008 |   279835     3222     34 |  0.000 % |
7.10/7.38	c 7	|      4930 |   29736   430800  1591008 |   307819     4930     34 |  0.000 % |
7.60/7.82	c 7	|      7492 |   29736   430800  1591008 |   338601     7492     29 |  0.000 % |
8.29/8.59	c 8	|     11336 |   29736   430800  1591008 |   372461    11336     28 |  0.000 % |
9.38/9.62	c 9	|     17103 |   29736   430800  1591008 |   409707    17103     27 |  0.000 % |
11.27/11.56	c 11	|     25752 |   29736   430800  1591008 |   450678    25752     28 |  0.000 % |
14.14/14.48	c 14	|     38726 |   29736   430800  1591008 |   495746    38726     38 |  0.000 % |
19.68/20.03	c 20	|     58187 |   29736   430800  1591008 |   545320    58187     39 |  0.000 % |
31.37/31.80	c 31	|     87381 |   29736   430800  1591008 |   599852    87381     39 |  0.000 % |
49.70/50.30	c 50	|    131170 |   29736   430800  1591008 |   659838   131170     39 |  0.000 % |
79.22/80.12	c 80	|    196855 |   29736   430800  1591008 |   725821   196855     37 |  0.000 % |
123.20/124.51	c 124	|    295382 |   29736   430800  1591008 |   798404   295382     36 |  0.000 % |
234.94/237.35	c 237	|    443171 |   29736   430800  1591008 |   878244   443171     38 |  0.000 % |
411.28/415.33	c 415	|    664854 |   29736   430800  1591008 |   966068   664854     42 |  0.000 % |
726.30/733.30	c 733	|    997379 |   29736   430800  1591008 |  1062675    42832     38 |  0.000 % |
1212.19/1223.85	c 1223	|   1496167 |   29736   430800  1591008 |  1168943   541620     59 |  0.000 % |
1584.93/1599.26	c 1599	===============================================================================
1584.93/1599.27	c 1599	restarts              : 23
1584.93/1599.27	c 1599	conflicts             : 1855331        (1175 /sec)
1584.93/1599.27	c 1599	decisions             : 2667987        (1.13 % random) (1690 /sec)
1584.93/1599.27	c 1599	propagations          : 614672149      (389348 /sec)
1584.93/1599.27	c 1599	conflict literals     : 95612435       (7.89 % deleted)
1584.93/1599.27	c 1599	Memory used           : 269.51 MB
1584.93/1599.27	c 1599	CPU time              : 1578.72 s
1584.93/1599.27	c 1599	
1584.93/1599.28	c 1599	SATISFIABLE
1585.02/1599.32	c 1599	DECODING HOME/temp.out WITH HOME/temp.map
1585.02/1599.32	c 1599	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1585.13/1599.40	c 1599	Decoding HOME/temp.out
1585.32/1599.64	s SATISFIABLE
1585.43/1599.74	v 1 0 1 1 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 1 1 1 0 1 0 0 1 0 0 1 1 0 1 1 0 0 0 0 1 1 0 0 0 1 1 0 1 1 0 0 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 1 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 1 1 1 1 0 0 1 0 1 0 0 0 0 1 1 1 1 0 1 0 1 1 1 0 1 1 0 1 1 1 0 1 0 1 1 0 0 0 1 1 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 1 1 0 1 0 1 1 0 1 0 0 0 1 1 0 1 0 1 1 0 0 1 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 0 1 0 1 1 0 1 1 1 0 1 0 0 0 0 1 1 0 0 0 1 0 0 1 0 1 0 1 1 0 1 1 1 0 1 1 0 1 0 0 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 0 1 0 0 0 1 1 1 0 0 0 1 0 1 0 0 1 0 1 1 0 0 0 0 1 0 1 0 1 1 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 0 0 1 1 1 0 0 1 0 1 0 1 1 0 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 0 0 0 0 1 0 0 0 1 0 1 1 0 1 1 0 1 0 0 1 1 1 0 1 1 0 0 0 0 0 1 1 1 1 1 0 0 0 1 1 0 0 1 0 0 0 0 0 1 1 1 0 0 0 1 1 1 1 0 1 1 1 0 0 1 0 1 0 1 1 0 1 1 0 0 0 0 0 1 0 1 0 1 1 1 0 0 0 1 1 1 1 0 1 1 1 1 0 0 0 0 1 0 0 1 1 0 1 0 0 0 0 0 1 0 0 0 1 1 1 1 0 0 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 1 0 1 1 1 0 1 0 1 0 0 1 1 0 1 1 0 0 1 0 1 1 0 0 0 1 1 1 0 1 0 0 1 1 1 0 0 1 1 0 0 1 0 1 1 1 0 0 0 1 1 1 0 1 0 0 1 1 0 0 0 1 1 0 0 1 1 0 1 1 0 0 0 1 1 0 0 1 1 0 1 1 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 1 1 1 0 1 1 0 0 1 0 0 0 1 0 1 1 0 1 0 0 0 1 1 0 1 0 1 1 1 1 1 0 0 0 0 1 1 0 1 1 0 1 1 0 0 0 1 1 1 0 1 1 1 0 1 0 1 0 1 1 0 0 1 1 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 1 0 1 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 1 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 1 1 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 1 0 0 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 1 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 1 0 1 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 1 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 1 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 1 0 0 1 1 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 1 0 0 1 1 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 1 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 1 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 1 0 0 1 0 1 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 1 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 0 0 0 0 1 0 0 1 1 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 1 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 1 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 1 0
1585.43/1599.74	c 1599	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1585.47/1599.80	c 1599	CPU 1585.49 (0.08 0.04 1584.22 1.15)
1585.47/1599.80	c 1599	END Sun Jul 12 11:00:09 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2088143-1247387609/watcher-2088143-1247387609 -o /tmp/evaluation-result-2088143-1247387609/solver-2088143-1247387609 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2088143-1247387609.xml 

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): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.09 2.08 4/81 29584
/proc/meminfo: memFree=1051232/2055912 swapFree=4192812/4192956
[pid=29584] ppid=29582 vsize=18576 CPUtime=0
/proc/29584/stat : 29584 (runsolver) R 29582 29584 27413 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25825504 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255372881191 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29584/statm: 4644 284 249 26 0 2626 0

[startup+0.102608 s]
/proc/loadavg: 2.09 2.09 2.08 4/81 29584
/proc/meminfo: memFree=1051232/2055912 swapFree=4192812/4192956
[pid=29584] ppid=29582 vsize=16868 CPUtime=0.07
/proc/29584/stat : 29584 (sugar) S 29582 29584 27413 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 25825504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29584/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201618 s]
/proc/loadavg: 2.09 2.09 2.08 4/81 29584
/proc/meminfo: memFree=1051232/2055912 swapFree=4192812/4192956
[pid=29584] ppid=29582 vsize=16868 CPUtime=0.07
/proc/29584/stat : 29584 (sugar) S 29582 29584 27413 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 25825504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29584/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30162 s]
/proc/loadavg: 2.09 2.09 2.08 4/81 29584
/proc/meminfo: memFree=1051232/2055912 swapFree=4192812/4192956
[pid=29584] ppid=29582 vsize=16868 CPUtime=0.07
/proc/29584/stat : 29584 (sugar) S 29582 29584 27413 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 25825504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29584/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701667 s]
/proc/loadavg: 2.09 2.09 2.08 4/81 29584
/proc/meminfo: memFree=1051232/2055912 swapFree=4192812/4192956
[pid=29584] ppid=29582 vsize=16868 CPUtime=0.07
/proc/29584/stat : 29584 (sugar) S 29582 29584 27413 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 25825504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29584/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50275 s]
/proc/loadavg: 2.09 2.09 2.08 4/92 29606
/proc/meminfo: memFree=1042312/2055912 swapFree=4192812/4192956
[pid=29584] ppid=29582 vsize=16868 CPUtime=0.91
/proc/29584/stat : 29584 (sugar) S 29582 29584 27413 0 -1 4194304 1309 6995 0 1 6 1 78 6 15 0 1 0 25825504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29584/statm: 4217 1111 409 3 0 796 0
[pid=29597] ppid=29584 vsize=5356 CPUtime=0
/proc/29597/stat : 29597 (sh) S 29584 29584 27413 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25825599 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29597/statm: 1339 233 193 169 0 50 0
[pid=29598] ppid=29597 vsize=868488 CPUtime=0.52
/proc/29598/stat : 29598 (java) S 29597 29584 27413 0 -1 0 5721 0 1 0 48 4 0 0 18 0 9 0 25825600 889331712 5139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29598/statm: 217122 5139 1741 9 0 211627 0
[pid=29598/tid=29599] ppid=29597 vsize=868488 CPUtime=0.29
/proc/29598/task/29599/stat : 29599 (java) R 29597 29584 27413 0 -1 64 2663 0 1 0 28 1 0 0 21 0 9 0 25825601 889331712 5139 996147200 134512640 134550932 4294955936 18446744073709551615 102094106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29598/tid=29600] ppid=29597 vsize=868488 CPUtime=0.03
/proc/29598/task/29600/stat : 29600 (java) S 29597 29584 27413 0 -1 64 878 0 0 0 3 0 0 0 16 0 9 0 25825602 889331712 5139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29598/tid=29601] ppid=29597 vsize=868488 CPUtime=0
/proc/29598/task/29601/stat : 29601 (java) S 29597 29584 27413 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25825602 889331712 5139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29598/tid=29602] ppid=29597 vsize=868488 CPUtime=0
/proc/29598/task/29602/stat : 29602 (java) S 29597 29584 27413 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25825602 889331712 5139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29598/tid=29603] ppid=29597 vsize=868488 CPUtime=0
/proc/29598/task/29603/stat : 29603 (java) S 29597 29584 27413 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25825604 889331712 5139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29598/tid=29604] ppid=29597 vsize=868488 CPUtime=0.17
/proc/29598/task/29604/stat : 29604 (java) S 29597 29584 27413 0 -1 64 1487 0 0 0 16 1 0 0 16 0 9 0 25825604 889331712 5139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29598/tid=29605] ppid=29597 vsize=868488 CPUtime=0
/proc/29598/task/29605/stat : 29605 (java) S 29597 29584 27413 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25825604 889331712 5139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29598/tid=29606] ppid=29597 vsize=868488 CPUtime=0
/proc/29598/task/29606/stat : 29606 (java) S 29597 29584 27413 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25825604 889331712 5139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890712

[startup+3.10292 s]
/proc/loadavg: 2.16 2.10 2.08 3/92 29606
/proc/meminfo: memFree=1022920/2055912 swapFree=4192812/4192956
[pid=29584] ppid=29582 vsize=16868 CPUtime=0.91
/proc/29584/stat : 29584 (sugar) S 29582 29584 27413 0 -1 4194304 1310 6995 0 1 6 1 78 6 15 0 1 0 25825504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29584/statm: 4217 1111 409 3 0 796 0
[pid=29597] ppid=29584 vsize=5356 CPUtime=0
/proc/29597/stat : 29597 (sh) S 29584 29584 27413 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25825599 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29597/statm: 1339 233 193 169 0 50 0
[pid=29598] ppid=29597 vsize=868684 CPUtime=2.1
/proc/29598/stat : 29598 (java) S 29597 29584 27413 0 -1 0 11091 0 1 0 202 8 0 0 18 0 9 0 25825600 889532416 10027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29598/statm: 217171 10027 2590 9 0 211648 0
[pid=29598/tid=29599] ppid=29597 vsize=868684 CPUtime=1.25
/proc/29598/task/29599/stat : 29599 (java) R 29597 29584 27413 0 -1 64 2941 0 1 0 123 2 0 0 25 0 9 0 25825601 889532416 10027 996147200 134512640 134550932 4294955936 18446744073709551615 4126971012 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29598/tid=29600] ppid=29597 vsize=868684 CPUtime=0.54
/proc/29598/task/29600/stat : 29600 (java) S 29597 29584 27413 0 -1 64 5891 0 0 0 51 3 0 0 16 0 9 0 25825602 889532416 10027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29598/tid=29601] ppid=29597 vsize=868684 CPUtime=0
/proc/29598/task/29601/stat : 29601 (java) S 29597 29584 27413 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25825602 889532416 10027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29598/tid=29602] ppid=29597 vsize=868684 CPUtime=0
/proc/29598/task/29602/stat : 29602 (java) S 29597 29584 27413 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25825602 889532416 10027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29598/tid=29603] ppid=29597 vsize=868684 CPUtime=0
/proc/29598/task/29603/stat : 29603 (java) S 29597 29584 27413 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25825604 889532416 10027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29598/tid=29604] ppid=29597 vsize=868684 CPUtime=0.28
/proc/29598/task/29604/stat : 29604 (java) S 29597 29584 27413 0 -1 64 1561 0 0 0 27 1 0 0 16 0 9 0 25825604 889532416 10027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29598/tid=29605] ppid=29597 vsize=868684 CPUtime=0
/proc/29598/task/29605/stat : 29605 (java) S 29597 29584 27413 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25825604 889532416 10027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29598/tid=29606] ppid=29597 vsize=868684 CPUtime=0
/proc/29598/task/29606/stat : 29606 (java) S 29597 29584 27413 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25825604 889532416 10027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890908

[startup+6.30125 s]
/proc/loadavg: 2.16 2.10 2.08 3/92 29606
/proc/meminfo: memFree=1007816/2055912 swapFree=4192812/4192956
[pid=29584] ppid=29582 vsize=16868 CPUtime=5.44
/proc/29584/stat : 29584 (sugar) S 29582 29584 27413 0 -1 4194304 1376 18596 0 2 7 1 513 23 15 0 1 0 25825504 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29584/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 16868

[startup+12.7029 s]
/proc/loadavg: 2.14 2.10 2.08 3/84 29608
/proc/meminfo: memFree=1009224/2055912 swapFree=4192812/4192956
[pid=29584] ppid=29582 vsize=16868 CPUtime=5.44
/proc/29584/stat : 29584 (sugar) S 29582 29584 27413 0 -1 4194304 1376 18596 0 2 7 1 513 23 16 0 1 0 25825504 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29584/statm: 4217 1113 409 3 0 796 0
[pid=29607] ppid=29584 vsize=5356 CPUtime=0
/proc/29607/stat : 29607 (sh) S 29584 29584 27413 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25826064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29607/statm: 1339 232 193 169 0 50 0
[pid=29608] ppid=29607 vsize=30308 CPUtime=7.01
/proc/29608/stat : 29608 (minisat) R 29607 29584 27413 0 -1 4194304 7386 0 0 0 696 5 0 0 25 0 1 0 25826065 31035392 7372 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/29608/statm: 7577 7372 76 150 0 7424 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 52532

[startup+25.5013 s]
/proc/loadavg: 2.12 2.09 2.08 3/84 29608
/proc/meminfo: memFree=1000072/2055912 swapFree=4192812/4192956
[pid=29584] ppid=29582 vsize=16868 CPUtime=5.44
/proc/29584/stat : 29584 (sugar) S 29582 29584 27413 0 -1 4194304 1376 18596 0 2 7 1 513 23 16 0 1 0 25825504 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29584/statm: 4217 1113 409 3 0 796 0
[pid=29607] ppid=29584 vsize=5356 CPUtime=0
/proc/29607/stat : 29607 (sh) S 29584 29584 27413 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25826064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29607/statm: 1339 232 193 169 0 50 0
[pid=29608] ppid=29607 vsize=38956 CPUtime=19.7
/proc/29608/stat : 29608 (minisat) R 29607 29584 27413 0 -1 4194304 9525 0 0 0 1962 8 0 0 25 0 1 0 25826065 39890944 9511 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/29608/statm: 9739 9511 76 150 0 9586 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 61180

[startup+51.1019 s]
/proc/loadavg: 2.08 2.08 2.08 3/84 29608
/proc/meminfo: memFree=988808/2055912 swapFree=4192812/4192956
[pid=29584] ppid=29582 vsize=16868 CPUtime=5.44
/proc/29584/stat : 29584 (sugar) S 29582 29584 27413 0 -1 4194304 1376 18596 0 2 7 1 513 23 16 0 1 0 25825504 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29584/statm: 4217 1113 409 3 0 796 0
[pid=29607] ppid=29584 vsize=5356 CPUtime=0
/proc/29607/stat : 29607 (sh) S 29584 29584 27413 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25826064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29607/statm: 1339 232 193 169 0 50 0
[pid=29608] ppid=29607 vsize=50228 CPUtime=45.05
/proc/29608/stat : 29608 (minisat) R 29607 29584 27413 0 -1 4194304 12392 0 0 0 4493 12 0 0 25 0 1 0 25826065 51433472 12378 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/29608/statm: 12557 12378 76 150 0 12404 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 72452

[startup+102.301 s]
/proc/loadavg: 2.03 2.07 2.07 3/84 29608
/proc/meminfo: memFree=967048/2055912 swapFree=4192812/4192956
[pid=29584] ppid=29582 vsize=16868 CPUtime=5.44
/proc/29584/stat : 29584 (sugar) S 29582 29584 27413 0 -1 4194304 1376 18596 0 2 7 1 513 23 16 0 1 0 25825504 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29584/statm: 4217 1113 409 3 0 796 0
[pid=29607] ppid=29584 vsize=5356 CPUtime=0
/proc/29607/stat : 29607 (sh) S 29584 29584 27413 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25826064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29607/statm: 1339 232 193 169 0 50 0
[pid=29608] ppid=29607 vsize=71764 CPUtime=95.78
/proc/29608/stat : 29608 (minisat) R 29607 29584 27413 0 -1 4194304 17728 0 0 0 9559 19 0 0 25 0 1 0 25826065 73486336 17714 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/29608/statm: 17941 17714 76 150 0 17788 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 93988

[startup+162.302 s]
/proc/loadavg: 2.01 2.05 2.07 3/84 29608
/proc/meminfo: memFree=950088/2055912 swapFree=4192812/4192956
[pid=29584] ppid=29582 vsize=16868 CPUtime=5.44
/proc/29584/stat : 29584 (sugar) S 29582 29584 27413 0 -1 4194304 1376 18596 0 2 7 1 513 23 16 0 1 0 25825504 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29584/statm: 4217 1113 409 3 0 796 0
[pid=29607] ppid=29584 vsize=5356 CPUtime=0
/proc/29607/stat : 29607 (sh) S 29584 29584 27413 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25826064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29607/statm: 1339 232 193 169 0 50 0
[pid=29608] ppid=29607 vsize=89028 CPUtime=155.21
/proc/29608/stat : 29608 (minisat) R 29607 29584 27413 0 -1 4194304 21974 0 0 0 15497 24 0 0 25 0 1 0 25826065 91164672 21960 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29608/statm: 22257 21960 76 150 0 22104 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 111252

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

[pid=29608] ppid=29607 vsize=241096 CPUtime=1403.39
/proc/29608/stat : 29608 (minisat) R 29607 29584 27413 0 -1 4194304 60001 0 0 0 140269 70 0 0 25 0 1 0 25826065 246882304 59987 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/29608/statm: 60274 59987 76 150 0 60121 0
Current children cumulated CPU time (s) 1408.83
Current children cumulated vsize (KiB) 263320

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 29651
/proc/meminfo: memFree=1542000/2055912 swapFree=4192812/4192956
[pid=29584] ppid=29582 vsize=16868 CPUtime=5.44
/proc/29584/stat : 29584 (sugar) S 29582 29584 27413 0 -1 4194304 1376 18596 0 2 7 1 513 23 16 0 1 0 25825504 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29584/statm: 4217 1113 409 3 0 796 0
[pid=29607] ppid=29584 vsize=5356 CPUtime=0
/proc/29607/stat : 29607 (sh) S 29584 29584 27413 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25826064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29607/statm: 1339 232 193 169 0 50 0
[pid=29608] ppid=29607 vsize=253384 CPUtime=1462.86
/proc/29608/stat : 29608 (minisat) R 29607 29584 27413 0 -1 4194304 63064 0 0 0 146211 75 0 0 25 0 1 0 25826065 259465216 63050 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/29608/statm: 63346 63050 76 150 0 63193 0
Current children cumulated CPU time (s) 1468.3
Current children cumulated vsize (KiB) 275608

[startup+1542.31 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 29754
/proc/meminfo: memFree=1370848/2055912 swapFree=4192812/4192956
[pid=29584] ppid=29582 vsize=16868 CPUtime=5.44
/proc/29584/stat : 29584 (sugar) S 29582 29584 27413 0 -1 4194304 1376 18596 0 2 7 1 513 23 16 0 1 0 25825504 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29584/statm: 4217 1113 409 3 0 796 0
[pid=29607] ppid=29584 vsize=5356 CPUtime=0
/proc/29607/stat : 29607 (sh) S 29584 29584 27413 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25826064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29607/statm: 1339 232 193 169 0 50 0
[pid=29608] ppid=29607 vsize=266332 CPUtime=1522.62
/proc/29608/stat : 29608 (minisat) R 29607 29584 27413 0 -1 4194304 66293 0 0 0 152181 81 0 0 25 0 1 0 25826065 272723968 66279 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29608/statm: 66583 66279 76 150 0 66430 0
Current children cumulated CPU time (s) 1528.06
Current children cumulated vsize (KiB) 288556

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

[startup+1561.6 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 29754
/proc/meminfo: memFree=1367200/2055912 swapFree=4192812/4192956
[pid=29584] ppid=29582 vsize=16868 CPUtime=5.44
/proc/29584/stat : 29584 (sugar) S 29582 29584 27413 0 -1 4194304 1376 18596 0 2 7 1 513 23 16 0 1 0 25825504 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29584/statm: 4217 1113 409 3 0 796 0
[pid=29607] ppid=29584 vsize=5356 CPUtime=0
/proc/29607/stat : 29607 (sh) S 29584 29584 27413 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25826064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29607/statm: 1339 232 193 169 0 50 0
[pid=29608] ppid=29607 vsize=270032 CPUtime=1541.91
/proc/29608/stat : 29608 (minisat) R 29607 29584 27413 0 -1 4194304 67242 0 0 0 154109 82 0 0 25 0 1 0 25826065 276512768 67228 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29608/statm: 67508 67228 76 150 0 67355 0
Current children cumulated CPU time (s) 1547.35
Current children cumulated vsize (KiB) 292256

[startup+1587.2 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 29754
/proc/meminfo: memFree=1362656/2055912 swapFree=4192812/4192956
[pid=29584] ppid=29582 vsize=16868 CPUtime=5.44
/proc/29584/stat : 29584 (sugar) S 29582 29584 27413 0 -1 4194304 1376 18596 0 2 7 1 513 23 16 0 1 0 25825504 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29584/statm: 4217 1113 409 3 0 796 0
[pid=29607] ppid=29584 vsize=5356 CPUtime=0
/proc/29607/stat : 29607 (sh) S 29584 29584 27413 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25826064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29607/statm: 1339 232 193 169 0 50 0
[pid=29608] ppid=29607 vsize=274392 CPUtime=1567.49
/proc/29608/stat : 29608 (minisat) R 29607 29584 27413 0 -1 4194304 68319 0 0 0 156666 83 0 0 25 0 1 0 25826065 280977408 68305 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29608/statm: 68598 68305 76 150 0 68445 0
Current children cumulated CPU time (s) 1572.93
Current children cumulated vsize (KiB) 296616

[startup+1593.6 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 29754
/proc/meminfo: memFree=1361824/2055912 swapFree=4192812/4192956
[pid=29584] ppid=29582 vsize=16868 CPUtime=5.44
/proc/29584/stat : 29584 (sugar) S 29582 29584 27413 0 -1 4194304 1376 18596 0 2 7 1 513 23 16 0 1 0 25825504 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29584/statm: 4217 1113 409 3 0 796 0
[pid=29607] ppid=29584 vsize=5356 CPUtime=0
/proc/29607/stat : 29607 (sh) S 29584 29584 27413 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25826064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29607/statm: 1339 232 193 169 0 50 0
[pid=29608] ppid=29607 vsize=275184 CPUtime=1573.89
/proc/29608/stat : 29608 (minisat) R 29607 29584 27413 0 -1 4194304 68528 0 0 0 157306 83 0 0 25 0 1 0 25826065 281788416 68514 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/29608/statm: 68796 68514 76 150 0 68643 0
Current children cumulated CPU time (s) 1579.33
Current children cumulated vsize (KiB) 297408

[startup+1596.8 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 29754
/proc/meminfo: memFree=1345568/2055912 swapFree=4192812/4192956
[pid=29584] ppid=29582 vsize=16868 CPUtime=5.44
/proc/29584/stat : 29584 (sugar) S 29582 29584 27413 0 -1 4194304 1376 18596 0 2 7 1 513 23 16 0 1 0 25825504 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29584/statm: 4217 1113 409 3 0 796 0
[pid=29607] ppid=29584 vsize=5356 CPUtime=0
/proc/29607/stat : 29607 (sh) S 29584 29584 27413 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25826064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29607/statm: 1339 232 193 169 0 50 0
[pid=29608] ppid=29607 vsize=275580 CPUtime=1577.08
/proc/29608/stat : 29608 (minisat) R 29607 29584 27413 0 -1 4194304 68608 0 0 0 157625 83 0 0 25 0 1 0 25826065 282193920 68594 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29608/statm: 68895 68594 76 150 0 68742 0
Current children cumulated CPU time (s) 1582.52
Current children cumulated vsize (KiB) 297804

[startup+1598.41 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 29754
/proc/meminfo: memFree=1345248/2055912 swapFree=4192812/4192956
[pid=29584] ppid=29582 vsize=16868 CPUtime=5.44
/proc/29584/stat : 29584 (sugar) S 29582 29584 27413 0 -1 4194304 1376 18596 0 2 7 1 513 23 16 0 1 0 25825504 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29584/statm: 4217 1113 409 3 0 796 0
[pid=29607] ppid=29584 vsize=5356 CPUtime=0
/proc/29607/stat : 29607 (sh) S 29584 29584 27413 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25826064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29607/statm: 1339 232 193 169 0 50 0
[pid=29608] ppid=29607 vsize=275712 CPUtime=1578.69
/proc/29608/stat : 29608 (minisat) R 29607 29584 27413 0 -1 4194304 68667 0 0 0 157785 84 0 0 25 0 1 0 25826065 282329088 68653 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29608/statm: 68928 68653 76 150 0 68775 0
Current children cumulated CPU time (s) 1584.13
Current children cumulated vsize (KiB) 297936

[startup+1599.2 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 29754
/proc/meminfo: memFree=1345248/2055912 swapFree=4192812/4192956
[pid=29584] ppid=29582 vsize=16868 CPUtime=5.44
/proc/29584/stat : 29584 (sugar) S 29582 29584 27413 0 -1 4194304 1376 18596 0 2 7 1 513 23 16 0 1 0 25825504 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29584/statm: 4217 1113 409 3 0 796 0
[pid=29607] ppid=29584 vsize=5356 CPUtime=0
/proc/29607/stat : 29607 (sh) S 29584 29584 27413 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25826064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29607/statm: 1339 232 193 169 0 50 0
[pid=29608] ppid=29607 vsize=275844 CPUtime=1579.49
/proc/29608/stat : 29608 (minisat) R 29607 29584 27413 0 -1 4194304 68700 0 0 0 157865 84 0 0 25 0 1 0 25826065 282464256 68686 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29608/statm: 68961 68686 76 150 0 68808 0
Current children cumulated CPU time (s) 1584.93
Current children cumulated vsize (KiB) 298068

[startup+1599.6 s]
/proc/loadavg: 1.99 2.00 2.00 4/96 29764
/proc/meminfo: memFree=1615840/2055912 swapFree=4192812/4192956
[pid=29584] ppid=29582 vsize=16868 CPUtime=1585.07
/proc/29584/stat : 29584 (sugar) S 29582 29584 27413 0 -1 4194304 1448 87603 0 2 7 1 158387 112 16 0 1 0 25825504 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29584/statm: 4217 1113 409 3 0 796 0
[pid=29755] ppid=29584 vsize=5356 CPUtime=0
/proc/29755/stat : 29755 (sh) S 29584 29584 27413 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25985436 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29755/statm: 1339 233 193 169 0 50 0
[pid=29756] ppid=29755 vsize=862288 CPUtime=0.25
/proc/29756/stat : 29756 (java) S 29755 29584 27413 0 -1 0 3265 0 1 0 24 1 0 0 19 0 9 0 25985437 882982912 2732 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29756/statm: 215572 2732 1278 9 0 210485 0
[pid=29756/tid=29757] ppid=29755 vsize=862288 CPUtime=0.16
/proc/29756/task/29757/stat : 29757 (java) R 29755 29584 27413 0 -1 64 2044 0 1 0 16 0 0 0 25 0 9 0 25985438 882982912 2732 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29756/tid=29758] ppid=29755 vsize=862288 CPUtime=0
/proc/29756/task/29758/stat : 29758 (java) S 29755 29584 27413 0 -1 64 197 0 0 0 0 0 0 0 16 0 9 0 25985440 882982912 2732 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29756/tid=29759] ppid=29755 vsize=862288 CPUtime=0
/proc/29756/task/29759/stat : 29759 (java) S 29755 29584 27413 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 25985440 882982912 2732 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29756/tid=29760] ppid=29755 vsize=862288 CPUtime=0
/proc/29756/task/29760/stat : 29760 (java) S 29755 29584 27413 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 25985440 882982912 2732 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29756/tid=29761] ppid=29755 vsize=862288 CPUtime=0
/proc/29756/task/29761/stat : 29761 (java) S 29755 29584 27413 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 25985442 882982912 2732 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29756/tid=29762] ppid=29755 vsize=862288 CPUtime=0.07
/proc/29756/task/29762/stat : 29762 (java) R 29755 29584 27413 0 -1 64 331 0 0 0 7 0 0 0 20 0 9 0 25985442 882982912 2732 996147200 134512640 134550932 4294955984 18446744073709551615 101680828 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29756/tid=29763] ppid=29755 vsize=862288 CPUtime=0
/proc/29756/task/29763/stat : 29763 (java) S 29755 29584 27413 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25985442 882982912 2732 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29756/tid=29764] ppid=29755 vsize=862288 CPUtime=0
/proc/29756/task/29764/stat : 29764 (java) S 29755 29584 27413 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25985442 882982912 2732 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1585.32
Current children cumulated vsize (KiB) 884512

[startup+1599.8 s]
/proc/loadavg: 1.99 2.00 2.00 4/96 29764
/proc/meminfo: memFree=1615840/2055912 swapFree=4192812/4192956
[pid=29584] ppid=29582 vsize=16868 CPUtime=1585.11
/proc/29584/stat : 29584 (sugar) S 29582 29584 27413 0 -1 4194304 1453 87603 0 2 8 4 158387 112 15 0 1 0 25825504 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29584/statm: 4217 1115 409 3 0 796 0
[pid=29755] ppid=29584 vsize=0 CPUtime=0.36
/proc/29755/stat : 29755 (sh) R 29584 29584 27413 0 -1 4194308 285 3818 0 1 0 0 34 2 16 0 1 0 25985436 0 0 996147200 0 0 0 0 0 0 0 4100 65536 0 0 0 17 0 0 0
/proc/29755/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1585.47
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1599.81
CPU time (s): 1585.51
CPU user time (s): 1584.31
CPU system time (s): 1.20282
CPU usage (%): 99.1061
Max. virtual memory (cumulated for all children) (KiB): 891048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1584.31
system time used= 1.20282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93246
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8268
involuntary context switches= 40013

runsolver used 1.92671 second user time and 5.37118 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-12 10:33:29
IDJOB=2088143
IDBENCH=58883
IDSOLVER=739
FILE ID=node78/2088143-1247387609
PBS_JOBID= 9507216
Free space on /tmp= 126744 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/bibd8/normalized-bibd-8-84-42-4-18_glb.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2088143-1247387609/watcher-2088143-1247387609 -o /tmp/evaluation-result-2088143-1247387609/solver-2088143-1247387609 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2088143-1247387609.xml

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

MD5SUM BENCH= fd5e2fd975fbc9948561e342a7ecd6fc
RANDOM SEED=866111964

node78.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055912 kB
MemFree:       1051648 kB
Buffers:         17560 kB
Cached:         188548 kB
SwapCached:          0 kB
Active:         883492 kB
Inactive:        68372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1051648 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2444 kB
Writeback:           0 kB
Mapped:         766152 kB
Slab:            36060 kB
Committed_AS:   949476 kB
PageTables:       3256 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126804 MiB
End job on node78 at 2009-07-12 11:00:09