Trace number 1080935

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+picosatSAT 42.6345 42.9821

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-105-9.xml
MD5SUM5bbd1ffb651fc1a4ef8ce25488690080
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark22.0047
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1452
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 01:28:02 2008
0.00/0.04	c 0	PID 2997
0.00/0.05	c 0	HOST node25.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1080935-1215214082.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1080935-1215214082.xml' 'HOME/temp.csp'
0.04/0.65	c 1	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.04/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.68	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.63/0.76	c 1	Parsing HOME/temp.csp
1.13/1.20	c 1	parsed 3732 expressions
1.13/1.21	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.13/1.21	c 1	Converting to clausal form CSP
1.13/1.23	c 1	converted 374 (10%) expressions
1.13/1.29	c 1	converted 747 (20%) expressions
1.32/1.40	c 1	converted 1120 (30%) expressions
1.32/1.44	c 1	converted 1493 (40%) expressions
1.32/1.45	c 1	converted 1866 (50%) expressions
1.32/1.47	c 1	converted 2240 (60%) expressions
1.32/1.48	c 1	converted 2613 (70%) expressions
1.32/1.49	c 1	converted 2986 (80%) expressions
1.42/1.50	c 1	converted 3359 (90%) expressions
1.42/1.51	c 1	converted 3732 (100%) expressions
1.42/1.52	c 1	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1452
1.42/1.52	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.52	c 1	Propagation in CSP
1.52/1.69	c 2	211862 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.52/1.69	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 849
1.52/1.69	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.69	c 2	Simplifing CSP by introducing new Boolean variables
1.62/1.77	c 2	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 849
1.62/1.78	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/1.82	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.72/1.86	c 2	30 (10%) CSP integer variables are encoded (20625 clauses, 287265 bytes)
1.72/1.89	c 2	60 (20%) CSP integer variables are encoded (41535 clauses, 600915 bytes)
1.81/1.92	c 2	90 (30%) CSP integer variables are encoded (62220 clauses, 911190 bytes)
1.81/1.95	c 2	120 (40%) CSP integer variables are encoded (84810 clauses, 1250040 bytes)
1.81/1.97	c 2	150 (50%) CSP integer variables are encoded (104895 clauses, 1561392 bytes)
1.91/2.00	c 2	180 (60%) CSP integer variables are encoded (125820 clauses, 1917117 bytes)
1.91/2.03	c 2	210 (70%) CSP integer variables are encoded (144405 clauses, 2233062 bytes)
1.91/2.06	c 2	240 (80%) CSP integer variables are encoded (167490 clauses, 2625507 bytes)
1.91/2.09	c 2	270 (90%) CSP integer variables are encoded (189975 clauses, 3007752 bytes)
2.02/2.12	c 2	300 (100%) CSP integer variables are encoded (208305 clauses, 3319362 bytes)
2.52/2.61	c 2	883 (10%) CSP clauses are encoded (437222 clauses, 8365008 bytes)
3.01/3.16	c 3	1766 (20%) CSP clauses are encoded (719394 clauses, 14899611 bytes)
3.51/3.65	c 4	2649 (30%) CSP clauses are encoded (958311 clauses, 20446386 bytes)
4.10/4.24	c 4	3532 (40%) CSP clauses are encoded (1253727 clauses, 27310234 bytes)
4.59/4.76	c 5	4415 (50%) CSP clauses are encoded (1511617 clauses, 33321200 bytes)
5.09/5.26	c 5	5298 (60%) CSP clauses are encoded (1761106 clauses, 39127253 bytes)
5.69/5.82	c 6	6181 (70%) CSP clauses are encoded (2041391 clauses, 45672999 bytes)
6.19/6.33	c 6	7064 (80%) CSP clauses are encoded (2298658 clauses, 51873806 bytes)
6.68/6.85	c 7	7947 (90%) CSP clauses are encoded (2554215 clauses, 58064183 bytes)
7.28/7.40	c 7	8830 (100%) CSP clauses are encoded (2852966 clauses, 65027354 bytes)
7.28/7.40	c 7	8830 CSP clauses encoded
7.28/7.40	c 7	Writing map file : HOME/temp.map
7.28/7.41	c 7	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.28/7.41	c 7	SAT : 214305 SAT variables, 2852966 SAT clauses, 65027354 bytes
7.28/7.41	c 7	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.28/7.42	c 7	SOLVING HOME/temp.cnf
7.28/7.42	c 7	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
42.18/42.52	c 42	DECODING HOME/temp.out WITH HOME/temp.map
42.18/42.52	c 42	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
42.21/42.60	c 42	Decoding HOME/temp.out
42.48/42.87	s SATISFIABLE
42.48/42.89	v 59 323 552 623 649 747 789 882 944 1031 1126 1180 1208 1281 1367 142 171 193 240 319 462 477 481 638 652 747 832 1171 1228 1251 22 106 143 284 557 627 687 704 825 966 1012 1032 1106 1229 1361 1 122 202 380 473 552 602 642 702 816 836 894 1111 1151 1445 4 34 93 112 158 225 461 479 531 1015 1090 1123 1206 1302 1413 1 122 315 407 472 620 698 715 759 900 1008 1085 1213 1230 1312 0 12 135 198 443 618 648 833 974 1016 1047 1169 1260 1354 1421 12 41 157 233 502 584 794 923 988 1121 1145 1214 1281 1356 1412 0 49 122 158 228 276 453 557 872 994 1022 1093 1145 1258 1413 0 61 110 221 324 462 550 559 630 780 1126 1327 1361 1422 1426 17 127 227 348 413 431 504 526 548 648 864 901 1365 1409 1451 0 75 126 438 642 706 755 779 825 985 1071 1118 1217 1258 1273 171 217 226 323 385 470 548 770 796 1055 1100 1213 1299 1376 1382 261 341 402 500 501 645 712 798 897 982 994 1162 1304 1402 1425 74 240 310 324 356 381 438 531 640 721 794 826 865 956 966 1 385 629 689 770 778 875 900 912 970 1016 1084 1131 1359 1378 71 168 259 323 337 349 363 779 893 1155 1158 1204 1301 1341 1425 147 481 554 559 671 687 692 777 988 1057 1085 1184 1236 1299 1370 1 94 119 147 275 374 501 524 702 783 897 1040 1070 1159 1226 0 184 387 461 545 563 670 743 909 963 1058 1178 1213 1307 1354
42.48/42.89	c 43	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
42.56/42.95	c 43	CPU 28.34 (0.04 0.01 28.3 14.23)
42.56/42.95	c 43	END Sat Jul  5 01:28:45 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-1080935-1215214082/watcher-1080935-1215214082 -o /tmp/evaluation-result-1080935-1215214082/solver-1080935-1215214082 -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/picosat -tmp=HOME/temp HOME/instance-1080935-1215214082.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.57 2.18 2.05 3/72 2997
/proc/meminfo: memFree=1730480/2055920 swapFree=4180844/4192956
[pid=2997] ppid=2995 vsize=12132 CPUtime=0
/proc/2997/stat : 2997 (sugar) R 2995 2997 1264 0 -1 4194304 214 0 0 0 0 0 0 0 20 0 1 0 2000382224 12423168 182 996147200 4194304 4206940 548682068560 18446744073709551615 253307033021 0 0 4224 0 0 0 0 17 1 0 0
/proc/2997/statm: 3033 182 142 3 0 133 0

