Trace number 2086570

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 17.8493 18.1574

General information on the benchmark

Namecsp/bibd7/
normalized-bibd-7-84-36-3-12_glb.xml
MD5SUMda8050cdd718894ba239316b4d1b2509
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.269958
Satisfiable
(Un)Satisfiability was proved
Number of variables2352
Number of constraints1876
Maximum constraint arity84
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1764
Global constraints used (with number of constraints)weightedsum(112)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sun Jul 12 09:28:27 2009
0.06/0.08	c 0	PID 23674
0.06/0.08	c 0	HOST node48.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2086570-1247383706.xml TO HOME/temp.csp
0.06/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-2086570-1247383706.xml' 'HOME/temp.csp'
0.06/0.63	c 0	1 domains, 2352 variables, 1 predicates, 0 relations, 1876 constraints
0.06/0.66	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.66	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.60/0.74	c 0	Parsing HOME/temp.csp
0.60/0.87	c 0	parsed 4230 expressions
0.60/0.88	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.60/0.88	c 0	Converting to clausal form CSP
0.60/0.91	c 0	converted 423 (10%) expressions
0.60/0.92	c 0	converted 846 (20%) expressions
0.60/0.92	c 0	converted 1269 (30%) expressions
0.60/0.93	c 0	converted 1692 (40%) expressions
0.60/0.93	c 0	converted 2115 (50%) expressions
1.01/1.19	c 1	converted 2538 (60%) expressions
1.21/1.38	c 1	converted 2961 (70%) expressions
1.40/1.56	c 1	converted 3384 (80%) expressions
1.50/1.67	c 1	converted 3807 (90%) expressions
1.90/2.08	c 2	converted 4230 (100%) expressions
1.90/2.09	c 2	CSP : 7056 integers, 3528 booleans, 20216 clauses, largest domain size 29
1.90/2.09	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.90/2.09	c 2	Propagation in CSP
2.00/2.18	c 2	252 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.00/2.19	c 2	CSP : 7056 integers, 3528 booleans, 20216 clauses, largest domain size 29
2.00/2.19	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.00/2.20	c 2	Simplifing CSP by introducing new Boolean variables
2.09/2.22	c 2	CSP : 7056 integers, 3528 booleans, 20216 clauses, largest domain size 29
2.09/2.22	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.20/2.32	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.20/2.33	c 2	706 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.20/2.34	c 2	1412 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.20/2.35	c 2	2117 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.20/2.35	c 2	2823 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.20/2.36	c 2	3528 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.20/2.36	c 2	4234 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.20/2.36	c 2	4940 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.20/2.36	c 2	5645 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.20/2.37	c 2	6351 (90%) CSP integer variables are encoded (4911 clauses, 66196 bytes)
2.20/2.38	c 2	7056 (100%) CSP integer variables are encoded (11676 clauses, 167671 bytes)
2.30/2.43	c 2	2022 (10%) CSP clauses are encoded (13698 clauses, 196579 bytes)
2.30/2.45	c 2	4044 (20%) CSP clauses are encoded (15720 clauses, 225765 bytes)
2.30/2.47	c 2	6065 (30%) CSP clauses are encoded (17741 clauses, 255231 bytes)
2.30/2.48	c 2	8087 (40%) CSP clauses are encoded (19763 clauses, 285569 bytes)
2.30/2.50	c 2	10108 (50%) CSP clauses are encoded (21784 clauses, 315881 bytes)
2.40/2.51	c 2	12130 (60%) CSP clauses are encoded (23806 clauses, 346207 bytes)
2.40/2.53	c 2	14152 (70%) CSP clauses are encoded (25828 clauses, 376538 bytes)
2.40/2.54	c 2	16173 (80%) CSP clauses are encoded (27849 clauses, 406857 bytes)
2.69/2.86	c 2	18195 (90%) CSP clauses are encoded (85231 clauses, 1553976 bytes)
4.08/4.29	c 4	20216 (100%) CSP clauses are encoded (316764 clauses, 7102685 bytes)
4.08/4.29	c 4	20216 CSP clauses encoded
4.08/4.30	c 4	Writing map file : HOME/temp.map
4.18/4.32	c 4	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.18/4.32	c 4	SAT : 22260 SAT variables, 316764 SAT clauses, 7102685 bytes
4.18/4.32	c 4	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.18/4.37	c 4	SOLVING HOME/temp.cnf
4.18/4.37	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.18/4.38	c 4	This is MiniSat 2.0 beta
4.18/4.38	c 4	WARNING: for repeatability, setting FPU to use double precision
4.18/4.38	c 4	============================[ Problem Statistics ]=============================
4.18/4.38	c 4	|                                                                             |
4.18/4.38	c 4	|  Number of variables:  22260                                                |
4.18/4.38	c 4	|  Number of clauses:    316764                                               |
4.21/4.57	c 4	|  Parsing time:         0.16         s                                       |
4.21/4.58	c 4	============================[ Search Statistics ]==============================
4.21/4.58	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.21/4.58	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.21/4.58	c 4	===============================================================================
4.21/4.58	c 4	|         0 |   22260   316764  1176588 |   105588        0    nan |  0.000 % |
4.21/4.60	c 4	|       101 |   22260   316764  1176588 |   116146      101     36 |  0.000 % |
4.21/4.64	c 4	|       251 |   22260   316764  1176588 |   127761      251     28 |  0.000 % |
4.21/4.80	c 4	|       476 |   22260   316764  1176588 |   140537      476     24 |  0.000 % |
4.21/4.89	c 4	|       813 |   22260   316764  1176588 |   154591      813     27 |  0.000 % |
4.21/5.08	c 5	|      1319 |   22260   316764  1176588 |   170050     1319     26 |  0.000 % |
4.21/5.17	c 5	|      2079 |   22260   316764  1176588 |   187055     2079     25 |  0.000 % |
4.21/5.39	c 5	|      3218 |   22260   316764  1176588 |   205761     3218     23 |  0.000 % |
5.71/5.97	c 5	|      4926 |   22260   316764  1176588 |   226337     4926     31 |  0.000 % |
6.50/6.79	c 6	|      7488 |   22260   316764  1176588 |   248970     7488     34 |  0.000 % |
8.48/8.79	c 8	|     11333 |   22260   316764  1176588 |   273868    11333     40 |  0.000 % |
10.06/10.35	c 10	|     17099 |   22260   316764  1176588 |   301254    17099     45 |  0.000 % |
12.65/12.96	c 12	|     25748 |   22260   316764  1176588 |   331380    25748     50 |  0.000 % |
16.71/17.04	c 17	|     38723 |   22260   316764  1176588 |   364518    38723     53 |  0.000 % |
17.40/17.70	c 17	===============================================================================
17.40/17.71	c 17	restarts              : 14
17.40/17.71	c 17	conflicts             : 40500          (3082 /sec)
17.40/17.71	c 17	decisions             : 80860          (0.94 % random) (6154 /sec)
17.40/17.71	c 17	propagations          : 15182053       (1155495 /sec)
17.40/17.71	c 17	conflict literals     : 2079147        (5.04 % deleted)
17.40/17.71	c 17	Memory used           : 28.95 MB
17.40/17.71	c 17	CPU time              : 13.139 s
17.40/17.71	c 17	
17.40/17.72	c 17	SATISFIABLE
17.40/17.72	c 17	DECODING HOME/temp.out WITH HOME/temp.map
17.40/17.72	c 17	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'
17.44/17.80	c 17	Decoding HOME/temp.out
17.44/18.01	s SATISFIABLE
17.46/18.10	v 1 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 1 1 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 1 1 1 0 0 0 1 1 0 1 0 1 1 0 1 0 1 0 0 0 0 1 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 1 0 0 0 1 1 0 0 1 1 0 1 0 0 0 0 1 0 1 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 0 1 1 0 0 1 0 1 1 0 0 0 0 0 0 0 1 1 0 1 1 1 1 0 1 0 0 0 1 1 0 1 0 0 0 0 0 1 0 0 1 1 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 1 1 0 0 1 0 1 1 1 0 0 1 1 0 0 0 1 0 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 1 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 1 1 0 1 0 1 1 0 0 0 1 0 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 1 1 0 0 0 0 1 0 1 1 1 0 1 1 1 0 0 0 0 0 1 1 0 0 0 1 1 0 0 1 1 1 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 0 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 0 0 1 0 1 0 0 0 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 1 1 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 0 1 0 1 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 1 1 0 1 0 0 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 1 1 0 1 0 0 1 1 0 0 0 1 1 0 1 1 0 0 1 1 0 0 0 0 1 0 0 1 1 0 1 1 0 0 0 1 1 1 0 1 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 1 1 1 0 1 1 1 1 0 0 0 1 1 0 0 0 0 0 1 1 0 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 1 0 0 0 0 0 1 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 1 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 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 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 1 1 0 0 1 1 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 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 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 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 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 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 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 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 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 0 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 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 1 0 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 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 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 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 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 0 0 0 0 1 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 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 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 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 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 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 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 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 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 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 1 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 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 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 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 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 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 1 0 0 0 0 0 0 0 0 0 0 1 1 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 0 0 0
17.46/18.11	c 18	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
17.46/18.15	c 18	CPU 17.82 (0.07 0.03 17.45 0.27)
17.46/18.15	c 18	END Sun Jul 12 09:28:45 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-2086570-1247383706/watcher-2086570-1247383706 -o /tmp/evaluation-result-2086570-1247383706/solver-2086570-1247383706 -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-2086570-1247383706.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.00 2.00 2.00 4/80 23674
/proc/meminfo: memFree=1802760/2055920 swapFree=4192812/4192956
[pid=23674] ppid=23672 vsize=12000 CPUtime=0
/proc/23674/stat : 23674 (sugar) R 23672 23674 22904 0 -1 4194304 186 0 0 0 0 0 0 0 20 0 1 0 25434800 12288000 154 996147200 4194304 4206940 548682068608 18446744073709551615 255539450593 0 0 4224 0 0 0 0 17 1 0 0
/proc/23674/statm: 3000 154 116 3 0 100 0

