Trace number 1074722

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 220.775 223.33

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-105-9.xml
MD5SUMd07eba8b6417f2f1d02309d4c67c10fc
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 benchmark2.51662
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1348
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
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.05	c 0	BEGIN Fri Jul  4 15:52:00 2008
0.00/0.05	c 0	PID 25545
0.00/0.05	c 0	HOST node60.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1074722-1215179520.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-1074722-1215179520.xml' 'HOME/temp.csp'
0.03/1.06	c 1	400 domains, 400 variables, 1 predicates, 0 relations, 7600 constraints
1.03/1.10	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.03/1.10	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'
1.03/1.18	c 1	Parsing HOME/temp.csp
1.04/1.55	c 1	parsed 8401 expressions
1.04/1.55	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.55	c 1	Converting to clausal form CSP
1.04/1.60	c 1	converted 841 (10%) expressions
1.04/1.78	c 1	converted 1681 (20%) expressions
1.04/1.85	c 2	converted 2521 (30%) expressions
1.04/1.87	c 2	converted 3361 (40%) expressions
1.04/1.90	c 2	converted 4201 (50%) expressions
1.04/1.92	c 2	converted 5041 (60%) expressions
1.04/1.95	c 2	converted 5881 (70%) expressions
1.04/2.02	c 2	converted 6721 (80%) expressions
1.04/2.04	c 2	converted 7561 (90%) expressions
1.04/2.07	c 2	converted 8401 (100%) expressions
1.04/2.07	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1348
1.04/2.07	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/2.07	c 2	Propagation in CSP
1.04/2.15	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/2.15	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1348
1.04/2.15	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/2.15	c 2	Simplifing CSP by introducing new Boolean variables
2.21/2.32	c 2	CSP : 400 integers, 15200 booleans, 22800 clauses, largest domain size 1348
2.21/2.32	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.21/2.39	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.31/2.49	c 2	40 (10%) CSP integer variables are encoded (51791 clauses, 754735 bytes)
2.40/2.55	c 2	80 (20%) CSP integer variables are encoded (103648 clauses, 1540043 bytes)
2.50/2.62	c 2	120 (30%) CSP integer variables are encoded (155432 clauses, 2420371 bytes)
2.50/2.69	c 2	160 (40%) CSP integer variables are encoded (207243 clauses, 3301158 bytes)
2.60/2.76	c 2	200 (50%) CSP integer variables are encoded (259043 clauses, 4181758 bytes)
2.70/2.83	c 3	240 (60%) CSP integer variables are encoded (311034 clauses, 5065605 bytes)
2.70/2.90	c 3	280 (70%) CSP integer variables are encoded (362935 clauses, 5947922 bytes)
2.80/2.97	c 3	320 (80%) CSP integer variables are encoded (414977 clauses, 6832636 bytes)
2.90/3.04	c 3	360 (90%) CSP integer variables are encoded (466790 clauses, 7713457 bytes)
3.00/3.11	c 3	400 (100%) CSP integer variables are encoded (518524 clauses, 8592935 bytes)
6.54/6.79	c 6	2280 (10%) CSP clauses are encoded (2417308 clauses, 52434965 bytes)
10.27/10.55	c 10	4560 (20%) CSP clauses are encoded (4321034 clauses, 97330625 bytes)
14.01/14.31	c 14	6840 (30%) CSP clauses are encoded (6216940 clauses, 142845243 bytes)
17.65/18.05	c 18	9120 (40%) CSP clauses are encoded (8103606 clauses, 189982253 bytes)
21.37/21.85	c 22	11400 (50%) CSP clauses are encoded (10004410 clauses, 237472713 bytes)
24.89/25.50	c 25	13680 (60%) CSP clauses are encoded (11900670 clauses, 284849573 bytes)
28.34/28.97	c 29	15960 (70%) CSP clauses are encoded (13798274 clauses, 332260033 bytes)
31.87/32.53	c 32	18240 (80%) CSP clauses are encoded (15704594 clauses, 379888393 bytes)
35.41/36.10	c 36	20520 (90%) CSP clauses are encoded (17611096 clauses, 427521303 bytes)
38.83/39.65	c 39	22800 (100%) CSP clauses are encoded (19505148 clauses, 474842963 bytes)
38.83/39.65	c 39	22800 CSP clauses encoded
38.83/39.65	c 39	Writing map file : HOME/temp.map
38.83/39.67	c 39	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
38.83/39.67	c 39	SAT : 534124 SAT variables, 19505148 SAT clauses, 474842963 bytes
38.83/39.67	c 39	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
38.83/39.69	c 39	SOLVING HOME/temp.cnf
38.83/39.69	c 39	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
219.79/222.33	c 222	DECODING HOME/temp.out WITH HOME/temp.map
219.79/222.33	c 222	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
219.83/222.42	c 222	Decoding HOME/temp.out
219.83/223.01	s SATISFIABLE
219.83/223.02	v 1127 738 1225 826 918 574 996 491 297 13 552 130 406 1043 1240 234 1122 387 402 173 365 1162 642 627 183 468 969 809 142 586 1254 1016 0 513 988 1093 415 8 910 718 540 674 20 0 290 47 1160 260 379 613 1282 471 1235 67 768 245 208 1149 126 939 164 407 97 828 526 1276 1146 1045 453 214 672 0 957 585 273 861 1056 1193 748 261 426 0 1284 176 1179 833 90 960 200 666 297 343 762 574 435 713 184 1033 897 37 1083 358 862 978 215 1272 891 693 65 276 785 241 1184 580 15 260 392 512 88 189 291 637 867 568 505 1045 1 1136 170 138 526 727 1254 232 0 784 184 348 904 410 644 762 238 388 0 838 522 439 931 209 551 370 1128 92 182 45 285 3 295 1264 94 1266 274 1130 371 1039 1188 190 397 532 695 809 666 477 70 915 587 19 282 0 976 1030 1072 882 924 726 1196 568 0 651 2 787 45 285 310 226 469 127 70 379 1160 1251 1112 802 242 1006 368 311 904 439 93 4 580 411 500 146 660 710 185 28 837 1055 1068 338 502 274 386 46 15 695 588 408 65 259 756 78 142 185 297 0 6 785 1071 720 760 667 521 264 423 99 576 205 78 955 310 17 8 13 37 106 802 901 258 1125 398 102 557 154 108 475 127 275 653 985 357 0 82 1064 89 1327 359 453 798 0 1136 434 644 292 1225 2 258 280 10 516 366 171 20 1266 31 99 1198 1071 537 897 660 1228 1008 371 234 482 1026 331 732 0 241 48 99 173 17 246 974 889 514 737 1068 800 1262 426 253 172 0 647 434 147 564 5 27 291 66 463 886 1030 756 787 474 1265 650 1193 405 376 18 0 85 148 179 259 261 333 350 516 1244 1281 1143 935 991 687 748 409 1067 1126 126 502 186 0 48 226 314 391 591 838 87 127 196 208 626 296 357 384 667 693 785 838 929 1006 1019 986 1193 1150 1107 1277
219.83/223.03	c 223	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
219.83/223.08	c 223	CPU 121.89 (0.03 0.01 121.86 98.6)
219.83/223.08	c 223	END Fri Jul  4 15:55:43 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-1074722-1215179520/watcher-1074722-1215179520 -o /tmp/evaluation-result-1074722-1215179520/solver-1074722-1215179520 -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-1074722-1215179520.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.98 2.02 4/84 25545
/proc/meminfo: memFree=1734408/2055920 swapFree=4157816/4192956
[pid=25545] ppid=25543 vsize=12000 CPUtime=0
/proc/25545/stat : 25545 (sugar) R 25543 25545 22759 0 -1 4194304 211 0 0 0 0 0 0 0 20 0 1 0 640875099 12288000 179 996147200 4194304 4206940 548682068608 18446744073709551615 271912091600 0 0 4224 0 0 0 0 17 1 0 0
/proc/25545/statm: 3000 179 140 3 0 100 0

