Trace number 1111342

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatOPTIMUM1 9.01163 9.24668

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-3_ext.xml
MD5SUM041bf214ac6aa89c7bd0bed4c3acbc0d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark8.49271
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints147
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension147
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 08:56:05 2008
0.00/0.04	c 0	PID 16539
0.00/0.04	c 0	HOST node27.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1111342-1215845765.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111342-1215845765.xml' 'HOME/temp.csp'
1.26/1.34	c 2	15 domains, 111 variables, 0 predicates, 130 relations, 147 constraints
1.26/1.36	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.36	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.31/1.45	c 2	Parsing HOME/temp.csp
3.52/3.60	c 4	parsed 403 expressions
3.52/3.60	c 4	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.52/3.61	c 4	MAX CSP: 147 constraints
3.52/3.61	c 4	Converting to clausal form CSP
3.52/3.63	c 4	converted 56 (10%) expressions
3.52/3.64	c 4	converted 111 (20%) expressions
3.62/3.71	c 4	converted 166 (30%) expressions
3.62/3.76	c 4	converted 222 (40%) expressions
3.62/3.79	c 4	converted 277 (50%) expressions
3.71/3.81	c 4	converted 332 (60%) expressions
3.71/3.82	c 4	converted 388 (70%) expressions
3.90/4.00	c 4	converted 443 (80%) expressions
4.11/4.28	c 5	converted 498 (90%) expressions
5.50/5.61	c 6	converted 553 (100%) expressions
5.50/5.61	c 6	CSP : 405 integers, 0 booleans, 440 clauses, largest domain size 221
5.50/5.61	c 6	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.50/5.61	c 6	Propagation in CSP
5.50/5.63	c 6	143 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.50/5.63	c 6	CSP : 405 integers, 0 booleans, 440 clauses, largest domain size 148
5.50/5.63	c 6	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.50/5.63	c 6	Simplifing CSP by introducing new Boolean variables
5.50/5.63	c 6	CSP : 405 integers, 0 booleans, 440 clauses, largest domain size 148
5.50/5.63	c 6	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.90/6.03	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.90/6.04	c 6	41 (10%) CSP integer variables are encoded (136 clauses, 1398 bytes)
5.90/6.04	c 6	81 (20%) CSP integer variables are encoded (232 clauses, 2454 bytes)
5.90/6.05	c 6	122 (30%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.90/6.05	c 6	162 (40%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.90/6.05	c 6	203 (50%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.90/6.05	c 6	243 (60%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.90/6.05	c 6	284 (70%) CSP integer variables are encoded (563 clauses, 6095 bytes)
5.90/6.06	c 6	324 (80%) CSP integer variables are encoded (734 clauses, 8069 bytes)
5.90/6.06	c 6	365 (90%) CSP integer variables are encoded (975 clauses, 11202 bytes)
5.90/6.06	c 6	405 (100%) CSP integer variables are encoded (2147 clauses, 26438 bytes)
5.90/6.10	c 7	44 (10%) CSP clauses are encoded (2400 clauses, 31279 bytes)
6.40/6.51	c 7	88 (20%) CSP clauses are encoded (13009 clauses, 377313 bytes)
7.09/7.21	c 8	132 (30%) CSP clauses are encoded (17092 clauses, 484510 bytes)
7.89/8.07	c 8	176 (40%) CSP clauses are encoded (23998 clauses, 739498 bytes)
7.89/8.08	c 8	220 (50%) CSP clauses are encoded (25512 clauses, 761642 bytes)
7.89/8.09	c 8	264 (60%) CSP clauses are encoded (26062 clauses, 769740 bytes)
7.89/8.10	c 9	308 (70%) CSP clauses are encoded (30194 clauses, 841128 bytes)
7.99/8.10	c 9	352 (80%) CSP clauses are encoded (30786 clauses, 850893 bytes)
7.99/8.11	c 9	396 (90%) CSP clauses are encoded (35753 clauses, 933828 bytes)
7.99/8.14	c 9	440 (100%) CSP clauses are encoded (54339 clauses, 1270918 bytes)
7.99/8.14	c 9	440 CSP clauses encoded
7.99/8.14	c 9	Writing map file : HOME/temp.map
7.99/8.15	c 9	Heap : 62 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.99/8.15	c 9	SAT : 2552 SAT variables, 54339 SAT clauses, 1270918 bytes
7.99/8.15	c 9	Heap : 62 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.99/8.20	c 9	OBJECTIVE minimize _COST
7.99/8.20	c 9	OBJECTIVE BOUND: 0 <= _COST <= 
7.99/8.20	c 9	SEARCHING: _COST <= 74
7.99/8.20	c 9	SOLVING HOME/temp.cnf
7.99/8.20	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.09/8.20	c 9	This is MiniSat 2.0 beta
8.09/8.20	c 9	WARNING: for repeatability, setting FPU to use double precision
8.09/8.20	c 9	============================[ Problem Statistics ]=============================
8.09/8.20	c 9	|                                                                             |
8.09/8.20	c 9	|  Number of variables:  2552                                                 |
8.09/8.20	c 9	|  Number of clauses:    54340                                                |
8.09/8.24	c 9	|  Parsing time:         0.03         s                                       |
8.09/8.24	c 9	============================[ Search Statistics ]==============================
8.09/8.24	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.09/8.24	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.09/8.24	c 9	===============================================================================
8.09/8.24	c 9	|         0 |    1968    42941   225030 |    14313        0    nan |  0.000 % |
8.09/8.25	c 9	===============================================================================
8.09/8.25	c 9	restarts              : 1
8.09/8.25	c 9	conflicts             : 47             (1119 /sec)
8.09/8.25	c 9	decisions             : 188            (0.53 % random) (4477 /sec)
8.09/8.25	c 9	propagations          : 4067           (96849 /sec)
8.09/8.25	c 9	conflict literals     : 286            (20.11 % deleted)
8.09/8.25	c 9	Memory used           : 4.44 MB
8.09/8.25	c 9	CPU time              : 0.041993 s
8.09/8.25	c 9	
8.09/8.25	c 9	SATISFIABLE
8.09/8.25	c 9	FOUND: _COST <= 74
8.09/8.25	s SATISFIABLE
8.09/8.25	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.09/8.25	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.14/8.33	c 9	Decoding HOME/temp.out
8.14/8.39	c 9	OBJECTIVE _COST 8
8.14/8.39	o 8
8.14/8.40	v 4 1 6 9 1 1 1 5 1 1 1 0 0 2 1 1 1 1 1 0 2 1 1 1 10 2 2 0 0 1 1 0 30 21 0 1 2 1 1 2 2 0 0 2 2 1 38 0 1 3 1 1 2 2 1 10 1 1 0 0 0 1 2 1 1 2 2 1 1 2 0 8 2 2 3 0 1 1 1 1 6 0 1 0 0 1 1 0 0 0 0 2 1 0 0 3 2 4 0 0 0 2 7 9 3 9 1 9 4 6 3
8.14/8.40	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.14/8.41	c 9	OBJECTIVE BOUND: 0 <= _COST <= 8
8.14/8.41	c 9	SEARCHING: _COST <= 4
8.14/8.41	c 9	SOLVING HOME/temp.cnf
8.14/8.41	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.14/8.41	c 9	This is MiniSat 2.0 beta
8.14/8.41	c 9	WARNING: for repeatability, setting FPU to use double precision
8.14/8.41	c 9	============================[ Problem Statistics ]=============================
8.14/8.41	c 9	|                                                                             |
8.14/8.42	c 9	|  Number of variables:  2552                                                 |
8.14/8.42	c 9	|  Number of clauses:    54340                                                |
8.14/8.45	c 9	|  Parsing time:         0.03         s                                       |
8.14/8.46	c 9	============================[ Search Statistics ]==============================
8.14/8.46	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.14/8.46	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.14/8.46	c 9	===============================================================================
8.14/8.46	c 9	|         0 |    1041    24495   172403 |     8165        0    nan |  0.000 % |
8.14/8.47	c 9	===============================================================================
8.14/8.47	c 9	restarts              : 1
8.14/8.47	c 9	conflicts             : 44             (1023 /sec)
8.14/8.47	c 9	decisions             : 146            (0.68 % random) (3396 /sec)
8.14/8.47	c 9	propagations          : 3649           (84874 /sec)
8.14/8.47	c 9	conflict literals     : 272            (19.29 % deleted)
8.14/8.47	c 9	Memory used           : 4.44 MB
8.14/8.47	c 9	CPU time              : 0.042993 s
8.14/8.47	c 9	
8.14/8.47	c 9	SATISFIABLE
8.14/8.47	c 9	FOUND: _COST <= 4
8.14/8.47	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.14/8.47	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.34/8.55	c 9	Decoding HOME/temp.out
8.35/8.61	c 9	OBJECTIVE _COST 4
8.35/8.61	o 4
8.35/8.62	v 4 1 26 2 1 1 1 5 1 1 1 0 0 2 1 1 1 1 1 0 2 1 1 1 11 2 2 0 0 1 1 0 30 24 0 1 0 1 1 2 0 0 0 2 2 1 38 0 1 3 1 1 2 1 1 10 1 1 0 0 0 1 2 1 1 2 2 0 1 2 0 8 2 2 4 0 1 1 1 1 6 1 1 0 0 1 1 0 0 0 0 1 0 4 0 3 4 8 0 0 4 2 7 9 3 9 1 9 4 6 3
8.35/8.62	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.35/8.68	c 9	OBJECTIVE BOUND: 0 <= _COST <= 4
8.35/8.68	c 9	SEARCHING: _COST <= 2
8.35/8.68	c 9	SOLVING HOME/temp.cnf
8.35/8.68	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.35/8.68	c 9	This is MiniSat 2.0 beta
8.35/8.68	c 9	WARNING: for repeatability, setting FPU to use double precision
8.35/8.68	c 9	============================[ Problem Statistics ]=============================
8.35/8.68	c 9	|                                                                             |
8.35/8.68	c 9	|  Number of variables:  2552                                                 |
8.35/8.68	c 9	|  Number of clauses:    54340                                                |
8.51/8.73	c 9	|  Parsing time:         0.03         s                                       |
8.51/8.73	c 9	============================[ Search Statistics ]==============================
8.51/8.73	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.51/8.73	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.51/8.73	c 9	===============================================================================
8.51/8.73	c 9	|         0 |     892    23357   169434 |     7785        0    nan |  0.000 % |
8.51/8.74	c 9	===============================================================================
8.51/8.74	c 9	restarts              : 1
8.51/8.74	c 9	conflicts             : 45             (958 /sec)
8.51/8.74	c 9	decisions             : 142            (0.00 % random) (3022 /sec)
8.51/8.74	c 9	propagations          : 3613           (76885 /sec)
8.51/8.74	c 9	conflict literals     : 275            (19.83 % deleted)
8.51/8.74	c 9	Memory used           : 4.44 MB
8.51/8.74	c 9	CPU time              : 0.046992 s
8.51/8.74	c 9	
8.51/8.74	c 9	SATISFIABLE
8.51/8.74	c 9	FOUND: _COST <= 2
8.51/8.74	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.51/8.74	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.56/8.82	c 9	Decoding HOME/temp.out
8.56/8.88	c 9	OBJECTIVE _COST 2
8.56/8.88	o 2
8.56/8.89	v 4 1 26 2 1 1 1 5 1 1 1 0 0 2 1 1 1 1 1 0 2 1 1 1 11 2 2 0 0 1 1 0 30 24 0 1 0 1 1 2 0 0 0 2 2 1 38 0 1 3 1 1 2 1 1 10 1 1 0 0 0 1 2 1 1 2 2 0 1 2 0 8 2 2 4 0 1 1 1 1 6 1 1 0 0 1 1 0 0 0 0 1 0 4 0 3 4 8 0 0 4 2 7 9 3 9 1 9 4 6 3
8.56/8.89	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.56/8.90	c 9	OBJECTIVE BOUND: 0 <= _COST <= 2
8.56/8.90	c 9	SEARCHING: _COST <= 1
8.56/8.90	c 9	SOLVING HOME/temp.cnf
8.56/8.90	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.56/8.91	c 9	This is MiniSat 2.0 beta
8.56/8.91	c 9	WARNING: for repeatability, setting FPU to use double precision
8.56/8.91	c 9	============================[ Problem Statistics ]=============================
8.56/8.91	c 9	|                                                                             |
8.56/8.91	c 9	|  Number of variables:  2552                                                 |
8.56/8.91	c 9	|  Number of clauses:    54340                                                |
8.56/8.95	c 9	|  Parsing time:         0.04         s                                       |
8.56/8.95	c 9	============================[ Search Statistics ]==============================
8.56/8.95	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.56/8.96	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.56/8.96	c 9	===============================================================================
8.56/8.96	c 9	|         0 |     745    22565   167498 |     7521        0    nan |  0.000 % |
8.56/8.96	c 9	===============================================================================
8.56/8.96	c 9	restarts              : 1
8.56/8.96	c 9	conflicts             : 55             (1146 /sec)
8.56/8.96	c 9	decisions             : 139            (0.72 % random) (2896 /sec)
8.56/8.96	c 9	propagations          : 3800           (79180 /sec)
8.56/8.96	c 9	conflict literals     : 359            (20.58 % deleted)
8.56/8.96	c 9	Memory used           : 4.44 MB
8.56/8.96	c 9	CPU time              : 0.047992 s
8.56/8.96	c 9	
8.56/8.96	c 9	SATISFIABLE
8.56/8.96	c 9	FOUND: _COST <= 1
8.56/8.96	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.56/8.96	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.77/9.05	c 9	Decoding HOME/temp.out
8.77/9.11	c 10	OBJECTIVE _COST 1
8.77/9.11	o 1
8.77/9.11	v 4 1 22 5 1 1 1 5 1 1 1 0 0 2 1 1 1 1 1 0 2 1 1 1 21 2 2 0 0 1 1 0 30 11 0 0 0 1 1 2 0 0 0 2 2 1 41 0 1 3 1 1 2 1 1 5 1 1 1 0 0 1 2 1 1 2 2 0 1 2 0 9 2 2 6 0 1 1 1 1 6 1 0 0 0 1 1 0 0 1 0 1 1 0 0 3 3 5 0 0 4 4 9 8 7 8 6 0 4 4 7
8.77/9.13	c 10	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.77/9.17	c 10	OBJECTIVE BOUND: 0 <= _COST <= 1
8.77/9.17	c 10	SEARCHING: _COST <= 0
8.77/9.17	c 10	SOLVING HOME/temp.cnf
8.77/9.17	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.77/9.18	c 10	This is MiniSat 2.0 beta
8.77/9.18	c 10	WARNING: for repeatability, setting FPU to use double precision
8.77/9.18	c 10	============================[ Problem Statistics ]=============================
8.77/9.18	c 10	|                                                                             |
8.77/9.18	c 10	|  Number of variables:  2552                                                 |
8.77/9.18	c 10	|  Number of clauses:    54340                                                |
8.92/9.22	c 10	|  Parsing time:         0.04         s                                       |
8.92/9.22	c 10	============================[ Search Statistics ]==============================
8.92/9.22	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.92/9.22	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.92/9.22	c 10	===============================================================================
8.92/9.22	c 10	|         0 |     443    21925   165819 |     7308        0    nan |  0.000 % |
8.92/9.23	c 10	|       101 |     439    21925   165819 |     8039       97      5 | 82.955 % |
8.92/9.24	c 10	===============================================================================
8.92/9.24	c 10	restarts              : 2
8.92/9.24	c 10	conflicts             : 153            (2685 /sec)
8.92/9.24	c 10	decisions             : 199            (2.51 % random) (3492 /sec)
8.92/9.24	c 10	propagations          : 4752           (83382 /sec)
8.92/9.24	c 10	conflict literals     : 641            (35.12 % deleted)
8.92/9.24	c 10	Memory used           : 4.44 MB
8.92/9.24	c 10	CPU time              : 0.056991 s
8.92/9.24	c 10	
8.92/9.24	c 10	UNSATISFIABLE
8.92/9.24	c 10	NOT FOUND: _COST <= 0
8.92/9.24	c 10	OBJECTIVE _COST 1
8.92/9.24	s OPTIMUM FOUND
8.92/9.24	c 10	CPU 8.51 (0.04 0.02 8.47 0.46)
8.92/9.24	c 10	END Sat Jul 12 08:56:15 2008

Verifier Data (download as text)

OK	1	146
1 unsatisfied constraints, 146 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111342-1215845765/watcher-1111342-1215845765 -o /tmp/evaluation-result-1111342-1215845765/solver-1111342-1215845765 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1111342-1215845765.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.26 2.19 2.07 4/81 16539
/proc/meminfo: memFree=1567104/2055920 swapFree=4178780/4192956
[pid=16539] ppid=16537 vsize=12268 CPUtime=0
/proc/16539/stat : 16539 (sugar) R 16537 16539 15426 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 41150987 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 233588560609 0 0 4224 0 0 0 0 17 0 0 0
/proc/16539/statm: 3067 320 242 3 0 167 0

[startup+0.0484781 s]
/proc/loadavg: 2.26 2.19 2.07 4/81 16539
/proc/meminfo: memFree=1567104/2055920 swapFree=4178780/4192956
[pid=16539] ppid=16537 vsize=13600 CPUtime=0.03
/proc/16539/stat : 16539 (sugar) S 16537 16539 15426 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 41150987 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16539/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101819 s]
/proc/loadavg: 2.26 2.19 2.07 4/81 16539
/proc/meminfo: memFree=1567104/2055920 swapFree=4178780/4192956
[pid=16539] ppid=16537 vsize=13600 CPUtime=0.03
/proc/16539/stat : 16539 (sugar) S 16537 16539 15426 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 41150987 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16539/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302844 s]
/proc/loadavg: 2.26 2.19 2.07 4/81 16539
/proc/meminfo: memFree=1567104/2055920 swapFree=4178780/4192956
[pid=16539] ppid=16537 vsize=13600 CPUtime=0.03
/proc/16539/stat : 16539 (sugar) S 16537 16539 15426 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 41150987 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16539/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701884 s]
/proc/loadavg: 2.26 2.19 2.07 4/81 16539
/proc/meminfo: memFree=1567104/2055920 swapFree=4178780/4192956
[pid=16539] ppid=16537 vsize=13600 CPUtime=0.03
/proc/16539/stat : 16539 (sugar) S 16537 16539 15426 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 41150987 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16539/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50196 s]
/proc/loadavg: 2.26 2.19 2.07 3/92 16551
/proc/meminfo: memFree=1532584/2055920 swapFree=4178780/4192956
[pid=16539] ppid=16537 vsize=13600 CPUtime=1.31
/proc/16539/stat : 16539 (sugar) S 16537 16539 15426 0 -1 4194304 974 11836 0 1 3 0 118 10 15 0 1 0 41150987 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16539/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 13600

