Trace number 2076483

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.14.6+minisatSAT 56.8884 57.7392

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-100-6.xml
MD5SUM822c8f0751f873c488a8bb0f5ccf69cd
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.16667
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1352
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 03:41:22 2009
0.00/0.08	c 0	PID 21390
0.06/0.08	c 0	HOST node68.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2076483-1247362882.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2076483-1247362882.xml' 'HOME/temp.csp'
1.05/1.11	c 1	400 domains, 400 variables, 1 predicates, 0 relations, 7600 constraints
1.05/1.13	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.05/1.13	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.08/1.21	c 1	Parsing HOME/temp.csp
1.08/1.38	c 1	parsed 8401 expressions
1.08/1.39	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.08/1.39	c 1	Converting to clausal form CSP
1.08/1.45	c 1	converted 841 (10%) expressions
1.08/1.69	c 2	converted 1681 (20%) expressions
1.08/1.73	c 2	converted 2521 (30%) expressions
1.08/1.76	c 2	converted 3361 (40%) expressions
1.08/1.79	c 2	converted 4201 (50%) expressions
1.08/1.82	c 2	converted 5041 (60%) expressions
1.08/1.91	c 2	converted 5881 (70%) expressions
1.08/1.94	c 2	converted 6721 (80%) expressions
1.08/1.97	c 2	converted 7561 (90%) expressions
1.08/2.00	c 2	converted 8401 (100%) expressions
1.08/2.00	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1352
1.08/2.00	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.08/2.00	c 2	Propagation in CSP
1.08/2.05	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.08/2.05	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1352
1.08/2.05	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.08/2.06	c 2	Simplifing CSP by introducing new Boolean variables
2.13/2.20	c 2	CSP : 400 integers, 15200 booleans, 22800 clauses, largest domain size 1352
2.13/2.20	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.13/2.29	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.22/2.38	c 2	40 (10%) CSP integer variables are encoded (52366 clauses, 763360 bytes)
2.33/2.45	c 2	80 (20%) CSP integer variables are encoded (104316 clauses, 1551397 bytes)
2.42/2.52	c 2	120 (30%) CSP integer variables are encoded (156159 clauses, 2432728 bytes)
2.42/2.59	c 2	160 (40%) CSP integer variables are encoded (207849 clauses, 3311458 bytes)
2.52/2.65	c 2	200 (50%) CSP integer variables are encoded (259369 clauses, 4187298 bytes)
2.62/2.72	c 3	240 (60%) CSP integer variables are encoded (311924 clauses, 5080733 bytes)
2.62/2.79	c 3	280 (70%) CSP integer variables are encoded (363528 clauses, 5958001 bytes)
2.72/2.87	c 3	320 (80%) CSP integer variables are encoded (415558 clauses, 6842511 bytes)
2.82/2.93	c 3	360 (90%) CSP integer variables are encoded (467616 clauses, 7727497 bytes)
2.92/3.00	c 3	400 (100%) CSP integer variables are encoded (519515 clauses, 8609780 bytes)
6.59/6.77	c 7	2280 (10%) CSP clauses are encoded (2438327 clauses, 52920706 bytes)
10.24/10.47	c 10	4560 (20%) CSP clauses are encoded (4354425 clauses, 98111006 bytes)
13.89/14.13	c 14	6840 (30%) CSP clauses are encoded (6250391 clauses, 143663540 bytes)
17.43/17.78	c 18	9120 (40%) CSP clauses are encoded (8143631 clauses, 190964900 bytes)
21.10/21.45	c 21	11400 (50%) CSP clauses are encoded (10028803 clauses, 238064560 bytes)
24.72/25.15	c 25	13680 (60%) CSP clauses are encoded (11909405 clauses, 285049970 bytes)
28.41/28.93	c 29	15960 (70%) CSP clauses are encoded (13822405 clauses, 332845330 bytes)
32.02/32.62	c 32	18240 (80%) CSP clauses are encoded (15716915 clauses, 380178440 bytes)
35.66/36.33	c 36	20520 (90%) CSP clauses are encoded (17620433 clauses, 427736750 bytes)
39.27/40.07	c 40	22800 (100%) CSP clauses are encoded (19520655 clauses, 475212660 bytes)
39.27/40.07	c 40	22800 CSP clauses encoded
39.27/40.07	c 40	Writing map file : HOME/temp.map
39.27/40.09	c 40	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
39.27/40.09	c 40	SAT : 535115 SAT variables, 19520655 SAT clauses, 475212660 bytes
39.27/40.09	c 40	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
39.37/40.11	c 40	SOLVING HOME/temp.cnf
39.37/40.11	c 40	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
39.37/40.11	c 40	This is MiniSat 2.0 beta
39.37/40.11	c 40	WARNING: for repeatability, setting FPU to use double precision
39.37/40.11	c 40	============================[ Problem Statistics ]=============================
39.37/40.11	c 40	|                                                                             |
39.37/40.11	c 40	|  Number of variables:  535115                                               |
39.37/40.11	c 40	|  Number of clauses:    19520655                                             |
50.78/51.61	c 51	|  Parsing time:         9.94         s                                       |
51.28/52.13	c 52	============================[ Search Statistics ]==============================
51.28/52.13	c 52	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.28/52.13	c 52	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.28/52.13	c 52	===============================================================================
51.28/52.13	c 52	|         0 |  535115 19520655 58004450 |  6506885        0    nan |  0.000 % |
52.98/53.84	c 54	|       102 |  535115 19520655 58004450 |  7157573      102     11 |  0.000 % |
55.55/56.42	c 56	===============================================================================
55.55/56.45	c 56	restarts              : 2
55.55/56.45	c 56	conflicts             : 232            (16 /sec)
55.55/56.45	c 56	decisions             : 3243           (1.33 % random) (222 /sec)
55.55/56.45	c 56	propagations          : 1423291        (97261 /sec)
55.55/56.45	c 56	conflict literals     : 3505           (4.10 % deleted)
55.55/56.45	c 56	Memory used           : 838.02 MB
55.55/56.45	c 56	CPU time              : 14.6338 s
55.55/56.45	c 56	
55.75/56.66	c 56	SATISFIABLE
55.85/56.79	c 57	DECODING HOME/temp.out WITH HOME/temp.map
55.85/56.79	c 57	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
55.95/56.87	c 57	Decoding HOME/temp.out
56.53/57.44	s SATISFIABLE
56.53/57.45	v 1185 194 414 659 1052 51 601 677 803 328 511 279 1302 156 73 864 908 20 972 1134 2 6 210 667 128 701 788 252 1278 958 437 983 605 296 323 72 635 519 386 92 548 159 1040 944 116 446 707 185 316 755 1229 574 4 1290 230 122 821 21 10 78 1036 14 297 522 283 699 974 341 884 556 301 1121 244 608 480 736 149 800 434 92 525 914 296 201 614 306 702 164 386 93 7 1182 0 574 497 770 26 52 89 173 1257 1235 524 50 915 1295 348 830 985 752 1114 1197 315 1026 668 427 109 202 18 612 545 753 1121 1211 241 334 1291 165 447 1 573 200 53 385 816 1007 13 102 658 905 1147 1089 1044 114 0 1118 551 795 473 637 748 117 200 1134 1185 1008 889 297 423 1270 338 855 756 886 963 1279 575 219 556 666 1050 1186 478 384 121 33 224 0 50 12 1088 1286 1131 1071 245 202 1208 427 809 520 559 730 644 374 122 972 284 888 72 35 1098 1214 872 960 674 1309 261 1117 61 861 372 86 448 139 7 164 15 42 58 182 1284 1191 1026 1003 1166 1215 279 1321 1080 1234 63 957 212 2 383 80 23 335 43 44 1250 518 298 741 165 653 419 1124 1173 987 871 1044 1115 595 68 913 506 322 221 823 1225 288 385 870 1263 810 649 1079 1215 252 748 1029 165 484 558 938 1244 10 1151 115 1297 815 1095 1255 31 696 1246 885 423 90 177 883 996 1091 261 323 614 395 64 108 965 705 1299 1225 1309 1121 973 927 1061 1218 356 457 855 963 602 199 774 612 249 151 1077 1335 958 915 28 1187 1020 1131 714 1303 776 70 12 60 161 210 218 299 386 482 1248 1055 328 1151 380 419 481 1316 974 365 1 534 13 46 68 92 93 137 225 302 683 767 527 12 558 449 352 959 28 70 874 932 1057 1239 1209 1120 1303 1095 820 618 301 210 467 393 873 533 943 532 259 1259 609 1284 1308 815 1266 725 986 1154 1073 1282
56.53/57.46	c 57	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
56.53/57.49	c 57	CPU 56.61 (0.05 0.02 51.14 5.4)
56.53/57.49	c 57	END Sun Jul 12 03:42:19 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2076483-1247362882/watcher-2076483-1247362882 -o /tmp/evaluation-result-2076483-1247362882/solver-2076483-1247362882 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2076483-1247362882.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.00 1.99 4/85 21390
/proc/meminfo: memFree=1305632/2055920 swapFree=4192952/4192956
[pid=21390] ppid=21388 vsize=12268 CPUtime=0
/proc/21390/stat : 21390 (sugar) R 21388 21390 18865 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23350870 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 209560762981 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/21390/statm: 3067 316 241 3 0 167 0