[startup+0.092517 s]
/proc/loadavg: 2.57 2.18 2.05 3/72 2997
/proc/meminfo: memFree=1730480/2055920 swapFree=4180844/4192956
[pid=2997] ppid=2995 vsize=13600 CPUtime=0.04
/proc/2997/stat : 2997 (sugar) S 2995 2997 1264 0 -1 4194304 900 128 0 0 3 1 0 0 19 0 1 0 2000382224 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2997/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101514 s]
/proc/loadavg: 2.57 2.18 2.05 3/72 2997
/proc/meminfo: memFree=1730480/2055920 swapFree=4180844/4192956
[pid=2997] ppid=2995 vsize=13600 CPUtime=0.04
/proc/2997/stat : 2997 (sugar) S 2995 2997 1264 0 -1 4194304 900 128 0 0 3 1 0 0 19 0 1 0 2000382224 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2997/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301534 s]
/proc/loadavg: 2.57 2.18 2.05 3/72 2997
/proc/meminfo: memFree=1730480/2055920 swapFree=4180844/4192956
[pid=2997] ppid=2995 vsize=13600 CPUtime=0.04
/proc/2997/stat : 2997 (sugar) S 2995 2997 1264 0 -1 4194304 900 128 0 0 3 1 0 0 19 0 1 0 2000382224 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2997/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701574 s]
/proc/loadavg: 2.57 2.18 2.05 3/72 2997
/proc/meminfo: memFree=1730480/2055920 swapFree=4180844/4192956
[pid=2997] ppid=2995 vsize=13600 CPUtime=0.63
/proc/2997/stat : 2997 (sugar) S 2995 2997 1264 0 -1 4194304 956 6758 0 1 3 1 55 4 16 0 1 0 2000382224 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2997/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 13600