[startup+3.10213 s]
/proc/loadavg: 2.26 2.19 2.07 3/92 16561
/proc/meminfo: memFree=1545960/2055920 swapFree=4178780/4192956
[pid=16539] ppid=16537 vsize=13600 CPUtime=1.31
/proc/16539/stat : 16539 (sugar) S 16537 16539 15426 0 -1 4194304 974 11836 0 1 3 0 118 10 15 0 1 0 41150987 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16539/statm: 3400 797 370 3 0 500 0
[pid=16552] ppid=16539 vsize=5356 CPUtime=0
/proc/16552/stat : 16552 (sh) S 16539 16539 15426 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41151124 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16552/statm: 1339 233 193 169 0 50 0
[pid=16553] ppid=16552 vsize=864096 CPUtime=1.71
/proc/16553/stat : 16553 (java) S 16552 16539 15426 0 -1 0 12917 0 1 0 165 6 0 0 18 0 9 0 41151124 884834304 11834 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16553/statm: 216024 11835 2532 9 0 210606 0
[pid=16553/tid=16554] ppid=16552 vsize=864096 CPUtime=1.01
/proc/16553/task/16554/stat : 16554 (java) R 16552 16539 15426 0 -1 64 2747 0 1 0 100 1 0 0 25 0 9 0 41151125 884834304 11836 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16553/tid=16555] ppid=16552 vsize=864096 CPUtime=0.63
/proc/16553/task/16555/stat : 16555 (java) R 16552 16539 15426 0 -1 64 9154 0 0 0 59 4 0 0 16 0 9 0 41151126 884834304 11837 996147200 134512640 134550740 4294955936 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16553/tid=16556] ppid=16552 vsize=864096 CPUtime=0
/proc/16553/task/16556/stat : 16556 (java) S 16552 16539 15426 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41151127 884834304 11839 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16553/tid=16557] ppid=16552 vsize=864096 CPUtime=0
/proc/16553/task/16557/stat : 16557 (java) S 16552 16539 15426 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41151127 884834304 11840 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16553/tid=16558] ppid=16552 vsize=864096 CPUtime=0
/proc/16553/task/16558/stat : 16558 (java) S 16552 16539 15426 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41151129 884834304 11841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16553/tid=16559] ppid=16552 vsize=864096 CPUtime=0.05
/proc/16553/task/16559/stat : 16559 (java) S 16552 16539 15426 0 -1 64 322 0 0 0 5 0 0 0 16 0 9 0 41151129 884834304 11842 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16553/tid=16560] ppid=16552 vsize=864096 CPUtime=0
/proc/16553/task/16560/stat : 16560 (java) S 16552 16539 15426 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41151129 884834304 11844 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16553/tid=16561] ppid=16552 vsize=864096 CPUtime=0
/proc/16553/task/16561/stat : 16561 (java) S 16552 16539 15426 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41151129 884834304 11845 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883052

