Trace number 1092603

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 108.985 109.654

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-105-6.xml
MD5SUM1c733877136bc0dc2d619d936a559dba
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 benchmark65.503
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1789
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 18:45:01 2008
0.00/0.04	c 0	PID 8394
0.00/0.04	c 0	HOST node27.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1092603-1215276301.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1092603-1215276301.xml' 'HOME/temp.csp'
0.03/0.90	c 1	400 domains, 400 variables, 2 predicates, 0 relations, 4180 constraints
0.03/0.93	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.93	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.93/1.02	c 1	Parsing HOME/temp.csp
1.13/1.29	c 1	parsed 4982 expressions
1.13/1.29	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.13/1.29	c 1	Converting to clausal form CSP
1.23/1.32	c 1	converted 499 (10%) expressions
1.23/1.39	c 1	converted 997 (20%) expressions
1.33/1.50	c 1	converted 1495 (30%) expressions
1.42/1.53	c 1	converted 1993 (40%) expressions
1.42/1.55	c 1	converted 2491 (50%) expressions
1.42/1.56	c 1	converted 2990 (60%) expressions
1.42/1.58	c 1	converted 3488 (70%) expressions
1.42/1.60	c 1	converted 3986 (80%) expressions
1.53/1.61	c 1	converted 4484 (90%) expressions
1.53/1.66	c 1	converted 4982 (100%) expressions
1.53/1.66	c 1	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 1789
1.53/1.66	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.66	c 1	Propagation in CSP
1.83/1.94	c 2	400729 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.83/1.94	c 2	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 938
1.83/1.94	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.83/1.94	c 2	Simplifing CSP by introducing new Boolean variables
1.92/2.04	c 2	CSP : 400 integers, 7600 booleans, 11780 clauses, largest domain size 938
1.92/2.04	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.92/2.09	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.02/2.15	c 2	40 (10%) CSP integer variables are encoded (24920 clauses, 351690 bytes)
2.02/2.18	c 2	80 (20%) CSP integer variables are encoded (55340 clauses, 807990 bytes)
2.13/2.22	c 2	120 (30%) CSP integer variables are encoded (84900 clauses, 1251390 bytes)
2.13/2.26	c 2	160 (40%) CSP integer variables are encoded (113600 clauses, 1709381 bytes)
2.22/2.30	c 2	200 (50%) CSP integer variables are encoded (142080 clauses, 2193541 bytes)
2.22/2.35	c 2	240 (60%) CSP integer variables are encoded (174580 clauses, 2746041 bytes)
2.22/2.39	c 2	280 (70%) CSP integer variables are encoded (204220 clauses, 3249921 bytes)
2.33/2.43	c 2	320 (80%) CSP integer variables are encoded (236040 clauses, 3790861 bytes)
2.33/2.47	c 2	360 (90%) CSP integer variables are encoded (266760 clauses, 4313101 bytes)
2.42/2.51	c 2	400 (100%) CSP integer variables are encoded (293380 clauses, 4765641 bytes)
3.02/3.11	c 3	1178 (10%) CSP clauses are encoded (566003 clauses, 10847695 bytes)
3.52/3.68	c 3	2356 (20%) CSP clauses are encoded (836573 clauses, 17142364 bytes)
4.12/4.28	c 4	3534 (30%) CSP clauses are encoded (1128864 clauses, 23950300 bytes)
4.90/5.08	c 5	4712 (40%) CSP clauses are encoded (1512576 clauses, 32901838 bytes)
5.60/5.72	c 5	5890 (50%) CSP clauses are encoded (1822212 clauses, 40130368 bytes)
6.09/6.26	c 6	7068 (60%) CSP clauses are encoded (2086317 clauses, 46328009 bytes)
6.89/7.03	c 7	8246 (70%) CSP clauses are encoded (2471533 clauses, 55738948 bytes)
7.59/7.73	c 7	9424 (80%) CSP clauses are encoded (2819454 clauses, 64187563 bytes)
8.18/8.40	c 8	10602 (90%) CSP clauses are encoded (3155601 clauses, 72284789 bytes)
8.88/9.07	c 9	11780 (100%) CSP clauses are encoded (3510479 clauses, 80435670 bytes)
8.88/9.07	c 9	11780 CSP clauses encoded
8.88/9.07	c 9	Writing map file : HOME/temp.map
8.88/9.08	c 9	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.88/9.08	c 9	SAT : 301380 SAT variables, 3510479 SAT clauses, 80435670 bytes
8.88/9.08	c 9	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.96/9.11	c 9	SOLVING HOME/temp.cnf
8.96/9.11	c 9	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
108.41/109.13	c 109	DECODING HOME/temp.out WITH HOME/temp.map
108.41/109.13	c 109	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
108.47/109.22	c 109	Decoding HOME/temp.out
108.47/109.58	s SATISFIABLE
108.47/109.60	v 350 454 497 558 706 713 791 814 902 990 1047 1112 1195 1239 1290 1371 1445 1552 1646 1690 171 314 380 505 657 746 758 813 830 843 888 940 1043 1087 1159 1209 1298 1368 1547 1579 0 100 147 184 278 349 498 614 712 924 1023 1107 1195 1314 1410 1530 1628 1673 1697 1730 0 43 95 104 108 201 255 258 359 408 421 430 570 652 656 719 722 757 837 1600 128 436 489 592 616 712 811 872 1087 1212 1293 1367 1416 1513 1572 1576 1630 1733 1736 1740 0 42 93 106 133 177 269 380 398 444 500 580 618 644 753 903 1028 1215 1293 1477 24 90 266 447 539 749 836 903 1002 1071 1148 1152 1183 1279 1356 1436 1517 1595 1681 1735 0 25 74 84 181 305 367 370 597 689 766 990 1123 1181 1233 1269 1366 1446 1553 1749 34 100 198 223 264 330 358 410 415 565 602 695 926 949 1007 1105 1408 1531 1560 1637 0 41 143 218 277 350 440 509 561 720 836 933 1049 1181 1208 1225 1291 1591 1667 1736 60 98 198 261 273 402 445 481 509 658 1026 1111 1179 1302 1325 1342 1518 1553 1659 1706 0 85 179 322 417 525 595 768 865 1040 1107 1116 1122 1165 1258 1370 1389 1442 1518 1760 326 349 436 486 562 588 616 656 691 700 732 754 953 1005 1018 1098 1254 1371 1458 1584 4 133 177 242 334 402 468 528 565 657 708 753 828 926 996 1216 1439 1506 1586 1767 1 460 556 630 758 937 1002 1071 1123 1208 1234 1325 1422 1498 1539 1597 1637 1648 1670 1689 192 487 585 662 797 864 1007 1032 1112 1139 1226 1289 1408 1440 1596 1669 1670 1672 1738 1763 0 47 56 149 198 266 289 355 401 476 572 640 707 753 788 813 903 1627 1701 1703 90 180 232 252 277 336 391 495 577 990 1080 1175 1217 1228 1292 1399 1436 1515 1559 1573 87 146 247 439 584 625 660 732 806 862 947 999 1024 1116 1208 1292 1368 1459 1654 1701 0 72 176 203 278 357 486 589 695 754 816 846 949 1024 1152 1165 1180 1554 1571 1736
108.47/109.60	c 109	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
108.47/109.61	c 109	CPU 91.76 (0.04 0.01 91.72 17.15)
108.47/109.61	c 109	END Sat Jul  5 18:46:50 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-1092603-1215276301/watcher-1092603-1215276301 -o /tmp/evaluation-result-1092603-1215276301/solver-1092603-1215276301 -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-1092603-1215276301.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.00 2.00 2.00 4/80 8394
/proc/meminfo: memFree=1624896/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=12268 CPUtime=0
/proc/8394/stat : 8394 (sugar) R 8392 8394 8266 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 139300180 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233606623683 0 0 4224 0 0 0 0 17 0 0 0
/proc/8394/statm: 3067 316 241 3 0 167 0