[startup+1.50264 s]
/proc/loadavg: 2.57 2.18 2.05 4/83 3019
/proc/meminfo: memFree=1722712/2055920 swapFree=4180844/4192956
[pid=2997] ppid=2995 vsize=13600 CPUtime=0.63
/proc/2997/stat : 2997 (sugar) S 2995 2997 1264 0 -1 4194304 973 6758 0 1 3 1 55 4 15 0 1 0 2000382224 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2997/statm: 3400 797 370 3 0 500 0
[pid=3010] ppid=2997 vsize=5356 CPUtime=0
/proc/3010/stat : 3010 (sh) S 2997 2997 1264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000382292 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3010/statm: 1339 233 193 169 0 50 0
[pid=3011] ppid=3010 vsize=868292 CPUtime=0.79
/proc/3011/stat : 3011 (java) S 3010 2997 1264 0 -1 0 5602 0 1 0 76 3 0 0 19 0 9 0 2000382293 889131008 5019 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3011/statm: 217073 5019 1734 9 0 211648 0
[pid=3011/tid=3012] ppid=3010 vsize=868292 CPUtime=0.54
/proc/3011/task/3012/stat : 3012 (java) R 3010 2997 1264 0 -1 64 2655 0 1 0 52 2 0 0 22 0 9 0 2000382294 889131008 5019 996147200 134512640 134550740 4294955904 18446744073709551615 4126585483 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3011/tid=3013] ppid=3010 vsize=868292 CPUtime=0.04
/proc/3011/task/3013/stat : 3013 (java) S 3010 2997 1264 0 -1 64 800 0 0 0 4 0 0 0 16 0 9 0 2000382295 889131008 5019 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3011/tid=3014] ppid=3010 vsize=868292 CPUtime=0
/proc/3011/task/3014/stat : 3014 (java) S 3010 2997 1264 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2000382295 889131008 5019 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3011/tid=3015] ppid=3010 vsize=868292 CPUtime=0
/proc/3011/task/3015/stat : 3015 (java) S 3010 2997 1264 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2000382295 889131008 5019 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3011/tid=3016] ppid=3010 vsize=868292 CPUtime=0
/proc/3011/task/3016/stat : 3016 (java) S 3010 2997 1264 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000382297 889131008 5019 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3011/tid=3017] ppid=3010 vsize=868292 CPUtime=0.18
/proc/3011/task/3017/stat : 3017 (java) S 3010 2997 1264 0 -1 64 1455 0 0 0 18 0 0 0 16 0 9 0 2000382297 889131008 5019 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3011/tid=3018] ppid=3010 vsize=868292 CPUtime=0
/proc/3011/task/3018/stat : 3018 (java) S 3010 2997 1264 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000382297 889131008 5019 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3011/tid=3019] ppid=3010 vsize=868292 CPUtime=0
/proc/3011/task/3019/stat : 3019 (java) S 3010 2997 1264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000382297 889131008 5019 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887248