[startup+0.0788171 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 23674
/proc/meminfo: memFree=1802760/2055920 swapFree=4192812/4192956
[pid=23674] ppid=23672 vsize=16740 CPUtime=0.06
/proc/23674/stat : 23674 (sugar) R 23672 23674 22904 0 -1 4194304 1089 0 0 0 5 1 0 0 18 0 1 0 25434800 17141760 1057 996147200 4194304 4206940 548682068608 18446744073709551615 255552967699 0 0 4224 0 0 0 0 17 1 0 0
/proc/23674/statm: 4185 1057 380 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102805 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 23674
/proc/meminfo: memFree=1802760/2055920 swapFree=4192812/4192956
[pid=23674] ppid=23672 vsize=16868 CPUtime=0.06
/proc/23674/stat : 23674 (sugar) S 23672 23674 22904 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25434800 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23674/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301777 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 23674
/proc/meminfo: memFree=1802760/2055920 swapFree=4192812/4192956
[pid=23674] ppid=23672 vsize=16868 CPUtime=0.06
/proc/23674/stat : 23674 (sugar) S 23672 23674 22904 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25434800 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23674/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701814 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 23674
/proc/meminfo: memFree=1802760/2055920 swapFree=4192812/4192956
[pid=23674] ppid=23672 vsize=16868 CPUtime=0.6
/proc/23674/stat : 23674 (sugar) S 23672 23674 22904 0 -1 4194304 1292 5497 0 1 5 1 50 4 16 0 1 0 25434800 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23674/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 16868

[startup+1.50189 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 23696
/proc/meminfo: memFree=1791472/2055920 swapFree=4192812/4192956
[pid=23674] ppid=23672 vsize=16868 CPUtime=0.6
/proc/23674/stat : 23674 (sugar) S 23672 23674 22904 0 -1 4194304 1309 5497 0 1 5 1 50 4 16 0 1 0 25434800 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23674/statm: 4217 1111 409 3 0 796 0
[pid=23687] ppid=23674 vsize=5356 CPUtime=0
/proc/23687/stat : 23687 (sh) S 23674 23674 22904 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25434866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23687/statm: 1339 233 193 169 0 50 0
[pid=23688] ppid=23687 vsize=868780 CPUtime=0.8
/proc/23688/stat : 23688 (java) S 23687 23674 22904 0 -1 0 7921 0 1 0 75 5 0 0 18 0 9 0 25434866 889630720 7141 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23688/statm: 217195 7141 2566 9 0 211700 0
[pid=23688/tid=23689] ppid=23687 vsize=868780 CPUtime=0.45
/proc/23688/task/23689/stat : 23689 (java) R 23687 23674 22904 0 -1 64 2686 0 1 0 44 1 0 0 23 0 9 0 25434867 889630720 7141 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23688/tid=23690] ppid=23687 vsize=868780 CPUtime=0.14
/proc/23688/task/23690/stat : 23690 (java) R 23687 23674 22904 0 -1 64 3018 0 0 0 12 2 0 0 16 0 9 0 25434869 889630720 7141 996147200 134512640 134550932 4294955936 18446744073709551615 103825728 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23688/tid=23691] ppid=23687 vsize=868780 CPUtime=0
/proc/23688/task/23691/stat : 23691 (java) S 23687 23674 22904 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25434869 889630720 7141 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23688/tid=23692] ppid=23687 vsize=868780 CPUtime=0
/proc/23688/task/23692/stat : 23692 (java) S 23687 23674 22904 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25434869 889630720 7141 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23688/tid=23693] ppid=23687 vsize=868780 CPUtime=0
/proc/23688/task/23693/stat : 23693 (java) S 23687 23674 22904 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25434871 889630720 7141 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23688/tid=23694] ppid=23687 vsize=868780 CPUtime=0.2
/proc/23688/task/23694/stat : 23694 (java) S 23687 23674 22904 0 -1 64 1517 0 0 0 19 1 0 0 16 0 9 0 25434871 889630720 7141 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23688/tid=23695] ppid=23687 vsize=868780 CPUtime=0
/proc/23688/task/23695/stat : 23695 (java) S 23687 23674 22904 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25434871 889630720 7141 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23688/tid=23696] ppid=23687 vsize=868780 CPUtime=0
/proc/23688/task/23696/stat : 23696 (java) S 23687 23674 22904 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25434871 889630720 7141 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 891004