[startup+0.00960903 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 8394
/proc/meminfo: memFree=1624896/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=12272 CPUtime=0
/proc/8394/stat : 8394 (sugar) R 8392 8394 8266 0 -1 4194304 409 0 0 0 0 0 0 0 18 0 1 0 139300180 12566528 377 996147200 4194304 4206940 548682068608 18446744073709551615 233588882021 0 0 4224 0 0 0 0 17 0 0 0
/proc/8394/statm: 3068 377 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101622 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 8394
/proc/meminfo: memFree=1624896/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=13600 CPUtime=0.03
/proc/8394/stat : 8394 (sugar) S 8392 8394 8266 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 139300180 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8394/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301638 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 8394
/proc/meminfo: memFree=1624896/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=13600 CPUtime=0.03
/proc/8394/stat : 8394 (sugar) S 8392 8394 8266 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 139300180 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8394/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701683 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 8394
/proc/meminfo: memFree=1624896/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=13600 CPUtime=0.03
/proc/8394/stat : 8394 (sugar) S 8392 8394 8266 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 139300180 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8394/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50277 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 8416
/proc/meminfo: memFree=1618920/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=13600 CPUtime=0.88
/proc/8394/stat : 8394 (sugar) S 8392 8394 8266 0 -1 4194304 974 7190 0 1 3 0 81 4 15 0 1 0 139300180 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8394/statm: 3400 797 370 3 0 500 0
[pid=8407] ppid=8394 vsize=5356 CPUtime=0
/proc/8407/stat : 8407 (sh) S 8394 8394 8266 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 139300274 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8407/statm: 1339 233 193 169 0 50 0
[pid=8408] ppid=8407 vsize=868240 CPUtime=0.54
/proc/8408/stat : 8408 (java) S 8407 8394 8266 0 -1 0 5437 0 1 0 51 3 0 0 20 0 9 0 139300274 889077760 4832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8408/statm: 217060 4832 1733 9 0 211635 0
[pid=8408/tid=8409] ppid=8407 vsize=868240 CPUtime=0.32
/proc/8408/task/8409/stat : 8409 (java) R 8407 8394 8266 0 -1 64 2656 0 1 0 31 1 0 0 25 0 9 0 139300275 889077760 4832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8408/tid=8410] ppid=8407 vsize=868240 CPUtime=0.03
/proc/8408/task/8410/stat : 8410 (java) S 8407 8394 8266 0 -1 64 634 0 0 0 3 0 0 0 16 0 9 0 139300276 889077760 4832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8408/tid=8411] ppid=8407 vsize=868240 CPUtime=0
/proc/8408/task/8411/stat : 8411 (java) S 8407 8394 8266 0 -1 64 9 0 0 0 0 0 0 0 24 0 9 0 139300276 889077760 4832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8408/tid=8412] ppid=8407 vsize=868240 CPUtime=0
/proc/8408/task/8412/stat : 8412 (java) S 8407 8394 8266 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 139300276 889077760 4832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8408/tid=8413] ppid=8407 vsize=868240 CPUtime=0
/proc/8408/task/8413/stat : 8413 (java) S 8407 8394 8266 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 139300278 889077760 4832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8408/tid=8414] ppid=8407 vsize=868240 CPUtime=0.16
/proc/8408/task/8414/stat : 8414 (java) R 8407 8394 8266 0 -1 64 1455 0 0 0 16 0 0 0 16 0 9 0 139300278 889077760 4832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8408/tid=8415] ppid=8407 vsize=868240 CPUtime=0
/proc/8408/task/8415/stat : 8415 (java) S 8407 8394 8266 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 139300278 889077760 4832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8408/tid=8416] ppid=8407 vsize=868240 CPUtime=0
/proc/8408/task/8416/stat : 8416 (java) S 8407 8394 8266 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 139300278 889077760 4832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887196

