Trace number 1060241

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 68.0247 68.8413

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-105-5.xml
MD5SUMce732ab8a5c33564f9023cce545e99bd
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 benchmark1.14282
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size1007
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 01:03:02 2008
0.00/0.04	c 0	PID 2046
0.00/0.05	c 0	HOST node54.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1060241-1215126182.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-1060241-1215126182.xml' 'HOME/temp.csp'
0.03/0.87	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 2	converted 361 (10%) expressions
1.21/1.33	c 2	converted 721 (20%) expressions
1.30/1.43	c 2	converted 1081 (30%) expressions
1.30/1.45	c 2	converted 1441 (40%) expressions
1.30/1.47	c 2	converted 1801 (50%) expressions
1.30/1.48	c 2	converted 2161 (60%) expressions
1.30/1.49	c 2	converted 2521 (70%) expressions
1.41/1.50	c 2	converted 2881 (80%) expressions
1.41/1.51	c 2	converted 3241 (90%) expressions
1.41/1.52	c 2	converted 3601 (100%) expressions
1.41/1.52	c 2	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 1007
1.41/1.52	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.52	c 2	Propagation in CSP
1.41/1.57	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.41/1.57	c 2	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 1007
1.41/1.57	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.57	c 2	Simplifing CSP by introducing new Boolean variables
1.51/1.66	c 2	CSP : 225 integers, 6300 booleans, 9450 clauses, largest domain size 1007
1.51/1.66	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.70	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.60/1.75	c 2	23 (10%) CSP integer variables are encoded (22412 clauses, 314058 bytes)
1.60/1.78	c 2	45 (20%) CSP integer variables are encoded (43338 clauses, 627948 bytes)
1.70/1.80	c 2	68 (30%) CSP integer variables are encoded (65535 clauses, 960903 bytes)
1.70/1.83	c 2	90 (40%) CSP integer variables are encoded (86472 clauses, 1274958 bytes)
1.70/1.86	c 2	113 (50%) CSP integer variables are encoded (108303 clauses, 1619240 bytes)
1.70/1.88	c 2	135 (60%) CSP integer variables are encoded (129256 clauses, 1975441 bytes)
1.80/1.91	c 2	158 (70%) CSP integer variables are encoded (151334 clauses, 2350767 bytes)
1.80/1.94	c 2	180 (80%) CSP integer variables are encoded (172286 clauses, 2706951 bytes)
1.80/1.97	c 2	203 (90%) CSP integer variables are encoded (194034 clauses, 3076667 bytes)
1.90/2.00	c 2	225 (100%) CSP integer variables are encoded (215217 clauses, 3436778 bytes)
2.99/3.15	c 3	945 (10%) CSP clauses are encoded (801018 clauses, 16529664 bytes)
4.17/4.31	c 5	1890 (20%) CSP clauses are encoded (1386065 clauses, 30198307 bytes)
5.26/5.43	c 6	2835 (30%) CSP clauses are encoded (1954520 clauses, 43501634 bytes)
6.35/6.56	c 7	3780 (40%) CSP clauses are encoded (2530523 clauses, 56996187 bytes)
7.44/7.68	c 8	4725 (50%) CSP clauses are encoded (3098144 clauses, 70305075 bytes)
8.61/8.82	c 9	5670 (60%) CSP clauses are encoded (3665223 clauses, 83698727 bytes)
9.70/9.95	c 10	6615 (70%) CSP clauses are encoded (4237730 clauses, 97999117 bytes)
10.79/11.10	c 11	7560 (80%) CSP clauses are encoded (4812455 clauses, 112354957 bytes)
11.95/12.22	c 12	8505 (90%) CSP clauses are encoded (5379728 clauses, 126524497 bytes)
13.05/13.33	c 14	9450 (100%) CSP clauses are encoded (5951619 clauses, 140809487 bytes)
13.05/13.33	c 14	9450 CSP clauses encoded
13.05/13.33	c 14	Writing map file : HOME/temp.map
13.05/13.34	c 14	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.05/13.34	c 14	SAT : 221742 SAT variables, 5951619 SAT clauses, 140809487 bytes
13.05/13.34	c 14	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.05/13.35	c 14	SOLVING HOME/temp.cnf
13.05/13.35	c 14	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
67.30/68.15	c 68	DECODING HOME/temp.out WITH HOME/temp.map
67.30/68.15	c 68	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
67.35/68.26	c 69	Decoding HOME/temp.out
67.35/68.74	s SATISFIABLE
67.35/68.75	v 764 203 260 853 2 23 130 369 4 30 67 662 350 913 330 796 524 545 840 403 390 904 79 114 197 273 16 352 243 93 617 433 764 488 362 30 286 573 63 670 163 932 845 229 91 96 280 412 802 0 220 8 301 27 670 528 839 921 58 55 968 501 741 154 580 17 0 91 820 1 869 645 63 415 206 915 326 739 595 648 0 225 265 187 50 24 118 827 16 569 698 669 829 469 637 0 568 206 143 926 381 4 45 111 283 644 306 355 442 797 848 72 90 112 230 456 554 136 273 0 844 449 355 412 511 63 937 269 427 94 0 180 67 568 263 663 685 269 338 227 349 416 460 528 61 121 4 168 23 80 322 297 202 0 839 68 404 263 488 589 163 2 67 123 126 774 697 863 0 309 927 58 13 353 438 531 158 63 93 230 853 528 378 446 603 125 668 199 0 222 304 27 784 50 72 915 484 358 376 594 396 0 24 123 203 205 274 301 335 730 342 350 378 416 459 481 531 586 642 647 692 757 808 904 989
67.35/68.75	c 69	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
67.35/68.77	c 69	CPU 37.88 (0.04 0 37.84 30.04)
67.35/68.77	c 69	END Fri Jul  4 01:04:11 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-1060241-1215126182/watcher-1060241-1215126182 -o /tmp/evaluation-result-1060241-1215126182/solver-1060241-1215126182 -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-1060241-1215126182.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.04 2.04 1.80 4/73 2046
/proc/meminfo: memFree=1544552/2055920 swapFree=4179680/4192956
[pid=2046] ppid=2044 vsize=4708 CPUtime=0
/proc/2046/stat : 2046 (sugar) R 2044 2046 1906 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 1991590869 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 234208949641 0 0 4096 0 0 0 0 17 1 0 0
/proc/2046/statm: 1177 43 33 3 0 8 0