[startup+0.105619 s]
/proc/loadavg: 1.99 1.98 2.02 4/84 25545
/proc/meminfo: memFree=1734408/2055920 swapFree=4157816/4192956
[pid=25545] ppid=25543 vsize=13600 CPUtime=0.03
/proc/25545/stat : 25545 (sugar) S 25543 25545 22759 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 640875099 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25545/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202487 s]
/proc/loadavg: 1.99 1.98 2.02 4/84 25545
/proc/meminfo: memFree=1734408/2055920 swapFree=4157816/4192956
[pid=25545] ppid=25543 vsize=13600 CPUtime=0.03
/proc/25545/stat : 25545 (sugar) S 25543 25545 22759 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 640875099 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25545/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301631 s]
/proc/loadavg: 1.99 1.98 2.02 4/84 25545
/proc/meminfo: memFree=1734408/2055920 swapFree=4157816/4192956
[pid=25545] ppid=25543 vsize=13600 CPUtime=0.03
/proc/25545/stat : 25545 (sugar) S 25543 25545 22759 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 640875099 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25545/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701675 s]
/proc/loadavg: 1.99 1.98 2.02 4/84 25545
/proc/meminfo: memFree=1734408/2055920 swapFree=4157816/4192956
[pid=25545] ppid=25543 vsize=13600 CPUtime=0.03
/proc/25545/stat : 25545 (sugar) S 25543 25545 22759 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 640875099 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25545/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50176 s]
/proc/loadavg: 1.99 1.98 2.02 3/88 25557
/proc/meminfo: memFree=1731752/2055920 swapFree=4157816/4192956
[pid=25545] ppid=25543 vsize=13600 CPUtime=1.04
/proc/25545/stat : 25545 (sugar) S 25543 25545 22759 0 -1 4194304 973 8352 0 1 2 1 96 5 16 0 1 0 640875099 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25545/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 13600

