Trace number 1083162

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 91.5701 92.8227

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-12.xml
MD5SUM7160ac9735ff4cdf08aa3c1a73aa6e48
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 benchmark91.5701
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1326
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.05	c 0	Sugar v1-13 + HOME/picosat
0.03/0.05	c 0	BEGIN Sat Jul  5 04:38:53 2008
0.03/0.05	c 0	PID 19560
0.03/0.05	c 0	HOST node21.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1083162-1215225533.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1083162-1215225533.xml' 'HOME/temp.csp'
0.03/0.93	c 1	85 domains, 450 variables, 4 predicates, 0 relations, 5580 constraints
0.03/0.96	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.96	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.92/1.05	c 1	Parsing HOME/temp.csp
1.21/1.31	c 1	parsed 6119 expressions
1.21/1.31	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.21/1.31	c 1	Converting to clausal form CSP
1.21/1.37	c 1	converted 612 (10%) expressions
1.41/1.53	c 1	converted 1224 (20%) expressions
1.41/1.56	c 1	converted 1836 (30%) expressions
1.41/1.59	c 1	converted 2448 (40%) expressions
1.51/1.61	c 1	converted 3060 (50%) expressions
1.51/1.63	c 1	converted 3672 (60%) expressions
1.51/1.66	c 1	converted 4284 (70%) expressions
1.61/1.72	c 1	converted 4896 (80%) expressions
1.61/1.75	c 1	converted 5508 (90%) expressions
1.61/1.77	c 1	converted 6119 (100%) expressions
1.61/1.77	c 1	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 1326
1.61/1.77	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.61/1.77	c 1	Propagation in CSP
1.90/2.04	c 2	317968 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.90/2.04	c 2	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 790
1.90/2.04	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.90/2.05	c 2	Simplifing CSP by introducing new Boolean variables
2.01/2.16	c 2	CSP : 450 integers, 9900 booleans, 15480 clauses, largest domain size 790
2.01/2.16	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.10/2.22	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.10/2.27	c 2	45 (10%) CSP integer variables are encoded (23385 clauses, 328677 bytes)
2.10/2.29	c 2	90 (20%) CSP integer variables are encoded (44070 clauses, 638952 bytes)
2.21/2.33	c 2	135 (30%) CSP integer variables are encoded (68910 clauses, 1011552 bytes)
2.21/2.35	c 2	180 (40%) CSP integer variables are encoded (88650 clauses, 1307652 bytes)
2.21/2.38	c 2	225 (50%) CSP integer variables are encoded (111735 clauses, 1677804 bytes)
2.30/2.42	c 2	270 (60%) CSP integer variables are encoded (136230 clauses, 2094219 bytes)
2.30/2.45	c 2	315 (70%) CSP integer variables are encoded (165585 clauses, 2593254 bytes)
2.40/2.50	c 2	360 (80%) CSP integer variables are encoded (198330 clauses, 3149919 bytes)
2.40/2.54	c 2	405 (90%) CSP integer variables are encoded (230385 clauses, 3694854 bytes)
2.40/2.58	c 2	450 (100%) CSP integer variables are encoded (255570 clauses, 4122999 bytes)
3.10/3.20	c 3	1548 (10%) CSP clauses are encoded (554835 clauses, 10715642 bytes)
3.79/3.91	c 4	3096 (20%) CSP clauses are encoded (910715 clauses, 18938269 bytes)
4.28/4.46	c 4	4644 (30%) CSP clauses are encoded (1184907 clauses, 25277742 bytes)
4.88/5.01	c 5	6192 (40%) CSP clauses are encoded (1463187 clauses, 31702646 bytes)
5.47/5.67	c 5	7740 (50%) CSP clauses are encoded (1805507 clauses, 39635125 bytes)
6.07/6.25	c 6	9288 (60%) CSP clauses are encoded (2105180 clauses, 46580742 bytes)
6.66/6.89	c 7	10836 (70%) CSP clauses are encoded (2441284 clauses, 54409066 bytes)
7.43/7.65	c 7	12384 (80%) CSP clauses are encoded (2819830 clauses, 63582515 bytes)
8.22/8.50	c 8	13932 (90%) CSP clauses are encoded (3261029 clauses, 74186913 bytes)
9.31/9.70	c 9	15480 (100%) CSP clauses are encoded (3805941 clauses, 86767651 bytes)
9.31/9.70	c 9	15480 CSP clauses encoded
9.31/9.70	c 9	Writing map file : HOME/temp.map
9.31/9.71	c 9	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.31/9.71	c 9	SAT : 265920 SAT variables, 3805941 SAT clauses, 86767651 bytes
9.31/9.71	c 9	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.31/9.73	c 9	SOLVING HOME/temp.cnf
9.31/9.73	c 9	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
90.94/92.28	c 92	DECODING HOME/temp.out WITH HOME/temp.map
90.94/92.28	c 92	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
91.03/92.38	c 92	Decoding HOME/temp.out
91.42/92.74	s SATISFIABLE
91.42/92.75	v 0 1 89 88 214 215 268 267 353 354 469 470 565 564 636 637 681 680 780 779 832 831 898 899 982 993 1134 1135 1253 1252 0 1 72 73 149 150 244 243 331 330 424 425 460 459 498 497 527 526 590 589 676 677 742 741 753 760 837 838 1303 1302 0 1 34 35 183 184 280 279 395 396 659 660 741 740 803 802 891 892 920 919 998 999 1021 1020 1145 1144 1183 1184 1243 1244 87 88 135 134 149 150 223 222 324 325 370 369 423 422 501 502 618 617 912 913 981 980 1054 1055 1251 1252 1310 1311 1322 1321 41 42 144 145 197 196 316 315 329 330 349 350 419 418 509 510 570 569 654 655 742 741 902 901 1004 1003 1101 1100 1307 1306 0 1 85 84 146 145 240 239 401 402 589 431 662 661 754 755 827 828 913 914 955 954 1001 1002 1068 1067 1145 1146 1256 1255 67 66 171 170 328 327 430 429 497 498 542 541 547 548 556 555 584 583 702 703 759 758 907 908 1047 1046 1109 1110 1199 1198 0 1 102 103 167 168 425 424 497 498 561 560 652 653 674 673 801 802 898 897 919 918 1000 1001 1013 1012 1054 1055 1195 1196 188 187 292 293 371 372 460 459 556 555 647 648 786 784 861 862 955 954 1023 1024 1077 1078 1094 1095 1178 1177 1229 1228 1290 1289 0 1 11 10 135 136 339 338 353 354 420 419 423 424 561 560 696 697 760 761 829 830 906 905 1065 1064 1083 1082 1196 1197 0 1 46 47 111 110 211 210 332 333 429 428 456 457 521 520 576 577 655 656 731 730 750 752 821 820 871 872 1145 1144 61 60 157 156 256 257 292 291 302 303 332 331 773 774 794 795 839 838 936 935 1016 1015 1094 1093 1127 1128 1200 1201 1234 1235 1 0 29 30 63 64 171 176 281 282 348 347 407 439 463 464 1066 1065 1147 1148 1156 1155 1200 1201 1243 1244 1246 1245 1269 1270 6 7 117 118 225 226 256 257 544 543 647 648 673 672 741 740 784 783 886 887 951 952 1019 1018 1126 1127 1190 1166 1253 1254 0 1 72 71 253 254 292 291 316 317 401 400 448 449 542 541 581 582 673 674 907 908 976 977 1033 1034 1105 1106 1136 1160
91.42/92.76	c 92	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
91.42/92.78	c 92	CPU 72.75 (0.03 0.01 72.72 18.73)
91.42/92.78	c 92	END Sat Jul  5 04:40:25 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-1083162-1215225533/watcher-1083162-1215225533 -o /tmp/evaluation-result-1083162-1215225533/solver-1083162-1215225533 -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-1083162-1215225533.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.97 1.98 4/73 19560
/proc/meminfo: memFree=1450520/2055920 swapFree=4180412/4192956
[pid=19560] ppid=19558 vsize=12268 CPUtime=0
/proc/19560/stat : 19560 (sugar) R 19558 19560 19318 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2001527531 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221236656741 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/19560/statm: 3067 316 241 3 0 167 0

