Trace number 1060094

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 67.2598 68.0991

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-100-4.xml
MD5SUMb6b292050203805743cd5f448d135627
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 benchmark0.821874
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size992
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
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 Fri Jul  4 00:56:40 2008
0.00/0.04	c 0	PID 25033
0.00/0.05	c 0	HOST node2.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1060094-1215125800.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-1060094-1215125800.xml' 'HOME/temp.csp'
0.03/0.86	c 1	225 domains, 225 variables, 1 predicates, 0 relations, 3150 constraints
0.03/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.89	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.83/0.97	c 1	Parsing HOME/temp.csp
1.12/1.22	c 1	parsed 3601 expressions
1.12/1.22	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.12/1.22	c 1	Converting to clausal form CSP
1.12/1.25	c 1	converted 361 (10%) expressions
1.21/1.33	c 1	converted 721 (20%) expressions
1.31/1.43	c 1	converted 1081 (30%) expressions
1.31/1.46	c 1	converted 1441 (40%) expressions
1.31/1.47	c 1	converted 1801 (50%) expressions
1.31/1.48	c 1	converted 2161 (60%) expressions
1.31/1.49	c 1	converted 2521 (70%) expressions
1.41/1.50	c 1	converted 2881 (80%) expressions
1.41/1.51	c 1	converted 3241 (90%) expressions
1.41/1.52	c 1	converted 3601 (100%) expressions
1.41/1.52	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 992
1.41/1.52	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.52	c 1	Propagation in CSP
1.41/1.57	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.41/1.57	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 992
1.41/1.57	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.58	c 1	Simplifing CSP by introducing new Boolean variables
1.51/1.67	c 1	CSP : 225 integers, 6300 booleans, 9450 clauses, largest domain size 992
1.51/1.67	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.71	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.60/1.76	c 2	23 (10%) CSP integer variables are encoded (21415 clauses, 299103 bytes)
1.60/1.78	c 2	45 (20%) CSP integer variables are encoded (42087 clauses, 609183 bytes)
1.71/1.81	c 2	68 (30%) CSP integer variables are encoded (63574 clauses, 931488 bytes)
1.71/1.83	c 2	90 (40%) CSP integer variables are encoded (84189 clauses, 1240713 bytes)
1.71/1.86	c 2	113 (50%) CSP integer variables are encoded (105701 clauses, 1575010 bytes)
1.71/1.89	c 2	135 (60%) CSP integer variables are encoded (126278 clauses, 1924819 bytes)
1.80/1.92	c 2	158 (70%) CSP integer variables are encoded (147834 clauses, 2291271 bytes)
1.80/1.95	c 2	180 (80%) CSP integer variables are encoded (168715 clauses, 2646248 bytes)
1.80/1.98	c 2	203 (90%) CSP integer variables are encoded (190426 clauses, 3015335 bytes)
1.91/2.01	c 2	225 (100%) CSP integer variables are encoded (211032 clauses, 3365637 bytes)
2.99/3.13	c 3	945 (10%) CSP clauses are encoded (769077 clauses, 15814648 bytes)
4.08/4.22	c 4	1890 (20%) CSP clauses are encoded (1323830 clauses, 28771993 bytes)
5.17/5.33	c 5	2835 (30%) CSP clauses are encoded (1884733 clauses, 41894536 bytes)
6.26/6.43	c 6	3780 (40%) CSP clauses are encoded (2439260 clauses, 54880425 bytes)
7.33/7.54	c 7	4725 (50%) CSP clauses are encoded (2994889 clauses, 67905348 bytes)
8.40/8.68	c 8	5670 (60%) CSP clauses are encoded (3556962 clauses, 81140755 bytes)
9.48/9.79	c 10	6615 (70%) CSP clauses are encoded (4114837 clauses, 95007329 bytes)
10.67/10.91	c 11	7560 (80%) CSP clauses are encoded (4673376 clauses, 108958519 bytes)
11.77/12.02	c 12	8505 (90%) CSP clauses are encoded (5245539 clauses, 123250309 bytes)
12.83/13.14	c 13	9450 (100%) CSP clauses are encoded (5807574 clauses, 137288899 bytes)
12.83/13.14	c 13	9450 CSP clauses encoded
12.83/13.14	c 13	Writing map file : HOME/temp.map
12.83/13.15	c 13	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.83/13.15	c 13	SAT : 217557 SAT variables, 5807574 SAT clauses, 137288899 bytes
12.83/13.15	c 13	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.89/13.21	c 13	SOLVING HOME/temp.cnf
12.89/13.21	c 13	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
66.55/67.44	c 67	DECODING HOME/temp.out WITH HOME/temp.map
66.55/67.44	c 67	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
66.60/67.53	c 67	Decoding HOME/temp.out
66.60/68.00	s SATISFIABLE
66.60/68.01	v 829 0 291 858 517 735 4 323 419 97 676 186 218 607 233 346 941 676 816 463 49 526 179 275 615 734 113 13 919 419 153 902 136 0 110 810 179 41 323 692 735 456 354 226 615 0 676 896 32 481 816 725 241 544 388 658 321 74 622 105 600 822 505 484 0 291 869 287 45 211 661 731 139 956 423 899 764 723 212 378 32 614 822 1 103 20 143 276 285 481 346 734 614 313 816 230 511 551 136 892 55 627 882 419 0 465 828 265 531 6 580 901 361 375 97 126 694 616 207 734 694 178 732 827 596 464 512 213 31 345 7 411 936 632 6 410 734 136 833 448 616 393 813 198 308 13 62 935 528 658 570 353 178 703 869 498 897 965 824 122 261 87 148 449 23 596 899 11 764 61 103 134 152 481 5 180 676 423 249 387 512 70 612 375 364 460 670 691 224 290 0 536 23 5 134 735 944 60 807 146 169 224 291 297 319 362 385 481 853 615 71 169 6 291 381 431 512 607 658 734 772 819 26 906 964
66.60/68.02	c 68	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
66.60/68.03	c 68	CPU 37.63 (0.03 0.01 37.6 29.53)
66.60/68.03	c 68	END Fri Jul  4 00:57:48 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-1060094-1215125800/watcher-1060094-1215125800 -o /tmp/evaluation-result-1060094-1215125800/solver-1060094-1215125800 -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-1060094-1215125800.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 1.44 1.23 4/81 25033
/proc/meminfo: memFree=1597136/2055920 swapFree=4180876/4192956
[pid=25033] ppid=25031 vsize=4708 CPUtime=0
/proc/25033/stat : 25033 (sugar) R 25031 25033 23396 0 -1 4194304 55 0 0 0 0 0 0 0 20 0 1 0 996984593 4820992 40 996147200 4194304 4206940 548682068608 18446744073709551615 206378694700 0 0 4096 0 0 0 0 17 1 0 0
/proc/25033/statm: 1177 40 31 3 0 8 0

