Trace number 1063707

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.13+minisatSAT 4.77027 5.1469

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-ran10x10b.xml
MD5SUM5be72a08ec3eec9a193ba5c4e6721a83
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.35879
Satisfiable
(Un)Satisfiability was proved
Number of variables3100
Number of constraints140
Maximum constraint arity300
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension140
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.21	c 0	Sugar v1-13 + HOME/minisat
0.03/0.21	c 0	BEGIN Fri Jul  4 04:29:02 2008
0.03/0.21	c 0	PID 25793
0.03/0.21	c 0	HOST node9.alineos.net
0.03/0.21	c 0	CONVERTING HOME/instance-1063707-1215138541.xml TO HOME/temp.csp
0.03/0.21	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1063707-1215138541.xml' 'HOME/temp.csp'
0.04/0.86	c 0	2 domains, 3100 variables, 4 predicates, 0 relations, 140 constraints
0.04/0.90	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.90	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.04/0.98	c 0	Parsing HOME/temp.csp
0.93/1.29	c 1	parsed 3246 expressions
0.93/1.29	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.93/1.29	c 1	Converting to clausal form CSP
1.04/1.32	c 1	converted 325 (10%) expressions
1.04/1.32	c 1	converted 650 (20%) expressions
1.04/1.33	c 1	converted 974 (30%) expressions
1.04/1.33	c 1	converted 1299 (40%) expressions
1.04/1.34	c 1	converted 1623 (50%) expressions
1.04/1.34	c 1	converted 1948 (60%) expressions
1.04/1.34	c 1	converted 2273 (70%) expressions
1.04/1.34	c 1	converted 2597 (80%) expressions
1.04/1.35	c 1	converted 2922 (90%) expressions
2.40/2.73	c 2	converted 3246 (100%) expressions
2.40/2.74	c 2	CSP : 17920 integers, 0 booleans, 27872 clauses, largest domain size 81
2.40/2.74	c 2	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.40/2.74	c 2	Propagation in CSP
2.69/3.07	c 2	17522 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.69/3.07	c 2	CSP : 17920 integers, 0 booleans, 27872 clauses, largest domain size 81
2.69/3.07	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.69/3.09	c 3	Simplifing CSP by introducing new Boolean variables
2.79/3.11	c 3	CSP : 17920 integers, 0 booleans, 27872 clauses, largest domain size 81
2.79/3.11	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.88/3.23	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.88/3.26	c 3	1792 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.88/3.27	c 3	3584 (20%) CSP integer variables are encoded (1115 clauses, 14559 bytes)
2.88/3.28	c 3	5376 (30%) CSP integer variables are encoded (6061 clauses, 78857 bytes)
2.88/3.29	c 3	7168 (40%) CSP integer variables are encoded (9524 clauses, 130760 bytes)
2.88/3.29	c 3	8960 (50%) CSP integer variables are encoded (12030 clauses, 168350 bytes)
2.88/3.30	c 3	10752 (60%) CSP integer variables are encoded (14553 clauses, 206195 bytes)
2.99/3.31	c 3	12544 (70%) CSP integer variables are encoded (17072 clauses, 243980 bytes)
2.99/3.31	c 3	14336 (80%) CSP integer variables are encoded (19598 clauses, 281870 bytes)
2.99/3.32	c 3	16128 (90%) CSP integer variables are encoded (22139 clauses, 319985 bytes)
2.99/3.32	c 3	17920 (100%) CSP integer variables are encoded (24641 clauses, 357515 bytes)
3.08/3.43	c 3	2788 (10%) CSP clauses are encoded (46169 clauses, 702978 bytes)
3.08/3.49	c 3	5575 (20%) CSP clauses are encoded (69926 clauses, 1105155 bytes)
3.17/3.59	c 3	8362 (30%) CSP clauses are encoded (112000 clauses, 1947993 bytes)
3.27/3.68	c 3	11149 (40%) CSP clauses are encoded (145847 clauses, 2625955 bytes)
3.37/3.78	c 3	13936 (50%) CSP clauses are encoded (185112 clauses, 3416016 bytes)
3.47/3.87	c 3	16724 (60%) CSP clauses are encoded (219984 clauses, 4116731 bytes)
3.56/3.96	c 3	19511 (70%) CSP clauses are encoded (258701 clauses, 4895523 bytes)
3.66/4.05	c 3	22298 (80%) CSP clauses are encoded (292752 clauses, 5578286 bytes)
3.76/4.15	c 4	25085 (90%) CSP clauses are encoded (332853 clauses, 6385300 bytes)
3.86/4.24	c 4	27872 (100%) CSP clauses are encoded (366680 clauses, 7065480 bytes)
3.86/4.24	c 4	27872 CSP clauses encoded
3.86/4.24	c 4	Writing map file : HOME/temp.map
3.86/4.29	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.86/4.29	c 4	SAT : 40137 SAT variables, 366680 SAT clauses, 7065480 bytes
3.86/4.29	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.95/4.36	c 4	SOLVING HOME/temp.cnf
3.95/4.36	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.95/4.36	c 4	This is MiniSat 2.0 beta
3.95/4.36	c 4	WARNING: for repeatability, setting FPU to use double precision
3.95/4.36	c 4	============================[ Problem Statistics ]=============================
3.95/4.36	c 4	|                                                                             |
3.95/4.36	c 4	|  Number of variables:  40137                                                |
3.95/4.36	c 4	|  Number of clauses:    366680                                               |
3.99/4.55	c 4	|  Parsing time:         0.15         s                                       |
3.99/4.56	c 4	============================[ Search Statistics ]==============================
3.99/4.56	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.99/4.56	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.99/4.56	c 4	===============================================================================
3.99/4.56	c 4	|         0 |   40137   366680   996397 |   122226        0    nan |  0.000 % |
4.00/4.66	c 4	|       100 |   40137   366680   996397 |   134449      100     94 |  0.000 % |
4.00/4.69	c 4	===============================================================================
4.00/4.69	c 4	restarts              : 2
4.00/4.69	c 4	conflicts             : 100            (345 /sec)
4.00/4.69	c 4	decisions             : 283            (0.00 % random) (976 /sec)
4.00/4.69	c 4	propagations          : 199071         (686558 /sec)
4.00/4.69	c 4	conflict literals     : 9429           (0.61 % deleted)
4.00/4.69	c 4	Memory used           : 19.00 MB
4.00/4.69	c 4	CPU time              : 0.289955 s
4.00/4.69	c 4	
4.00/4.71	c 4	SATISFIABLE
4.00/4.71	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.00/4.71	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.00/4.79	c 4	Decoding HOME/temp.out
4.35/5.02	s SATISFIABLE
4.36/5.12	v 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 1 1
4.36/5.13	c 5	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.36/5.14	c 5	CPU 4.46 (0.05 0.03 4.41 0.25)
4.36/5.14	c 5	END Fri Jul  4 04:29:07 2008