[startup+0.0616591 s]
/proc/loadavg: 2.04 2.04 1.80 4/73 2046
/proc/meminfo: memFree=1544552/2055920 swapFree=4179680/4192956
[pid=2046] ppid=2044 vsize=13600 CPUtime=0.03
/proc/2046/stat : 2046 (sugar) S 2044 2046 1906 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991590869 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2046/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101951 s]
/proc/loadavg: 2.04 2.04 1.80 4/73 2046
/proc/meminfo: memFree=1544552/2055920 swapFree=4179680/4192956
[pid=2046] ppid=2044 vsize=13600 CPUtime=0.03
/proc/2046/stat : 2046 (sugar) S 2044 2046 1906 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991590869 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2046/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301986 s]
/proc/loadavg: 2.04 2.04 1.80 4/73 2046
/proc/meminfo: memFree=1544552/2055920 swapFree=4179680/4192956
[pid=2046] ppid=2044 vsize=13600 CPUtime=0.03
/proc/2046/stat : 2046 (sugar) S 2044 2046 1906 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991590869 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2046/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701081 s]
/proc/loadavg: 2.04 2.04 1.80 4/73 2046
/proc/meminfo: memFree=1544552/2055920 swapFree=4179680/4192956
[pid=2046] ppid=2044 vsize=13600 CPUtime=0.03
/proc/2046/stat : 2046 (sugar) S 2044 2046 1906 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991590869 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2046/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50224 s]
/proc/loadavg: 2.04 2.04 1.80 4/84 2072
/proc/meminfo: memFree=1537744/2055920 swapFree=4179680/4192956
[pid=2046] ppid=2044 vsize=13600 CPUtime=0.83
/proc/2046/stat : 2046 (sugar) S 2044 2046 1906 0 -1 4194304 974 6745 0 1 3 0 75 5 15 0 1 0 1991590869 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2046/statm: 3400 797 370 3 0 500 0
[pid=2063] ppid=2046 vsize=5356 CPUtime=0
/proc/2063/stat : 2063 (sh) S 2046 2046 1906 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991590959 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2063/statm: 1339 233 193 169 0 50 0
[pid=2064] ppid=2063 vsize=868252 CPUtime=0.58
/proc/2064/stat : 2064 (java) S 2063 2046 1906 0 -1 0 5584 0 1 0 55 3 0 0 19 0 9 0 1991590959 889090048 4979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2064/statm: 217063 4979 1734 9 0 211638 0
[pid=2064/tid=2065] ppid=2063 vsize=868252 CPUtime=0.34
/proc/2064/task/2065/stat : 2065 (java) R 2063 2046 1906 0 -1 64 2655 0 1 0 33 1 0 0 19 0 9 0 1991590960 889090048 4979 996147200 134512640 134550740 4294955952 18446744073709551615 4126612455 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2066] ppid=2063 vsize=868252 CPUtime=0.04
/proc/2064/task/2066/stat : 2066 (java) S 2063 2046 1906 0 -1 64 778 0 0 0 4 0 0 0 16 0 9 0 1991590961 889090048 4979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2067] ppid=2063 vsize=868252 CPUtime=0
/proc/2064/task/2067/stat : 2067 (java) S 2063 2046 1906 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1991590961 889090048 4979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2068] ppid=2063 vsize=868252 CPUtime=0
/proc/2064/task/2068/stat : 2068 (java) S 2063 2046 1906 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1991590961 889090048 4979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2069] ppid=2063 vsize=868252 CPUtime=0
/proc/2064/task/2069/stat : 2069 (java) S 2063 2046 1906 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991590963 889090048 4979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2070] ppid=2063 vsize=868252 CPUtime=0.17
/proc/2064/task/2070/stat : 2070 (java) S 2063 2046 1906 0 -1 64 1459 0 0 0 17 0 0 0 16 0 9 0 1991590963 889090048 4979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2071] ppid=2063 vsize=868252 CPUtime=0
/proc/2064/task/2071/stat : 2071 (java) S 2063 2046 1906 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991590963 889090048 4979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2072] ppid=2063 vsize=868252 CPUtime=0
/proc/2064/task/2072/stat : 2072 (java) S 2063 2046 1906 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991590963 889090048 4979 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.10257 s]
/proc/loadavg: 2.12 2.05 1.80 3/84 2072
/proc/meminfo: memFree=1521168/2055920 swapFree=4179680/4192956
[pid=2046] ppid=2044 vsize=13600 CPUtime=0.83
/proc/2046/stat : 2046 (sugar) S 2044 2046 1906 0 -1 4194304 974 6745 0 1 3 0 75 5 15 0 1 0 1991590869 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2046/statm: 3400 797 370 3 0 500 0
[pid=2063] ppid=2046 vsize=5356 CPUtime=0
/proc/2063/stat : 2063 (sh) S 2046 2046 1906 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991590959 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2063/statm: 1339 233 193 169 0 50 0
[pid=2064] ppid=2063 vsize=868476 CPUtime=2.16
/proc/2064/stat : 2064 (java) S 2063 2046 1906 0 -1 0 7880 0 1 0 203 13 0 0 19 0 9 0 1991590959 889319424 6662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2064/statm: 217119 6662 2564 9 0 211666 0
[pid=2064/tid=2065] ppid=2063 vsize=868476 CPUtime=1.66
/proc/2064/task/2065/stat : 2065 (java) R 2063 2046 1906 0 -1 64 3140 0 1 0 156 10 0 0 25 0 9 0 1991590960 889319424 6662 996147200 134512640 134550740 4294955952 18446744073709551615 4126578762 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2066] ppid=2063 vsize=868476 CPUtime=0.24
/proc/2064/task/2066/stat : 2066 (java) S 2063 2046 1906 0 -1 64 2553 0 0 0 23 1 0 0 16 0 9 0 1991590961 889319424 6662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2067] ppid=2063 vsize=868476 CPUtime=0
/proc/2064/task/2067/stat : 2067 (java) S 2063 2046 1906 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991590961 889319424 6662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2068] ppid=2063 vsize=868476 CPUtime=0
/proc/2064/task/2068/stat : 2068 (java) S 2063 2046 1906 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991590961 889319424 6662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2069] ppid=2063 vsize=868476 CPUtime=0
/proc/2064/task/2069/stat : 2069 (java) S 2063 2046 1906 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991590963 889319424 6662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2070] ppid=2063 vsize=868476 CPUtime=0.22
/proc/2064/task/2070/stat : 2070 (java) S 2063 2046 1906 0 -1 64 1493 0 0 0 22 0 0 0 16 0 9 0 1991590963 889319424 6662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2071] ppid=2063 vsize=868476 CPUtime=0
/proc/2064/task/2071/stat : 2071 (java) S 2063 2046 1906 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991590963 889319424 6662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2072] ppid=2063 vsize=868476 CPUtime=0
/proc/2064/task/2072/stat : 2072 (java) S 2063 2046 1906 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991590963 889319424 6662 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.30223 s]
/proc/loadavg: 2.12 2.05 1.80 3/84 2072
/proc/meminfo: memFree=1482576/2055920 swapFree=4179680/4192956
[pid=2046] ppid=2044 vsize=13600 CPUtime=0.83
/proc/2046/stat : 2046 (sugar) S 2044 2046 1906 0 -1 4194304 974 6745 0 1 3 0 75 5 16 0 1 0 1991590869 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2046/statm: 3400 797 370 3 0 500 0
[pid=2063] ppid=2046 vsize=5356 CPUtime=0
/proc/2063/stat : 2063 (sh) S 2046 2046 1906 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991590959 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2063/statm: 1339 233 193 169 0 50 0
[pid=2064] ppid=2063 vsize=868476 CPUtime=5.32
/proc/2064/stat : 2064 (java) S 2063 2046 1906 0 -1 0 8869 0 1 0 487 45 0 0 19 0 9 0 1991590959 889319424 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2064/statm: 217119 6665 2564 9 0 211666 0
[pid=2064/tid=2065] ppid=2063 vsize=868476 CPUtime=4.55
/proc/2064/task/2065/stat : 2065 (java) R 2063 2046 1906 0 -1 64 4126 0 1 0 421 34 0 0 25 0 9 0 1991590960 889319424 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4126834135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2066] ppid=2063 vsize=868476 CPUtime=0.49
/proc/2064/task/2066/stat : 2066 (java) S 2063 2046 1906 0 -1 64 2553 0 0 0 41 8 0 0 16 0 9 0 1991590961 889319424 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2067] ppid=2063 vsize=868476 CPUtime=0
/proc/2064/task/2067/stat : 2067 (java) S 2063 2046 1906 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991590961 889319424 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2068] ppid=2063 vsize=868476 CPUtime=0
/proc/2064/task/2068/stat : 2068 (java) S 2063 2046 1906 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991590961 889319424 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2069] ppid=2063 vsize=868476 CPUtime=0
/proc/2064/task/2069/stat : 2069 (java) S 2063 2046 1906 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991590963 889319424 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2070] ppid=2063 vsize=868476 CPUtime=0.23
/proc/2064/task/2070/stat : 2070 (java) S 2063 2046 1906 0 -1 64 1496 0 0 0 23 0 0 0 16 0 9 0 1991590963 889319424 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2071] ppid=2063 vsize=868476 CPUtime=0
/proc/2064/task/2071/stat : 2071 (java) S 2063 2046 1906 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991590963 889319424 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2072] ppid=2063 vsize=868476 CPUtime=0
/proc/2064/task/2072/stat : 2072 (java) S 2063 2046 1906 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991590963 889319424 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887432