[startup+0.083397 s]
/proc/loadavg: 1.92 2.00 1.99 4/85 21390
/proc/meminfo: memFree=1305632/2055920 swapFree=4192952/4192956
[pid=21390] ppid=21388 vsize=16740 CPUtime=0.06
/proc/21390/stat : 21390 (sugar) S 21388 21390 18865 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23350870 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21390/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101889 s]
/proc/loadavg: 1.92 2.00 1.99 4/85 21390
/proc/meminfo: memFree=1305632/2055920 swapFree=4192952/4192956
[pid=21390] ppid=21388 vsize=16868 CPUtime=0.06
/proc/21390/stat : 21390 (sugar) S 21388 21390 18865 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23350870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21390/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301914 s]
/proc/loadavg: 1.92 2.00 1.99 4/85 21390
/proc/meminfo: memFree=1305632/2055920 swapFree=4192952/4192956
[pid=21390] ppid=21388 vsize=16868 CPUtime=0.06
/proc/21390/stat : 21390 (sugar) S 21388 21390 18865 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23350870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21390/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701985 s]
/proc/loadavg: 1.92 2.00 1.99 4/85 21390
/proc/meminfo: memFree=1305632/2055920 swapFree=4192952/4192956
[pid=21390] ppid=21388 vsize=16868 CPUtime=0.06
/proc/21390/stat : 21390 (sugar) S 21388 21390 18865 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23350870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21390/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50112 s]
/proc/loadavg: 1.92 2.00 1.99 3/96 21402
/proc/meminfo: memFree=1284232/2055920 swapFree=4192952/4192956
[pid=21390] ppid=21388 vsize=16868 CPUtime=1.08
/proc/21390/stat : 21390 (sugar) S 21388 21390 18865 0 -1 4194304 1309 8432 0 1 5 1 96 6 16 0 1 0 23350870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21390/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 16868