[startup+3.10299 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 23696
/proc/meminfo: memFree=1773808/2055920 swapFree=4192812/4192956
[pid=23674] ppid=23672 vsize=16868 CPUtime=0.61
/proc/23674/stat : 23674 (sugar) S 23672 23674 22904 0 -1 4194304 1310 5497 0 1 6 1 50 4 15 0 1 0 25434800 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23674/statm: 4217 1111 409 3 0 796 0
[pid=23687] ppid=23674 vsize=5356 CPUtime=0
/proc/23687/stat : 23687 (sh) S 23674 23674 22904 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25434866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23687/statm: 1339 233 193 169 0 50 0
[pid=23688] ppid=23687 vsize=868704 CPUtime=2.39
/proc/23688/stat : 23688 (java) S 23687 23674 22904 0 -1 0 10064 0 1 0 230 9 0 0 18 0 9 0 25434866 889552896 8966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23688/statm: 217176 8966 2590 9 0 211653 0
[pid=23688/tid=23689] ppid=23687 vsize=868704 CPUtime=1.61
/proc/23688/task/23689/stat : 23689 (java) R 23687 23674 22904 0 -1 64 2967 0 1 0 158 3 0 0 25 0 9 0 25434867 889552896 8966 996147200 134512640 134550932 4294955936 18446744073709551615 102094108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23688/tid=23690] ppid=23687 vsize=868704 CPUtime=0.47
/proc/23688/task/23690/stat : 23690 (java) S 23687 23674 22904 0 -1 64 4830 0 0 0 44 3 0 0 16 0 9 0 25434869 889552896 8966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23688/tid=23691] ppid=23687 vsize=868704 CPUtime=0
/proc/23688/task/23691/stat : 23691 (java) S 23687 23674 22904 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25434869 889552896 8966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23688/tid=23692] ppid=23687 vsize=868704 CPUtime=0
/proc/23688/task/23692/stat : 23692 (java) S 23687 23674 22904 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25434869 889552896 8966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23688/tid=23693] ppid=23687 vsize=868704 CPUtime=0
/proc/23688/task/23693/stat : 23693 (java) S 23687 23674 22904 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25434871 889552896 8966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23688/tid=23694] ppid=23687 vsize=868704 CPUtime=0.27
/proc/23688/task/23694/stat : 23694 (java) S 23687 23674 22904 0 -1 64 1567 0 0 0 26 1 0 0 16 0 9 0 25434871 889552896 8966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23688/tid=23695] ppid=23687 vsize=868704 CPUtime=0
/proc/23688/task/23695/stat : 23695 (java) S 23687 23674 22904 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25434871 889552896 8966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23688/tid=23696] ppid=23687 vsize=868704 CPUtime=0
/proc/23688/task/23696/stat : 23696 (java) S 23687 23674 22904 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25434871 889552896 8966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890928