[startup+12.7026 s]
/proc/loadavg: 2.10 2.05 1.81 3/84 2072
/proc/meminfo: memFree=1401616/2055920 swapFree=4179680/4192956
[pid=2046] ppid=2044 vsize=13600 CPUtime=0.84
/proc/2046/stat : 2046 (sugar) S 2044 2046 1906 0 -1 4194304 974 6745 0 1 4 0 75 5 16 0 1 0 1991590869 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2046/statm: 3400 797 370 3 0 500 0
[pid=2063] ppid=2046 vsize=5356 CPUtime=0
/proc/2063/stat : 2063 (sh) S 2046 2046 1906 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991590959 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2063/statm: 1339 233 193 169 0 50 0
[pid=2064] ppid=2063 vsize=868476 CPUtime=11.61
/proc/2064/stat : 2064 (java) S 2063 2046 1906 0 -1 0 10879 0 1 0 1057 104 0 0 19 0 9 0 1991590959 889319424 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2064/statm: 217119 6671 2565 9 0 211666 0
[pid=2064/tid=2065] ppid=2063 vsize=868476 CPUtime=10.35
/proc/2064/task/2065/stat : 2065 (java) R 2063 2046 1906 0 -1 64 6130 0 1 0 951 84 0 0 25 0 9 0 1991590960 889319424 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4126944569 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2066] ppid=2063 vsize=868476 CPUtime=0.99
/proc/2064/task/2066/stat : 2066 (java) S 2063 2046 1906 0 -1 64 2553 0 0 0 81 18 0 0 16 0 9 0 1991590961 889319424 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2067] ppid=2063 vsize=868476 CPUtime=0
/proc/2064/task/2067/stat : 2067 (java) S 2063 2046 1906 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991590961 889319424 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2068] ppid=2063 vsize=868476 CPUtime=0
/proc/2064/task/2068/stat : 2068 (java) S 2063 2046 1906 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991590961 889319424 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2069] ppid=2063 vsize=868476 CPUtime=0
/proc/2064/task/2069/stat : 2069 (java) S 2063 2046 1906 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991590963 889319424 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2070] ppid=2063 vsize=868476 CPUtime=0.24
/proc/2064/task/2070/stat : 2070 (java) S 2063 2046 1906 0 -1 64 1502 0 0 0 24 0 0 0 16 0 9 0 1991590963 889319424 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2071] ppid=2063 vsize=868476 CPUtime=0
/proc/2064/task/2071/stat : 2071 (java) S 2063 2046 1906 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991590963 889319424 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2064/tid=2072] ppid=2063 vsize=868476 CPUtime=0
/proc/2064/task/2072/stat : 2072 (java) S 2063 2046 1906 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991590963 889319424 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 887432