[startup+3.10139 s]
/proc/loadavg: 1.92 2.00 1.99 4/96 21412
/proc/meminfo: memFree=1279688/2055920 swapFree=4192952/4192956
[pid=21390] ppid=21388 vsize=16868 CPUtime=1.08
/proc/21390/stat : 21390 (sugar) S 21388 21390 18865 0 -1 4194304 1310 8432 0 1 5 1 96 6 15 0 1 0 23350870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21390/statm: 4217 1111 409 3 0 796 0
[pid=21403] ppid=21390 vsize=5356 CPUtime=0
/proc/21403/stat : 21403 (sh) S 21390 21390 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23350984 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21403/statm: 1339 233 193 169 0 50 0
[pid=21404] ppid=21403 vsize=868676 CPUtime=1.94
/proc/21404/stat : 21404 (java) S 21403 21390 18865 0 -1 0 9814 0 1 0 180 14 0 0 18 0 9 0 23350984 889524224 8798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21404/statm: 217169 8798 2590 9 0 211646 0
[pid=21404/tid=21405] ppid=21403 vsize=868676 CPUtime=1.29
/proc/21404/task/21405/stat : 21405 (java) R 21403 21390 18865 0 -1 64 3009 0 1 0 121 8 0 0 24 0 9 0 23350985 889524224 8798 996147200 134512640 134550932 4294955936 18446744073709551615 4126530720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21406] ppid=21403 vsize=868676 CPUtime=0.4
/proc/21404/task/21406/stat : 21406 (java) S 21403 21390 18865 0 -1 64 4592 0 0 0 38 2 0 0 16 0 9 0 23350986 889524224 8798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21407] ppid=21403 vsize=868676 CPUtime=0
/proc/21404/task/21407/stat : 21407 (java) S 21403 21390 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23350987 889524224 8798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21408] ppid=21403 vsize=868676 CPUtime=0
/proc/21404/task/21408/stat : 21408 (java) S 21403 21390 18865 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23350987 889524224 8798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21409] ppid=21403 vsize=868676 CPUtime=0
/proc/21404/task/21409/stat : 21409 (java) S 21403 21390 18865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23350989 889524224 8798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21410] ppid=21403 vsize=868676 CPUtime=0.21
/proc/21404/task/21410/stat : 21410 (java) S 21403 21390 18865 0 -1 64 1515 0 0 0 20 1 0 0 16 0 9 0 23350989 889524224 8798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21411] ppid=21403 vsize=868676 CPUtime=0
/proc/21404/task/21411/stat : 21411 (java) S 21403 21390 18865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23350989 889524224 8798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21412] ppid=21403 vsize=868676 CPUtime=0
/proc/21404/task/21412/stat : 21412 (java) S 21403 21390 18865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23350989 889524224 8798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890900