Verifier Data (download as text)

OK

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-1063707-1215138541/watcher-1063707-1215138541 -o /tmp/evaluation-result-1063707-1215138541/solver-1063707-1215138541 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1063707-1215138541.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): 2200 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.03 2.11 2.04 4/93 25793
/proc/meminfo: memFree=1196096/2055920 swapFree=4113964/4192956
[pid=25793] ppid=25791 vsize=18572 CPUtime=0
/proc/25793/stat : 25793 (runsolver) R 25791 25793 24384 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1543530383 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25793/statm: 4643 292 257 25 0 2626 0

[startup+0.0240701 s]
/proc/loadavg: 2.03 2.11 2.04 4/93 25793
/proc/meminfo: memFree=1196096/2055920 swapFree=4113964/4192956
[pid=25793] ppid=25791 vsize=124 CPUtime=0
/proc/25793/stat : 25793 (sugar) D 25791 25793 24384 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 1543530383 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 215416370665 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/25793/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101085 s]
/proc/loadavg: 2.03 2.11 2.04 4/93 25793
/proc/meminfo: memFree=1196096/2055920 swapFree=4113964/4192956
[pid=25793] ppid=25791 vsize=12000 CPUtime=0
/proc/25793/stat : 25793 (sugar) D 25791 25793 24384 0 -1 4194304 168 0 6 0 0 0 0 0 18 0 1 0 1543530383 12288000 142 996147200 4194304 4206940 548682068608 18446744073709551615 215437339051 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/25793/statm: 3000 142 107 3 0 100 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12000