[startup+0.0862749 s]
/proc/loadavg: 1.99 1.44 1.23 4/81 25033
/proc/meminfo: memFree=1597136/2055920 swapFree=4180876/4192956
[pid=25033] ppid=25031 vsize=13600 CPUtime=0.03
/proc/25033/stat : 25033 (sugar) S 25031 25033 23396 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 996984593 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25033/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10228 s]
/proc/loadavg: 1.99 1.44 1.23 4/81 25033
/proc/meminfo: memFree=1597136/2055920 swapFree=4180876/4192956
[pid=25033] ppid=25031 vsize=13600 CPUtime=0.03
/proc/25033/stat : 25033 (sugar) S 25031 25033 23396 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 996984593 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25033/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302293 s]
/proc/loadavg: 1.99 1.44 1.23 4/81 25033
/proc/meminfo: memFree=1597136/2055920 swapFree=4180876/4192956
[pid=25033] ppid=25031 vsize=13600 CPUtime=0.03
/proc/25033/stat : 25033 (sugar) S 25031 25033 23396 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 996984593 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25033/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702352 s]
/proc/loadavg: 1.99 1.44 1.23 4/81 25033
/proc/meminfo: memFree=1597136/2055920 swapFree=4180876/4192956
[pid=25033] ppid=25031 vsize=13600 CPUtime=0.03
/proc/25033/stat : 25033 (sugar) S 25031 25033 23396 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 996984593 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25033/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50142 s]
/proc/loadavg: 1.99 1.44 1.23 5/92 25055
/proc/meminfo: memFree=1590328/2055920 swapFree=4180876/4192956
[pid=25033] ppid=25031 vsize=13600 CPUtime=0.83
/proc/25033/stat : 25033 (sugar) S 25031 25033 23396 0 -1 4194304 974 6743 0 1 2 1 76 4 15 0 1 0 996984593 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25033/statm: 3400 797 370 3 0 500 0
[pid=25046] ppid=25033 vsize=5356 CPUtime=0
/proc/25046/stat : 25046 (sh) S 25033 25033 23396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 996984683 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25046/statm: 1339 233 193 169 0 50 0
[pid=25047] ppid=25046 vsize=868252 CPUtime=0.58
/proc/25047/stat : 25047 (java) S 25046 25033 23396 0 -1 0 5541 0 1 0 54 4 0 0 18 0 9 0 996984683 889090048 4937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25047/statm: 217063 4937 1734 9 0 211638 0
[pid=25047/tid=25048] ppid=25046 vsize=868252 CPUtime=0.33
/proc/25047/task/25048/stat : 25048 (java) R 25046 25033 23396 0 -1 64 2654 0 1 0 32 1 0 0 22 0 9 0 996984684 889090048 4937 996147200 134512640 134550740 4294955952 18446744073709551615 4126541105 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25049] ppid=25046 vsize=868252 CPUtime=0.03
/proc/25047/task/25049/stat : 25049 (java) S 25046 25033 23396 0 -1 64 737 0 0 0 3 0 0 0 16 0 9 0 996984685 889090048 4937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25050] ppid=25046 vsize=868252 CPUtime=0
/proc/25047/task/25050/stat : 25050 (java) S 25046 25033 23396 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 996984685 889090048 4937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25051] ppid=25046 vsize=868252 CPUtime=0
/proc/25047/task/25051/stat : 25051 (java) S 25046 25033 23396 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 996984685 889090048 4937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25052] ppid=25046 vsize=868252 CPUtime=0
/proc/25047/task/25052/stat : 25052 (java) S 25046 25033 23396 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 996984687 889090048 4937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25053] ppid=25046 vsize=868252 CPUtime=0.19
/proc/25047/task/25053/stat : 25053 (java) S 25046 25033 23396 0 -1 64 1459 0 0 0 18 1 0 0 16 0 9 0 996984687 889090048 4937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25054] ppid=25046 vsize=868252 CPUtime=0
/proc/25047/task/25054/stat : 25054 (java) S 25046 25033 23396 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 996984687 889090048 4937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25055] ppid=25046 vsize=868252 CPUtime=0
/proc/25047/task/25055/stat : 25055 (java) S 25046 25033 23396 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 996984687 889090048 4937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887208