[startup+6.30308 s]
/proc/loadavg: 1.93 2.00 1.99 3/96 21412
/proc/meminfo: memFree=1240072/2055920 swapFree=4192952/4192956
[pid=21390] ppid=21388 vsize=16868 CPUtime=1.08
/proc/21390/stat : 21390 (sugar) S 21388 21390 18865 0 -1 4194304 1310 8432 0 1 5 1 96 6 15 0 1 0 23350870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21390/statm: 4217 1111 409 3 0 796 0
[pid=21403] ppid=21390 vsize=5356 CPUtime=0
/proc/21403/stat : 21403 (sh) S 21390 21390 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23350984 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21403/statm: 1339 233 193 169 0 50 0
[pid=21404] ppid=21403 vsize=868676 CPUtime=5.11
/proc/21404/stat : 21404 (java) S 21403 21390 18865 0 -1 0 10424 0 1 0 468 43 0 0 18 0 9 0 23350984 889524224 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21404/statm: 217169 8803 2590 9 0 211646 0
[pid=21404/tid=21405] ppid=21403 vsize=868676 CPUtime=4.27
/proc/21404/task/21405/stat : 21405 (java) R 21403 21390 18865 0 -1 64 3614 0 1 0 393 34 0 0 25 0 9 0 23350985 889524224 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21406] ppid=21403 vsize=868676 CPUtime=0.6
/proc/21404/task/21406/stat : 21406 (java) S 21403 21390 18865 0 -1 64 4592 0 0 0 53 7 0 0 15 0 9 0 23350986 889524224 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21407] ppid=21403 vsize=868676 CPUtime=0
/proc/21404/task/21407/stat : 21407 (java) S 21403 21390 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23350987 889524224 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21408] ppid=21403 vsize=868676 CPUtime=0
/proc/21404/task/21408/stat : 21408 (java) S 21403 21390 18865 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23350987 889524224 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21409] ppid=21403 vsize=868676 CPUtime=0
/proc/21404/task/21409/stat : 21409 (java) S 21403 21390 18865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23350989 889524224 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21410] ppid=21403 vsize=868676 CPUtime=0.22
/proc/21404/task/21410/stat : 21410 (java) S 21403 21390 18865 0 -1 64 1520 0 0 0 21 1 0 0 15 0 9 0 23350989 889524224 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21411] ppid=21403 vsize=868676 CPUtime=0
/proc/21404/task/21411/stat : 21411 (java) S 21403 21390 18865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23350989 889524224 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21412] ppid=21403 vsize=868676 CPUtime=0
/proc/21404/task/21412/stat : 21412 (java) S 21403 21390 18865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23350989 889524224 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890900