[startup+6.30245 s]
/proc/loadavg: 2.24 2.19 2.07 3/92 16561
/proc/meminfo: memFree=1467048/2055920 swapFree=4178780/4192956
[pid=16539] ppid=16537 vsize=13600 CPUtime=1.31
/proc/16539/stat : 16539 (sugar) S 16537 16539 15426 0 -1 4194304 974 11836 0 1 3 0 118 10 15 0 1 0 41150987 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16539/statm: 3400 797 370 3 0 500 0
[pid=16552] ppid=16539 vsize=5356 CPUtime=0
/proc/16552/stat : 16552 (sh) S 16539 16539 15426 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41151124 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16552/statm: 1339 233 193 169 0 50 0
[pid=16553] ppid=16552 vsize=864312 CPUtime=4.89
/proc/16553/stat : 16553 (java) S 16552 16539 15426 0 -1 0 34336 0 1 0 471 18 0 0 18 0 9 0 41151124 885055488 27468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16553/statm: 216078 27468 2565 9 0 210625 0
[pid=16553/tid=16554] ppid=16552 vsize=864312 CPUtime=2.33
/proc/16553/task/16554/stat : 16554 (java) R 16552 16539 15426 0 -1 64 3692 0 1 0 231 2 0 0 18 0 9 0 41151125 885055488 27468 996147200 134512640 134550740 4294955936 18446744073709551615 102064641 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16553/tid=16555] ppid=16552 vsize=864312 CPUtime=2.39
/proc/16553/task/16555/stat : 16555 (java) R 16552 16539 15426 0 -1 64 29569 0 0 0 224 15 0 0 19 0 9 0 41151126 885055488 27468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16553/tid=16556] ppid=16552 vsize=864312 CPUtime=0
/proc/16553/task/16556/stat : 16556 (java) S 16552 16539 15426 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41151127 885055488 27468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16553/tid=16557] ppid=16552 vsize=864312 CPUtime=0
/proc/16553/task/16557/stat : 16557 (java) S 16552 16539 15426 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41151127 885055488 27468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16553/tid=16558] ppid=16552 vsize=864312 CPUtime=0
/proc/16553/task/16558/stat : 16558 (java) S 16552 16539 15426 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41151129 885055488 27468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16553/tid=16559] ppid=16552 vsize=864312 CPUtime=0.14
/proc/16553/task/16559/stat : 16559 (java) S 16552 16539 15426 0 -1 64 378 0 0 0 14 0 0 0 16 0 9 0 41151129 885055488 27468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16553/tid=16560] ppid=16552 vsize=864312 CPUtime=0
/proc/16553/task/16560/stat : 16560 (java) S 16552 16539 15426 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41151129 885055488 27468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16553/tid=16561] ppid=16552 vsize=864312 CPUtime=0
/proc/16553/task/16561/stat : 16561 (java) S 16552 16539 15426 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41151129 885055488 27468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 883268

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