[startup+3.10279 s]
/proc/loadavg: 2.57 2.18 2.05 3/83 3019
/proc/meminfo: memFree=1708312/2055920 swapFree=4180844/4192956
[pid=2997] ppid=2995 vsize=13600 CPUtime=0.64
/proc/2997/stat : 2997 (sugar) S 2995 2997 1264 0 -1 4194304 973 6758 0 1 4 1 55 4 15 0 1 0 2000382224 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2997/statm: 3400 797 370 3 0 500 0
[pid=3010] ppid=2997 vsize=5356 CPUtime=0
/proc/3010/stat : 3010 (sh) S 2997 2997 1264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000382292 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3010/statm: 1339 233 193 169 0 50 0
[pid=3011] ppid=3010 vsize=868520 CPUtime=2.37
/proc/3011/stat : 3011 (java) S 3010 2997 1264 0 -1 0 7879 0 1 0 221 16 0 0 19 0 9 0 2000382293 889364480 6709 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3011/statm: 217130 6709 2564 9 0 211677 0
[pid=3011/tid=3012] ppid=3010 vsize=868520 CPUtime=1.85
/proc/3011/task/3012/stat : 3012 (java) R 3010 2997 1264 0 -1 64 3116 0 1 0 174 11 0 0 25 0 9 0 2000382294 889364480 6709 996147200 134512640 134550740 4294955904 18446744073709551615 4126642734 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3011/tid=3013] ppid=3010 vsize=868520 CPUtime=0.25
/proc/3011/task/3013/stat : 3013 (java) S 3010 2997 1264 0 -1 64 2582 0 0 0 22 3 0 0 16 0 9 0 2000382295 889364480 6709 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3011/tid=3014] ppid=3010 vsize=868520 CPUtime=0
/proc/3011/task/3014/stat : 3014 (java) S 3010 2997 1264 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000382295 889364480 6709 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3011/tid=3015] ppid=3010 vsize=868520 CPUtime=0
/proc/3011/task/3015/stat : 3015 (java) S 3010 2997 1264 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000382295 889364480 6709 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3011/tid=3016] ppid=3010 vsize=868520 CPUtime=0
/proc/3011/task/3016/stat : 3016 (java) S 3010 2997 1264 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000382297 889364480 6709 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3011/tid=3017] ppid=3010 vsize=868520 CPUtime=0.24
/proc/3011/task/3017/stat : 3017 (java) S 3010 2997 1264 0 -1 64 1488 0 0 0 24 0 0 0 16 0 9 0 2000382297 889364480 6709 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3011/tid=3018] ppid=3010 vsize=868520 CPUtime=0
/proc/3011/task/3018/stat : 3018 (java) S 3010 2997 1264 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000382297 889364480 6709 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3011/tid=3019] ppid=3010 vsize=868520 CPUtime=0
/proc/3011/task/3019/stat : 3019 (java) S 3010 2997 1264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000382297 889364480 6709 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887476

[startup+6.30208 s]
/proc/loadavg: 2.52 2.18 2.05 3/83 3019
/proc/meminfo: memFree=1669848/2055920 swapFree=4180844/4192956
[pid=2997] ppid=2995 vsize=13600 CPUtime=0.64
/proc/2997/stat : 2997 (sugar) S 2995 2997 1264 0 -1 4194304 973 6758 0 1 4 1 55 4 15 0 1 0 2000382224 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2997/statm: 3400 797 370 3 0 500 0
[pid=3010] ppid=2997 vsize=5356 CPUtime=0
/proc/3010/stat : 3010 (sh) S 2997 2997 1264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000382292 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3010/statm: 1339 233 193 169 0 50 0
[pid=3011] ppid=3010 vsize=868520 CPUtime=5.55
/proc/3011/stat : 3011 (java) S 3010 2997 1264 0 -1 0 8854 0 1 0 509 46 0 0 19 0 9 0 2000382293 889364480 6711 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3011/statm: 217130 6711 2564 9 0 211677 0
[pid=3011/tid=3012] ppid=3010 vsize=868520 CPUtime=4.78
/proc/3011/task/3012/stat : 3012 (java) R 3010 2997 1264 0 -1 64 4089 0 1 0 442 36 0 0 25 0 9 0 2000382294 889364480 6711 996147200 134512640 134550740 4294955904 18446744073709551615 4126942168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3011/tid=3013] ppid=3010 vsize=868520 CPUtime=0.49
/proc/3011/task/3013/stat : 3013 (java) S 3010 2997 1264 0 -1 64 2582 0 0 0 41 8 0 0 16 0 9 0 2000382295 889364480 6711 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3011/tid=3014] ppid=3010 vsize=868520 CPUtime=0
/proc/3011/task/3014/stat : 3014 (java) S 3010 2997 1264 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000382295 889364480 6711 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3011/tid=3015] ppid=3010 vsize=868520 CPUtime=0
/proc/3011/task/3015/stat : 3015 (java) S 3010 2997 1264 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000382295 889364480 6711 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3011/tid=3016] ppid=3010 vsize=868520 CPUtime=0
/proc/3011/task/3016/stat : 3016 (java) S 3010 2997 1264 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000382297 889364480 6711 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3011/tid=3017] ppid=3010 vsize=868520 CPUtime=0.24
/proc/3011/task/3017/stat : 3017 (java) S 3010 2997 1264 0 -1 64 1490 0 0 0 24 0 0 0 16 0 9 0 2000382297 889364480 6711 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3011/tid=3018] ppid=3010 vsize=868520 CPUtime=0
/proc/3011/task/3018/stat : 3018 (java) S 3010 2997 1264 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000382297 889364480 6711 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3011/tid=3019] ppid=3010 vsize=868520 CPUtime=0
/proc/3011/task/3019/stat : 3019 (java) S 3010 2997 1264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000382297 889364480 6711 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887476