[startup+12.703 s]
/proc/loadavg: 1.93 2.00 1.99 3/96 21412
/proc/meminfo: memFree=1158664/2055920 swapFree=4192952/4192956
[pid=21390] ppid=21388 vsize=16868 CPUtime=1.08
/proc/21390/stat : 21390 (sugar) S 21388 21390 18865 0 -1 4194304 1310 8432 0 1 5 1 96 6 16 0 1 0 23350870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21390/statm: 4217 1111 409 3 0 796 0
[pid=21403] ppid=21390 vsize=5356 CPUtime=0
/proc/21403/stat : 21403 (sh) S 21390 21390 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23350984 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21403/statm: 1339 233 193 169 0 50 0
[pid=21404] ppid=21403 vsize=868676 CPUtime=11.42
/proc/21404/stat : 21404 (java) S 21403 21390 18865 0 -1 0 11654 0 1 0 1043 99 0 0 18 0 9 0 23350984 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21404/statm: 217169 8806 2590 9 0 211646 0
[pid=21404/tid=21405] ppid=21403 vsize=868676 CPUtime=10.13
/proc/21404/task/21405/stat : 21405 (java) R 21403 21390 18865 0 -1 64 4842 0 1 0 933 80 0 0 25 0 9 0 23350985 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4126528006 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21406] ppid=21403 vsize=868676 CPUtime=1.03
/proc/21404/task/21406/stat : 21406 (java) S 21403 21390 18865 0 -1 64 4592 0 0 0 87 16 0 0 16 0 9 0 23350986 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21407] ppid=21403 vsize=868676 CPUtime=0
/proc/21404/task/21407/stat : 21407 (java) S 21403 21390 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23350987 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21408] ppid=21403 vsize=868676 CPUtime=0
/proc/21404/task/21408/stat : 21408 (java) S 21403 21390 18865 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23350987 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21409] ppid=21403 vsize=868676 CPUtime=0
/proc/21404/task/21409/stat : 21409 (java) S 21403 21390 18865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23350989 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21410] ppid=21403 vsize=868676 CPUtime=0.23
/proc/21404/task/21410/stat : 21410 (java) S 21403 21390 18865 0 -1 64 1522 0 0 0 22 1 0 0 17 0 9 0 23350989 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21411] ppid=21403 vsize=868676 CPUtime=0
/proc/21404/task/21411/stat : 21411 (java) S 21403 21390 18865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23350989 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21412] ppid=21403 vsize=868676 CPUtime=0
/proc/21404/task/21412/stat : 21412 (java) S 21403 21390 18865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23350989 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890900