[startup+0.301128 s]
/proc/loadavg: 2.03 2.11 2.04 4/93 25793
/proc/meminfo: memFree=1196096/2055920 swapFree=4113964/4192956
[pid=25793] ppid=25791 vsize=13600 CPUtime=0.04
/proc/25793/stat : 25793 (sugar) S 25791 25793 24384 0 -1 4194304 885 127 15 0 3 1 0 0 19 0 1 0 1543530383 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25793/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701206 s]
/proc/loadavg: 2.03 2.11 2.04 4/93 25793
/proc/meminfo: memFree=1196096/2055920 swapFree=4113964/4192956
[pid=25793] ppid=25791 vsize=13600 CPUtime=0.04
/proc/25793/stat : 25793 (sugar) S 25791 25793 24384 0 -1 4194304 885 127 15 0 3 1 0 0 19 0 1 0 1543530383 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25793/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50236 s]
/proc/loadavg: 2.03 2.11 2.04 3/104 25815
/proc/meminfo: memFree=1187496/2055920 swapFree=4113964/4192956
[pid=25793] ppid=25791 vsize=13600 CPUtime=0.66
/proc/25793/stat : 25793 (sugar) S 25791 25793 24384 0 -1 4194304 958 5077 15 1 3 1 59 3 15 0 1 0 1543530383 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25793/statm: 3400 797 370 3 0 500 0
[pid=25806] ppid=25793 vsize=5356 CPUtime=0
/proc/25806/stat : 25806 (sh) S 25793 25793 24384 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543530473 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25806/statm: 1339 233 193 169 0 50 0
[pid=25807] ppid=25806 vsize=867352 CPUtime=0.57
/proc/25807/stat : 25807 (java) S 25806 25793 24384 0 -1 0 5298 0 1 0 53 4 0 0 18 0 9 0 1543530473 888168448 4731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 216838 4731 1732 9 0 211413 0
[pid=25807/tid=25808] ppid=25806 vsize=867352 CPUtime=0.34
/proc/25807/task/25808/stat : 25808 (java) R 25806 25793 24384 0 -1 64 2664 0 1 0 32 2 0 0 18 0 9 0 1543530474 888168448 4731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25809] ppid=25806 vsize=867352 CPUtime=0.04
/proc/25807/task/25809/stat : 25809 (java) S 25806 25793 24384 0 -1 64 817 0 0 0 4 0 0 0 16 0 9 0 1543530475 888168448 4731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25810] ppid=25806 vsize=867352 CPUtime=0
/proc/25807/task/25810/stat : 25810 (java) S 25806 25793 24384 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1543530475 888168448 4731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25811] ppid=25806 vsize=867352 CPUtime=0
/proc/25807/task/25811/stat : 25811 (java) S 25806 25793 24384 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1543530475 888168448 4731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25812] ppid=25806 vsize=867352 CPUtime=0
/proc/25807/task/25812/stat : 25812 (java) S 25806 25793 24384 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543530477 888168448 4731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25813] ppid=25806 vsize=867352 CPUtime=0.17
/proc/25807/task/25813/stat : 25813 (java) R 25806 25793 24384 0 -1 64 1126 0 0 0 16 1 0 0 16 0 9 0 1543530477 888168448 4731 996147200 134512640 134550740 4294955952 18446744073709551615 102015490 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25814] ppid=25806 vsize=867352 CPUtime=0
/proc/25807/task/25814/stat : 25814 (java) S 25806 25793 24384 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1543530477 888168448 4731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25815] ppid=25806 vsize=867352 CPUtime=0
/proc/25807/task/25815/stat : 25815 (java) S 25806 25793 24384 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1543530477 888168448 4731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 886308