[startup+3.10193 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 8416
/proc/meminfo: memFree=1603816/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=13600 CPUtime=0.89
/proc/8394/stat : 8394 (sugar) S 8392 8394 8266 0 -1 4194304 974 7190 0 1 4 0 81 4 15 0 1 0 139300180 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8394/statm: 3400 797 370 3 0 500 0
[pid=8407] ppid=8394 vsize=5356 CPUtime=0
/proc/8407/stat : 8407 (sh) S 8394 8394 8266 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 139300274 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8407/statm: 1339 233 193 169 0 50 0
[pid=8408] ppid=8407 vsize=868464 CPUtime=2.13
/proc/8408/stat : 8408 (java) S 8407 8394 8266 0 -1 0 8294 0 1 0 200 13 0 0 20 0 9 0 139300274 889307136 7182 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8408/statm: 217116 7182 2564 9 0 211663 0
[pid=8408/tid=8409] ppid=8407 vsize=868464 CPUtime=1.56
/proc/8408/task/8409/stat : 8409 (java) R 8407 8394 8266 0 -1 64 3037 0 1 0 149 7 0 0 25 0 9 0 139300275 889307136 7182 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8408/tid=8410] ppid=8407 vsize=868464 CPUtime=0.3
/proc/8408/task/8410/stat : 8410 (java) S 8407 8394 8266 0 -1 64 3067 0 0 0 27 3 0 0 16 0 9 0 139300276 889307136 7182 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8408/tid=8411] ppid=8407 vsize=868464 CPUtime=0
/proc/8408/task/8411/stat : 8411 (java) S 8407 8394 8266 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 139300276 889307136 7182 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8408/tid=8412] ppid=8407 vsize=868464 CPUtime=0
/proc/8408/task/8412/stat : 8412 (java) S 8407 8394 8266 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 139300276 889307136 7182 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8408/tid=8413] ppid=8407 vsize=868464 CPUtime=0
/proc/8408/task/8413/stat : 8413 (java) S 8407 8394 8266 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 139300278 889307136 7182 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8408/tid=8414] ppid=8407 vsize=868464 CPUtime=0.24
/proc/8408/task/8414/stat : 8414 (java) R 8407 8394 8266 0 -1 64 1496 0 0 0 24 0 0 0 16 0 9 0 139300278 889307136 7182 996147200 134512640 134550740 4294955952 18446744073709551615 101660476 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8408/tid=8415] ppid=8407 vsize=868464 CPUtime=0
/proc/8408/task/8415/stat : 8415 (java) S 8407 8394 8266 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 139300278 889307136 7182 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8408/tid=8416] ppid=8407 vsize=868464 CPUtime=0
/proc/8408/task/8416/stat : 8416 (java) S 8407 8394 8266 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 139300278 889307136 7182 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887420

