Trace number 1051680

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 32.2771 32.5778

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-66_ext.xml
MD5SUM3518e3f195ddf214ca0d283aa45732b4
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.316951
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 05:08:45 2008
0.00/0.04	c 0	PID 2512
0.00/0.04	c 0	HOST node53.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1051680-1215054525.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-1051680-1215054525.xml' 'HOME/temp.csp'
0.03/0.39	c 1	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.03/0.41	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.41	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.03/0.49	c 1	Parsing HOME/temp.csp
0.38/0.65	c 1	parsed 459 expressions
0.38/0.65	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.38/0.65	c 1	Converting to clausal form CSP
0.38/0.67	c 1	converted 46 (10%) expressions
0.38/0.68	c 1	converted 92 (20%) expressions
0.38/0.69	c 1	converted 138 (30%) expressions
0.38/0.70	c 1	converted 184 (40%) expressions
0.38/0.71	c 1	converted 230 (50%) expressions
0.38/0.71	c 1	converted 276 (60%) expressions
0.38/0.72	c 1	converted 322 (70%) expressions
0.38/0.72	c 1	converted 368 (80%) expressions
0.38/0.73	c 1	converted 414 (90%) expressions
1.53/1.69	c 2	converted 459 (100%) expressions
1.53/1.69	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
1.53/1.70	c 2	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.70	c 2	Propagation in CSP
1.53/1.70	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.64/1.70	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
1.64/1.70	c 2	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.64/1.70	c 2	Simplifing CSP by introducing new Boolean variables
1.64/1.70	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
1.64/1.70	c 2	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.85	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.73/1.88	c 2	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
1.73/1.89	c 2	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
1.73/1.89	c 2	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
1.73/1.89	c 2	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
1.83/1.90	c 2	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
1.83/1.90	c 2	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
1.83/1.91	c 2	54 (70%) CSP integer variables are encoded (26026 clauses, 368288 bytes)
1.83/1.91	c 2	61 (80%) CSP integer variables are encoded (26859 clauses, 380783 bytes)
1.83/1.91	c 2	69 (90%) CSP integer variables are encoded (27811 clauses, 395063 bytes)
1.83/1.91	c 2	76 (100%) CSP integer variables are encoded (28406 clauses, 403988 bytes)
1.83/1.97	c 2	35 (10%) CSP clauses are encoded (29328 clauses, 422525 bytes)
1.83/1.99	c 2	70 (20%) CSP clauses are encoded (30225 clauses, 444304 bytes)
1.93/2.01	c 2	105 (30%) CSP clauses are encoded (31145 clauses, 466104 bytes)
1.93/2.03	c 2	140 (40%) CSP clauses are encoded (32067 clauses, 488133 bytes)
1.93/2.06	c 2	175 (50%) CSP clauses are encoded (32989 clauses, 510350 bytes)
1.93/2.08	c 2	210 (60%) CSP clauses are encoded (33912 clauses, 533073 bytes)
2.03/2.11	c 2	245 (70%) CSP clauses are encoded (34833 clauses, 557276 bytes)
2.03/2.14	c 2	280 (80%) CSP clauses are encoded (35780 clauses, 581857 bytes)
2.03/2.19	c 3	315 (90%) CSP clauses are encoded (36770 clauses, 606984 bytes)
24.37/24.67	c 25	350 (100%) CSP clauses are encoded (391382 clauses, 12317821 bytes)
24.37/24.67	c 25	350 CSP clauses encoded
24.37/24.67	c 25	Writing map file : HOME/temp.map
24.37/24.67	c 25	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
24.37/24.67	c 25	SAT : 28480 SAT variables, 391382 SAT clauses, 12317821 bytes
24.37/24.67	c 25	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
24.37/24.69	c 25	SOLVING HOME/temp.cnf
24.37/24.69	c 25	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
24.37/24.69	c 25	This is MiniSat 2.0 beta
24.37/24.69	c 25	WARNING: for repeatability, setting FPU to use double precision
24.37/24.69	c 25	============================[ Problem Statistics ]=============================
24.37/24.69	c 25	|                                                                             |
24.37/24.69	c 25	|  Number of variables:  28480                                                |
24.37/24.69	c 25	|  Number of clauses:    391382                                               |
24.45/24.93	c 25	|  Parsing time:         0.21         s                                       |
24.45/24.95	c 25	============================[ Search Statistics ]==============================
24.45/24.95	c 25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.45/24.95	c 25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.45/24.95	c 25	===============================================================================
24.45/24.95	c 25	|         0 |   27479   382975  1792827 |   127658        0    nan |  0.000 % |
24.45/25.01	c 25	|       100 |   27444   382975  1792827 |   140424       57      4 | 16.064 % |
24.45/25.07	c 25	|       250 |   27409   382975  1792827 |   154466      177      7 | 31.692 % |
24.45/25.17	c 26	|       476 |   27388   382975  1792827 |   169913      382      8 | 38.030 % |
24.95/25.29	c 26	|       814 |   27367   382975  1792827 |   186904      698      7 | 62.949 % |
25.14/25.41	c 26	|      1320 |   27340   382975  1792827 |   205595     1173     10 | 66.239 % |
25.24/25.57	c 26	|      2079 |   27291   382975  1792827 |   226154     1882      9 | 79.119 % |
25.53/25.83	c 26	|      3218 |   27235   382975  1792827 |   248769     2983      8 | 79.593 % |
25.93/26.29	c 27	|      4926 |   27171   382975  1792827 |   273646     4671      9 | 80.046 % |
27.23/27.59	c 28	|      7488 |   26897   382975  1792827 |   301011     7201     10 | 80.769 % |
30.62/30.94	c 31	|     11334 |   24933   382975  1792827 |   331112    11040     15 | 80.846 % |
32.01/32.34	c 33	===============================================================================
32.01/32.34	c 33	restarts              : 11
32.01/32.34	c 33	conflicts             : 13320          (1759 /sec)
32.01/32.34	c 33	decisions             : 26159          (0.50 % random) (3454 /sec)
32.01/32.34	c 33	propagations          : 3421521        (451814 /sec)
32.01/32.34	c 33	conflict literals     : 209919         (42.25 % deleted)
32.01/32.34	c 33	Memory used           : 24.80 MB
32.01/32.34	c 33	CPU time              : 7.57285 s
32.01/32.34	c 33	
32.01/32.35	c 33	SATISFIABLE
32.01/32.36	c 33	DECODING HOME/temp.out WITH HOME/temp.map
32.01/32.36	c 33	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
32.09/32.44	c 33	Decoding HOME/temp.out
32.09/32.51	s SATISFIABLE
32.09/32.51	v 5 9 6 1 7 1 20 12 22 0 12 13 24 25 14 3 17 1 21 1 23 4 2 2 18 1 16 5 10 2 19 1 3 3 13 0 9 4 15 0 8 6 1 4 25 5 4 11 11 6 10 11 23 23 36 61 64 65 66 70 72 73 78 80 81 84 84 88 88 94 98 103 114 120 120 0
32.09/32.52	c 33	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
32.09/32.57	c 33	CPU 31.84 (0.03 0.01 31.81 0.4)
32.09/32.57	c 33	END Thu Jul  3 05:09:18 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-1051680-1215054525/watcher-1051680-1215054525 -o /tmp/evaluation-result-1051680-1215054525/solver-1051680-1215054525 -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-1051680-1215054525.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.99 2.00 2.00 4/74 2512
/proc/meminfo: memFree=30256/2055920 swapFree=4179900/4192956
[pid=2512] ppid=2510 vsize=12268 CPUtime=0
/proc/2512/stat : 2512 (sugar) R 2510 2512 32463 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1984424866 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269939162110 0 0 4224 0 0 0 0 17 0 0 0
/proc/2512/statm: 3067 318 242 3 0 167 0