[startup+25.5012 s]
/proc/loadavg: 2.08 2.05 1.81 3/76 2074
/proc/meminfo: memFree=1342096/2055920 swapFree=4179680/4192956
[pid=2046] ppid=2044 vsize=13600 CPUtime=13.1
/proc/2046/stat : 2046 (sugar) S 2044 2046 1906 0 -1 4194304 1022 18132 0 2 4 0 1189 117 16 0 1 0 1991590869 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2046/statm: 3400 799 370 3 0 500 0
[pid=2073] ppid=2046 vsize=5356 CPUtime=0
/proc/2073/stat : 2073 (sh) S 2046 2046 1906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991592204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2073/statm: 1339 232 193 169 0 50 0
[pid=2074] ppid=2073 vsize=67776 CPUtime=11.99
/proc/2074/stat : 2074 (picosat) R 2073 2046 1906 0 -1 4194304 15295 0 0 0 545 654 0 0 25 0 1 0 1991592204 69402624 15281 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/2074/statm: 16944 15281 40 102 0 16839 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 86732

[startup+51.1015 s]
/proc/loadavg: 2.06 2.04 1.81 3/76 2074
/proc/meminfo: memFree=1244496/2055920 swapFree=4179680/4192956
[pid=2046] ppid=2044 vsize=13600 CPUtime=13.1
/proc/2046/stat : 2046 (sugar) S 2044 2046 1906 0 -1 4194304 1022 18132 0 2 4 0 1189 117 16 0 1 0 1991590869 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2046/statm: 3400 799 370 3 0 500 0
[pid=2073] ppid=2046 vsize=5356 CPUtime=0
/proc/2073/stat : 2073 (sh) S 2046 2046 1906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991592204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2073/statm: 1339 232 193 169 0 50 0
[pid=2074] ppid=2073 vsize=163748 CPUtime=37.36
/proc/2074/stat : 2074 (picosat) R 2073 2046 1906 0 -1 4194304 39996 0 0 0 1711 2025 0 0 25 0 1 0 1991592204 167677952 39982 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/2074/statm: 40937 39982 40 102 0 40832 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 182704

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