[startup+3.10191 s]
/proc/loadavg: 2.07 2.00 2.02 4/95 25567
/proc/meminfo: memFree=1709552/2055920 swapFree=4157816/4192956
[pid=25545] ppid=25543 vsize=13600 CPUtime=1.05
/proc/25545/stat : 25545 (sugar) S 25543 25545 22759 0 -1 4194304 974 8352 0 1 3 1 96 5 15 0 1 0 640875099 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25545/statm: 3400 797 370 3 0 500 0
[pid=25558] ppid=25545 vsize=5356 CPUtime=0
/proc/25558/stat : 25558 (sh) S 25545 25545 22759 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 640875210 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25558/statm: 1339 233 193 169 0 50 0
[pid=25559] ppid=25558 vsize=868464 CPUtime=1.95
/proc/25559/stat : 25559 (java) S 25558 25545 22759 0 -1 0 9961 0 1 0 182 13 0 0 18 0 9 0 640875210 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25559/statm: 217116 8936 2565 9 0 211663 0
[pid=25559/tid=25560] ppid=25558 vsize=868464 CPUtime=1.26
/proc/25559/task/25560/stat : 25560 (java) R 25558 25545 22759 0 -1 64 2994 0 1 0 120 6 0 0 25 0 9 0 640875211 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4126584776 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25561] ppid=25558 vsize=868464 CPUtime=0.42
/proc/25559/task/25561/stat : 25561 (java) S 25558 25545 22759 0 -1 64 4796 0 0 0 39 3 0 0 16 0 9 0 640875212 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25562] ppid=25558 vsize=868464 CPUtime=0
/proc/25559/task/25562/stat : 25562 (java) S 25558 25545 22759 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 640875212 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25563] ppid=25558 vsize=868464 CPUtime=0
/proc/25559/task/25563/stat : 25563 (java) S 25558 25545 22759 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 640875212 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25564] ppid=25558 vsize=868464 CPUtime=0
/proc/25559/task/25564/stat : 25564 (java) S 25558 25545 22759 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 640875214 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25565] ppid=25558 vsize=868464 CPUtime=0.24
/proc/25559/task/25565/stat : 25565 (java) S 25558 25545 22759 0 -1 64 1479 0 0 0 23 1 0 0 16 0 9 0 640875214 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25566] ppid=25558 vsize=868464 CPUtime=0
/proc/25559/task/25566/stat : 25566 (java) S 25558 25545 22759 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 640875214 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25567] ppid=25558 vsize=868464 CPUtime=0
/proc/25559/task/25567/stat : 25567 (java) S 25558 25545 22759 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 640875214 889307136 8936 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) 887420