[startup+0.054195 s]
/proc/loadavg: 1.99 2.00 2.00 4/74 2512
/proc/meminfo: memFree=30256/2055920 swapFree=4179900/4192956
[pid=2512] ppid=2510 vsize=13600 CPUtime=0.03
/proc/2512/stat : 2512 (sugar) S 2510 2512 32463 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1984424866 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2512/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101198 s]
/proc/loadavg: 1.99 2.00 2.00 4/74 2512
/proc/meminfo: memFree=30256/2055920 swapFree=4179900/4192956
[pid=2512] ppid=2510 vsize=13600 CPUtime=0.03
/proc/2512/stat : 2512 (sugar) S 2510 2512 32463 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1984424866 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2512/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301222 s]
/proc/loadavg: 1.99 2.00 2.00 4/74 2512
/proc/meminfo: memFree=30256/2055920 swapFree=4179900/4192956
[pid=2512] ppid=2510 vsize=13600 CPUtime=0.03
/proc/2512/stat : 2512 (sugar) S 2510 2512 32463 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1984424866 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2512/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701266 s]
/proc/loadavg: 1.99 2.00 2.00 4/74 2512
/proc/meminfo: memFree=30256/2055920 swapFree=4179900/4192956
[pid=2512] ppid=2510 vsize=13600 CPUtime=0.38
/proc/2512/stat : 2512 (sugar) S 2510 2512 32463 0 -1 4194304 973 4837 0 1 3 0 32 3 15 0 1 0 1984424866 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2512/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 13600