[startup+0.0498031 s]
/proc/loadavg: 1.99 1.97 1.98 4/73 19560
/proc/meminfo: memFree=1450520/2055920 swapFree=4180412/4192956
[pid=19560] ppid=19558 vsize=13600 CPUtime=0.03
/proc/19560/stat : 19560 (sugar) S 19558 19560 19318 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2001527531 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19560/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102505 s]
/proc/loadavg: 1.99 1.97 1.98 4/73 19560
/proc/meminfo: memFree=1450520/2055920 swapFree=4180412/4192956
[pid=19560] ppid=19558 vsize=13600 CPUtime=0.03
/proc/19560/stat : 19560 (sugar) S 19558 19560 19318 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001527531 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19560/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301539 s]
/proc/loadavg: 1.99 1.97 1.98 4/73 19560
/proc/meminfo: memFree=1450520/2055920 swapFree=4180412/4192956
[pid=19560] ppid=19558 vsize=13600 CPUtime=0.03
/proc/19560/stat : 19560 (sugar) S 19558 19560 19318 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001527531 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19560/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701621 s]
/proc/loadavg: 1.99 1.97 1.98 4/73 19560
/proc/meminfo: memFree=1450520/2055920 swapFree=4180412/4192956
[pid=19560] ppid=19558 vsize=13600 CPUtime=0.03
/proc/19560/stat : 19560 (sugar) S 19558 19560 19318 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001527531 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19560/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50177 s]
/proc/loadavg: 1.99 1.97 1.98 3/80 19578
/proc/meminfo: memFree=1445664/2055920 swapFree=4180412/4192956
[pid=19560] ppid=19558 vsize=13600 CPUtime=0.9
/proc/19560/stat : 19560 (sugar) S 19558 19560 19318 0 -1 4194304 974 7633 0 1 3 0 83 4 15 0 1 0 2001527531 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19560/statm: 3400 797 370 3 0 500 0
[pid=19573] ppid=19560 vsize=5356 CPUtime=0
/proc/19573/stat : 19573 (sh) S 19560 19560 19318 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001527628 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19573/statm: 1339 233 193 169 0 50 0
[pid=19574] ppid=19573 vsize=868400 CPUtime=0.51
/proc/19574/stat : 19574 (java) S 19573 19560 19318 0 -1 0 5347 0 1 0 47 4 0 0 18 0 9 0 2001527628 889241600 4760 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19574/statm: 217100 4760 1733 9 0 211675 0
[pid=19574/tid=19575] ppid=19573 vsize=868400 CPUtime=0.29
/proc/19574/task/19575/stat : 19575 (java) R 19573 19560 19318 0 -1 64 2653 0 1 0 28 1 0 0 21 0 9 0 2001527629 889241600 4760 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19574/tid=19576] ppid=19573 vsize=868400 CPUtime=0.03
/proc/19574/task/19576/stat : 19576 (java) S 19573 19560 19318 0 -1 64 557 0 0 0 3 0 0 0 16 0 9 0 2001527630 889241600 4760 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19574/tid=19577] ppid=19573 vsize=868400 CPUtime=0
/proc/19574/task/19577/stat : 19577 (java) S 19573 19560 19318 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2001527630 889241600 4760 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19574/tid=19578] ppid=19573 vsize=868400 CPUtime=0
/proc/19574/task/19578/stat : 19578 (java) S 19573 19560 19318 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001527630 889241600 4760 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) 887356