[startup+7.90262 s]
/proc/loadavg: 2.24 2.19 2.07 3/92 16561
/proc/meminfo: memFree=1460840/2055920 swapFree=4178780/4192956
[pid=16539] ppid=16537 vsize=13600 CPUtime=1.31
/proc/16539/stat : 16539 (sugar) S 16537 16539 15426 0 -1 4194304 974 11836 0 1 3 0 118 10 15 0 1 0 41150987 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16539/statm: 3400 797 370 3 0 500 0
[pid=16552] ppid=16539 vsize=5356 CPUtime=0
/proc/16552/stat : 16552 (sh) S 16539 16539 15426 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41151124 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16552/statm: 1339 233 193 169 0 50 0
[pid=16553] ppid=16552 vsize=864312 CPUtime=6.48
/proc/16553/stat : 16553 (java) S 16552 16539 15426 0 -1 0 34385 0 1 0 629 19 0 0 18 0 9 0 41151124 885055488 27468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16553/statm: 216078 27468 2565 9 0 210625 0
[pid=16553/tid=16554] ppid=16552 vsize=864312 CPUtime=3.86
/proc/16553/task/16554/stat : 16554 (java) R 16552 16539 15426 0 -1 64 3741 0 1 0 384 2 0 0 25 0 9 0 41151125 885055488 27468 996147200 134512640 134550740 4294955936 18446744073709551615 4126693504 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16553/tid=16555] ppid=16552 vsize=864312 CPUtime=2.45
/proc/16553/task/16555/stat : 16555 (java) S 16552 16539 15426 0 -1 64 29569 0 0 0 230 15 0 0 16 0 9 0 41151126 885055488 27468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16553/tid=16556] ppid=16552 vsize=864312 CPUtime=0
/proc/16553/task/16556/stat : 16556 (java) S 16552 16539 15426 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41151127 885055488 27468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16553/tid=16557] ppid=16552 vsize=864312 CPUtime=0
/proc/16553/task/16557/stat : 16557 (java) S 16552 16539 15426 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41151127 885055488 27468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16553/tid=16558] ppid=16552 vsize=864312 CPUtime=0
/proc/16553/task/16558/stat : 16558 (java) S 16552 16539 15426 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41151129 885055488 27468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16553/tid=16559] ppid=16552 vsize=864312 CPUtime=0.14
/proc/16553/task/16559/stat : 16559 (java) S 16552 16539 15426 0 -1 64 378 0 0 0 14 0 0 0 16 0 9 0 41151129 885055488 27468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16553/tid=16560] ppid=16552 vsize=864312 CPUtime=0
/proc/16553/task/16560/stat : 16560 (java) S 16552 16539 15426 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41151129 885055488 27468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16553/tid=16561] ppid=16552 vsize=864312 CPUtime=0
/proc/16553/task/16561/stat : 16561 (java) S 16552 16539 15426 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41151129 885055488 27468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 883268