[startup+6.30234 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23698
/proc/meminfo: memFree=1773808/2055920 swapFree=4192812/4192956
[pid=23674] ppid=23672 vsize=16868 CPUtime=4.21
/proc/23674/stat : 23674 (sugar) S 23672 23674 22904 0 -1 4194304 1376 15980 0 2 6 1 397 17 15 0 1 0 25434800 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23674/statm: 4217 1113 409 3 0 796 0
[pid=23697] ppid=23674 vsize=5356 CPUtime=0
/proc/23697/stat : 23697 (sh) S 23674 23674 22904 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25435237 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23697/statm: 1339 232 193 169 0 50 0
[pid=23698] ppid=23697 vsize=20384 CPUtime=1.9
/proc/23698/stat : 23698 (minisat) R 23697 23674 22904 0 -1 4194304 4775 0 0 0 186 4 0 0 25 0 1 0 25435238 20873216 4761 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/23698/statm: 5096 4761 76 150 0 4943 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 42608

[startup+12.7019 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23698
/proc/meminfo: memFree=1769072/2055920 swapFree=4192812/4192956
[pid=23674] ppid=23672 vsize=16868 CPUtime=4.21
/proc/23674/stat : 23674 (sugar) S 23672 23674 22904 0 -1 4194304 1376 15980 0 2 6 1 397 17 16 0 1 0 25434800 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23674/statm: 4217 1113 409 3 0 796 0
[pid=23697] ppid=23674 vsize=5356 CPUtime=0
/proc/23697/stat : 23697 (sh) S 23674 23674 22904 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25435237 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23697/statm: 1339 232 193 169 0 50 0
[pid=23698] ppid=23697 vsize=25388 CPUtime=8.24
/proc/23698/stat : 23698 (minisat) R 23697 23674 22904 0 -1 4194304 6041 0 0 0 819 5 0 0 25 0 1 0 25435238 25997312 6027 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23698/statm: 6347 6027 76 150 0 6194 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 47612

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

[startup+15.9022 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23698
/proc/meminfo: memFree=1766448/2055920 swapFree=4192812/4192956
[pid=23674] ppid=23672 vsize=16868 CPUtime=4.21
/proc/23674/stat : 23674 (sugar) S 23672 23674 22904 0 -1 4194304 1376 15980 0 2 6 1 397 17 16 0 1 0 25434800 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23674/statm: 4217 1113 409 3 0 796 0
[pid=23697] ppid=23674 vsize=5356 CPUtime=0
/proc/23697/stat : 23697 (sh) S 23674 23674 22904 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25435237 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23697/statm: 1339 232 193 169 0 50 0
[pid=23698] ppid=23697 vsize=27664 CPUtime=11.4
/proc/23698/stat : 23698 (minisat) R 23697 23674 22904 0 -1 4194304 6606 0 0 0 1135 5 0 0 25 0 1 0 25435238 28327936 6592 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/23698/statm: 6916 6592 76 150 0 6763 0
Current children cumulated CPU time (s) 15.61
Current children cumulated vsize (KiB) 49888

[startup+17.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23698
/proc/meminfo: memFree=1764080/2055920 swapFree=4192812/4192956
[pid=23674] ppid=23672 vsize=16868 CPUtime=4.21
/proc/23674/stat : 23674 (sugar) S 23672 23674 22904 0 -1 4194304 1376 15980 0 2 6 1 397 17 16 0 1 0 25434800 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23674/statm: 4217 1113 409 3 0 796 0
[pid=23697] ppid=23674 vsize=5356 CPUtime=0
/proc/23697/stat : 23697 (sh) S 23674 23674 22904 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25435237 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23697/statm: 1339 232 193 169 0 50 0
[pid=23698] ppid=23697 vsize=29512 CPUtime=12.99
/proc/23698/stat : 23698 (minisat) R 23697 23674 22904 0 -1 4194304 7074 0 0 0 1293 6 0 0 25 0 1 0 25435238 30220288 7060 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23698/statm: 7378 7060 76 150 0 7225 0
Current children cumulated CPU time (s) 17.2
Current children cumulated vsize (KiB) 51736

[startup+17.9014 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23698
/proc/meminfo: memFree=1764080/2055920 swapFree=4192812/4192956
[pid=23674] ppid=23672 vsize=16868 CPUtime=17.44
/proc/23674/stat : 23674 (sugar) S 23672 23674 22904 0 -1 4194304 1448 23372 0 2 6 2 1712 24 16 0 1 0 25434800 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23674/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 17.44
Current children cumulated vsize (KiB) 16868

[startup+18.1014 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23698
/proc/meminfo: memFree=1764080/2055920 swapFree=4192812/4192956
[pid=23674] ppid=23672 vsize=16868 CPUtime=17.46
/proc/23674/stat : 23674 (sugar) S 23672 23674 22904 0 -1 4194304 1450 23372 0 2 7 3 1712 24 15 0 1 0 25434800 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23674/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 17.46
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 18.1574
CPU time (s): 17.8493
CPU user time (s): 17.5313
CPU system time (s): 0.317951
CPU usage (%): 98.3028
Max. virtual memory (cumulated for all children) (KiB): 891068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.5313
system time used= 0.317951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28977
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= 7458
involuntary context switches= 8018

runsolver used 0.028995 second user time and 0.073988 second system time

The end

Launcher Data

Begin job on node48 at 2009-07-12 09:28:26
IDJOB=2086570
IDBENCH=58604
IDSOLVER=739
FILE ID=node48/2086570-1247383706
PBS_JOBID= 9507231
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/bibd7/normalized-bibd-7-84-36-3-12_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-2086570-1247383706/watcher-2086570-1247383706 -o /tmp/evaluation-result-2086570-1247383706/solver-2086570-1247383706 -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-2086570-1247383706.xml

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

MD5SUM BENCH= da8050cdd718894ba239316b4d1b2509
RANDOM SEED=96497434

node48.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.237
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.237
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:      2055920 kB
MemFree:       1803240 kB
Buffers:         11068 kB
Cached:          70600 kB
SwapCached:          0 kB
Active:         173576 kB
Inactive:        26240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1803240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1676 kB
Writeback:           0 kB
Mapped:         136060 kB
Slab:            37920 kB
Committed_AS:   935692 kB
PageTables:       1956 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node48 at 2009-07-12 09:28:45