Trace number 1082368

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+minisatSAT 106.735 107.884

General information on the benchmark

Namecsp/super-os/super-os-taillard-15/
normalized-super-os-taillard-15-15.xml
MD5SUM874fd86118a4813c9be08ba39f4519b6
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 benchmark58.1612
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Maximum constraint arity2
Maximum domain size1042
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9675
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 03:43:31 2008
0.00/0.04	c 0	PID 18609
0.03/0.05	c 0	HOST node26.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1082368-1215222210.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1082368-1215222210.xml' 'HOME/temp.csp'
0.03/0.98	c 1	86 domains, 450 variables, 3 predicates, 0 relations, 9675 constraints
0.03/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.99	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.95/1.08	c 1	Parsing HOME/temp.csp
1.33/1.42	c 1	parsed 10000 expressions
1.33/1.42	c 1	parsed 10214 expressions
1.33/1.43	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.33/1.43	c 1	Converting to clausal form CSP
1.53/1.62	c 1	converted 1022 (10%) expressions
1.53/1.69	c 1	converted 2043 (20%) expressions
1.62/1.78	c 1	converted 3065 (30%) expressions
1.73/1.82	c 1	converted 4086 (40%) expressions
1.73/1.86	c 1	converted 5107 (50%) expressions
1.73/1.90	c 2	converted 6129 (60%) expressions
1.83/1.94	c 2	converted 7150 (70%) expressions
1.93/2.03	c 2	converted 8172 (80%) expressions
1.93/2.07	c 2	converted 9193 (90%) expressions
2.02/2.11	c 2	converted 10214 (100%) expressions
2.02/2.11	c 2	CSP : 450 integers, 0 booleans, 9675 clauses, largest domain size 1042
2.02/2.11	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.02/2.11	c 2	Propagation in CSP
2.12/2.21	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.12/2.21	c 2	CSP : 450 integers, 0 booleans, 9675 clauses, largest domain size 1042
2.12/2.21	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.21	c 2	Simplifing CSP by introducing new Boolean variables
2.32/2.40	c 2	CSP : 450 integers, 19350 booleans, 29025 clauses, largest domain size 1042
2.32/2.40	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.41/2.50	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.41/2.59	c 2	45 (10%) CSP integer variables are encoded (44175 clauses, 640499 bytes)
2.52/2.64	c 2	90 (20%) CSP integer variables are encoded (88674 clauses, 1307984 bytes)
2.61/2.70	c 2	135 (30%) CSP integer variables are encoded (132911 clauses, 2037566 bytes)
2.61/2.76	c 2	180 (40%) CSP integer variables are encoded (177378 clauses, 2793505 bytes)
2.71/2.82	c 2	225 (50%) CSP integer variables are encoded (221675 clauses, 3546554 bytes)
2.71/2.88	c 2	270 (60%) CSP integer variables are encoded (266056 clauses, 4301031 bytes)
2.81/2.94	c 3	315 (70%) CSP integer variables are encoded (310454 clauses, 5055797 bytes)
2.81/3.00	c 3	360 (80%) CSP integer variables are encoded (355430 clauses, 5820389 bytes)
2.92/3.06	c 3	405 (90%) CSP integer variables are encoded (400117 clauses, 6580068 bytes)
3.02/3.12	c 3	450 (100%) CSP integer variables are encoded (444564 clauses, 7335667 bytes)
6.48/6.64	c 6	2903 (10%) CSP clauses are encoded (2257499 clauses, 49044699 bytes)
9.92/10.15	c 10	5805 (20%) CSP clauses are encoded (4060699 clauses, 91505312 bytes)
13.48/13.71	c 13	8708 (30%) CSP clauses are encoded (5880372 clauses, 134493613 bytes)
16.83/17.13	c 17	11610 (40%) CSP clauses are encoded (7682534 clauses, 179038468 bytes)
20.26/20.66	c 20	14513 (50%) CSP clauses are encoded (9489255 clauses, 224168750 bytes)
23.78/24.27	c 24	17415 (60%) CSP clauses are encoded (11312189 clauses, 269704378 bytes)
27.30/27.84	c 27	20318 (70%) CSP clauses are encoded (13124782 clauses, 314981460 bytes)
30.72/31.39	c 31	23220 (80%) CSP clauses are encoded (14940820 clauses, 360344688 bytes)
34.34/35.03	c 35	26123 (90%) CSP clauses are encoded (16798731 clauses, 406754720 bytes)
37.78/38.59	c 38	29025 (100%) CSP clauses are encoded (18624879 clauses, 452370698 bytes)
37.78/38.59	c 38	29025 CSP clauses encoded
37.78/38.59	c 38	Writing map file : HOME/temp.map
37.87/38.61	c 38	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.87/38.61	c 38	SAT : 464364 SAT variables, 18624879 SAT clauses, 452370698 bytes
37.87/38.61	c 38	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.87/38.66	c 38	SOLVING HOME/temp.cnf
37.87/38.66	c 38	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
37.87/38.67	c 38	This is MiniSat 2.0 beta
37.87/38.67	c 38	WARNING: for repeatability, setting FPU to use double precision
37.87/38.67	c 38	============================[ Problem Statistics ]=============================
37.87/38.67	c 38	|                                                                             |
37.87/38.67	c 38	|  Number of variables:  464364                                               |
37.87/38.67	c 38	|  Number of clauses:    18624879                                             |
48.35/49.25	c 49	|  Parsing time:         9.25         s                                       |
48.84/49.74	c 49	============================[ Search Statistics ]==============================
48.84/49.74	c 49	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
48.84/49.74	c 49	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
48.84/49.74	c 49	===============================================================================
48.84/49.74	c 49	|         0 |  464364 18624879 55381698 |  6208293        0    nan |  0.000 % |
51.73/52.66	c 52	|       100 |  464364 18624879 55381698 |  6829122      100     37 |  0.000 % |
52.63/53.53	c 53	|       251 |  464364 18624879 55381698 |  7512034      251     23 |  0.000 % |
53.42/54.36	c 54	|       477 |  464364 18624879 55381698 |  8263237      477     17 |  0.000 % |
60.18/61.12	c 61	|       814 |  464364 18624879 55381698 |  9089561      814     21 |  0.000 % |
63.37/64.39	c 64	|      1320 |  464364 18624879 55381698 |  9998517     1320     23 |  0.000 % |
68.05/69.04	c 69	|      2079 |  464364 18624879 55381698 | 10998369     2079     26 |  0.000 % |
77.49/78.57	c 78	|      3218 |  464364 18624879 55381698 | 12098206     3218     48 |  0.000 % |
88.25/89.35	c 89	|      4926 |  464364 18624879 55381698 | 13308027     4926     45 |  0.000 % |
105.37/106.54	c 106	===============================================================================
105.37/106.57	c 106	restarts              : 9
105.37/106.57	c 106	conflicts             : 6165           (93 /sec)
105.37/106.57	c 106	decisions             : 20212          (1.19 % random) (305 /sec)
105.37/106.57	c 106	propagations          : 31351090       (473789 /sec)
105.37/106.57	c 106	conflict literals     : 267173         (5.78 % deleted)
105.37/106.57	c 106	Memory used           : 831.61 MB
105.37/106.57	c 106	CPU time              : 66.1709 s
105.37/106.57	c 106	
105.56/106.76	c 106	SATISFIABLE
105.66/106.89	c 106	DECODING HOME/temp.out WITH HOME/temp.map
105.66/106.89	c 106	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
105.77/106.98	c 107	Decoding HOME/temp.out
105.77/107.58	s SATISFIABLE
105.77/107.60	v 834 835 643 747 164 163 650 649 860 859 15 691 453 452 282 284 187 186 950 951 380 381 1016 1015 628 627 555 554 775 776 650 651 18 17 183 182 368 369 724 723 238 274 787 788 492 493 579 578 862 861 954 302 116 115 922 324 1020 318 78 77 62 160 455 456 225 226 938 939 877 152 606 605 186 416 559 558 40 433 338 337 692 130 242 241 7 422 775 88 965 964 360 359 14 13 716 717 926 927 474 473 637 62 546 545 842 61 270 269 948 66 1023 1024 400 399 813 69 141 140 195 196 1 0 700 701 947 146 843 842 871 872 63 72 349 348 542 867 748 146 546 547 431 432 241 240 502 501 913 914 623 622 634 113 780 443 558 557 0 274 691 248 63 464 950 949 870 101 545 546 614 500 533 851 178 177 530 1039 337 402 829 164 969 968 14 15 830 829 4 472 512 513 751 750 588 587 841 840 231 230 681 423 332 333 904 905 220 221 101 411 626 440 32 402 2 1 895 379 788 789 726 107 156 155 192 378 285 366 468 467 337 127 838 99 299 430 648 647 984 98 553 374 30 29 207 206 693 694 466 467 170 171 970 971 240 272 796 795 80 81 905 904 877 385 624 625 409 410 570 571 969 465 863 426 902 901 464 465 527 526 356 357 837 797 823 439 155 448 978 979 61 70 12 13 689 688 764 763 269 268 172 171 580 581 873 874 699 698 667 668 1013 1014 155 156 247 300 34 213 539 114 530 529 381 382 862 863 338 337 778 777 482 483 421 420 43 138 903 904 599 600 816 145 495 496 188 705 392 393 340 341 971 972 199 200 986 987 279 280 750 751 858 859 204 345 541 542 287 308 439 438 953 955 674 673 520 219 735 734 607 606 366 367 518 964 966 965 242 241 886 887 98 97 650 651 0 140 861 860 520 521 496 497 85 86 188 434 781 980 741 742 258 947 54 165 538 537 990 991 325 326 817 818 723 104 575 122 843 844 360 382 249 445 495 98 947 88 1 444 647 88 908 909 868 869 775 107 194 193 302 301 52 464
105.77/107.60	c 107	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
105.77/107.64	c 107	CPU 101.45 (0.04 0.01 101.41 5.01)
105.77/107.64	c 107	END Sat Jul  5 03:45:18 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-1082368-1215222210/watcher-1082368-1215222210 -o /tmp/evaluation-result-1082368-1215222210/solver-1082368-1215222210 -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/minisat -tmp=HOME/temp HOME/instance-1082368-1215222210.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.95 2.01 1.99 4/81 18609
/proc/meminfo: memFree=1489320/2055920 swapFree=4137208/4192956
[pid=18609] ppid=18607 vsize=12268 CPUtime=0
/proc/18609/stat : 18609 (sugar) R 18607 18609 15810 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1006675986 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269028653669 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/18609/statm: 3067 316 241 3 0 167 0

