Trace number 1042110

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 65.959 66.3574

General information on the benchmark

Namecsp/allsquares/
normalized-squares-21-21.xml
MD5SUM7c9360f7d63a1fda1cc47b47892f65e0
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.6915
Satisfiable
(Un)Satisfiability was proved
Number of variables882
Number of constraints1053
Maximum constraint arity21
Maximum domain size58
Number of constraints which are defined in extension0
Number of constraints which are defined in intension841
Global constraints used (with number of constraints)cumulative(2),weightedsum(210)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:43:00 2008
0.00/0.04	c 0	PID 20801
0.00/0.04	c 0	HOST node80.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1042110-1215002580.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-1042110-1215002580.xml' 'HOME/temp.csp'
0.03/0.75	c 1	22 domains, 882 variables, 2 predicates, 0 relations, 1053 constraints
0.03/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.77	c 1	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.72/0.85	c 1	Parsing HOME/temp.csp
0.93/1.04	c 1	parsed 1959 expressions
0.93/1.05	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.93/1.05	c 1	Converting to clausal form CSP
0.93/1.07	c 1	converted 196 (10%) expressions
0.93/1.07	c 1	converted 392 (20%) expressions
0.93/1.08	c 1	converted 588 (30%) expressions
0.93/1.08	c 1	converted 784 (40%) expressions
1.02/1.19	c 1	converted 980 (50%) expressions
1.13/1.25	c 1	converted 1176 (60%) expressions
1.13/1.27	c 1	converted 1372 (70%) expressions
1.13/1.30	c 1	converted 1568 (80%) expressions
1.23/1.31	c 1	converted 1764 (90%) expressions
1.83/1.90	c 2	converted 1959 (100%) expressions
1.83/1.90	c 2	CSP : 5522 integers, 1480 booleans, 14199 clauses, largest domain size 122
1.83/1.90	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.83/1.90	c 2	Propagation in CSP
1.93/2.00	c 2	14328 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.93/2.01	c 2	CSP : 5522 integers, 1480 booleans, 14199 clauses, largest domain size 59
1.93/2.01	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.93/2.02	c 2	Simplifing CSP by introducing new Boolean variables
1.93/2.03	c 2	CSP : 5522 integers, 1480 booleans, 14199 clauses, largest domain size 59
1.93/2.03	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.11	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.03/2.13	c 2	553 (10%) CSP integer variables are encoded (1894 clauses, 22519 bytes)
2.03/2.14	c 2	1105 (20%) CSP integer variables are encoded (4410 clauses, 55227 bytes)
2.03/2.15	c 2	1657 (30%) CSP integer variables are encoded (10682 clauses, 141050 bytes)
2.03/2.16	c 2	2209 (40%) CSP integer variables are encoded (16872 clauses, 233900 bytes)
2.03/2.17	c 2	2761 (50%) CSP integer variables are encoded (22844 clauses, 323480 bytes)
2.03/2.18	c 2	3314 (60%) CSP integer variables are encoded (28604 clauses, 409880 bytes)
2.03/2.19	c 2	3866 (70%) CSP integer variables are encoded (34755 clauses, 502145 bytes)
2.03/2.19	c 2	4418 (80%) CSP integer variables are encoded (40752 clauses, 592100 bytes)
2.13/2.20	c 2	4970 (90%) CSP integer variables are encoded (46917 clauses, 684575 bytes)
2.13/2.21	c 2	5522 (100%) CSP integer variables are encoded (52587 clauses, 769625 bytes)
2.23/2.35	c 2	1420 (10%) CSP clauses are encoded (106549 clauses, 1690757 bytes)
2.43/2.54	c 3	2840 (20%) CSP clauses are encoded (200929 clauses, 3391587 bytes)
2.62/2.73	c 3	4260 (30%) CSP clauses are encoded (300782 clauses, 5371681 bytes)
2.82/2.94	c 3	5680 (40%) CSP clauses are encoded (404142 clauses, 7529250 bytes)
3.03/3.13	c 3	7100 (50%) CSP clauses are encoded (503081 clauses, 9593010 bytes)
3.23/3.35	c 3	8520 (60%) CSP clauses are encoded (620444 clauses, 12029345 bytes)
3.41/3.58	c 4	9940 (70%) CSP clauses are encoded (736716 clauses, 14457455 bytes)
3.61/3.76	c 4	11360 (80%) CSP clauses are encoded (832076 clauses, 16446582 bytes)
3.81/3.95	c 4	12780 (90%) CSP clauses are encoded (929936 clauses, 18489356 bytes)
4.01/4.16	c 4	14199 (100%) CSP clauses are encoded (1039746 clauses, 20769254 bytes)
4.01/4.16	c 4	14199 CSP clauses encoded
4.01/4.16	c 4	Writing map file : HOME/temp.map
4.01/4.18	c 4	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.01/4.18	c 4	SAT : 59541 SAT variables, 1039746 SAT clauses, 20769254 bytes
4.01/4.18	c 4	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.10/4.22	c 4	SOLVING HOME/temp.cnf
4.10/4.22	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.10/4.22	c 4	This is MiniSat 2.0 beta
4.10/4.22	c 4	WARNING: for repeatability, setting FPU to use double precision
4.10/4.22	c 4	============================[ Problem Statistics ]=============================
4.10/4.22	c 4	|                                                                             |
4.10/4.22	c 4	|  Number of variables:  59541                                                |
4.10/4.22	c 4	|  Number of clauses:    1039746                                              |
4.57/4.74	c 5	|  Parsing time:         0.44         s                                       |
4.57/4.77	c 5	============================[ Search Statistics ]==============================
4.57/4.77	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.57/4.77	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.57/4.77	c 5	===============================================================================
4.57/4.77	c 5	|         0 |   59541  1039746  2974269 |   346582        0    nan |  0.000 % |
5.37/5.52	c 6	|       102 |   59541  1039746  2974269 |   381240      102     30 |  0.000 % |
6.46/6.66	c 7	|       252 |   59541  1039746  2974269 |   419364      252     29 |  0.000 % |
8.05/8.27	c 8	|       478 |   59541  1039746  2974269 |   461300      478     30 |  0.000 % |
10.24/10.43	c 10	|       815 |   59541  1039746  2974269 |   507430      815     33 |  0.000 % |
12.83/13.08	c 13	|      1322 |   59541  1039746  2974269 |   558173     1322     38 |  0.000 % |
17.21/17.49	c 18	|      2081 |   59541  1039746  2974269 |   613991     2081     35 |  0.000 % |
24.67/24.92	c 25	|      3221 |   59541  1039746  2974269 |   675390     3221     32 |  0.000 % |
35.33/35.61	c 36	|      4929 |   59541  1039746  2974269 |   742929     4929     31 |  0.000 % |
49.97/50.32	c 50	|      7491 |   59357  1035708  2962753 |   817222     7490     31 |  0.309 % |
65.50/65.99	c 66	===============================================================================
65.50/65.99	c 66	restarts              : 10
65.50/65.99	c 66	conflicts             : 9878           (161 /sec)
65.50/65.99	c 66	decisions             : 12231          (1.38 % random) (199 /sec)
65.50/65.99	c 66	propagations          : 52523241       (855404 /sec)
65.50/65.99	c 66	conflict literals     : 316711         (36.09 % deleted)
65.50/65.99	c 66	Memory used           : 49.45 MB
65.50/65.99	c 66	CPU time              : 61.4017 s
65.50/65.99	c 66	
65.60/66.01	c 66	SATISFIABLE
65.60/66.02	c 66	DECODING HOME/temp.out WITH HOME/temp.map
65.60/66.02	c 66	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
65.64/66.11	c 66	Decoding HOME/temp.out
65.64/66.28	s SATISFIABLE
65.64/66.32	v 36 20 28 17 22 21 20 28 37 21 17 46 45 31 43 27 0 40 21 0 0 55 28 47 43 25 19 30 50 49 37 47 46 33 35 18 19 41 0 0 21 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 0 1 1 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 0 1 1 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 0 1 1 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 1 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 0 1
65.64/66.32	c 66	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
65.64/66.35	c 66	CPU 65.54 (0.03 0.01 65.51 0.38)
65.64/66.35	c 66	END Wed Jul  2 14:44:06 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-1042110-1215002580/watcher-1042110-1215002580 -o /tmp/evaluation-result-1042110-1215002580/solver-1042110-1215002580 -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-1042110-1215002580.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: 1.91 1.95 1.90 4/73 20801
/proc/meminfo: memFree=668560/2055920 swapFree=4147044/4192956
[pid=20801] ppid=20799 vsize=12268 CPUtime=0
/proc/20801/stat : 20801 (sugar) R 20799 20801 19823 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 665383442 12562432 319 996147200 4194304 4206940 548682068608 18446744073709551615 226686833377 0 0 4224 0 0 0 0 17 0 0 0
/proc/20801/statm: 3067 320 242 3 0 167 0