[startup+1.50137 s]
/proc/loadavg: 1.99 2.00 2.00 4/85 2534
/proc/meminfo: memFree=14864/2055920 swapFree=4179900/4192956
[pid=2512] ppid=2510 vsize=13600 CPUtime=0.38
/proc/2512/stat : 2512 (sugar) S 2510 2512 32463 0 -1 4194304 973 4837 0 1 3 0 32 3 15 0 1 0 1984424866 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2512/statm: 3400 797 370 3 0 500 0
[pid=2525] ppid=2512 vsize=5356 CPUtime=0
/proc/2525/stat : 2525 (sh) S 2512 2512 32463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984424907 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2525/statm: 1339 233 193 169 0 50 0
[pid=2526] ppid=2525 vsize=864316 CPUtime=1.05
/proc/2526/stat : 2526 (java) S 2525 2512 32463 0 -1 0 11213 0 1 0 99 6 0 0 18 0 9 0 1984424907 885059584 10485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2526/statm: 216079 10485 2540 9 0 210654 0
[pid=2526/tid=2527] ppid=2525 vsize=864316 CPUtime=0.46
/proc/2526/task/2527/stat : 2527 (java) R 2525 2512 32463 0 -1 64 2752 0 1 0 44 2 0 0 23 0 9 0 1984424908 885059584 10485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2528] ppid=2525 vsize=864316 CPUtime=0.51
/proc/2526/task/2528/stat : 2528 (java) R 2525 2512 32463 0 -1 64 7434 0 0 0 48 3 0 0 17 0 9 0 1984424909 885059584 10485 996147200 134512640 134550740 4294955952 18446744073709551615 104180232 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2529] ppid=2525 vsize=864316 CPUtime=0
/proc/2526/task/2529/stat : 2529 (java) S 2525 2512 32463 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984424909 885059584 10485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2530] ppid=2525 vsize=864316 CPUtime=0
/proc/2526/task/2530/stat : 2530 (java) S 2525 2512 32463 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984424909 885059584 10485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2531] ppid=2525 vsize=864316 CPUtime=0
/proc/2526/task/2531/stat : 2531 (java) S 2525 2512 32463 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984424911 885059584 10485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2532] ppid=2525 vsize=864316 CPUtime=0.06
/proc/2526/task/2532/stat : 2532 (java) S 2525 2512 32463 0 -1 64 335 0 0 0 6 0 0 0 16 0 9 0 1984424911 885059584 10485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2533] ppid=2525 vsize=864316 CPUtime=0
/proc/2526/task/2533/stat : 2533 (java) S 2525 2512 32463 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984424911 885059584 10485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2534] ppid=2525 vsize=864316 CPUtime=0
/proc/2526/task/2534/stat : 2534 (java) S 2525 2512 32463 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984424911 885059584 10485 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) 883272