[startup+6.30226 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 8416
/proc/meminfo: memFree=1566824/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=13600 CPUtime=0.89
/proc/8394/stat : 8394 (sugar) S 8392 8394 8266 0 -1 4194304 974 7190 0 1 4 0 81 4 15 0 1 0 139300180 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8394/statm: 3400 797 370 3 0 500 0
[pid=8407] ppid=8394 vsize=5356 CPUtime=0
/proc/8407/stat : 8407 (sh) S 8394 8394 8266 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 139300274 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8407/statm: 1339 233 193 169 0 50 0
[pid=8408] ppid=8407 vsize=868464 CPUtime=5.29
/proc/8408/stat : 8408 (java) S 8407 8394 8266 0 -1 0 9185 0 1 0 489 40 0 0 20 0 9 0 139300274 889307136 7191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8408/statm: 217116 7191 2565 9 0 211663 0
[pid=8408/tid=8409] ppid=8407 vsize=868464 CPUtime=4.49
/proc/8408/task/8409/stat : 8409 (java) R 8407 8394 8266 0 -1 64 3919 0 1 0 419 30 0 0 25 0 9 0 139300275 889307136 7191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8408/tid=8410] ppid=8407 vsize=868464 CPUtime=0.52
/proc/8408/task/8410/stat : 8410 (java) S 8407 8394 8266 0 -1 64 3067 0 0 0 44 8 0 0 16 0 9 0 139300276 889307136 7191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8408/tid=8411] ppid=8407 vsize=868464 CPUtime=0
/proc/8408/task/8411/stat : 8411 (java) S 8407 8394 8266 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 139300276 889307136 7191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8408/tid=8412] ppid=8407 vsize=868464 CPUtime=0
/proc/8408/task/8412/stat : 8412 (java) S 8407 8394 8266 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 139300276 889307136 7191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8408/tid=8413] ppid=8407 vsize=868464 CPUtime=0
/proc/8408/task/8413/stat : 8413 (java) S 8407 8394 8266 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 139300278 889307136 7191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8408/tid=8414] ppid=8407 vsize=868464 CPUtime=0.25
/proc/8408/task/8414/stat : 8414 (java) S 8407 8394 8266 0 -1 64 1505 0 0 0 25 0 0 0 16 0 9 0 139300278 889307136 7191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8408/tid=8415] ppid=8407 vsize=868464 CPUtime=0
/proc/8408/task/8415/stat : 8415 (java) S 8407 8394 8266 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 139300278 889307136 7191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8408/tid=8416] ppid=8407 vsize=868464 CPUtime=0
/proc/8408/task/8416/stat : 8416 (java) S 8407 8394 8266 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 139300278 889307136 7191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887420