[startup+0.0694489 s]
/proc/loadavg: 1.91 1.95 1.90 4/73 20801
/proc/meminfo: memFree=668560/2055920 swapFree=4147044/4192956
[pid=20801] ppid=20799 vsize=13600 CPUtime=0.03
/proc/20801/stat : 20801 (sugar) S 20799 20801 19823 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 665383442 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20801/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101957 s]
/proc/loadavg: 1.91 1.95 1.90 4/73 20801
/proc/meminfo: memFree=668560/2055920 swapFree=4147044/4192956
[pid=20801] ppid=20799 vsize=13600 CPUtime=0.03
/proc/20801/stat : 20801 (sugar) S 20799 20801 19823 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 665383442 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20801/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301978 s]
/proc/loadavg: 1.91 1.95 1.90 4/73 20801
/proc/meminfo: memFree=668560/2055920 swapFree=4147044/4192956
[pid=20801] ppid=20799 vsize=13600 CPUtime=0.03
/proc/20801/stat : 20801 (sugar) S 20799 20801 19823 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 665383442 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20801/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701031 s]
/proc/loadavg: 1.91 1.95 1.90 4/73 20801
/proc/meminfo: memFree=668560/2055920 swapFree=4147044/4192956
[pid=20801] ppid=20799 vsize=13600 CPUtime=0.03
/proc/20801/stat : 20801 (sugar) S 20799 20801 19823 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 665383442 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20801/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50213 s]
/proc/loadavg: 1.91 1.95 1.90 3/84 20823
/proc/meminfo: memFree=660472/2055920 swapFree=4147044/4192956
[pid=20801] ppid=20799 vsize=13600 CPUtime=0.73
/proc/20801/stat : 20801 (sugar) S 20799 20801 19823 0 -1 4194304 974 5003 0 1 3 1 66 3 15 0 1 0 665383442 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20801/statm: 3400 797 370 3 0 500 0
[pid=20814] ppid=20801 vsize=5356 CPUtime=0
/proc/20814/stat : 20814 (sh) S 20801 20801 19823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 665383520 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20814/statm: 1339 233 193 169 0 50 0
[pid=20815] ppid=20814 vsize=868356 CPUtime=0.7
/proc/20815/stat : 20815 (java) S 20814 20801 19823 0 -1 0 5878 0 1 0 67 3 0 0 18 0 9 0 665383520 889196544 5290 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20815/statm: 217089 5290 1734 9 0 211664 0
[pid=20815/tid=20816] ppid=20814 vsize=868356 CPUtime=0.42
/proc/20815/task/20816/stat : 20816 (java) R 20814 20801 19823 0 -1 64 2663 0 1 0 41 1 0 0 20 0 9 0 665383521 889196544 5290 996147200 134512640 134550740 4294955952 18446744073709551615 4126919758 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20815/tid=20817] ppid=20814 vsize=868356 CPUtime=0.05
/proc/20815/task/20817/stat : 20817 (java) S 20814 20801 19823 0 -1 64 1064 0 0 0 5 0 0 0 16 0 9 0 665383522 889196544 5290 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20815/tid=20818] ppid=20814 vsize=868356 CPUtime=0
/proc/20815/task/20818/stat : 20818 (java) S 20814 20801 19823 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 665383523 889196544 5290 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20815/tid=20819] ppid=20814 vsize=868356 CPUtime=0
/proc/20815/task/20819/stat : 20819 (java) S 20814 20801 19823 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 665383523 889196544 5290 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20815/tid=20820] ppid=20814 vsize=868356 CPUtime=0
/proc/20815/task/20820/stat : 20820 (java) S 20814 20801 19823 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 665383524 889196544 5290 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20815/tid=20821] ppid=20814 vsize=868356 CPUtime=0.19
/proc/20815/task/20821/stat : 20821 (java) S 20814 20801 19823 0 -1 64 1460 0 0 0 19 0 0 0 16 0 9 0 665383524 889196544 5290 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20815/tid=20822] ppid=20814 vsize=868356 CPUtime=0
/proc/20815/task/20822/stat : 20822 (java) S 20814 20801 19823 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 665383525 889196544 5290 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20815/tid=20823] ppid=20814 vsize=868356 CPUtime=0
/proc/20815/task/20823/stat : 20823 (java) S 20814 20801 19823 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 665383525 889196544 5290 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887312