[startup+12.7016 s]
/proc/loadavg: 2.48 2.18 2.05 3/75 3021
/proc/meminfo: memFree=1632472/2055920 swapFree=4180844/4192956
[pid=2997] ppid=2995 vsize=13600 CPUtime=7.31
/proc/2997/stat : 2997 (sugar) S 2995 2997 1264 0 -1 4194304 1022 16266 0 2 4 1 666 60 16 0 1 0 2000382224 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2997/statm: 3400 799 370 3 0 500 0
[pid=3020] ppid=2997 vsize=5356 CPUtime=0
/proc/3020/stat : 3020 (sh) S 2997 2997 1264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000382966 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3020/statm: 1339 232 193 169 0 50 0
[pid=3021] ppid=3020 vsize=37800 CPUtime=5.22
/proc/3021/stat : 3021 (picosat) R 3020 2997 1264 0 -1 4194304 8460 0 0 0 233 289 0 0 25 0 1 0 2000382966 38707200 8446 996147200 134512640 134931368 4294956208 18446744073709551615 134597652 0 0 4096 0 0 0 0 17 1 0 0
/proc/3021/statm: 9450 8446 40 102 0 9345 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 56756

[startup+25.5018 s]
/proc/loadavg: 2.37 2.17 2.05 3/75 3021
/proc/meminfo: memFree=1583256/2055920 swapFree=4180844/4192956
[pid=2997] ppid=2995 vsize=13600 CPUtime=7.31
/proc/2997/stat : 2997 (sugar) S 2995 2997 1264 0 -1 4194304 1022 16266 0 2 4 1 666 60 16 0 1 0 2000382224 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2997/statm: 3400 799 370 3 0 500 0
[pid=3020] ppid=2997 vsize=5356 CPUtime=0
/proc/3020/stat : 3020 (sh) S 2997 2997 1264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000382966 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3020/statm: 1339 232 193 169 0 50 0
[pid=3021] ppid=3020 vsize=86184 CPUtime=17.96
/proc/3021/stat : 3021 (picosat) R 3020 2997 1264 0 -1 4194304 20406 0 0 0 814 982 0 0 25 0 1 0 2000382966 88252416 20392 996147200 134512640 134931368 4294956208 18446744073709551615 134583827 0 0 4096 0 0 0 0 17 1 0 0
/proc/3021/statm: 21546 20392 40 102 0 21441 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 105140

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

[startup+31.9064 s]
/proc/loadavg: 2.34 2.16 2.05 3/75 3021
/proc/meminfo: memFree=1559640/2055920 swapFree=4180844/4192956
[pid=2997] ppid=2995 vsize=13600 CPUtime=7.31
/proc/2997/stat : 2997 (sugar) S 2995 2997 1264 0 -1 4194304 1022 16266 0 2 4 1 666 60 16 0 1 0 2000382224 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2997/statm: 3400 799 370 3 0 500 0
[pid=3020] ppid=2997 vsize=5356 CPUtime=0
/proc/3020/stat : 3020 (sh) S 2997 2997 1264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000382966 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3020/statm: 1339 232 193 169 0 50 0
[pid=3021] ppid=3020 vsize=114704 CPUtime=24.33
/proc/3021/stat : 3021 (picosat) R 3020 2997 1264 0 -1 4194304 26119 0 0 0 1106 1327 0 0 25 0 1 0 2000382966 117456896 26105 996147200 134512640 134931368 4294956208 18446744073709551615 134605935 0 0 4096 0 0 0 0 17 1 0 0
/proc/3021/statm: 28676 26105 40 102 0 28571 0
Current children cumulated CPU time (s) 31.64
Current children cumulated vsize (KiB) 133660