[startup+12.7019 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 8418
/proc/meminfo: memFree=1512040/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=13600 CPUtime=8.97
/proc/8394/stat : 8394 (sugar) S 8392 8394 8266 0 -1 4194304 1022 17482 0 2 4 0 823 70 16 0 1 0 139300180 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8394/statm: 3400 799 370 3 0 500 0
[pid=8417] ppid=8394 vsize=5356 CPUtime=0
/proc/8417/stat : 8417 (sh) S 8394 8394 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139301091 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8417/statm: 1339 232 193 169 0 50 0
[pid=8418] ppid=8417 vsize=47772 CPUtime=3.56
/proc/8418/stat : 8418 (picosat) R 8417 8394 8266 0 -1 4194304 8286 0 0 0 164 192 0 0 25 0 1 0 139301092 48918528 8272 996147200 134512640 134931368 4294956256 18446744073709551615 134597654 0 0 4096 0 0 0 0 17 1 0 0
/proc/8418/statm: 11943 8272 40 102 0 11838 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 66728

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 8418
/proc/meminfo: memFree=1462120/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=13600 CPUtime=8.97
/proc/8394/stat : 8394 (sugar) S 8392 8394 8266 0 -1 4194304 1022 17482 0 2 4 0 823 70 16 0 1 0 139300180 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8394/statm: 3400 799 370 3 0 500 0
[pid=8417] ppid=8394 vsize=5356 CPUtime=0
/proc/8417/stat : 8417 (sh) S 8394 8394 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139301091 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8417/statm: 1339 232 193 169 0 50 0
[pid=8418] ppid=8417 vsize=97708 CPUtime=16.3
/proc/8418/stat : 8418 (picosat) R 8417 8394 8266 0 -1 4194304 20396 0 0 0 743 887 0 0 25 0 1 0 139301092 100052992 20382 996147200 134512640 134931368 4294956256 18446744073709551615 134545658 0 0 4096 0 0 0 0 17 1 0 0
/proc/8418/statm: 24427 20382 40 102 0 24322 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 116664

[startup+51.1018 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 8418
/proc/meminfo: memFree=1410408/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=13600 CPUtime=8.97
/proc/8394/stat : 8394 (sugar) S 8392 8394 8266 0 -1 4194304 1022 17482 0 2 4 0 823 70 16 0 1 0 139300180 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8394/statm: 3400 799 370 3 0 500 0
[pid=8417] ppid=8394 vsize=5356 CPUtime=0
/proc/8417/stat : 8417 (sh) S 8394 8394 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139301091 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8417/statm: 1339 232 193 169 0 50 0
[pid=8418] ppid=8417 vsize=153836 CPUtime=41.71
/proc/8418/stat : 8418 (picosat) R 8417 8394 8266 0 -1 4194304 33044 0 0 0 2534 1637 0 0 25 0 1 0 139301092 157528064 33030 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/8418/statm: 38459 33030 42 102 0 38354 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 172792

[startup+102.307 s]
/proc/loadavg: 2.29 2.09 2.03 3/83 8418
/proc/meminfo: memFree=1409448/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=13600 CPUtime=8.97
/proc/8394/stat : 8394 (sugar) S 8392 8394 8266 0 -1 4194304 1022 17482 0 2 4 0 823 70 16 0 1 0 139300180 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8394/statm: 3400 799 370 3 0 500 0
[pid=8417] ppid=8394 vsize=5356 CPUtime=0
/proc/8417/stat : 8417 (sh) S 8394 8394 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139301091 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8417/statm: 1339 232 193 169 0 50 0
[pid=8418] ppid=8417 vsize=158592 CPUtime=92.68
/proc/8418/stat : 8418 (picosat) R 8417 8394 8266 0 -1 4194304 33231 0 0 0 7630 1638 0 0 25 0 1 0 139301092 162398208 33217 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/8418/statm: 39648 33217 42 102 0 39543 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 177548

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

[startup+105.501 s]
/proc/loadavg: 2.27 2.08 2.02 3/83 8418
/proc/meminfo: memFree=1409448/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=13600 CPUtime=8.97
/proc/8394/stat : 8394 (sugar) S 8392 8394 8266 0 -1 4194304 1022 17482 0 2 4 0 823 70 16 0 1 0 139300180 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8394/statm: 3400 799 370 3 0 500 0
[pid=8417] ppid=8394 vsize=5356 CPUtime=0
/proc/8417/stat : 8417 (sh) S 8394 8394 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139301091 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8417/statm: 1339 232 193 169 0 50 0
[pid=8418] ppid=8417 vsize=158592 CPUtime=95.86
/proc/8418/stat : 8418 (picosat) R 8417 8394 8266 0 -1 4194304 33240 0 0 0 7948 1638 0 0 25 0 1 0 139301092 162398208 33226 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/8418/statm: 39648 33226 42 102 0 39543 0
Current children cumulated CPU time (s) 104.83
Current children cumulated vsize (KiB) 177548

[startup+107.101 s]
/proc/loadavg: 2.27 2.08 2.02 3/83 8418
/proc/meminfo: memFree=1409384/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=13600 CPUtime=8.97
/proc/8394/stat : 8394 (sugar) S 8392 8394 8266 0 -1 4194304 1022 17482 0 2 4 0 823 70 16 0 1 0 139300180 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8394/statm: 3400 799 370 3 0 500 0
[pid=8417] ppid=8394 vsize=5356 CPUtime=0
/proc/8417/stat : 8417 (sh) S 8394 8394 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139301091 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8417/statm: 1339 232 193 169 0 50 0
[pid=8418] ppid=8417 vsize=158592 CPUtime=97.45
/proc/8418/stat : 8418 (picosat) R 8417 8394 8266 0 -1 4194304 33245 0 0 0 8107 1638 0 0 25 0 1 0 139301092 162398208 33231 996147200 134512640 134931368 4294956256 18446744073709551615 134525608 0 0 4096 0 0 0 0 17 1 0 0
/proc/8418/statm: 39648 33231 42 102 0 39543 0
Current children cumulated CPU time (s) 106.42
Current children cumulated vsize (KiB) 177548

[startup+108.702 s]
/proc/loadavg: 2.25 2.08 2.02 3/83 8418
/proc/meminfo: memFree=1409384/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=13600 CPUtime=8.97
/proc/8394/stat : 8394 (sugar) S 8392 8394 8266 0 -1 4194304 1022 17482 0 2 4 0 823 70 16 0 1 0 139300180 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8394/statm: 3400 799 370 3 0 500 0
[pid=8417] ppid=8394 vsize=5356 CPUtime=0
/proc/8417/stat : 8417 (sh) S 8394 8394 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139301091 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8417/statm: 1339 232 193 169 0 50 0
[pid=8418] ppid=8417 vsize=158592 CPUtime=99.04
/proc/8418/stat : 8418 (picosat) R 8417 8394 8266 0 -1 4194304 33276 0 0 0 8266 1638 0 0 25 0 1 0 139301092 162398208 33262 996147200 134512640 134931368 4294956256 18446744073709551615 134544827 0 0 4096 0 0 0 0 17 1 0 0
/proc/8418/statm: 39648 33262 42 102 0 39543 0
Current children cumulated CPU time (s) 108.01
Current children cumulated vsize (KiB) 177548

[startup+109.102 s]
/proc/loadavg: 2.25 2.08 2.02 3/83 8418
/proc/meminfo: memFree=1409256/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=13600 CPUtime=8.97
/proc/8394/stat : 8394 (sugar) S 8392 8394 8266 0 -1 4194304 1022 17482 0 2 4 0 823 70 16 0 1 0 139300180 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8394/statm: 3400 799 370 3 0 500 0
[pid=8417] ppid=8394 vsize=5356 CPUtime=0
/proc/8417/stat : 8417 (sh) S 8394 8394 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139301091 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8417/statm: 1339 232 193 169 0 50 0
[pid=8418] ppid=8417 vsize=142208 CPUtime=99.44
/proc/8418/stat : 8418 (picosat) R 8417 8394 8266 0 -1 4194304 33287 0 0 0 8305 1639 0 0 25 0 1 0 139301092 145620992 30407 996147200 134512640 134931368 4294956256 18446744073709551615 134580067 0 0 4096 0 0 0 0 17 1 0 0
/proc/8418/statm: 35552 30407 47 102 0 35447 0
Current children cumulated CPU time (s) 108.41
Current children cumulated vsize (KiB) 161164

[startup+109.502 s]
/proc/loadavg: 2.25 2.08 2.02 3/83 8418
/proc/meminfo: memFree=1409256/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=13600 CPUtime=108.47
/proc/8394/stat : 8394 (sugar) S 8392 8394 8266 0 -1 4194304 1091 51055 0 2 4 1 9130 1712 15 0 1 0 139300180 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8394/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 108.47
Current children cumulated vsize (KiB) 13600

[startup+109.602 s]
/proc/loadavg: 2.25 2.08 2.02 3/83 8418
/proc/meminfo: memFree=1409256/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=13600 CPUtime=108.47
/proc/8394/stat : 8394 (sugar) S 8392 8394 8266 0 -1 4194304 1091 51055 0 2 4 1 9130 1712 15 0 1 0 139300180 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 0 0 0 17 0 0 0
/proc/8394/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 108.47
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 109.654
CPU time (s): 108.985
CPU user time (s): 91.774
CPU system time (s): 17.2114
CPU usage (%): 99.3901
Max. virtual memory (cumulated for all children) (KiB): 887420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.774
system time used= 17.2114
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56111
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= 16811
involuntary context switches= 17972

runsolver used 0.138978 second user time and 0.363944 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-05 18:45:01
IDJOB=1092603
IDBENCH=58638
IDSOLVER=345
FILE ID=node27/1092603-1215276301
PBS_JOBID= 7882267
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/js-taillard-20/normalized-js-taillard-20-105-6.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-1092603-1215276301/watcher-1092603-1215276301 -o /tmp/evaluation-result-1092603-1215276301/solver-1092603-1215276301 -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-1092603-1215276301.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1c733877136bc0dc2d619d936a559dba
RANDOM SEED=2130644324

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1625376 kB
Buffers:         43620 kB
Cached:         196080 kB
SwapCached:          0 kB
Active:         271204 kB
Inactive:       103372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1625376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1860 kB
Writeback:           0 kB
Mapped:         156744 kB
Slab:            41304 kB
Committed_AS:  1191040 kB
PageTables:       1792 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node27 at 2008-07-05 18:46:50