[startup+3.10133 s]
/proc/loadavg: 1.91 1.95 1.90 4/84 20823
/proc/meminfo: memFree=644728/2055920 swapFree=4147044/4192956
[pid=20801] ppid=20799 vsize=13600 CPUtime=0.73
/proc/20801/stat : 20801 (sugar) S 20799 20801 19823 0 -1 4194304 974 5003 0 1 3 1 66 3 15 0 1 0 665383442 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20801/statm: 3400 797 370 3 0 500 0
[pid=20814] ppid=20801 vsize=5356 CPUtime=0
/proc/20814/stat : 20814 (sh) S 20801 20801 19823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 665383520 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20814/statm: 1339 233 193 169 0 50 0
[pid=20815] ppid=20814 vsize=868468 CPUtime=2.3
/proc/20815/stat : 20815 (java) S 20814 20801 19823 0 -1 0 9011 0 1 0 218 12 0 0 18 0 9 0 665383520 889311232 7890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20815/statm: 217117 7890 2565 9 0 211664 0
[pid=20815/tid=20816] ppid=20814 vsize=868468 CPUtime=1.64
/proc/20815/task/20816/stat : 20816 (java) R 20814 20801 19823 0 -1 64 3008 0 1 0 157 7 0 0 25 0 9 0 665383521 889311232 7890 996147200 134512640 134550740 4294955952 18446744073709551615 4126582880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20815/tid=20817] ppid=20814 vsize=868468 CPUtime=0.34
/proc/20815/task/20817/stat : 20817 (java) S 20814 20801 19823 0 -1 64 3799 0 0 0 32 2 0 0 16 0 9 0 665383522 889311232 7890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20815/tid=20818] ppid=20814 vsize=868468 CPUtime=0
/proc/20815/task/20818/stat : 20818 (java) S 20814 20801 19823 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 665383523 889311232 7890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20815/tid=20819] ppid=20814 vsize=868468 CPUtime=0
/proc/20815/task/20819/stat : 20819 (java) S 20814 20801 19823 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 665383523 889311232 7890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20815/tid=20820] ppid=20814 vsize=868468 CPUtime=0
/proc/20815/task/20820/stat : 20820 (java) S 20814 20801 19823 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 665383524 889311232 7890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20815/tid=20821] ppid=20814 vsize=868468 CPUtime=0.27
/proc/20815/task/20821/stat : 20821 (java) S 20814 20801 19823 0 -1 64 1512 0 0 0 27 0 0 0 16 0 9 0 665383524 889311232 7890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20815/tid=20822] ppid=20814 vsize=868468 CPUtime=0
/proc/20815/task/20822/stat : 20822 (java) S 20814 20801 19823 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 665383525 889311232 7890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20815/tid=20823] ppid=20814 vsize=868468 CPUtime=0
/proc/20815/task/20823/stat : 20823 (java) S 20814 20801 19823 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 665383525 889311232 7890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887424