[startup+25.5022 s]
/proc/loadavg: 1.95 2.00 1.99 3/96 21412
/proc/meminfo: memFree=992072/2055920 swapFree=4192952/4192956
[pid=21390] ppid=21388 vsize=16868 CPUtime=1.08
/proc/21390/stat : 21390 (sugar) S 21388 21390 18865 0 -1 4194304 1310 8432 0 1 5 1 96 6 16 0 1 0 23350870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21390/statm: 4217 1111 409 3 0 796 0
[pid=21403] ppid=21390 vsize=5356 CPUtime=0
/proc/21403/stat : 21403 (sh) S 21390 21390 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23350984 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21403/statm: 1339 233 193 169 0 50 0
[pid=21404] ppid=21403 vsize=868676 CPUtime=24.01
/proc/21404/stat : 21404 (java) S 21403 21390 18865 0 -1 0 14160 0 1 0 2183 218 0 0 18 0 9 0 23350984 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21404/statm: 217169 8806 2590 9 0 211646 0
[pid=21404/tid=21405] ppid=21403 vsize=868676 CPUtime=22.01
/proc/21404/task/21405/stat : 21405 (java) R 21403 21390 18865 0 -1 64 7348 0 1 0 2018 183 0 0 24 0 9 0 23350985 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4126988392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21406] ppid=21403 vsize=868676 CPUtime=1.74
/proc/21404/task/21406/stat : 21406 (java) S 21403 21390 18865 0 -1 64 4592 0 0 0 142 32 0 0 16 0 9 0 23350986 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21407] ppid=21403 vsize=868676 CPUtime=0
/proc/21404/task/21407/stat : 21407 (java) S 21403 21390 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23350987 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21408] ppid=21403 vsize=868676 CPUtime=0
/proc/21404/task/21408/stat : 21408 (java) S 21403 21390 18865 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23350987 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21409] ppid=21403 vsize=868676 CPUtime=0
/proc/21404/task/21409/stat : 21409 (java) S 21403 21390 18865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23350989 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21410] ppid=21403 vsize=868676 CPUtime=0.23
/proc/21404/task/21410/stat : 21410 (java) S 21403 21390 18865 0 -1 64 1522 0 0 0 22 1 0 0 17 0 9 0 23350989 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21411] ppid=21403 vsize=868676 CPUtime=0
/proc/21404/task/21411/stat : 21411 (java) S 21403 21390 18865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23350989 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21404/tid=21412] ppid=21403 vsize=868676 CPUtime=0
/proc/21404/task/21412/stat : 21412 (java) S 21403 21390 18865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23350989 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 890900

[startup+51.1015 s]
/proc/loadavg: 2.02 2.01 2.00 3/88 21414
/proc/meminfo: memFree=150344/2055920 swapFree=4192952/4192956
[pid=21390] ppid=21388 vsize=16868 CPUtime=39.38
/proc/21390/stat : 21390 (sugar) S 21388 21390 18865 0 -1 4194304 1376 25745 0 2 5 2 3568 363 16 0 1 0 23350870 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21390/statm: 4217 1113 409 3 0 796 0
[pid=21413] ppid=21390 vsize=5356 CPUtime=0
/proc/21413/stat : 21413 (sh) S 21390 21390 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23354882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21413/statm: 1339 232 193 169 0 50 0
[pid=21414] ppid=21413 vsize=758924 CPUtime=10.91
/proc/21414/stat : 21414 (minisat) R 21413 21390 18865 0 -1 4194304 178904 0 0 0 948 143 0 0 25 0 1 0 23354882 777138176 178890 996147200 134512640 135127466 4294956256 18446744073709551615 134532567 0 0 4096 3 0 0 0 17 1 0 0
/proc/21414/statm: 189731 178890 62 150 0 189578 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 781148

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

[startup+54.3011 s]
/proc/loadavg: 2.02 2.01 2.00 3/88 21414
/proc/meminfo: memFree=41160/2055920 swapFree=4192952/4192956
[pid=21390] ppid=21388 vsize=16868 CPUtime=39.38
/proc/21390/stat : 21390 (sugar) S 21388 21390 18865 0 -1 4194304 1376 25745 0 2 5 2 3568 363 16 0 1 0 23350870 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21390/statm: 4217 1113 409 3 0 796 0
[pid=21413] ppid=21390 vsize=5356 CPUtime=0
/proc/21413/stat : 21413 (sh) S 21390 21390 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23354882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21413/statm: 1339 232 193 169 0 50 0
[pid=21414] ppid=21413 vsize=833944 CPUtime=14.09
/proc/21414/stat : 21414 (minisat) R 21413 21390 18865 0 -1 4194304 198460 0 0 0 1255 154 0 0 25 0 1 0 23354882 853958656 198446 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21414/statm: 208486 198446 76 150 0 208333 0
Current children cumulated CPU time (s) 53.47
Current children cumulated vsize (KiB) 856168