[startup+57.5018 s]
/proc/loadavg: 2.05 2.04 1.81 3/76 2074
/proc/meminfo: memFree=1219088/2055920 swapFree=4179680/4192956
[pid=2046] ppid=2044 vsize=13600 CPUtime=13.1
/proc/2046/stat : 2046 (sugar) S 2044 2046 1906 0 -1 4194304 1022 18132 0 2 4 0 1189 117 16 0 1 0 1991590869 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2046/statm: 3400 799 370 3 0 500 0
[pid=2073] ppid=2046 vsize=5356 CPUtime=0
/proc/2073/stat : 2073 (sh) S 2046 2046 1906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991592204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2073/statm: 1339 232 193 169 0 50 0
[pid=2074] ppid=2073 vsize=201912 CPUtime=43.69
/proc/2074/stat : 2074 (picosat) R 2073 2046 1906 0 -1 4194304 46145 0 0 0 2004 2365 0 0 25 0 1 0 1991592204 206757888 46131 996147200 134512640 134931368 4294956256 18446744073709551615 134514658 0 0 4096 0 0 0 0 17 1 0 0
/proc/2074/statm: 50478 46131 40 102 0 50373 0
Current children cumulated CPU time (s) 56.79
Current children cumulated vsize (KiB) 220868

[startup+63.9011 s]
/proc/loadavg: 2.04 2.04 1.82 3/76 2074
/proc/meminfo: memFree=1193552/2055920 swapFree=4179680/4192956
[pid=2046] ppid=2044 vsize=13600 CPUtime=13.1
/proc/2046/stat : 2046 (sugar) S 2044 2046 1906 0 -1 4194304 1022 18132 0 2 4 0 1189 117 16 0 1 0 1991590869 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2046/statm: 3400 799 370 3 0 500 0
[pid=2073] ppid=2046 vsize=5356 CPUtime=0
/proc/2073/stat : 2073 (sh) S 2046 2046 1906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991592204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2073/statm: 1339 232 193 169 0 50 0
[pid=2074] ppid=2073 vsize=223824 CPUtime=50.03
/proc/2074/stat : 2074 (picosat) R 2073 2046 1906 0 -1 4194304 52316 0 0 0 2300 2703 0 0 25 0 1 0 1991592204 229195776 52302 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/2074/statm: 55956 52302 40 102 0 55851 0
Current children cumulated CPU time (s) 63.13
Current children cumulated vsize (KiB) 242780