[startup+3.10255 s]
/proc/loadavg: 1.99 2.00 2.00 3/85 2534
/proc/meminfo: memFree=15120/2055920 swapFree=4179900/4192956
[pid=2512] ppid=2510 vsize=13600 CPUtime=0.38
/proc/2512/stat : 2512 (sugar) S 2510 2512 32463 0 -1 4194304 974 4837 0 1 3 0 32 3 15 0 1 0 1984424866 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2512/statm: 3400 797 370 3 0 500 0
[pid=2525] ppid=2512 vsize=5356 CPUtime=0
/proc/2525/stat : 2525 (sh) S 2512 2512 32463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984424907 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2525/statm: 1339 233 193 169 0 50 0
[pid=2526] ppid=2525 vsize=864428 CPUtime=2.64
/proc/2526/stat : 2526 (java) S 2525 2512 32463 0 -1 0 12985 0 1 0 257 7 0 0 18 0 9 0 1984424907 885174272 12196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2526/statm: 216107 12196 2564 9 0 210654 0
[pid=2526/tid=2527] ppid=2525 vsize=864428 CPUtime=1.66
/proc/2526/task/2527/stat : 2527 (java) R 2525 2512 32463 0 -1 64 3053 0 1 0 164 2 0 0 25 0 9 0 1984424908 885174272 12196 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2528] ppid=2525 vsize=864428 CPUtime=0.85
/proc/2526/task/2528/stat : 2528 (java) S 2525 2512 32463 0 -1 64 8884 0 0 0 81 4 0 0 16 0 9 0 1984424909 885174272 12196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2529] ppid=2525 vsize=864428 CPUtime=0
/proc/2526/task/2529/stat : 2529 (java) S 2525 2512 32463 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984424909 885174272 12196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2530] ppid=2525 vsize=864428 CPUtime=0
/proc/2526/task/2530/stat : 2530 (java) S 2525 2512 32463 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984424909 885174272 12196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2531] ppid=2525 vsize=864428 CPUtime=0
/proc/2526/task/2531/stat : 2531 (java) S 2525 2512 32463 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984424911 885174272 12196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2532] ppid=2525 vsize=864428 CPUtime=0.1
/proc/2526/task/2532/stat : 2532 (java) S 2525 2512 32463 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 1984424911 885174272 12196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2533] ppid=2525 vsize=864428 CPUtime=0
/proc/2526/task/2533/stat : 2533 (java) S 2525 2512 32463 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984424911 885174272 12196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2534] ppid=2525 vsize=864428 CPUtime=0
/proc/2526/task/2534/stat : 2534 (java) S 2525 2512 32463 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984424911 885174272 12196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883384