[startup+0.049829 s]
/proc/loadavg: 1.95 2.01 1.99 4/81 18609
/proc/meminfo: memFree=1489320/2055920 swapFree=4137208/4192956
[pid=18609] ppid=18607 vsize=13600 CPUtime=0.03
/proc/18609/stat : 18609 (sugar) S 18607 18609 15810 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1006675986 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18609/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101936 s]
/proc/loadavg: 1.95 2.01 1.99 4/81 18609
/proc/meminfo: memFree=1489320/2055920 swapFree=4137208/4192956
[pid=18609] ppid=18607 vsize=13600 CPUtime=0.03
/proc/18609/stat : 18609 (sugar) S 18607 18609 15810 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1006675986 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18609/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301948 s]
/proc/loadavg: 1.95 2.01 1.99 4/81 18609
/proc/meminfo: memFree=1489320/2055920 swapFree=4137208/4192956
[pid=18609] ppid=18607 vsize=13600 CPUtime=0.03
/proc/18609/stat : 18609 (sugar) S 18607 18609 15810 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1006675986 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18609/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701987 s]
/proc/loadavg: 1.95 2.01 1.99 4/81 18609
/proc/meminfo: memFree=1489320/2055920 swapFree=4137208/4192956
[pid=18609] ppid=18607 vsize=13600 CPUtime=0.03
/proc/18609/stat : 18609 (sugar) S 18607 18609 15810 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1006675986 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18609/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50104 s]
/proc/loadavg: 1.95 2.01 1.99 2/84 18623
/proc/meminfo: memFree=1486864/2055920 swapFree=4137208/4192956
[pid=18609] ppid=18607 vsize=13600 CPUtime=0.95
/proc/18609/stat : 18609 (sugar) S 18607 18609 15810 0 -1 4194304 974 9019 0 1 3 0 87 5 15 0 1 0 1006675986 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18609/statm: 3400 797 370 3 0 500 0
[pid=18622] ppid=18609 vsize=5356 CPUtime=0
/proc/18622/stat : 18622 (sh) S 18609 18609 15810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1006676085 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18622/statm: 1339 233 193 169 0 50 0
[pid=18623] ppid=18622 vsize=864280 CPUtime=0.48
/proc/18623/stat : 18623 (java) S 18622 18609 15810 0 -1 0 4518 0 1 0 45 3 0 0 18 0 9 0 1006676086 885022720 3951 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18623/statm: 216070 3951 1731 9 0 210645 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883236