[startup+3.10218 s]
/proc/loadavg: 1.99 1.97 1.98 4/84 19582
/proc/meminfo: memFree=1429312/2055920 swapFree=4180412/4192956
[pid=19560] ppid=19558 vsize=13600 CPUtime=0.91
/proc/19560/stat : 19560 (sugar) S 19558 19560 19318 0 -1 4194304 974 7633 0 1 3 1 83 4 15 0 1 0 2001527531 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19560/statm: 3400 797 370 3 0 500 0
[pid=19573] ppid=19560 vsize=5356 CPUtime=0
/proc/19573/stat : 19573 (sh) S 19560 19560 19318 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001527628 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19573/statm: 1339 233 193 169 0 50 0
[pid=19574] ppid=19573 vsize=868512 CPUtime=2.09
/proc/19574/stat : 19574 (java) S 19573 19560 19318 0 -1 0 8682 0 1 0 196 13 0 0 18 0 9 0 2001527628 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19574/statm: 217128 7577 2564 9 0 211675 0
[pid=19574/tid=19575] ppid=19573 vsize=868512 CPUtime=1.5
/proc/19574/task/19575/stat : 19575 (java) R 19573 19560 19318 0 -1 64 3013 0 1 0 142 8 0 0 25 0 9 0 2001527629 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19574/tid=19576] ppid=19573 vsize=868512 CPUtime=0.33
/proc/19574/task/19576/stat : 19576 (java) S 19573 19560 19318 0 -1 64 3479 0 0 0 30 3 0 0 15 0 9 0 2001527630 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19574/tid=19577] ppid=19573 vsize=868512 CPUtime=0
/proc/19574/task/19577/stat : 19577 (java) S 19573 19560 19318 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001527630 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19574/tid=19578] ppid=19573 vsize=868512 CPUtime=0
/proc/19574/task/19578/stat : 19578 (java) S 19573 19560 19318 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001527630 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19574/tid=19579] ppid=19573 vsize=868512 CPUtime=0
/proc/19574/task/19579/stat : 19579 (java) S 19573 19560 19318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001527633 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19574/tid=19580] ppid=19573 vsize=868512 CPUtime=0.24
/proc/19574/task/19580/stat : 19580 (java) S 19573 19560 19318 0 -1 64 1498 0 0 0 23 1 0 0 16 0 9 0 2001527633 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19574/tid=19581] ppid=19573 vsize=868512 CPUtime=0
/proc/19574/task/19581/stat : 19581 (java) S 19573 19560 19318 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001527633 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19574/tid=19582] ppid=19573 vsize=868512 CPUtime=0
/proc/19574/task/19582/stat : 19582 (java) S 19573 19560 19318 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001527633 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887468