[startup+3.10334 s]
/proc/loadavg: 2.03 2.11 2.04 3/104 25815
/proc/meminfo: memFree=1170792/2055920 swapFree=4113964/4192956
[pid=25793] ppid=25791 vsize=13600 CPUtime=0.66
/proc/25793/stat : 25793 (sugar) S 25791 25793 24384 0 -1 4194304 959 5077 15 1 3 1 59 3 15 0 1 0 1543530383 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25793/statm: 3400 797 370 3 0 500 0
[pid=25806] ppid=25793 vsize=5356 CPUtime=0
/proc/25806/stat : 25806 (sh) S 25793 25793 24384 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543530473 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25806/statm: 1339 233 193 169 0 50 0
[pid=25807] ppid=25806 vsize=868388 CPUtime=2.13
/proc/25807/stat : 25807 (java) S 25806 25793 24384 0 -1 0 11030 0 1 0 206 7 0 0 18 0 9 0 1543530473 889229312 10119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 217097 10119 2541 9 0 211672 0
[pid=25807/tid=25808] ppid=25806 vsize=868388 CPUtime=1.42
/proc/25807/task/25808/stat : 25808 (java) R 25806 25793 24384 0 -1 64 2895 0 1 0 140 2 0 0 25 0 9 0 1543530474 889229312 10119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25809] ppid=25806 vsize=868388 CPUtime=0.44
/proc/25807/task/25809/stat : 25809 (java) S 25806 25793 24384 0 -1 64 5958 0 0 0 42 2 0 0 16 0 9 0 1543530475 889229312 10119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25810] ppid=25806 vsize=868388 CPUtime=0
/proc/25807/task/25810/stat : 25810 (java) S 25806 25793 24384 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543530475 889229312 10119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25811] ppid=25806 vsize=868388 CPUtime=0
/proc/25807/task/25811/stat : 25811 (java) S 25806 25793 24384 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1543530475 889229312 10119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25812] ppid=25806 vsize=868388 CPUtime=0
/proc/25807/task/25812/stat : 25812 (java) S 25806 25793 24384 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543530477 889229312 10119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25813] ppid=25806 vsize=868388 CPUtime=0.24
/proc/25807/task/25813/stat : 25813 (java) S 25806 25793 24384 0 -1 64 1485 0 0 0 23 1 0 0 15 0 9 0 1543530477 889229312 10119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25814] ppid=25806 vsize=868388 CPUtime=0
/proc/25807/task/25814/stat : 25814 (java) S 25806 25793 24384 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1543530477 889229312 10119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25815] ppid=25806 vsize=868388 CPUtime=0
/proc/25807/task/25815/stat : 25815 (java) S 25806 25793 24384 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1543530477 889229312 10119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 887344

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