[startup+3.10217 s]
/proc/loadavg: 1.95 2.01 1.99 4/92 18631
/proc/meminfo: memFree=1467280/2055920 swapFree=4137208/4192956
[pid=18609] ppid=18607 vsize=13600 CPUtime=0.96
/proc/18609/stat : 18609 (sugar) S 18607 18609 15810 0 -1 4194304 974 9019 0 1 4 0 87 5 15 0 1 0 1006675986 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18609/statm: 3400 797 370 3 0 500 0
[pid=18622] ppid=18609 vsize=5356 CPUtime=0
/proc/18622/stat : 18622 (sh) S 18609 18609 15810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1006676085 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18622/statm: 1339 233 193 169 0 50 0
[pid=18623] ppid=18622 vsize=868476 CPUtime=2.06
/proc/18623/stat : 18623 (java) S 18622 18609 15810 0 -1 0 10324 0 1 0 195 11 0 0 18 0 9 0 1006676086 889319424 9326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18623/statm: 217119 9326 2565 9 0 211666 0
[pid=18623/tid=18624] ppid=18622 vsize=868476 CPUtime=1.31
/proc/18623/task/18624/stat : 18624 (java) R 18622 18609 15810 0 -1 64 2984 0 1 0 126 5 0 0 25 0 9 0 1006676087 889319424 9326 996147200 134512640 134550740 4294955952 18446744073709551615 4126965928 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18625] ppid=18622 vsize=868476 CPUtime=0.48
/proc/18623/task/18625/stat : 18625 (java) S 18622 18609 15810 0 -1 64 5175 0 0 0 45 3 0 0 16 0 9 0 1006676088 889319424 9326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18626] ppid=18622 vsize=868476 CPUtime=0
/proc/18623/task/18626/stat : 18626 (java) S 18622 18609 15810 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1006676088 889319424 9326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18627] ppid=18622 vsize=868476 CPUtime=0
/proc/18623/task/18627/stat : 18627 (java) S 18622 18609 15810 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1006676088 889319424 9326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18628] ppid=18622 vsize=868476 CPUtime=0
/proc/18623/task/18628/stat : 18628 (java) S 18622 18609 15810 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1006676090 889319424 9326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18629] ppid=18622 vsize=868476 CPUtime=0.23
/proc/18623/task/18629/stat : 18629 (java) S 18622 18609 15810 0 -1 64 1473 0 0 0 22 1 0 0 16 0 9 0 1006676090 889319424 9326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18630] ppid=18622 vsize=868476 CPUtime=0
/proc/18623/task/18630/stat : 18630 (java) S 18622 18609 15810 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1006676090 889319424 9326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18631] ppid=18622 vsize=868476 CPUtime=0
/proc/18623/task/18631/stat : 18631 (java) S 18622 18609 15810 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1006676090 889319424 9326 996147200 134512640 134550740 4294955952 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) 887432