[startup+6.30168 s]
/proc/loadavg: 1.99 1.97 1.98 3/84 19582
/proc/meminfo: memFree=1391232/2055920 swapFree=4180412/4192956
[pid=19560] ppid=19558 vsize=13600 CPUtime=0.91
/proc/19560/stat : 19560 (sugar) S 19558 19560 19318 0 -1 4194304 974 7633 0 1 3 1 83 4 15 0 1 0 2001527531 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19560/statm: 3400 797 370 3 0 500 0
[pid=19573] ppid=19560 vsize=5356 CPUtime=0
/proc/19573/stat : 19573 (sh) S 19560 19560 19318 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001527628 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19573/statm: 1339 233 193 169 0 50 0
[pid=19574] ppid=19573 vsize=868512 CPUtime=5.25
/proc/19574/stat : 19574 (java) S 19573 19560 19318 0 -1 0 9615 0 1 0 483 42 0 0 18 0 9 0 2001527628 889356288 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19574/statm: 217128 7586 2565 9 0 211675 0
[pid=19574/tid=19575] ppid=19573 vsize=868512 CPUtime=4.41
/proc/19574/task/19575/stat : 19575 (java) R 19573 19560 19318 0 -1 64 3937 0 1 0 409 32 0 0 25 0 9 0 2001527629 889356288 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19574/tid=19576] ppid=19573 vsize=868512 CPUtime=0.56
/proc/19574/task/19576/stat : 19576 (java) S 19573 19560 19318 0 -1 64 3479 0 0 0 48 8 0 0 16 0 9 0 2001527630 889356288 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19574/tid=19577] ppid=19573 vsize=868512 CPUtime=0
/proc/19574/task/19577/stat : 19577 (java) S 19573 19560 19318 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001527630 889356288 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19574/tid=19578] ppid=19573 vsize=868512 CPUtime=0
/proc/19574/task/19578/stat : 19578 (java) S 19573 19560 19318 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001527630 889356288 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19574/tid=19579] ppid=19573 vsize=868512 CPUtime=0
/proc/19574/task/19579/stat : 19579 (java) S 19573 19560 19318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001527633 889356288 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19574/tid=19580] ppid=19573 vsize=868512 CPUtime=0.25
/proc/19574/task/19580/stat : 19580 (java) S 19573 19560 19318 0 -1 64 1507 0 0 0 24 1 0 0 15 0 9 0 2001527633 889356288 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19574/tid=19581] ppid=19573 vsize=868512 CPUtime=0
/proc/19574/task/19581/stat : 19581 (java) S 19573 19560 19318 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001527633 889356288 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19574/tid=19582] ppid=19573 vsize=868512 CPUtime=0
/proc/19574/task/19582/stat : 19582 (java) S 19573 19560 19318 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001527633 889356288 7586 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) 887468