[startup+6.30293 s]
/proc/loadavg: 1.99 2.00 2.00 3/85 2534
/proc/meminfo: memFree=16144/2055920 swapFree=4179900/4192956
[pid=2512] ppid=2510 vsize=13600 CPUtime=0.38
/proc/2512/stat : 2512 (sugar) S 2510 2512 32463 0 -1 4194304 974 4837 0 1 3 0 32 3 15 0 1 0 1984424866 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2512/statm: 3400 797 370 3 0 500 0
[pid=2525] ppid=2512 vsize=5356 CPUtime=0
/proc/2525/stat : 2525 (sh) S 2512 2512 32463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984424907 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2525/statm: 1339 233 193 169 0 50 0
[pid=2526] ppid=2525 vsize=864428 CPUtime=5.82
/proc/2526/stat : 2526 (java) S 2525 2512 32463 0 -1 0 13895 0 1 0 572 10 0 0 18 0 9 0 1984424907 885174272 13014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2526/statm: 216107 13014 2564 9 0 210654 0
[pid=2526/tid=2527] ppid=2525 vsize=864428 CPUtime=4.72
/proc/2526/task/2527/stat : 2527 (java) R 2525 2512 32463 0 -1 64 3145 0 1 0 468 4 0 0 25 0 9 0 1984424908 885174272 13014 996147200 134512640 134550740 4294955952 18446744073709551615 101444727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2528] ppid=2525 vsize=864428 CPUtime=0.98
/proc/2526/task/2528/stat : 2528 (java) S 2525 2512 32463 0 -1 64 9701 0 0 0 93 5 0 0 16 0 9 0 1984424909 885174272 13014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2529] ppid=2525 vsize=864428 CPUtime=0
/proc/2526/task/2529/stat : 2529 (java) S 2525 2512 32463 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984424909 885174272 13014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2530] ppid=2525 vsize=864428 CPUtime=0
/proc/2526/task/2530/stat : 2530 (java) S 2525 2512 32463 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984424909 885174272 13014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2531] ppid=2525 vsize=864428 CPUtime=0
/proc/2526/task/2531/stat : 2531 (java) S 2525 2512 32463 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984424911 885174272 13014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2532] ppid=2525 vsize=864428 CPUtime=0.1
/proc/2526/task/2532/stat : 2532 (java) S 2525 2512 32463 0 -1 64 357 0 0 0 10 0 0 0 16 0 9 0 1984424911 885174272 13014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2533] ppid=2525 vsize=864428 CPUtime=0
/proc/2526/task/2533/stat : 2533 (java) S 2525 2512 32463 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984424911 885174272 13014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2534] ppid=2525 vsize=864428 CPUtime=0
/proc/2526/task/2534/stat : 2534 (java) S 2525 2512 32463 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984424911 885174272 13014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 883384

[startup+12.7027 s]
/proc/loadavg: 1.99 2.00 2.00 3/85 2534
/proc/meminfo: memFree=15760/2055920 swapFree=4179900/4192956
[pid=2512] ppid=2510 vsize=13600 CPUtime=0.38
/proc/2512/stat : 2512 (sugar) S 2510 2512 32463 0 -1 4194304 974 4837 0 1 3 0 32 3 15 0 1 0 1984424866 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2512/statm: 3400 797 370 3 0 500 0
[pid=2525] ppid=2512 vsize=5356 CPUtime=0
/proc/2525/stat : 2525 (sh) S 2512 2512 32463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984424907 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2525/statm: 1339 233 193 169 0 50 0
[pid=2526] ppid=2525 vsize=864428 CPUtime=12.18
/proc/2526/stat : 2526 (java) S 2525 2512 32463 0 -1 0 15943 0 1 0 1203 15 0 0 18 0 9 0 1984424907 885174272 14865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2526/statm: 216107 14865 2564 9 0 210654 0
[pid=2526/tid=2527] ppid=2525 vsize=864428 CPUtime=10.76
/proc/2526/task/2527/stat : 2527 (java) R 2525 2512 32463 0 -1 64 3342 0 1 0 1071 5 0 0 25 0 9 0 1984424908 885174272 14865 996147200 134512640 134550740 4294955952 18446744073709551615 4126617342 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2528] ppid=2525 vsize=864428 CPUtime=1.29
/proc/2526/task/2528/stat : 2528 (java) S 2525 2512 32463 0 -1 64 11551 0 0 0 121 8 0 0 16 0 9 0 1984424909 885174272 14865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2529] ppid=2525 vsize=864428 CPUtime=0
/proc/2526/task/2529/stat : 2529 (java) S 2525 2512 32463 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984424909 885174272 14865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2530] ppid=2525 vsize=864428 CPUtime=0
/proc/2526/task/2530/stat : 2530 (java) S 2525 2512 32463 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984424909 885174272 14865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2531] ppid=2525 vsize=864428 CPUtime=0
/proc/2526/task/2531/stat : 2531 (java) S 2525 2512 32463 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984424911 885174272 14865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2532] ppid=2525 vsize=864428 CPUtime=0.1
/proc/2526/task/2532/stat : 2532 (java) S 2525 2512 32463 0 -1 64 358 0 0 0 10 0 0 0 16 0 9 0 1984424911 885174272 14865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2533] ppid=2525 vsize=864428 CPUtime=0
/proc/2526/task/2533/stat : 2533 (java) S 2525 2512 32463 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984424911 885174272 14865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2526/tid=2534] ppid=2525 vsize=864428 CPUtime=0
/proc/2526/task/2534/stat : 2534 (java) R 2525 2512 32463 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984424911 885174272 14865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 883384