[startup+38.302 s]
/proc/loadavg: 2.32 2.16 2.05 3/75 3021
/proc/meminfo: memFree=1556696/2055920 swapFree=4180844/4192956
[pid=2997] ppid=2995 vsize=13600 CPUtime=7.31
/proc/2997/stat : 2997 (sugar) S 2995 2997 1264 0 -1 4194304 1022 16266 0 2 4 1 666 60 16 0 1 0 2000382224 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2997/statm: 3400 799 370 3 0 500 0
[pid=3020] ppid=2997 vsize=5356 CPUtime=0
/proc/3020/stat : 3020 (sh) S 2997 2997 1264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000382966 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3020/statm: 1339 232 193 169 0 50 0
[pid=3021] ppid=3020 vsize=119968 CPUtime=30.69
/proc/3021/stat : 3021 (picosat) R 3020 2997 1264 0 -1 4194304 26761 0 0 0 1713 1356 0 0 25 0 1 0 2000382966 122847232 26747 996147200 134512640 134931368 4294956208 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/3021/statm: 29992 26747 42 102 0 29887 0
Current children cumulated CPU time (s) 38
Current children cumulated vsize (KiB) 138924

[startup+41.5023 s]
/proc/loadavg: 2.29 2.16 2.05 3/75 3021
/proc/meminfo: memFree=1556696/2055920 swapFree=4180844/4192956
[pid=2997] ppid=2995 vsize=13600 CPUtime=7.31
/proc/2997/stat : 2997 (sugar) S 2995 2997 1264 0 -1 4194304 1022 16266 0 2 4 1 666 60 16 0 1 0 2000382224 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2997/statm: 3400 799 370 3 0 500 0
[pid=3020] ppid=2997 vsize=5356 CPUtime=0
/proc/3020/stat : 3020 (sh) S 2997 2997 1264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000382966 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3020/statm: 1339 232 193 169 0 50 0
[pid=3021] ppid=3020 vsize=120100 CPUtime=33.87
/proc/3021/stat : 3021 (picosat) R 3020 2997 1264 0 -1 4194304 26769 0 0 0 2031 1356 0 0 25 0 1 0 2000382966 122982400 26755 996147200 134512640 134931368 4294956208 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/3021/statm: 30025 26755 42 102 0 29920 0
Current children cumulated CPU time (s) 41.18
Current children cumulated vsize (KiB) 139056

[startup+42.3013 s]
/proc/loadavg: 2.29 2.16 2.05 3/75 3021
/proc/meminfo: memFree=1556696/2055920 swapFree=4180844/4192956
[pid=2997] ppid=2995 vsize=13600 CPUtime=7.31
/proc/2997/stat : 2997 (sugar) S 2995 2997 1264 0 -1 4194304 1022 16266 0 2 4 1 666 60 16 0 1 0 2000382224 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2997/statm: 3400 799 370 3 0 500 0
[pid=3020] ppid=2997 vsize=5356 CPUtime=0
/proc/3020/stat : 3020 (sh) S 2997 2997 1264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000382966 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3020/statm: 1339 232 193 169 0 50 0
[pid=3021] ppid=3020 vsize=120104 CPUtime=34.67
/proc/3021/stat : 3021 (picosat) R 3020 2997 1264 0 -1 4194304 26799 0 0 0 2111 1356 0 0 25 0 1 0 2000382966 122986496 26785 996147200 134512640 134931368 4294956208 18446744073709551615 134574966 0 0 4096 0 0 0 0 17 1 0 0
/proc/3021/statm: 30026 26785 47 102 0 29921 0
Current children cumulated CPU time (s) 41.98
Current children cumulated vsize (KiB) 139060

[startup+42.7014 s]
/proc/loadavg: 2.29 2.16 2.05 3/75 3021
/proc/meminfo: memFree=1556696/2055920 swapFree=4180844/4192956
[pid=2997] ppid=2995 vsize=13600 CPUtime=42.21
/proc/2997/stat : 2997 (sugar) S 2995 2997 1264 0 -1 4194304 1091 43351 0 2 4 1 2797 1419 16 0 1 0 2000382224 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2997/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 42.21
Current children cumulated vsize (KiB) 13600