[startup+6.30223 s]
/proc/loadavg: 2.07 2.00 2.02 3/95 25567
/proc/meminfo: memFree=1669488/2055920 swapFree=4157816/4192956
[pid=25545] ppid=25543 vsize=13600 CPUtime=1.05
/proc/25545/stat : 25545 (sugar) S 25543 25545 22759 0 -1 4194304 974 8352 0 1 3 1 96 5 15 0 1 0 640875099 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25545/statm: 3400 797 370 3 0 500 0
[pid=25558] ppid=25545 vsize=5356 CPUtime=0
/proc/25558/stat : 25558 (sh) S 25545 25545 22759 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 640875210 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25558/statm: 1339 233 193 169 0 50 0
[pid=25559] ppid=25558 vsize=868464 CPUtime=5.1
/proc/25559/stat : 25559 (java) S 25558 25545 22759 0 -1 0 10609 0 1 0 469 41 0 0 18 0 9 0 640875210 889307136 8945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25559/statm: 217116 8945 2565 9 0 211663 0
[pid=25559/tid=25560] ppid=25558 vsize=868464 CPUtime=4.2
/proc/25559/task/25560/stat : 25560 (java) R 25558 25545 22759 0 -1 64 3634 0 1 0 389 31 0 0 25 0 9 0 640875211 889307136 8945 996147200 134512640 134550740 4294955952 18446744073709551615 4127006772 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25561] ppid=25558 vsize=868464 CPUtime=0.61
/proc/25559/task/25561/stat : 25561 (java) S 25558 25545 22759 0 -1 64 4796 0 0 0 55 6 0 0 16 0 9 0 640875212 889307136 8945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25562] ppid=25558 vsize=868464 CPUtime=0
/proc/25559/task/25562/stat : 25562 (java) S 25558 25545 22759 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 640875212 889307136 8945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25563] ppid=25558 vsize=868464 CPUtime=0
/proc/25559/task/25563/stat : 25563 (java) S 25558 25545 22759 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 640875212 889307136 8945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25564] ppid=25558 vsize=868464 CPUtime=0
/proc/25559/task/25564/stat : 25564 (java) S 25558 25545 22759 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 640875214 889307136 8945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25565] ppid=25558 vsize=868464 CPUtime=0.25
/proc/25559/task/25565/stat : 25565 (java) S 25558 25545 22759 0 -1 64 1487 0 0 0 24 1 0 0 15 0 9 0 640875214 889307136 8945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25566] ppid=25558 vsize=868464 CPUtime=0
/proc/25559/task/25566/stat : 25566 (java) S 25558 25545 22759 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 640875214 889307136 8945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25567] ppid=25558 vsize=868464 CPUtime=0
/proc/25559/task/25567/stat : 25567 (java) S 25558 25545 22759 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 640875214 889307136 8945 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) 887420