[startup+3.10269 s]
/proc/loadavg: 1.99 1.44 1.23 3/92 25055
/proc/meminfo: memFree=1573944/2055920 swapFree=4180876/4192956
[pid=25033] ppid=25031 vsize=13600 CPUtime=0.83
/proc/25033/stat : 25033 (sugar) S 25031 25033 23396 0 -1 4194304 974 6743 0 1 2 1 76 4 15 0 1 0 996984593 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25033/statm: 3400 797 370 3 0 500 0
[pid=25046] ppid=25033 vsize=5356 CPUtime=0
/proc/25046/stat : 25046 (sh) S 25033 25033 23396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 996984683 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25046/statm: 1339 233 193 169 0 50 0
[pid=25047] ppid=25046 vsize=868476 CPUtime=2.16
/proc/25047/stat : 25047 (java) S 25046 25033 23396 0 -1 0 7867 0 1 0 198 18 0 0 18 0 9 0 996984683 889319424 6660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25047/statm: 217119 6660 2564 9 0 211666 0
[pid=25047/tid=25048] ppid=25046 vsize=868476 CPUtime=1.64
/proc/25047/task/25048/stat : 25048 (java) R 25046 25033 23396 0 -1 64 3129 0 1 0 152 12 0 0 25 0 9 0 996984684 889319424 6660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25049] ppid=25046 vsize=868476 CPUtime=0.26
/proc/25047/task/25049/stat : 25049 (java) S 25046 25033 23396 0 -1 64 2553 0 0 0 22 4 0 0 15 0 9 0 996984685 889319424 6660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25050] ppid=25046 vsize=868476 CPUtime=0
/proc/25047/task/25050/stat : 25050 (java) S 25046 25033 23396 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 996984685 889319424 6660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25051] ppid=25046 vsize=868476 CPUtime=0
/proc/25047/task/25051/stat : 25051 (java) S 25046 25033 23396 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 996984685 889319424 6660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25052] ppid=25046 vsize=868476 CPUtime=0
/proc/25047/task/25052/stat : 25052 (java) S 25046 25033 23396 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 996984687 889319424 6660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25053] ppid=25046 vsize=868476 CPUtime=0.25
/proc/25047/task/25053/stat : 25053 (java) S 25046 25033 23396 0 -1 64 1493 0 0 0 24 1 0 0 16 0 9 0 996984687 889319424 6660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25054] ppid=25046 vsize=868476 CPUtime=0
/proc/25047/task/25054/stat : 25054 (java) S 25046 25033 23396 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 996984687 889319424 6660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25055] ppid=25046 vsize=868476 CPUtime=0
/proc/25047/task/25055/stat : 25055 (java) S 25046 25033 23396 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 996984687 889319424 6660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887432