[startup+6.30143 s]
/proc/loadavg: 2.03 2.02 2.00 3/92 18631
/proc/meminfo: memFree=1424720/2055920 swapFree=4137208/4192956
[pid=18609] ppid=18607 vsize=13600 CPUtime=0.96
/proc/18609/stat : 18609 (sugar) S 18607 18609 15810 0 -1 4194304 974 9019 0 1 4 0 87 5 15 0 1 0 1006675986 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18609/statm: 3400 797 370 3 0 500 0
[pid=18622] ppid=18609 vsize=5356 CPUtime=0
/proc/18622/stat : 18622 (sh) S 18609 18609 15810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1006676085 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18622/statm: 1339 233 193 169 0 50 0
[pid=18623] ppid=18622 vsize=868476 CPUtime=5.22
/proc/18623/stat : 18623 (java) S 18622 18609 15810 0 -1 0 10943 0 1 0 482 40 0 0 18 0 9 0 1006676086 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18623/statm: 217119 9337 2565 9 0 211666 0
[pid=18623/tid=18624] ppid=18622 vsize=868476 CPUtime=4.23
/proc/18623/task/18624/stat : 18624 (java) R 18622 18609 15810 0 -1 64 3593 0 1 0 393 30 0 0 25 0 9 0 1006676087 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4126965920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18625] ppid=18622 vsize=868476 CPUtime=0.7
/proc/18623/task/18625/stat : 18625 (java) S 18622 18609 15810 0 -1 64 5175 0 0 0 63 7 0 0 16 0 9 0 1006676088 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18626] ppid=18622 vsize=868476 CPUtime=0
/proc/18623/task/18626/stat : 18626 (java) S 18622 18609 15810 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1006676088 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18627] ppid=18622 vsize=868476 CPUtime=0
/proc/18623/task/18627/stat : 18627 (java) S 18622 18609 15810 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1006676088 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18628] ppid=18622 vsize=868476 CPUtime=0
/proc/18623/task/18628/stat : 18628 (java) S 18622 18609 15810 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1006676090 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18629] ppid=18622 vsize=868476 CPUtime=0.25
/proc/18623/task/18629/stat : 18629 (java) S 18622 18609 15810 0 -1 64 1483 0 0 0 24 1 0 0 17 0 9 0 1006676090 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18630] ppid=18622 vsize=868476 CPUtime=0
/proc/18623/task/18630/stat : 18630 (java) S 18622 18609 15810 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1006676090 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18631] ppid=18622 vsize=868476 CPUtime=0
/proc/18623/task/18631/stat : 18631 (java) S 18622 18609 15810 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1006676090 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887432