[startup+12.7019 s]
/proc/loadavg: 2.06 2.00 2.02 3/95 25567
/proc/meminfo: memFree=1589808/2055920 swapFree=4157816/4192956
[pid=25545] ppid=25543 vsize=13600 CPUtime=1.05
/proc/25545/stat : 25545 (sugar) S 25543 25545 22759 0 -1 4194304 974 8352 0 1 3 1 96 5 16 0 1 0 640875099 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25545/statm: 3400 797 370 3 0 500 0
[pid=25558] ppid=25545 vsize=5356 CPUtime=0
/proc/25558/stat : 25558 (sh) S 25545 25545 22759 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 640875210 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25558/statm: 1339 233 193 169 0 50 0
[pid=25559] ppid=25558 vsize=868464 CPUtime=11.39
/proc/25559/stat : 25559 (java) S 25558 25545 22759 0 -1 0 11868 0 1 0 1044 95 0 0 18 0 9 0 640875210 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25559/statm: 217116 8947 2565 9 0 211663 0
[pid=25559/tid=25560] ppid=25558 vsize=868464 CPUtime=10.12
/proc/25559/task/25560/stat : 25560 (java) R 25558 25545 22759 0 -1 64 4891 0 1 0 934 78 0 0 25 0 9 0 640875211 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4126486465 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25561] ppid=25558 vsize=868464 CPUtime=0.97
/proc/25559/task/25561/stat : 25561 (java) S 25558 25545 22759 0 -1 64 4796 0 0 0 83 14 0 0 16 0 9 0 640875212 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25562] ppid=25558 vsize=868464 CPUtime=0
/proc/25559/task/25562/stat : 25562 (java) S 25558 25545 22759 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 640875212 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25563] ppid=25558 vsize=868464 CPUtime=0
/proc/25559/task/25563/stat : 25563 (java) S 25558 25545 22759 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 640875212 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25564] ppid=25558 vsize=868464 CPUtime=0
/proc/25559/task/25564/stat : 25564 (java) S 25558 25545 22759 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 640875214 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25565] ppid=25558 vsize=868464 CPUtime=0.26
/proc/25559/task/25565/stat : 25565 (java) S 25558 25545 22759 0 -1 64 1489 0 0 0 25 1 0 0 16 0 9 0 640875214 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25566] ppid=25558 vsize=868464 CPUtime=0
/proc/25559/task/25566/stat : 25566 (java) S 25558 25545 22759 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 640875214 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25567] ppid=25558 vsize=868464 CPUtime=0
/proc/25559/task/25567/stat : 25567 (java) S 25558 25545 22759 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 640875214 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 887420

[startup+25.5021 s]
/proc/loadavg: 2.05 2.00 2.02 5/103 25578
/proc/meminfo: memFree=1396328/2055920 swapFree=4157816/4192956
[pid=25545] ppid=25543 vsize=13600 CPUtime=1.05
/proc/25545/stat : 25545 (sugar) S 25543 25545 22759 0 -1 4194304 974 8352 0 1 3 1 96 5 16 0 1 0 640875099 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25545/statm: 3400 797 370 3 0 500 0
[pid=25558] ppid=25545 vsize=5356 CPUtime=0
/proc/25558/stat : 25558 (sh) S 25545 25545 22759 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 640875210 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25558/statm: 1339 233 193 169 0 50 0
[pid=25559] ppid=25558 vsize=868464 CPUtime=23.93
/proc/25559/stat : 25559 (java) S 25558 25545 22759 0 -1 0 14459 0 1 0 2183 210 0 0 18 0 9 0 640875210 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25559/statm: 217116 8947 2565 9 0 211663 0
[pid=25559/tid=25560] ppid=25558 vsize=868464 CPUtime=21.91
/proc/25559/task/25560/stat : 25560 (java) R 25558 25545 22759 0 -1 64 7482 0 1 0 2012 179 0 0 25 0 9 0 640875211 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 102064682 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25559/tid=25561] ppid=25558 vsize=868464 CPUtime=1.74
/proc/25559/task/25561/stat : 25561 (java) S 25558 25545 22759 0 -1 64 4796 0 0 0 145 29 0 0 16 0 9 0 640875212 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25559/tid=25562] ppid=25558 vsize=868464 CPUtime=0
/proc/25559/task/25562/stat : 25562 (java) S 25558 25545 22759 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 640875212 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25563] ppid=25558 vsize=868464 CPUtime=0
/proc/25559/task/25563/stat : 25563 (java) S 25558 25545 22759 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 640875212 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25564] ppid=25558 vsize=868464 CPUtime=0
/proc/25559/task/25564/stat : 25564 (java) S 25558 25545 22759 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 640875214 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25565] ppid=25558 vsize=868464 CPUtime=0.26
/proc/25559/task/25565/stat : 25565 (java) S 25558 25545 22759 0 -1 64 1489 0 0 0 25 1 0 0 16 0 9 0 640875214 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25566] ppid=25558 vsize=868464 CPUtime=0
/proc/25559/task/25566/stat : 25566 (java) S 25558 25545 22759 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 640875214 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25559/tid=25567] ppid=25558 vsize=868464 CPUtime=0
/proc/25559/task/25567/stat : 25567 (java) S 25558 25545 22759 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 640875214 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 887420