[startup+12.7019 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 19584
/proc/meminfo: memFree=1336640/2055920 swapFree=4180412/4192956
[pid=19560] ppid=19558 vsize=13600 CPUtime=9.35
/proc/19560/stat : 19560 (sugar) S 19558 19560 19318 0 -1 4194304 1022 18493 0 2 3 1 851 80 16 0 1 0 2001527531 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19560/statm: 3400 799 370 3 0 500 0
[pid=19583] ppid=19560 vsize=5356 CPUtime=0
/proc/19583/stat : 19583 (sh) S 19560 19560 19318 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001528505 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19583/statm: 1339 232 193 169 0 50 0
[pid=19584] ppid=19583 vsize=28896 CPUtime=2.91
/proc/19584/stat : 19584 (picosat) R 19583 19560 19318 0 -1 4194304 7045 0 0 0 135 156 0 0 25 0 1 0 2001528505 29589504 7031 996147200 134512640 134931368 4294956256 18446744073709551615 134514615 0 0 4096 0 0 0 0 17 1 0 0
/proc/19584/statm: 7224 7031 40 102 0 7119 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 47852

[startup+25.5023 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 19584
/proc/meminfo: memFree=1287872/2055920 swapFree=4180412/4192956
[pid=19560] ppid=19558 vsize=13600 CPUtime=9.35
/proc/19560/stat : 19560 (sugar) S 19558 19560 19318 0 -1 4194304 1022 18493 0 2 3 1 851 80 16 0 1 0 2001527531 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19560/statm: 3400 799 370 3 0 500 0
[pid=19583] ppid=19560 vsize=5356 CPUtime=0
/proc/19583/stat : 19583 (sh) S 19560 19560 19318 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001528505 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19583/statm: 1339 232 193 169 0 50 0
[pid=19584] ppid=19583 vsize=78948 CPUtime=15.59
/proc/19584/stat : 19584 (picosat) R 19583 19560 19318 0 -1 4194304 19023 0 0 0 712 847 0 0 25 0 1 0 2001528505 80842752 19009 996147200 134512640 134931368 4294956256 18446744073709551615 134545867 0 0 4096 0 0 0 0 17 1 0 0
/proc/19584/statm: 19737 19009 40 102 0 19632 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 97904

[startup+51.1011 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 19584
/proc/meminfo: memFree=1220928/2055920 swapFree=4180412/4192956
[pid=19560] ppid=19558 vsize=13600 CPUtime=9.35
/proc/19560/stat : 19560 (sugar) S 19558 19560 19318 0 -1 4194304 1022 18493 0 2 3 1 851 80 16 0 1 0 2001527531 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19560/statm: 3400 799 370 3 0 500 0
[pid=19583] ppid=19560 vsize=5356 CPUtime=0
/proc/19583/stat : 19583 (sh) S 19560 19560 19318 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001528505 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19583/statm: 1339 232 193 169 0 50 0
[pid=19584] ppid=19583 vsize=163224 CPUtime=40.9
/proc/19584/stat : 19584 (picosat) R 19583 19560 19318 0 -1 4194304 35088 0 0 0 2303 1787 0 0 25 0 1 0 2001528505 167141376 35074 996147200 134512640 134931368 4294956256 18446744073709551615 134525661 0 0 4096 0 0 0 0 17 1 0 0
/proc/19584/statm: 40806 35074 42 102 0 40701 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 182180

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

[startup+76.702 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 19584
/proc/meminfo: memFree=1222400/2055920 swapFree=4180412/4192956
[pid=19560] ppid=19558 vsize=13600 CPUtime=9.35
/proc/19560/stat : 19560 (sugar) S 19558 19560 19318 0 -1 4194304 1022 18493 0 2 3 1 851 80 16 0 1 0 2001527531 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19560/statm: 3400 799 370 3 0 500 0
[pid=19583] ppid=19560 vsize=5356 CPUtime=0
/proc/19583/stat : 19583 (sh) S 19560 19560 19318 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001528505 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19583/statm: 1339 232 193 169 0 50 0
[pid=19584] ppid=19583 vsize=163356 CPUtime=66.24
/proc/19584/stat : 19584 (picosat) R 19583 19560 19318 0 -1 4194304 35148 0 0 0 4837 1787 0 0 25 0 1 0 2001528505 167276544 35134 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19584/statm: 40839 35134 42 102 0 40734 0
Current children cumulated CPU time (s) 75.59
Current children cumulated vsize (KiB) 182312

[startup+83.1012 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 19584
/proc/meminfo: memFree=1222208/2055920 swapFree=4180412/4192956
[pid=19560] ppid=19558 vsize=13600 CPUtime=9.35
/proc/19560/stat : 19560 (sugar) S 19558 19560 19318 0 -1 4194304 1022 18493 0 2 3 1 851 80 16 0 1 0 2001527531 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19560/statm: 3400 799 370 3 0 500 0
[pid=19583] ppid=19560 vsize=5356 CPUtime=0
/proc/19583/stat : 19583 (sh) S 19560 19560 19318 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001528505 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19583/statm: 1339 232 193 169 0 50 0
[pid=19584] ppid=19583 vsize=163496 CPUtime=72.58
/proc/19584/stat : 19584 (picosat) R 19583 19560 19318 0 -1 4194304 35174 0 0 0 5471 1787 0 0 25 0 1 0 2001528505 167419904 35158 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/19584/statm: 40874 35158 48 102 0 40769 0
Current children cumulated CPU time (s) 81.93
Current children cumulated vsize (KiB) 182452

[startup+89.5014 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 19584
/proc/meminfo: memFree=1222208/2055920 swapFree=4180412/4192956
[pid=19560] ppid=19558 vsize=13600 CPUtime=9.35
/proc/19560/stat : 19560 (sugar) S 19558 19560 19318 0 -1 4194304 1022 18493 0 2 3 1 851 80 16 0 1 0 2001527531 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19560/statm: 3400 799 370 3 0 500 0
[pid=19583] ppid=19560 vsize=5356 CPUtime=0
/proc/19583/stat : 19583 (sh) S 19560 19560 19318 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001528505 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19583/statm: 1339 232 193 169 0 50 0
[pid=19584] ppid=19583 vsize=163496 CPUtime=78.92
/proc/19584/stat : 19584 (picosat) R 19583 19560 19318 0 -1 4194304 35184 0 0 0 6105 1787 0 0 25 0 1 0 2001528505 167419904 35168 996147200 134512640 134931368 4294956256 18446744073709551615 134525661 0 0 4096 0 0 0 0 17 1 0 0
/proc/19584/statm: 40874 35168 48 102 0 40769 0
Current children cumulated CPU time (s) 88.27
Current children cumulated vsize (KiB) 182452

[startup+91.1027 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 19584
/proc/meminfo: memFree=1222144/2055920 swapFree=4180412/4192956
[pid=19560] ppid=19558 vsize=13600 CPUtime=9.35
/proc/19560/stat : 19560 (sugar) S 19558 19560 19318 0 -1 4194304 1022 18493 0 2 3 1 851 80 16 0 1 0 2001527531 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19560/statm: 3400 799 370 3 0 500 0
[pid=19583] ppid=19560 vsize=5356 CPUtime=0
/proc/19583/stat : 19583 (sh) S 19560 19560 19318 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001528505 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19583/statm: 1339 232 193 169 0 50 0
[pid=19584] ppid=19583 vsize=163496 CPUtime=80.51
/proc/19584/stat : 19584 (picosat) R 19583 19560 19318 0 -1 4194304 35187 0 0 0 6264 1787 0 0 25 0 1 0 2001528505 167419904 35171 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/19584/statm: 40874 35171 48 102 0 40769 0
Current children cumulated CPU time (s) 89.86
Current children cumulated vsize (KiB) 182452

[startup+91.9018 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 19584
/proc/meminfo: memFree=1222144/2055920 swapFree=4180412/4192956
[pid=19560] ppid=19558 vsize=13600 CPUtime=9.35
/proc/19560/stat : 19560 (sugar) S 19558 19560 19318 0 -1 4194304 1022 18493 0 2 3 1 851 80 16 0 1 0 2001527531 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19560/statm: 3400 799 370 3 0 500 0
[pid=19583] ppid=19560 vsize=5356 CPUtime=0
/proc/19583/stat : 19583 (sh) S 19560 19560 19318 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001528505 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19583/statm: 1339 232 193 169 0 50 0
[pid=19584] ppid=19583 vsize=164520 CPUtime=81.3
/proc/19584/stat : 19584 (picosat) R 19583 19560 19318 0 -1 4194304 35203 0 0 0 6343 1787 0 0 25 0 1 0 2001528505 168468480 35187 996147200 134512640 134931368 4294956256 18446744073709551615 134544814 0 0 4096 0 0 0 0 17 1 0 0
/proc/19584/statm: 41130 35187 48 102 0 41025 0
Current children cumulated CPU time (s) 90.65
Current children cumulated vsize (KiB) 183476

[startup+92.3019 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 19586
/proc/meminfo: memFree=1360832/2055920 swapFree=4180412/4192956
[pid=19560] ppid=19558 vsize=13600 CPUtime=91.03
/proc/19560/stat : 19560 (sugar) S 19558 19560 19318 0 -1 4194304 1073 53990 0 2 3 1 7229 1870 17 0 1 0 2001527531 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19560/statm: 3400 799 370 3 0 500 0
[pid=19585] ppid=19560 vsize=5356 CPUtime=0
/proc/19585/stat : 19585 (sh) S 19560 19560 19318 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001536760 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19585/statm: 1339 233 193 169 0 50 0
[pid=19586] ppid=19585 vsize=152 CPUtime=0
/proc/19586/stat : 19586 (java) R 19585 19560 19318 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 2001536761 155648 26 996147200 134512640 134550740 4294956000 18446744073709551615 8438564 0 0 4096 0 0 0 0 17 1 0 0
/proc/19586/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 91.03
Current children cumulated vsize (KiB) 19108

[startup+92.702 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 19586
/proc/meminfo: memFree=1360832/2055920 swapFree=4180412/4192956
[pid=19560] ppid=19558 vsize=13600 CPUtime=91.03
/proc/19560/stat : 19560 (sugar) S 19558 19560 19318 0 -1 4194304 1091 53990 0 2 3 1 7229 1870 16 0 1 0 2001527531 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19560/statm: 3400 799 370 3 0 500 0
[pid=19585] ppid=19560 vsize=5356 CPUtime=0
/proc/19585/stat : 19585 (sh) S 19560 19560 19318 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001536760 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19585/statm: 1339 233 193 169 0 50 0
[pid=19586] ppid=19585 vsize=864012 CPUtime=0.39
/proc/19586/stat : 19586 (java) S 19585 19560 19318 0 -1 0 3547 0 1 0 37 2 0 0 18 0 9 0 2001536761 884748288 3020 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19586/statm: 216003 3020 1665 9 0 210585 0
Current children cumulated CPU time (s) 91.42
Current children cumulated vsize (KiB) 882968

[startup+92.802 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 19586
/proc/meminfo: memFree=1360832/2055920 swapFree=4180412/4192956
[pid=19560] ppid=19558 vsize=13600 CPUtime=91.52
/proc/19560/stat : 19560 (sugar) R 19558 19560 19318 0 -1 4194304 1119 57895 0 3 3 4 7272 1873 16 0 1 0 2001527531 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 221236663337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19560/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 91.52
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 92.8227
CPU time (s): 91.5701
CPU user time (s): 72.7699
CPU system time (s): 18.8001
CPU usage (%): 98.6505
Max. virtual memory (cumulated for all children) (KiB): 887544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.7699
system time used= 18.8001
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59044
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= 18002
involuntary context switches= 19718

runsolver used 0.150977 second user time and 0.284956 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-05 04:38:53
IDJOB=1083162
IDBENCH=57422
IDSOLVER=345
FILE ID=node21/1083162-1215225533
PBS_JOBID= 7881850
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-15/normalized-super-js-taillard-15-12.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-1083162-1215225533/watcher-1083162-1215225533 -o /tmp/evaluation-result-1083162-1215225533/solver-1083162-1215225533 -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-1083162-1215225533.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7160ac9735ff4cdf08aa3c1a73aa6e48
RANDOM SEED=1692059589

node21.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.263
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.263
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:       1451000 kB
Buffers:         95372 kB
Cached:         426448 kB
SwapCached:       6472 kB
Active:         206332 kB
Inactive:       330660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1451000 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            1976 kB
Writeback:           0 kB
Mapped:          20508 kB
Slab:            53196 kB
Committed_AS:  3587624 kB
PageTables:       1788 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= 66480 MiB
End job on node21 at 2008-07-05 04:40:26