[startup+12.7029 s]
/proc/loadavg: 2.19 2.05 2.01 3/92 18631
/proc/meminfo: memFree=1345296/2055920 swapFree=4137208/4192956
[pid=18609] ppid=18607 vsize=13600 CPUtime=0.97
/proc/18609/stat : 18609 (sugar) S 18607 18609 15810 0 -1 4194304 974 9019 0 1 4 1 87 5 16 0 1 0 1006675986 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18609/statm: 3400 797 370 3 0 500 0
[pid=18622] ppid=18609 vsize=5356 CPUtime=0
/proc/18622/stat : 18622 (sh) S 18609 18609 15810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1006676085 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18622/statm: 1339 233 193 169 0 50 0
[pid=18623] ppid=18622 vsize=868476 CPUtime=11.52
/proc/18623/stat : 18623 (java) S 18622 18609 15810 0 -1 0 12158 0 1 0 1059 93 0 0 18 0 9 0 1006676086 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18623/statm: 217119 9337 2565 9 0 211666 0
[pid=18623/tid=18624] ppid=18622 vsize=868476 CPUtime=10.12
/proc/18623/task/18624/stat : 18624 (java) R 18622 18609 15810 0 -1 64 4808 0 1 0 936 76 0 0 25 0 9 0 1006676087 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4126962152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18625] ppid=18622 vsize=868476 CPUtime=1.11
/proc/18623/task/18625/stat : 18625 (java) S 18622 18609 15810 0 -1 64 5175 0 0 0 96 15 0 0 16 0 9 0 1006676088 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18626] ppid=18622 vsize=868476 CPUtime=0
/proc/18623/task/18626/stat : 18626 (java) S 18622 18609 15810 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1006676088 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18627] ppid=18622 vsize=868476 CPUtime=0
/proc/18623/task/18627/stat : 18627 (java) S 18622 18609 15810 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1006676088 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18628] ppid=18622 vsize=868476 CPUtime=0
/proc/18623/task/18628/stat : 18628 (java) S 18622 18609 15810 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1006676090 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18629] ppid=18622 vsize=868476 CPUtime=0.25
/proc/18623/task/18629/stat : 18629 (java) S 18622 18609 15810 0 -1 64 1483 0 0 0 24 1 0 0 17 0 9 0 1006676090 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18630] ppid=18622 vsize=868476 CPUtime=0
/proc/18623/task/18630/stat : 18630 (java) S 18622 18609 15810 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1006676090 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18631] ppid=18622 vsize=868476 CPUtime=0
/proc/18623/task/18631/stat : 18631 (java) S 18622 18609 15810 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1006676090 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887432