[startup+51.1016 s]
/proc/loadavg: 2.16 2.03 2.03 3/75 25608
/proc/meminfo: memFree=1248912/2055920 swapFree=4157816/4192956
[pid=25545] ppid=25543 vsize=13600 CPUtime=38.92
/proc/25545/stat : 25545 (sugar) S 25543 25545 22759 0 -1 4194304 1022 26156 0 2 3 1 3542 346 16 0 1 0 640875099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25545/statm: 3400 799 370 3 0 500 0
[pid=25607] ppid=25545 vsize=5356 CPUtime=0
/proc/25607/stat : 25607 (sh) S 25545 25545 22759 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640879068 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25607/statm: 1339 232 193 169 0 50 0
[pid=25608] ppid=25607 vsize=79264 CPUtime=11.28
/proc/25608/stat : 25608 (picosat) R 25607 25545 22759 0 -1 4194304 19474 0 0 0 510 618 0 0 25 0 1 0 640879069 81166336 19460 996147200 134512640 134931368 4294956256 18446744073709551615 134604413 0 0 4096 0 0 0 0 17 1 0 0
/proc/25608/statm: 19816 19460 40 102 0 19711 0
Current children cumulated CPU time (s) 50.2
Current children cumulated vsize (KiB) 98220

[startup+102.302 s]
/proc/loadavg: 2.06 2.02 2.02 3/75 25608
/proc/meminfo: memFree=1050256/2055920 swapFree=4157816/4192956
[pid=25545] ppid=25543 vsize=13600 CPUtime=38.92
/proc/25545/stat : 25545 (sugar) S 25543 25545 22759 0 -1 4194304 1022 26156 0 2 3 1 3542 346 16 0 1 0 640875099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25545/statm: 3400 799 370 3 0 500 0
[pid=25607] ppid=25545 vsize=5356 CPUtime=0
/proc/25607/stat : 25607 (sh) S 25545 25545 22759 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640879068 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25607/statm: 1339 232 193 169 0 50 0
[pid=25608] ppid=25607 vsize=281912 CPUtime=62
/proc/25608/stat : 25608 (picosat) R 25607 25545 22759 0 -1 4194304 68465 0 0 0 2836 3364 0 0 25 0 1 0 640879069 288677888 68451 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25608/statm: 70478 68451 40 102 0 70373 0
Current children cumulated CPU time (s) 100.92
Current children cumulated vsize (KiB) 300868

[startup+162.302 s]
/proc/loadavg: 2.02 2.02 2.02 3/75 25608
/proc/meminfo: memFree=824208/2055920 swapFree=4157816/4192956
[pid=25545] ppid=25543 vsize=13600 CPUtime=38.92
/proc/25545/stat : 25545 (sugar) S 25543 25545 22759 0 -1 4194304 1022 26156 0 2 3 1 3542 346 16 0 1 0 640875099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25545/statm: 3400 799 370 3 0 500 0
[pid=25607] ppid=25545 vsize=5356 CPUtime=0
/proc/25607/stat : 25607 (sh) S 25545 25545 22759 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640879068 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25607/statm: 1339 232 193 169 0 50 0
[pid=25608] ppid=25607 vsize=548648 CPUtime=121.44
/proc/25608/stat : 25608 (picosat) R 25607 25545 22759 0 -1 4194304 125417 0 0 0 5608 6536 0 0 25 0 1 0 640879069 561815552 125403 996147200 134512640 134931368 4294956256 18446744073709551615 134520683 0 0 4096 0 0 0 0 17 1 0 0
/proc/25608/statm: 137162 125403 40 102 0 137057 0
Current children cumulated CPU time (s) 160.36
Current children cumulated vsize (KiB) 567604