[startup+8.70269 s]
/proc/loadavg: 2.24 2.19 2.07 3/84 16587
/proc/meminfo: memFree=1557928/2055920 swapFree=4178780/4192956
[pid=16539] ppid=16537 vsize=13600 CPUtime=8.5
/proc/16539/stat : 16539 (sugar) S 16537 16539 15426 0 -1 4194304 1292 56727 0 4 4 1 806 39 16 0 1 0 41150987 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16539/statm: 3400 806 374 3 0 500 0
[pid=16586] ppid=16539 vsize=5356 CPUtime=0
/proc/16586/stat : 16586 (sh) S 16539 16539 15426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41151856 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16586/statm: 1339 232 193 169 0 50 0
[pid=16587] ppid=16586 vsize=2896 CPUtime=0.01
/proc/16587/stat : 16587 (minisat) R 16586 16539 15426 0 -1 4194304 615 0 0 0 1 0 0 0 18 0 1 0 41151856 2965504 601 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/16587/statm: 724 601 62 150 0 571 0
Current children cumulated CPU time (s) 8.51
Current children cumulated vsize (KiB) 21852

[startup+9.10174 s]
/proc/loadavg: 2.24 2.19 2.07 3/84 16587
/proc/meminfo: memFree=1557928/2055920 swapFree=4178780/4192956
[pid=16539] ppid=16537 vsize=13600 CPUtime=8.77
/proc/16539/stat : 16539 (sugar) S 16537 16539 15426 0 -1 4194304 1468 63174 0 5 4 2 828 43 15 0 1 0 41150987 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16539/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 8.77
Current children cumulated vsize (KiB) 13600