[startup+6.30292 s]
/proc/loadavg: 2.07 1.46 1.24 3/92 25055
/proc/meminfo: memFree=1535288/2055920 swapFree=4180876/4192956
[pid=25033] ppid=25031 vsize=13600 CPUtime=0.83
/proc/25033/stat : 25033 (sugar) S 25031 25033 23396 0 -1 4194304 974 6743 0 1 2 1 76 4 16 0 1 0 996984593 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25033/statm: 3400 797 370 3 0 500 0
[pid=25046] ppid=25033 vsize=5356 CPUtime=0
/proc/25046/stat : 25046 (sh) S 25033 25033 23396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 996984683 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25046/statm: 1339 233 193 169 0 50 0
[pid=25047] ppid=25046 vsize=868476 CPUtime=5.33
/proc/25047/stat : 25047 (java) S 25046 25033 23396 0 -1 0 8854 0 1 0 484 49 0 0 18 0 9 0 996984683 889319424 6663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25047/statm: 217119 6663 2564 9 0 211666 0
[pid=25047/tid=25048] ppid=25046 vsize=868476 CPUtime=4.55
/proc/25047/task/25048/stat : 25048 (java) R 25046 25033 23396 0 -1 64 4113 0 1 0 419 36 0 0 25 0 9 0 996984684 889319424 6663 996147200 134512640 134550740 4294955952 18446744073709551615 4126928871 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25049] ppid=25046 vsize=868476 CPUtime=0.5
/proc/25047/task/25049/stat : 25049 (java) S 25046 25033 23396 0 -1 64 2553 0 0 0 40 10 0 0 16 0 9 0 996984685 889319424 6663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25050] ppid=25046 vsize=868476 CPUtime=0
/proc/25047/task/25050/stat : 25050 (java) S 25046 25033 23396 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 996984685 889319424 6663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25051] ppid=25046 vsize=868476 CPUtime=0
/proc/25047/task/25051/stat : 25051 (java) S 25046 25033 23396 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 996984685 889319424 6663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25052] ppid=25046 vsize=868476 CPUtime=0
/proc/25047/task/25052/stat : 25052 (java) S 25046 25033 23396 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 996984687 889319424 6663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25053] ppid=25046 vsize=868476 CPUtime=0.25
/proc/25047/task/25053/stat : 25053 (java) S 25046 25033 23396 0 -1 64 1496 0 0 0 24 1 0 0 16 0 9 0 996984687 889319424 6663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25054] ppid=25046 vsize=868476 CPUtime=0
/proc/25047/task/25054/stat : 25054 (java) S 25046 25033 23396 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 996984687 889319424 6663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25055] ppid=25046 vsize=868476 CPUtime=0
/proc/25047/task/25055/stat : 25055 (java) S 25046 25033 23396 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 996984687 889319424 6663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887432