[startup+6.30174 s]
/proc/loadavg: 1.92 1.95 1.90 3/76 20825
/proc/meminfo: memFree=599160/2055920 swapFree=4147044/4192956
[pid=20801] ppid=20799 vsize=13600 CPUtime=4.11
/proc/20801/stat : 20801 (sugar) S 20799 20801 19823 0 -1 4194304 1033 14576 0 2 3 1 383 24 15 0 1 0 665383442 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20801/statm: 3400 799 370 3 0 500 0
[pid=20824] ppid=20801 vsize=5356 CPUtime=0
/proc/20824/stat : 20824 (sh) S 20801 20801 19823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 665383865 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20824/statm: 1339 232 193 169 0 50 0
[pid=20825] ppid=20824 vsize=47356 CPUtime=2.05
/proc/20825/stat : 20825 (minisat) R 20824 20801 19823 0 -1 4194304 11667 0 0 0 198 7 0 0 25 0 1 0 665383865 48492544 11653 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20825/statm: 11839 11653 76 150 0 11686 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 66312

[startup+12.7015 s]
/proc/loadavg: 1.93 1.95 1.90 3/76 20825
/proc/meminfo: memFree=597432/2055920 swapFree=4147044/4192956
[pid=20801] ppid=20799 vsize=13600 CPUtime=4.11
/proc/20801/stat : 20801 (sugar) S 20799 20801 19823 0 -1 4194304 1033 14576 0 2 3 1 383 24 16 0 1 0 665383442 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20801/statm: 3400 799 370 3 0 500 0
[pid=20824] ppid=20801 vsize=5356 CPUtime=0
/proc/20824/stat : 20824 (sh) S 20801 20801 19823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 665383865 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20824/statm: 1339 232 193 169 0 50 0
[pid=20825] ppid=20824 vsize=48888 CPUtime=8.42
/proc/20825/stat : 20825 (minisat) R 20824 20801 19823 0 -1 4194304 12055 0 0 0 834 8 0 0 25 0 1 0 665383865 50061312 12041 996147200 134512640 135127466 4294956272 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/20825/statm: 12222 12041 76 150 0 12069 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 67844