[startup+9.20174 s]
/proc/loadavg: 2.24 2.19 2.07 3/84 16587
/proc/meminfo: memFree=1557928/2055920 swapFree=4178780/4192956
[pid=16539] ppid=16537 vsize=13600 CPUtime=8.92
/proc/16539/stat : 16539 (sugar) S 16537 16539 15426 0 -1 4194304 1520 66946 0 6 4 2 841 45 16 0 1 0 41150987 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16539/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 8.92
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 9.24668
CPU time (s): 9.01163
CPU user time (s): 8.5247
CPU system time (s): 0.486925
CPU usage (%): 97.458
Max. virtual memory (cumulated for all children) (KiB): 893908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.5247
system time used= 0.486925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69877
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3971
involuntary context switches= 3870

runsolver used 0.024996 second user time and 0.039993 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-12 08:56:05
IDJOB=1111342
IDBENCH=61264
IDSOLVER=368
FILE ID=node27/1111342-1215845765
PBS_JOBID= 7903399
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/modifiedRenault/normalized-renault-mod-3_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111342-1215845765/watcher-1111342-1215845765 -o /tmp/evaluation-result-1111342-1215845765/solver-1111342-1215845765 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1111342-1215845765.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 041bf214ac6aa89c7bd0bed4c3acbc0d
RANDOM SEED=339929919

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1567584 kB
Buffers:         43124 kB
Cached:         126136 kB
SwapCached:       7540 kB
Active:         325688 kB
Inactive:        96412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1567584 kB
SwapTotal:     4192956 kB
SwapFree:      4178780 kB
Dirty:            4068 kB
Writeback:           0 kB
Mapped:         268556 kB
Slab:            49780 kB
Committed_AS:   457804 kB
PageTables:       3428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66456 MiB
End job on node27 at 2008-07-12 08:56:15