[startup+3.90182 s]
/proc/loadavg: 2.03 2.11 2.04 4/104 25815
/proc/meminfo: memFree=1160424/2055920 swapFree=4113964/4192956
[pid=25793] ppid=25791 vsize=13600 CPUtime=0.66
/proc/25793/stat : 25793 (sugar) S 25791 25793 24384 0 -1 4194304 959 5077 15 1 3 1 59 3 15 0 1 0 1543530383 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25793/statm: 3400 797 370 3 0 500 0
[pid=25806] ppid=25793 vsize=5356 CPUtime=0
/proc/25806/stat : 25806 (sh) S 25793 25793 24384 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543530473 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25806/statm: 1339 233 193 169 0 50 0
[pid=25807] ppid=25806 vsize=868500 CPUtime=2.9
/proc/25807/stat : 25807 (java) S 25806 25793 24384 0 -1 0 11398 0 1 0 280 10 0 0 18 0 9 0 1543530473 889344000 10188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25807/statm: 217125 10188 2565 9 0 211672 0
[pid=25807/tid=25808] ppid=25806 vsize=868500 CPUtime=2.01
/proc/25807/task/25808/stat : 25808 (java) R 25806 25793 24384 0 -1 64 3031 0 1 0 197 4 0 0 25 0 9 0 1543530474 889344000 10188 996147200 134512640 134550740 4294955952 18446744073709551615 4126656477 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25809] ppid=25806 vsize=868500 CPUtime=0.57
/proc/25807/task/25809/stat : 25809 (java) S 25806 25793 24384 0 -1 64 6165 0 0 0 54 3 0 0 16 0 9 0 1543530475 889344000 10188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25810] ppid=25806 vsize=868500 CPUtime=0
/proc/25807/task/25810/stat : 25810 (java) S 25806 25793 24384 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543530475 889344000 10188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25811] ppid=25806 vsize=868500 CPUtime=0
/proc/25807/task/25811/stat : 25811 (java) S 25806 25793 24384 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1543530475 889344000 10188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25812] ppid=25806 vsize=868500 CPUtime=0
/proc/25807/task/25812/stat : 25812 (java) S 25806 25793 24384 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543530477 889344000 10188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25813] ppid=25806 vsize=868500 CPUtime=0.28
/proc/25807/task/25813/stat : 25813 (java) S 25806 25793 24384 0 -1 64 1510 0 0 0 27 1 0 0 16 0 9 0 1543530477 889344000 10188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25814] ppid=25806 vsize=868500 CPUtime=0
/proc/25807/task/25814/stat : 25814 (java) S 25806 25793 24384 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1543530477 889344000 10188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25807/tid=25815] ppid=25806 vsize=868500 CPUtime=0
/proc/25807/task/25815/stat : 25815 (java) S 25806 25793 24384 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1543530477 889344000 10188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 887456

[startup+4.70197 s]
/proc/loadavg: 2.03 2.11 2.04 2/104 25815
/proc/meminfo: memFree=1153640/2055920 swapFree=4113964/4192956
[pid=25793] ppid=25791 vsize=13600 CPUtime=4
/proc/25793/stat : 25793 (sugar) S 25791 25793 24384 0 -1 4194304 1019 16846 15 2 4 2 377 17 15 0 1 0 1543530383 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25793/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 13600

[startup+5.10105 s]
/proc/loadavg: 2.03 2.11 2.04 2/104 25815
/proc/meminfo: memFree=1153640/2055920 swapFree=4113964/4192956
[pid=25793] ppid=25791 vsize=13600 CPUtime=4.36
/proc/25793/stat : 25793 (sugar) S 25791 25793 24384 0 -1 4194304 1077 21782 15 2 4 3 408 21 15 0 1 0 1543530383 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25793/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 5.1469
CPU time (s): 4.77027
CPU user time (s): 4.47232
CPU system time (s): 0.297954
CPU usage (%): 92.6825
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.47232
system time used= 0.297954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26968
page faults= 18
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7843
involuntary context switches= 7797

runsolver used 0.013997 second user time and 0.025996 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-04 04:29:01
IDJOB=1063707
IDBENCH=54831
IDSOLVER=346
FILE ID=node9/1063707-1215138541
PBS_JOBID= 7877324
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-ran10x10b.xml
COMMAND LINE= DIR/sugar -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-1063707-1215138541/watcher-1063707-1215138541 -o /tmp/evaluation-result-1063707-1215138541/solver-1063707-1215138541 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1063707-1215138541.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5be72a08ec3eec9a193ba5c4e6721a83
RANDOM SEED=1494116234

node9.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.265
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	: 5931.00
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.265
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:       1196640 kB
Buffers:          2128 kB
Cached:          96044 kB
SwapCached:      72780 kB
Active:         763996 kB
Inactive:        37852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1196640 kB
SwapTotal:     4192956 kB
SwapFree:      4113964 kB
Dirty:            1668 kB
Writeback:           0 kB
Mapped:         720056 kB
Slab:            41052 kB
Committed_AS:  3610360 kB
PageTables:       3420 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= 66524 MiB
End job on node9 at 2008-07-04 04:29:07