[startup+12.7026 s]
/proc/loadavg: 2.07 1.47 1.24 3/92 25055
/proc/meminfo: memFree=1455672/2055920 swapFree=4180876/4192956
[pid=25033] ppid=25031 vsize=13600 CPUtime=0.83
/proc/25033/stat : 25033 (sugar) S 25031 25033 23396 0 -1 4194304 974 6743 0 1 2 1 76 4 16 0 1 0 996984593 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25033/statm: 3400 797 370 3 0 500 0
[pid=25046] ppid=25033 vsize=5356 CPUtime=0
/proc/25046/stat : 25046 (sh) S 25033 25033 23396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 996984683 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25046/statm: 1339 233 193 169 0 50 0
[pid=25047] ppid=25046 vsize=868476 CPUtime=11.63
/proc/25047/stat : 25047 (java) S 25046 25033 23396 0 -1 0 10859 0 1 0 1055 108 0 0 18 0 9 0 996984683 889319424 6669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25047/statm: 217119 6669 2565 9 0 211666 0
[pid=25047/tid=25048] ppid=25046 vsize=868476 CPUtime=10.4
/proc/25047/task/25048/stat : 25048 (java) R 25046 25033 23396 0 -1 64 6112 0 1 0 955 85 0 0 25 0 9 0 996984684 889319424 6669 996147200 134512640 134550740 4294955952 18446744073709551615 4126927614 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25049] ppid=25046 vsize=868476 CPUtime=0.94
/proc/25047/task/25049/stat : 25049 (java) S 25046 25033 23396 0 -1 64 2553 0 0 0 74 20 0 0 16 0 9 0 996984685 889319424 6669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25050] ppid=25046 vsize=868476 CPUtime=0
/proc/25047/task/25050/stat : 25050 (java) S 25046 25033 23396 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 996984685 889319424 6669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25051] ppid=25046 vsize=868476 CPUtime=0
/proc/25047/task/25051/stat : 25051 (java) S 25046 25033 23396 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 996984685 889319424 6669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25052] ppid=25046 vsize=868476 CPUtime=0
/proc/25047/task/25052/stat : 25052 (java) S 25046 25033 23396 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 996984687 889319424 6669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25053] ppid=25046 vsize=868476 CPUtime=0.26
/proc/25047/task/25053/stat : 25053 (java) S 25046 25033 23396 0 -1 64 1502 0 0 0 25 1 0 0 16 0 9 0 996984687 889319424 6669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25054] ppid=25046 vsize=868476 CPUtime=0
/proc/25047/task/25054/stat : 25054 (java) S 25046 25033 23396 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 996984687 889319424 6669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25047/tid=25055] ppid=25046 vsize=868476 CPUtime=0
/proc/25047/task/25055/stat : 25055 (java) S 25046 25033 23396 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 996984687 889319424 6669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887432

[startup+25.5029 s]
/proc/loadavg: 2.20 1.53 1.26 3/84 25059
/proc/meminfo: memFree=1398840/2055920 swapFree=4180884/4192956
[pid=25033] ppid=25031 vsize=13600 CPUtime=12.91
/proc/25033/stat : 25033 (sugar) S 25031 25033 23396 0 -1 4194304 1022 18039 0 2 3 1 1169 118 16 0 1 0 996984593 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25033/statm: 3400 799 370 3 0 500 0
[pid=25056] ppid=25033 vsize=5356 CPUtime=0
/proc/25056/stat : 25056 (sh) S 25033 25033 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 996985914 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25056/statm: 1339 232 193 169 0 50 0
[pid=25057] ppid=25056 vsize=67968 CPUtime=12.14
/proc/25057/stat : 25057 (picosat) R 25056 25033 23396 0 -1 4194304 15290 0 0 0 555 659 0 0 25 0 1 0 996985915 69599232 15276 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 16992 15276 40 102 0 16887 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 86924