[startup+25.5029 s]
/proc/loadavg: 2.68 2.17 2.05 3/91 18667
/proc/meminfo: memFree=1351456/2055920 swapFree=4137208/4192956
[pid=18609] ppid=18607 vsize=13600 CPUtime=0.97
/proc/18609/stat : 18609 (sugar) S 18607 18609 15810 0 -1 4194304 974 9019 0 1 4 1 87 5 16 0 1 0 1006675986 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18609/statm: 3400 797 370 3 0 500 0
[pid=18622] ppid=18609 vsize=5356 CPUtime=0
/proc/18622/stat : 18622 (sh) S 18609 18609 15810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1006676085 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18622/statm: 1339 233 193 169 0 50 0
[pid=18623] ppid=18622 vsize=868476 CPUtime=24.06
/proc/18623/stat : 18623 (java) S 18622 18609 15810 0 -1 0 14659 0 1 0 2191 215 0 0 18 0 9 0 1006676086 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18623/statm: 217119 9337 2565 9 0 211666 0
[pid=18623/tid=18624] ppid=18622 vsize=868476 CPUtime=21.87
/proc/18623/task/18624/stat : 18624 (java) R 18622 18609 15810 0 -1 64 7309 0 1 0 2006 181 0 0 25 0 9 0 1006676087 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4126962130 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18625] ppid=18622 vsize=868476 CPUtime=1.91
/proc/18623/task/18625/stat : 18625 (java) S 18622 18609 15810 0 -1 64 5175 0 0 0 159 32 0 0 16 0 9 0 1006676088 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18626] ppid=18622 vsize=868476 CPUtime=0
/proc/18623/task/18626/stat : 18626 (java) S 18622 18609 15810 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1006676088 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18627] ppid=18622 vsize=868476 CPUtime=0
/proc/18623/task/18627/stat : 18627 (java) S 18622 18609 15810 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1006676088 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18628] ppid=18622 vsize=868476 CPUtime=0
/proc/18623/task/18628/stat : 18628 (java) S 18622 18609 15810 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1006676090 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18629] ppid=18622 vsize=868476 CPUtime=0.25
/proc/18623/task/18629/stat : 18629 (java) S 18622 18609 15810 0 -1 64 1483 0 0 0 24 1 0 0 17 0 9 0 1006676090 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18630] ppid=18622 vsize=868476 CPUtime=0
/proc/18623/task/18630/stat : 18630 (java) S 18622 18609 15810 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1006676090 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18623/tid=18631] ppid=18622 vsize=868476 CPUtime=0
/proc/18623/task/18631/stat : 18631 (java) S 18622 18609 15810 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1006676090 889319424 9337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 887432

[startup+51.102 s]
/proc/loadavg: 2.81 2.25 2.08 3/83 18669
/proc/meminfo: memFree=455904/2055920 swapFree=4137208/4192956
[pid=18609] ppid=18607 vsize=13600 CPUtime=37.9
/proc/18609/stat : 18609 (sugar) S 18607 18609 15810 0 -1 4194304 1033 26545 0 2 4 1 3439 346 15 0 1 0 1006675986 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18609/statm: 3400 799 370 3 0 500 0
[pid=18668] ppid=18609 vsize=5356 CPUtime=0
/proc/18668/stat : 18668 (sh) S 18609 18609 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006679852 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18668/statm: 1339 232 193 169 0 50 0
[pid=18669] ppid=18668 vsize=796092 CPUtime=12.33
/proc/18669/stat : 18669 (minisat) R 18668 18609 15810 0 -1 4194304 190405 0 0 0 1104 129 0 0 25 0 1 0 1006679853 815198208 190391 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 199023 190391 74 150 0 198870 0
Current children cumulated CPU time (s) 50.23
Current children cumulated vsize (KiB) 815048

[startup+102.306 s]
/proc/loadavg: 2.35 2.20 2.07 3/83 18671
/proc/meminfo: memFree=387552/2055920 swapFree=4137208/4192956
[pid=18609] ppid=18607 vsize=13600 CPUtime=37.9
/proc/18609/stat : 18609 (sugar) S 18607 18609 15810 0 -1 4194304 1033 26545 0 2 4 1 3439 346 16 0 1 0 1006675986 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18609/statm: 3400 799 370 3 0 500 0
[pid=18668] ppid=18609 vsize=5356 CPUtime=0
/proc/18668/stat : 18668 (sh) S 18609 18609 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006679852 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18668/statm: 1339 232 193 169 0 50 0
[pid=18669] ppid=18668 vsize=850976 CPUtime=63.29
/proc/18669/stat : 18669 (minisat) R 18668 18609 15810 0 -1 4194304 204142 0 0 0 6192 137 0 0 25 0 1 0 1006679853 871399424 204128 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 212744 204128 76 150 0 212591 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 869932

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