[startup+222.308 s]
/proc/loadavg: 2.01 2.01 2.01 3/75 25610
/proc/meminfo: memFree=674448/2055920 swapFree=4157816/4192956
[pid=25545] ppid=25543 vsize=13600 CPUtime=38.92
/proc/25545/stat : 25545 (sugar) S 25543 25545 22759 0 -1 4194304 1022 26156 0 2 3 1 3542 346 16 0 1 0 640875099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25545/statm: 3400 799 370 3 0 500 0
[pid=25607] ppid=25545 vsize=5356 CPUtime=0
/proc/25607/stat : 25607 (sh) S 25545 25545 22759 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640879068 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25607/statm: 1339 232 193 169 0 50 0
[pid=25608] ppid=25607 vsize=0 CPUtime=180.87
/proc/25608/stat : 25608 (picosat) R 25607 25545 22759 0 -1 4194308 179476 0 0 0 8579 9508 0 0 25 0 1 0 640879069 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/25608/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 219.79
Current children cumulated vsize (KiB) 18956

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

[startup+222.402 s]
/proc/loadavg: 2.01 2.01 2.01 3/75 25610
/proc/meminfo: memFree=674448/2055920 swapFree=4157816/4192956
[pid=25545] ppid=25543 vsize=13600 CPUtime=219.83
/proc/25545/stat : 25545 (sugar) S 25543 25545 22759 0 -1 4194304 1073 205917 0 2 3 1 12122 9857 17 0 1 0 640875099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25545/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 219.83
Current children cumulated vsize (KiB) 13600

[startup+222.802 s]
/proc/loadavg: 2.01 2.01 2.01 3/75 25610
/proc/meminfo: memFree=674448/2055920 swapFree=4157816/4192956
[pid=25545] ppid=25543 vsize=13600 CPUtime=219.83
/proc/25545/stat : 25545 (sugar) S 25543 25545 22759 0 -1 4194304 1091 205917 0 2 3 1 12122 9857 16 0 1 0 640875099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25545/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 219.83
Current children cumulated vsize (KiB) 13600

[startup+223.202 s]
/proc/loadavg: 2.01 2.01 2.01 3/75 25610
/proc/meminfo: memFree=674448/2055920 swapFree=4157816/4192956
[pid=25545] ppid=25543 vsize=13600 CPUtime=220.63
/proc/25545/stat : 25545 (sugar) R 25543 25545 22759 0 -1 4194304 1119 209844 0 3 3 14 12186 9860 16 0 1 0 640875099 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 271894418473 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25545/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 220.63
Current children cumulated vsize (KiB) 13600

[startup+223.322 s]
/proc/loadavg: 2.01 2.01 2.01 3/73 25620
/proc/meminfo: memFree=1792800/2055920 swapFree=4157816/4192956
[pid=25545] ppid=25543 vsize=13600 CPUtime=220.75
/proc/25545/stat : 25545 (sugar) R 25543 25545 22759 0 -1 4194304 1119 209844 0 3 3 26 12186 9860 16 0 1 0 640875099 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 271894418473 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25545/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 220.75
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 223.33
CPU time (s): 220.775
CPU user time (s): 121.899
CPU system time (s): 98.876
CPU usage (%): 98.8561
Max. virtual memory (cumulated for all children) (KiB): 887420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 121.899
system time used= 98.876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210993
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= 57354
involuntary context switches= 61633

runsolver used 0.290955 second user time and 0.756884 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-04 15:52:00
IDJOB=1074722
IDBENCH=56433
IDSOLVER=345
FILE ID=node60/1074722-1215179520
PBS_JOBID= 7881437
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d07eba8b6417f2f1d02309d4c67c10fc
RANDOM SEED=1735163243

node60.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.216
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.216
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:       1734888 kB
Buffers:         29740 kB
Cached:         142144 kB
SwapCached:      29328 kB
Active:         216772 kB
Inactive:        52820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1734888 kB
SwapTotal:     4192956 kB
SwapFree:      4157816 kB
Dirty:            2888 kB
Writeback:           0 kB
Mapped:         114548 kB
Slab:            36264 kB
Committed_AS:  1157212 kB
PageTables:       2148 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= 66548 MiB
End job on node60 at 2008-07-04 15:55:43