[startup+25.5011 s]
/proc/loadavg: 1.94 1.96 1.91 3/76 20825
/proc/meminfo: memFree=597056/2055920 swapFree=4147044/4192956
[pid=20801] ppid=20799 vsize=13600 CPUtime=4.11
/proc/20801/stat : 20801 (sugar) S 20799 20801 19823 0 -1 4194304 1033 14576 0 2 3 1 383 24 16 0 1 0 665383442 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20801/statm: 3400 799 370 3 0 500 0
[pid=20824] ppid=20801 vsize=5356 CPUtime=0
/proc/20824/stat : 20824 (sh) S 20801 20801 19823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 665383865 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20824/statm: 1339 232 193 169 0 50 0
[pid=20825] ppid=20824 vsize=49284 CPUtime=21.16
/proc/20825/stat : 20825 (minisat) R 20824 20801 19823 0 -1 4194304 12160 0 0 0 2108 8 0 0 25 0 1 0 665383865 50466816 12146 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/20825/statm: 12321 12146 76 150 0 12168 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 68240

[startup+51.1013 s]
/proc/loadavg: 1.96 1.96 1.91 3/76 20825
/proc/meminfo: memFree=596480/2055920 swapFree=4147044/4192956
[pid=20801] ppid=20799 vsize=13600 CPUtime=4.11
/proc/20801/stat : 20801 (sugar) S 20799 20801 19823 0 -1 4194304 1033 14576 0 2 3 1 383 24 16 0 1 0 665383442 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20801/statm: 3400 799 370 3 0 500 0
[pid=20824] ppid=20801 vsize=5356 CPUtime=0
/proc/20824/stat : 20824 (sh) S 20801 20801 19823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 665383865 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20824/statm: 1339 232 193 169 0 50 0
[pid=20825] ppid=20824 vsize=49956 CPUtime=46.65
/proc/20825/stat : 20825 (minisat) R 20824 20801 19823 0 -1 4194304 12333 0 0 0 4657 8 0 0 25 0 1 0 665383865 51154944 12319 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20825/statm: 12489 12319 76 150 0 12336 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 68912

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