[startup+55.9014 s]
/proc/loadavg: 2.02 2.01 2.00 3/88 21414
/proc/meminfo: memFree=27720/2055920 swapFree=4192952/4192956
[pid=21390] ppid=21388 vsize=16868 CPUtime=39.38
/proc/21390/stat : 21390 (sugar) S 21388 21390 18865 0 -1 4194304 1376 25745 0 2 5 2 3568 363 16 0 1 0 23350870 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21390/statm: 4217 1113 409 3 0 796 0
[pid=21413] ppid=21390 vsize=5356 CPUtime=0
/proc/21413/stat : 21413 (sh) S 21390 21390 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23354882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21413/statm: 1339 232 193 169 0 50 0
[pid=21414] ppid=21413 vsize=851896 CPUtime=15.68
/proc/21414/stat : 21414 (minisat) R 21413 21390 18865 0 -1 4194304 203043 0 0 0 1410 158 0 0 25 0 1 0 23354882 872341504 203029 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/21414/statm: 212974 203029 76 150 0 212821 0
Current children cumulated CPU time (s) 55.06
Current children cumulated vsize (KiB) 874120

[startup+56.7018 s]
/proc/loadavg: 2.02 2.01 2.00 4/88 21414
/proc/meminfo: memFree=15880/2055920 swapFree=4192952/4192956
[pid=21390] ppid=21388 vsize=16868 CPUtime=39.38
/proc/21390/stat : 21390 (sugar) S 21388 21390 18865 0 -1 4194304 1376 25745 0 2 5 2 3568 363 15 0 1 0 23350870 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21390/statm: 4217 1113 409 3 0 796 0
[pid=21413] ppid=21390 vsize=5356 CPUtime=0
/proc/21413/stat : 21413 (sh) S 21390 21390 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23354882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21413/statm: 1339 232 193 169 0 50 0
[pid=21414] ppid=21413 vsize=0 CPUtime=16.47
/proc/21414/stat : 21414 (minisat) R 21413 21390 18865 0 -1 4194308 204474 0 0 0 1483 164 0 0 25 0 1 0 23354882 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/21414/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 55.85
Current children cumulated vsize (KiB) 22224

[startup+57.5026 s]
/proc/loadavg: 2.02 2.01 2.00 3/96 21424
/proc/meminfo: memFree=829256/2055920 swapFree=4192952/4192956
[pid=21390] ppid=21388 vsize=16868 CPUtime=56.62
/proc/21390/stat : 21390 (sugar) R 21388 21390 18865 0 -1 4194304 1478 234431 0 3 5 3 5114 540 16 0 1 0 23350870 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209560769577 0 0 4224 16386 0 0 0 17 1 0 0
/proc/21390/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 56.62
Current children cumulated vsize (KiB) 16868

[startup+57.7017 s]
/proc/loadavg: 2.02 2.01 2.00 3/96 21424
/proc/meminfo: memFree=829256/2055920 swapFree=4192952/4192956
[pid=21390] ppid=21388 vsize=16868 CPUtime=56.82
/proc/21390/stat : 21390 (sugar) R 21388 21390 18865 0 -1 4194304 1478 234431 0 3 5 23 5114 540 16 0 1 0 23350870 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209560769577 0 0 4224 16386 0 0 0 17 1 0 0
/proc/21390/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 56.82
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 57.7392
CPU time (s): 56.8884
CPU user time (s): 51.2082
CPU system time (s): 5.68014
CPU usage (%): 98.5263
Max. virtual memory (cumulated for all children) (KiB): 890900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.2082
system time used= 5.68014
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235969
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= 69569
involuntary context switches= 70115

runsolver used 0.081987 second user time and 0.239963 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-12 03:41:22
IDJOB=2076483
IDBENCH=56435
IDSOLVER=739
FILE ID=node68/2076483-1247362882
PBS_JOBID= 9506890
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-100-6.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2076483-1247362882/watcher-2076483-1247362882 -o /tmp/evaluation-result-2076483-1247362882/solver-2076483-1247362882 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2076483-1247362882.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 822c8f0751f873c488a8bb0f5ccf69cd
RANDOM SEED=1671174171

node68.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.258
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.258
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:       1306112 kB
Buffers:         65072 kB
Cached:         154360 kB
SwapCached:          4 kB
Active:         541096 kB
Inactive:       139984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1306112 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            2392 kB
Writeback:           0 kB
Mapped:         482360 kB
Slab:            52708 kB
Committed_AS:   660016 kB
PageTables:       2876 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66440 MiB
End job on node68 at 2009-07-12 03:42:20