[startup+42.9064 s]
/proc/loadavg: 2.29 2.16 2.05 3/83 3031
/proc/meminfo: memFree=1656664/2055920 swapFree=4180844/4192956
[pid=2997] ppid=2995 vsize=13600 CPUtime=42.21
/proc/2997/stat : 2997 (sugar) S 2995 2997 1264 0 -1 4194304 1093 43351 0 2 4 1 2797 1419 15 0 1 0 2000382224 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2997/statm: 3400 799 370 3 0 500 0
[pid=3022] ppid=2997 vsize=5356 CPUtime=0
/proc/3022/stat : 3022 (sh) S 2997 2997 1264 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 2000386476 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3022/statm: 1339 233 193 169 0 50 0
[pid=3023] ppid=3022 vsize=864040 CPUtime=0.35
/proc/3023/stat : 3023 (java) S 3022 2997 1264 0 -1 0 3577 0 1 0 33 2 0 0 18 0 9 0 2000386476 884776960 3046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3023/statm: 216010 3046 1699 9 0 210585 0
[pid=3023/tid=3024] ppid=3022 vsize=864040 CPUtime=0.29
/proc/3023/task/3024/stat : 3024 (java) S 3022 2997 1264 0 -1 64 2515 0 1 0 28 1 0 0 22 0 9 0 2000386477 884776960 3046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3023/tid=3025] ppid=3022 vsize=864040 CPUtime=0
/proc/3023/task/3025/stat : 3025 (java) S 3022 2997 1264 0 -1 64 70 0 0 0 0 0 0 0 16 0 9 0 2000386478 884776960 3046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3023/tid=3026] ppid=3022 vsize=864040 CPUtime=0
/proc/3023/task/3026/stat : 3026 (java) S 3022 2997 1264 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2000386478 884776960 3046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3023/tid=3027] ppid=3022 vsize=864040 CPUtime=0
/proc/3023/task/3027/stat : 3027 (java) S 3022 2997 1264 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2000386478 884776960 3046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3023/tid=3028] ppid=3022 vsize=864040 CPUtime=0
/proc/3023/task/3028/stat : 3028 (java) S 3022 2997 1264 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000386480 884776960 3046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3023/tid=3029] ppid=3022 vsize=864040 CPUtime=0.03
/proc/3023/task/3029/stat : 3029 (java) S 3022 2997 1264 0 -1 64 301 0 0 0 3 0 0 0 16 0 9 0 2000386480 884776960 3046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3023/tid=3030] ppid=3022 vsize=864040 CPUtime=0
/proc/3023/task/3030/stat : 3030 (java) S 3022 2997 1264 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000386480 884776960 3046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3023/tid=3031] ppid=3022 vsize=864040 CPUtime=0
/proc/3023/task/3031/stat : 3031 (java) S 3022 2997 1264 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000386480 884776960 3046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.56
Current children cumulated vsize (KiB) 882996

Child status: 0
Real time (s): 42.9821
CPU time (s): 42.6345
CPU user time (s): 28.3547
CPU system time (s): 14.2798
CPU usage (%): 99.1914
Max. virtual memory (cumulated for all children) (KiB): 887476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.3547
system time used= 14.2798
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48370
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= 14707
involuntary context switches= 15009

runsolver used 0.058991 second user time and 0.152976 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-05 01:28:02
IDJOB=1080935
IDBENCH=57046
IDSOLVER=345
FILE ID=node25/1080935-1215214082
PBS_JOBID= 7881643
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-105-9.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1080935-1215214082/watcher-1080935-1215214082 -o /tmp/evaluation-result-1080935-1215214082/solver-1080935-1215214082 -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/picosat" -tmp="HOME/temp" HOME/instance-1080935-1215214082.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5bbd1ffb651fc1a4ef8ce25488690080
RANDOM SEED=1376869454

node25.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.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1731088 kB
Buffers:         57024 kB
Cached:         196744 kB
SwapCached:       6196 kB
Active:         189284 kB
Inactive:        80496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1731088 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:            1704 kB
Writeback:           0 kB
Mapped:          23524 kB
Slab:            40448 kB
Committed_AS:  3605024 kB
PageTables:       1920 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 node25 at 2008-07-05 01:28:45