[startup+57.5011 s]
/proc/loadavg: 1.96 1.96 1.91 3/76 20825
/proc/meminfo: memFree=596288/2055920 swapFree=4147044/4192956
[pid=20801] ppid=20799 vsize=13600 CPUtime=4.11
/proc/20801/stat : 20801 (sugar) S 20799 20801 19823 0 -1 4194304 1033 14576 0 2 3 1 383 24 16 0 1 0 665383442 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20801/statm: 3400 799 370 3 0 500 0
[pid=20824] ppid=20801 vsize=5356 CPUtime=0
/proc/20824/stat : 20824 (sh) S 20801 20801 19823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 665383865 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20824/statm: 1339 232 193 169 0 50 0
[pid=20825] ppid=20824 vsize=50220 CPUtime=53.02
/proc/20825/stat : 20825 (minisat) R 20824 20801 19823 0 -1 4194304 12389 0 0 0 5294 8 0 0 25 0 1 0 665383865 51425280 12375 996147200 134512640 135127466 4294956272 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/20825/statm: 12555 12375 76 150 0 12402 0
Current children cumulated CPU time (s) 57.13
Current children cumulated vsize (KiB) 69176

[startup+60.7025 s]
/proc/loadavg: 1.97 1.96 1.91 3/76 20825
/proc/meminfo: memFree=596160/2055920 swapFree=4147044/4192956
[pid=20801] ppid=20799 vsize=13600 CPUtime=4.11
/proc/20801/stat : 20801 (sugar) S 20799 20801 19823 0 -1 4194304 1033 14576 0 2 3 1 383 24 16 0 1 0 665383442 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20801/statm: 3400 799 370 3 0 500 0
[pid=20824] ppid=20801 vsize=5356 CPUtime=0
/proc/20824/stat : 20824 (sh) S 20801 20801 19823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 665383865 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20824/statm: 1339 232 193 169 0 50 0
[pid=20825] ppid=20824 vsize=50352 CPUtime=56.21
/proc/20825/stat : 20825 (minisat) R 20824 20801 19823 0 -1 4194304 12410 0 0 0 5613 8 0 0 25 0 1 0 665383865 51560448 12396 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/20825/statm: 12588 12396 76 150 0 12435 0
Current children cumulated CPU time (s) 60.32
Current children cumulated vsize (KiB) 69308

[startup+63.9019 s]
/proc/loadavg: 1.97 1.96 1.91 3/76 20825
/proc/meminfo: memFree=596032/2055920 swapFree=4147044/4192956
[pid=20801] ppid=20799 vsize=13600 CPUtime=4.11
/proc/20801/stat : 20801 (sugar) S 20799 20801 19823 0 -1 4194304 1033 14576 0 2 3 1 383 24 16 0 1 0 665383442 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20801/statm: 3400 799 370 3 0 500 0
[pid=20824] ppid=20801 vsize=5356 CPUtime=0
/proc/20824/stat : 20824 (sh) S 20801 20801 19823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 665383865 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20824/statm: 1339 232 193 169 0 50 0
[pid=20825] ppid=20824 vsize=50352 CPUtime=59.39
/proc/20825/stat : 20825 (minisat) R 20824 20801 19823 0 -1 4194304 12435 0 0 0 5931 8 0 0 25 0 1 0 665383865 51560448 12421 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/20825/statm: 12588 12421 76 150 0 12435 0
Current children cumulated CPU time (s) 63.5
Current children cumulated vsize (KiB) 69308