[startup+67.1068 s]
/proc/loadavg: 2.04 2.04 1.82 3/76 2074
/proc/meminfo: memFree=1180944/2055920 swapFree=4179680/4192956
[pid=2046] ppid=2044 vsize=13600 CPUtime=13.1
/proc/2046/stat : 2046 (sugar) S 2044 2046 1906 0 -1 4194304 1022 18132 0 2 4 0 1189 117 16 0 1 0 1991590869 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2046/statm: 3400 799 370 3 0 500 0
[pid=2073] ppid=2046 vsize=5356 CPUtime=0
/proc/2073/stat : 2073 (sh) S 2046 2046 1906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991592204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2073/statm: 1339 232 193 169 0 50 0
[pid=2074] ppid=2073 vsize=234648 CPUtime=53.21
/proc/2074/stat : 2074 (picosat) R 2073 2046 1906 0 -1 4194304 55385 0 0 0 2445 2876 0 0 25 0 1 0 1991592204 240279552 55371 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/2074/statm: 58662 55371 40 102 0 58557 0
Current children cumulated CPU time (s) 66.31
Current children cumulated vsize (KiB) 253604

[startup+67.902 s]
/proc/loadavg: 2.04 2.04 1.82 3/76 2074
/proc/meminfo: memFree=1180944/2055920 swapFree=4179680/4192956
[pid=2046] ppid=2044 vsize=13600 CPUtime=13.1
/proc/2046/stat : 2046 (sugar) S 2044 2046 1906 0 -1 4194304 1022 18132 0 2 4 0 1189 117 16 0 1 0 1991590869 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2046/statm: 3400 799 370 3 0 500 0
[pid=2073] ppid=2046 vsize=5356 CPUtime=0
/proc/2073/stat : 2073 (sh) S 2046 2046 1906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991592204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2073/statm: 1339 232 193 169 0 50 0
[pid=2074] ppid=2073 vsize=239036 CPUtime=54
/proc/2074/stat : 2074 (picosat) R 2073 2046 1906 0 -1 4194304 55736 0 0 0 2520 2880 0 0 25 0 1 0 1991592204 244772864 55720 996147200 134512640 134931368 4294956256 18446744073709551615 134533657 0 0 4096 0 0 0 0 17 1 0 0
/proc/2074/statm: 59759 55720 52 102 0 59654 0
Current children cumulated CPU time (s) 67.1
Current children cumulated vsize (KiB) 257992