[startup+51.1026 s]
/proc/loadavg: 2.13 1.57 1.28 3/84 25059
/proc/meminfo: memFree=1297912/2055920 swapFree=4180884/4192956
[pid=25033] ppid=25031 vsize=13600 CPUtime=12.91
/proc/25033/stat : 25033 (sugar) S 25031 25033 23396 0 -1 4194304 1022 18039 0 2 3 1 1169 118 16 0 1 0 996984593 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25033/statm: 3400 799 370 3 0 500 0
[pid=25056] ppid=25033 vsize=5356 CPUtime=0
/proc/25056/stat : 25056 (sh) S 25033 25033 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 996985914 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25056/statm: 1339 232 193 169 0 50 0
[pid=25057] ppid=25056 vsize=163412 CPUtime=37.49
/proc/25057/stat : 25057 (picosat) R 25056 25033 23396 0 -1 4194304 39842 0 0 0 1718 2031 0 0 25 0 1 0 996985915 167333888 39828 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 40853 39828 40 102 0 40748 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 182368

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

[startup+57.5012 s]
/proc/loadavg: 2.12 1.57 1.29 3/84 25059
/proc/meminfo: memFree=1275384/2055920 swapFree=4180884/4192956
[pid=25033] ppid=25031 vsize=13600 CPUtime=12.91
/proc/25033/stat : 25033 (sugar) S 25031 25033 23396 0 -1 4194304 1022 18039 0 2 3 1 1169 118 16 0 1 0 996984593 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25033/statm: 3400 799 370 3 0 500 0
[pid=25056] ppid=25033 vsize=5356 CPUtime=0
/proc/25056/stat : 25056 (sh) S 25033 25033 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 996985914 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25056/statm: 1339 232 193 169 0 50 0
[pid=25057] ppid=25056 vsize=201576 CPUtime=43.83
/proc/25057/stat : 25057 (picosat) R 25056 25033 23396 0 -1 4194304 45976 0 0 0 2015 2368 0 0 25 0 1 0 996985915 206413824 45962 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 50394 45962 40 102 0 50289 0
Current children cumulated CPU time (s) 56.74
Current children cumulated vsize (KiB) 220532

[startup+63.9019 s]
/proc/loadavg: 2.11 1.58 1.29 3/84 25059
/proc/meminfo: memFree=1249976/2055920 swapFree=4180884/4192956
[pid=25033] ppid=25031 vsize=13600 CPUtime=12.91
/proc/25033/stat : 25033 (sugar) S 25031 25033 23396 0 -1 4194304 1022 18039 0 2 3 1 1169 118 16 0 1 0 996984593 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25033/statm: 3400 799 370 3 0 500 0
[pid=25056] ppid=25033 vsize=5356 CPUtime=0
/proc/25056/stat : 25056 (sh) S 25033 25033 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 996985914 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25056/statm: 1339 232 193 169 0 50 0
[pid=25057] ppid=25056 vsize=223224 CPUtime=50.18
/proc/25057/stat : 25057 (picosat) R 25056 25033 23396 0 -1 4194304 52101 0 0 0 2300 2718 0 0 25 0 1 0 996985915 228581376 52087 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 55806 52087 40 102 0 55701 0
Current children cumulated CPU time (s) 63.09
Current children cumulated vsize (KiB) 242180

[startup+65.501 s]
/proc/loadavg: 2.10 1.59 1.29 3/84 25059
/proc/meminfo: memFree=1245752/2055920 swapFree=4180884/4192956
[pid=25033] ppid=25031 vsize=13600 CPUtime=12.91
/proc/25033/stat : 25033 (sugar) S 25031 25033 23396 0 -1 4194304 1022 18039 0 2 3 1 1169 118 16 0 1 0 996984593 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25033/statm: 3400 799 370 3 0 500 0
[pid=25056] ppid=25033 vsize=5356 CPUtime=0
/proc/25056/stat : 25056 (sh) S 25033 25033 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 996985914 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25056/statm: 1339 232 193 169 0 50 0
[pid=25057] ppid=25056 vsize=228636 CPUtime=51.75
/proc/25057/stat : 25057 (picosat) R 25056 25033 23396 0 -1 4194304 53622 0 0 0 2376 2799 0 0 25 0 1 0 996985915 234123264 53608 996147200 134512640 134931368 4294956256 18446744073709551615 134514551 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 57159 53608 40 102 0 57054 0
Current children cumulated CPU time (s) 64.66
Current children cumulated vsize (KiB) 247592