[startup+65.5011 s]
/proc/loadavg: 1.97 1.96 1.91 3/76 20825
/proc/meminfo: memFree=596032/2055920 swapFree=4147044/4192956
[pid=20801] ppid=20799 vsize=13600 CPUtime=4.11
/proc/20801/stat : 20801 (sugar) S 20799 20801 19823 0 -1 4194304 1033 14576 0 2 3 1 383 24 16 0 1 0 665383442 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20801/statm: 3400 799 370 3 0 500 0
[pid=20824] ppid=20801 vsize=5356 CPUtime=0
/proc/20824/stat : 20824 (sh) S 20801 20801 19823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 665383865 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20824/statm: 1339 232 193 169 0 50 0
[pid=20825] ppid=20824 vsize=50484 CPUtime=60.99
/proc/20825/stat : 20825 (minisat) R 20824 20801 19823 0 -1 4194304 12450 0 0 0 6091 8 0 0 25 0 1 0 665383865 51695616 12436 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/20825/statm: 12621 12436 76 150 0 12468 0
Current children cumulated CPU time (s) 65.1
Current children cumulated vsize (KiB) 69440

[startup+65.9011 s]
/proc/loadavg: 1.97 1.96 1.91 3/76 20825
/proc/meminfo: memFree=595968/2055920 swapFree=4147044/4192956
[pid=20801] ppid=20799 vsize=13600 CPUtime=4.11
/proc/20801/stat : 20801 (sugar) S 20799 20801 19823 0 -1 4194304 1033 14576 0 2 3 1 383 24 16 0 1 0 665383442 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20801/statm: 3400 799 370 3 0 500 0
[pid=20824] ppid=20801 vsize=5356 CPUtime=0
/proc/20824/stat : 20824 (sh) S 20801 20801 19823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 665383865 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20824/statm: 1339 232 193 169 0 50 0
[pid=20825] ppid=20824 vsize=50484 CPUtime=61.39
/proc/20825/stat : 20825 (minisat) R 20824 20801 19823 0 -1 4194304 12461 0 0 0 6131 8 0 0 25 0 1 0 665383865 51695616 12447 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/20825/statm: 12621 12447 76 150 0 12468 0
Current children cumulated CPU time (s) 65.5
Current children cumulated vsize (KiB) 69440

[startup+66.3012 s]
/proc/loadavg: 1.97 1.96 1.91 3/76 20825
/proc/meminfo: memFree=595968/2055920 swapFree=4147044/4192956
[pid=20801] ppid=20799 vsize=13600 CPUtime=65.64
/proc/20801/stat : 20801 (sugar) S 20799 20801 19823 0 -1 4194304 1090 27349 0 2 3 1 6526 34 15 0 1 0 665383442 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20801/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 65.64
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 66.3574
CPU time (s): 65.959
CPU user time (s): 65.547
CPU system time (s): 0.411937
CPU usage (%): 99.3996
Max. virtual memory (cumulated for all children) (KiB): 887424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.547
system time used= 0.411937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32385
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= 6945
involuntary context switches= 7481

runsolver used 0.088986 second user time and 0.19697 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-02 14:43:00
IDJOB=1042110
IDBENCH=53873
IDSOLVER=346
FILE ID=node80/1042110-1215002580
PBS_JOBID= 7870764
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-21-21.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-1042110-1215002580/watcher-1042110-1215002580 -o /tmp/evaluation-result-1042110-1215002580/solver-1042110-1215002580 -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-1042110-1215002580.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7c9360f7d63a1fda1cc47b47892f65e0
RANDOM SEED=1538705864

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        669112 kB
Buffers:         73564 kB
Cached:         884516 kB
SwapCached:      39956 kB
Active:         632216 kB
Inactive:       669500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        669112 kB
SwapTotal:     4192956 kB
SwapFree:      4147044 kB
Dirty:            1512 kB
Writeback:           0 kB
Mapped:         351180 kB
Slab:            69976 kB
Committed_AS:  1211748 kB
PageTables:       2384 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= 66548 MiB
End job on node80 at 2008-07-02 14:44:06