[startup+105.502 s]
/proc/loadavg: 2.32 2.20 2.07 3/83 18671
/proc/meminfo: memFree=387552/2055920 swapFree=4137208/4192956
[pid=18609] ppid=18607 vsize=13600 CPUtime=37.9
/proc/18609/stat : 18609 (sugar) S 18607 18609 15810 0 -1 4194304 1033 26545 0 2 4 1 3439 346 16 0 1 0 1006675986 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18609/statm: 3400 799 370 3 0 500 0
[pid=18668] ppid=18609 vsize=5356 CPUtime=0
/proc/18668/stat : 18668 (sh) S 18609 18609 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006679852 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18668/statm: 1339 232 193 169 0 50 0
[pid=18669] ppid=18668 vsize=851108 CPUtime=66.47
/proc/18669/stat : 18669 (minisat) R 18668 18609 15810 0 -1 4194304 204149 0 0 0 6510 137 0 0 25 0 1 0 1006679853 871534592 204135 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 212777 204135 76 150 0 212624 0
Current children cumulated CPU time (s) 104.37
Current children cumulated vsize (KiB) 870064

[startup+107.102 s]
/proc/loadavg: 2.32 2.20 2.07 3/83 18671
/proc/meminfo: memFree=386144/2055920 swapFree=4137208/4192956
[pid=18609] ppid=18607 vsize=13600 CPUtime=105.77
/proc/18609/stat : 18609 (sugar) S 18607 18609 15810 0 -1 4194304 1090 231188 0 2 4 1 10074 498 16 0 1 0 1006675986 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18609/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 105.77
Current children cumulated vsize (KiB) 13600

[startup+107.502 s]
/proc/loadavg: 2.32 2.20 2.07 3/83 18671
/proc/meminfo: memFree=386144/2055920 swapFree=4137208/4192956
[pid=18609] ppid=18607 vsize=13600 CPUtime=105.77
/proc/18609/stat : 18609 (sugar) S 18607 18609 15810 0 -1 4194304 1090 231188 0 2 4 1 10074 498 16 0 1 0 1006675986 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18609/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 105.77
Current children cumulated vsize (KiB) 13600

[startup+107.702 s]
/proc/loadavg: 2.32 2.20 2.07 3/81 18681
/proc/meminfo: memFree=1345840/2055920 swapFree=4137208/4192956
[pid=18609] ppid=18607 vsize=13600 CPUtime=106.54
/proc/18609/stat : 18609 (sugar) R 18607 18609 15810 0 -1 4194304 1120 235064 0 3 4 8 10141 501 16 0 1 0 1006675986 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18609/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 106.54
Current children cumulated vsize (KiB) 13600

[startup+107.806 s]
/proc/loadavg: 2.32 2.20 2.07 3/81 18681
/proc/meminfo: memFree=1345840/2055920 swapFree=4137208/4192956
[pid=18609] ppid=18607 vsize=13600 CPUtime=106.64
/proc/18609/stat : 18609 (sugar) R 18607 18609 15810 0 -1 4194304 1120 235064 0 3 4 18 10141 501 16 0 1 0 1006675986 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18609/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 106.64
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 107.884
CPU time (s): 106.735
CPU user time (s): 101.459
CPU system time (s): 5.2762
CPU usage (%): 98.935
Max. virtual memory (cumulated for all children) (KiB): 887540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 101.459
system time used= 5.2762
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236214
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= 52503
involuntary context switches= 53936

runsolver used 0.159975 second user time and 0.359945 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-05 03:43:31
IDJOB=1082368
IDBENCH=57224
IDSOLVER=346
FILE ID=node26/1082368-1215222210
PBS_JOBID= 7881693
Free space on /tmp= 66468 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-15/normalized-super-os-taillard-15-15.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1082368-1215222210/watcher-1082368-1215222210 -o /tmp/evaluation-result-1082368-1215222210/solver-1082368-1215222210 -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/minisat" -tmp="HOME/temp" HOME/instance-1082368-1215222210.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 874fd86118a4813c9be08ba39f4519b6
RANDOM SEED=295668684

node26.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.221
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.221
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:       1489800 kB
Buffers:         29440 kB
Cached:         136140 kB
SwapCached:      49368 kB
Active:         461576 kB
Inactive:        48476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1489800 kB
SwapTotal:     4192956 kB
SwapFree:      4137208 kB
Dirty:            2588 kB
Writeback:           0 kB
Mapped:         360888 kB
Slab:            40756 kB
Committed_AS:  2205248 kB
PageTables:       2448 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= 66460 MiB
End job on node26 at 2008-07-05 03:45:19