[startup+25.5012 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 2536
/proc/meminfo: memFree=61584/2055920 swapFree=4179900/4192956
[pid=2512] ppid=2510 vsize=13600 CPUtime=24.45
/proc/2512/stat : 2512 (sugar) S 2510 2512 32463 0 -1 4194304 1031 28425 0 2 3 0 2410 32 15 0 1 0 1984424866 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2512/statm: 3400 798 370 3 0 500 0
[pid=2535] ppid=2512 vsize=5356 CPUtime=0
/proc/2535/stat : 2535 (sh) S 2512 2512 32463 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984427335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2535/statm: 1339 232 193 169 0 50 0
[pid=2536] ppid=2535 vsize=23380 CPUtime=0.79
/proc/2536/stat : 2536 (minisat) R 2535 2512 32463 0 -1 4194304 5605 0 0 0 76 3 0 0 25 0 1 0 1984427335 23941120 5591 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/2536/statm: 5845 5591 75 150 0 5692 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 42336

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

[startup+28.7016 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 2536
/proc/meminfo: memFree=59280/2055920 swapFree=4179900/4192956
[pid=2512] ppid=2510 vsize=13600 CPUtime=24.45
/proc/2512/stat : 2512 (sugar) S 2510 2512 32463 0 -1 4194304 1031 28425 0 2 3 0 2410 32 16 0 1 0 1984424866 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2512/statm: 3400 798 370 3 0 500 0
[pid=2535] ppid=2512 vsize=5356 CPUtime=0
/proc/2535/stat : 2535 (sh) S 2512 2512 32463 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984427335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2535/statm: 1339 232 193 169 0 50 0
[pid=2536] ppid=2535 vsize=24996 CPUtime=3.97
/proc/2536/stat : 2536 (minisat) R 2535 2512 32463 0 -1 4194304 5996 0 0 0 394 3 0 0 25 0 1 0 1984427335 25595904 5982 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2536/statm: 6249 5982 75 150 0 6096 0
Current children cumulated CPU time (s) 28.42
Current children cumulated vsize (KiB) 43952

[startup+30.3018 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 2536
/proc/meminfo: memFree=59024/2055920 swapFree=4179900/4192956
[pid=2512] ppid=2510 vsize=13600 CPUtime=24.45
/proc/2512/stat : 2512 (sugar) S 2510 2512 32463 0 -1 4194304 1031 28425 0 2 3 0 2410 32 16 0 1 0 1984424866 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2512/statm: 3400 798 370 3 0 500 0
[pid=2535] ppid=2512 vsize=5356 CPUtime=0
/proc/2535/stat : 2535 (sh) S 2512 2512 32463 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984427335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2535/statm: 1339 232 193 169 0 50 0
[pid=2536] ppid=2535 vsize=25260 CPUtime=5.57
/proc/2536/stat : 2536 (minisat) R 2535 2512 32463 0 -1 4194304 6075 0 0 0 553 4 0 0 25 0 1 0 1984427335 25866240 6061 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2536/statm: 6315 6061 75 150 0 6162 0
Current children cumulated CPU time (s) 30.02
Current children cumulated vsize (KiB) 44216

[startup+31.907 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 2536
/proc/meminfo: memFree=58832/2055920 swapFree=4179900/4192956
[pid=2512] ppid=2510 vsize=13600 CPUtime=24.45
/proc/2512/stat : 2512 (sugar) S 2510 2512 32463 0 -1 4194304 1031 28425 0 2 3 0 2410 32 16 0 1 0 1984424866 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2512/statm: 3400 798 370 3 0 500 0
[pid=2535] ppid=2512 vsize=5356 CPUtime=0
/proc/2535/stat : 2535 (sh) S 2512 2512 32463 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984427335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2535/statm: 1339 232 193 169 0 50 0
[pid=2536] ppid=2535 vsize=25392 CPUtime=7.17
/proc/2536/stat : 2536 (minisat) R 2535 2512 32463 0 -1 4194304 6094 0 0 0 713 4 0 0 25 0 1 0 1984427335 26001408 6080 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2536/statm: 6348 6080 75 150 0 6195 0
Current children cumulated CPU time (s) 31.62
Current children cumulated vsize (KiB) 44348

[startup+32.303 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 2536
/proc/meminfo: memFree=58832/2055920 swapFree=4179900/4192956
[pid=2512] ppid=2510 vsize=13600 CPUtime=24.45
/proc/2512/stat : 2512 (sugar) S 2510 2512 32463 0 -1 4194304 1031 28425 0 2 3 0 2410 32 16 0 1 0 1984424866 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2512/statm: 3400 798 370 3 0 500 0
[pid=2535] ppid=2512 vsize=5356 CPUtime=0
/proc/2535/stat : 2535 (sh) S 2512 2512 32463 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984427335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2535/statm: 1339 232 193 169 0 50 0
[pid=2536] ppid=2535 vsize=25392 CPUtime=7.56
/proc/2536/stat : 2536 (minisat) R 2535 2512 32463 0 -1 4194304 6094 0 0 0 752 4 0 0 25 0 1 0 1984427335 26001408 6080 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2536/statm: 6348 6080 75 150 0 6195 0
Current children cumulated CPU time (s) 32.01
Current children cumulated vsize (KiB) 44348

[startup+32.503 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 2536
/proc/meminfo: memFree=58832/2055920 swapFree=4179900/4192956
[pid=2512] ppid=2510 vsize=13600 CPUtime=32.09
/proc/2512/stat : 2512 (sugar) S 2510 2512 32463 0 -1 4194304 1089 34821 0 2 3 1 3168 37 16 0 1 0 1984424866 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2512/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 32.09
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 32.5778
CPU time (s): 32.2771
CPU user time (s): 31.8562
CPU system time (s): 0.420936
CPU usage (%): 99.0769
Max. virtual memory (cumulated for all children) (KiB): 893652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.8562
system time used= 0.420936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39685
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= 7068
involuntary context switches= 7265

runsolver used 0.054991 second user time and 0.114982 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-03 05:08:45
IDJOB=1051680
IDBENCH=55497
IDSOLVER=346
FILE ID=node53/1051680-1215054525
PBS_JOBID= 7875070
Free space on /tmp= 64892 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-66_ext.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-1051680-1215054525/watcher-1051680-1215054525 -o /tmp/evaluation-result-1051680-1215054525/solver-1051680-1215054525 -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-1051680-1215054525.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3518e3f195ddf214ca0d283aa45732b4
RANDOM SEED=1582989865

node53.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.222
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.222
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:         30800 kB
Buffers:         48844 kB
Cached:        1239064 kB
SwapCached:       7492 kB
Active:        1041572 kB
Inactive:       889092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         30800 kB
SwapTotal:     4192956 kB
SwapFree:      4179900 kB
Dirty:            1368 kB
Writeback:           0 kB
Mapped:         649220 kB
Slab:            78400 kB
Committed_AS:  4401400 kB
PageTables:       3160 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= 64892 MiB
End job on node53 at 2008-07-03 05:09:18