[startup+67.1062 s]
/proc/loadavg: 2.10 1.59 1.29 3/84 25059
/proc/meminfo: memFree=1239224/2055920 swapFree=4180884/4192956
[pid=25033] ppid=25031 vsize=13600 CPUtime=12.91
/proc/25033/stat : 25033 (sugar) S 25031 25033 23396 0 -1 4194304 1022 18039 0 2 3 1 1169 118 16 0 1 0 996984593 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25033/statm: 3400 799 370 3 0 500 0
[pid=25056] ppid=25033 vsize=5356 CPUtime=0
/proc/25056/stat : 25056 (sh) S 25033 25033 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 996985914 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25056/statm: 1339 232 193 169 0 50 0
[pid=25057] ppid=25056 vsize=234568 CPUtime=53.35
/proc/25057/stat : 25057 (picosat) R 25056 25033 23396 0 -1 4194304 54468 0 0 0 2507 2828 0 0 25 0 1 0 996985915 240197632 54452 996147200 134512640 134931368 4294956256 18446744073709551615 134533657 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 58642 54452 52 102 0 58537 0
Current children cumulated CPU time (s) 66.26
Current children cumulated vsize (KiB) 253524

[startup+67.5023 s]
/proc/loadavg: 2.10 1.59 1.29 3/84 25059
/proc/meminfo: memFree=1239224/2055920 swapFree=4180884/4192956
[pid=25033] ppid=25031 vsize=13600 CPUtime=66.6
/proc/25033/stat : 25033 (sugar) S 25031 25033 23396 0 -1 4194304 1073 72793 0 2 3 1 3706 2950 17 0 1 0 996984593 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25033/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 66.6
Current children cumulated vsize (KiB) 13600

[startup+67.9013 s]
/proc/loadavg: 2.10 1.59 1.29 3/84 25059
/proc/meminfo: memFree=1239224/2055920 swapFree=4180884/4192956
[pid=25033] ppid=25031 vsize=13600 CPUtime=66.6
/proc/25033/stat : 25033 (sugar) S 25031 25033 23396 0 -1 4194304 1091 72793 0 2 3 1 3706 2950 16 0 1 0 996984593 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25033/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 66.6
Current children cumulated vsize (KiB) 13600

[startup+68.0013 s]
/proc/loadavg: 2.10 1.59 1.29 3/84 25059
/proc/meminfo: memFree=1239224/2055920 swapFree=4180884/4192956
[pid=25033] ppid=25031 vsize=13600 CPUtime=66.6
/proc/25033/stat : 25033 (sugar) S 25031 25033 23396 0 -1 4194304 1091 72793 0 2 3 1 3706 2950 16 0 1 0 996984593 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25033/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 66.6
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 68.0991
CPU time (s): 67.2598
CPU user time (s): 37.6383
CPU system time (s): 29.6215
CPU usage (%): 98.7675
Max. virtual memory (cumulated for all children) (KiB): 887432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.6383
system time used= 29.6215
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77805
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= 27198
involuntary context switches= 29815

runsolver used 0.109983 second user time and 0.218966 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-04 00:56:40
IDJOB=1060094
IDBENCH=54406
IDSOLVER=345
FILE ID=node2/1060094-1215125800
PBS_JOBID= 7877199
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-100-4.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-1060094-1215125800/watcher-1060094-1215125800 -o /tmp/evaluation-result-1060094-1215125800/solver-1060094-1215125800 -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-1060094-1215125800.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b6b292050203805743cd5f448d135627
RANDOM SEED=1293968420

node2.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.236
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.236
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:       1597616 kB
Buffers:         70416 kB
Cached:         278696 kB
SwapCached:       5916 kB
Active:         230060 kB
Inactive:       161336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1597616 kB
SwapTotal:     4192956 kB
SwapFree:      4180876 kB
Dirty:            1768 kB
Writeback:           0 kB
Mapped:          56076 kB
Slab:            51900 kB
Committed_AS:  2246216 kB
PageTables:       2124 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 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 node2 at 2008-07-04 00:57:48