[startup+68.3011 s]
/proc/loadavg: 2.04 2.04 1.82 3/76 2074
/proc/meminfo: memFree=1199824/2055920 swapFree=4179680/4192956
[pid=2046] ppid=2044 vsize=13600 CPUtime=67.35
/proc/2046/stat : 2046 (sugar) S 2044 2046 1906 0 -1 4194304 1091 74154 0 2 4 0 3730 3001 15 0 1 0 1991590869 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2046/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 67.35
Current children cumulated vsize (KiB) 13600

[startup+68.7011 s]
/proc/loadavg: 2.04 2.04 1.82 3/76 2074
/proc/meminfo: memFree=1199824/2055920 swapFree=4179680/4192956
[pid=2046] ppid=2044 vsize=13600 CPUtime=67.35
/proc/2046/stat : 2046 (sugar) S 2044 2046 1906 0 -1 4194304 1091 74154 0 2 4 0 3730 3001 15 0 1 0 1991590869 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2046/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 67.35
Current children cumulated vsize (KiB) 13600

[startup+68.8012 s]
/proc/loadavg: 2.04 2.04 1.82 3/76 2074
/proc/meminfo: memFree=1199824/2055920 swapFree=4179680/4192956
[pid=2046] ppid=2044 vsize=13600 CPUtime=67.96
/proc/2046/stat : 2046 (sugar) R 2044 2046 1906 0 -1 4194304 1119 78017 0 3 4 4 3784 3004 16 0 1 0 1991590869 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 0 0 0 17 1 0 0
/proc/2046/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 67.96
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 68.8413
CPU time (s): 68.0247
CPU user time (s): 37.8902
CPU system time (s): 30.1344
CPU usage (%): 98.8137
Max. virtual memory (cumulated for all children) (KiB): 887432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.8902
system time used= 30.1344
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79166
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= 27871
involuntary context switches= 29111

runsolver used 0.074988 second user time and 0.25896 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-04 01:03:02
IDJOB=1060241
IDBENCH=54417
IDSOLVER=345
FILE ID=node54/1060241-1215126182
PBS_JOBID= 7877278
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ce732ab8a5c33564f9023cce545e99bd
RANDOM SEED=575871512

node54.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.279
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.279
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:       1545032 kB
Buffers:         37388 kB
Cached:         395196 kB
SwapCached:       6628 kB
Active:         190760 kB
Inactive:       253888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1545032 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            1780 kB
Writeback:           0 kB
Mapped:          19444 kB
Slab:            51608 kB
Committed_AS:  3771352 kB
PageTables:       1684 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 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 node54 at 2008-07-04 01:04:11