Trace number 1074765

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 53.2879 54.1798

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-95-7.xml
MD5SUM27f4cc462e98447410df1b328f62effd
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 benchmark17.5233
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1206
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 15:54:31 2008
0.00/0.04	c 0	PID 13654
0.04/0.05	c 0	HOST node26.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1074765-1215179671.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1074765-1215179671.xml' 'HOME/temp.csp'
0.98/1.07	c 1	400 domains, 400 variables, 1 predicates, 0 relations, 7600 constraints
0.98/1.09	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.98/1.09	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.04/1.17	c 1	Parsing HOME/temp.csp
1.04/1.53	c 1	parsed 8401 expressions
1.04/1.53	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.53	c 1	Converting to clausal form CSP
1.04/1.59	c 1	converted 841 (10%) expressions
1.04/1.76	c 1	converted 1681 (20%) expressions
1.04/1.83	c 2	converted 2521 (30%) expressions
1.04/1.85	c 2	converted 3361 (40%) expressions
1.04/1.88	c 2	converted 4201 (50%) expressions
1.04/1.90	c 2	converted 5041 (60%) expressions
1.04/1.93	c 2	converted 5881 (70%) expressions
1.04/2.00	c 2	converted 6721 (80%) expressions
1.04/2.02	c 2	converted 7561 (90%) expressions
1.04/2.05	c 2	converted 8401 (100%) expressions
1.04/2.05	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1206
1.04/2.05	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/2.05	c 2	Propagation in CSP
2.03/2.13	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.03/2.13	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1206
2.03/2.13	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.14	c 2	Simplifing CSP by introducing new Boolean variables
2.22/2.31	c 2	CSP : 400 integers, 15200 booleans, 22800 clauses, largest domain size 1206
2.22/2.31	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.22/2.38	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.32/2.47	c 2	40 (10%) CSP integer variables are encoded (46198 clauses, 670842 bytes)
2.41/2.53	c 2	80 (20%) CSP integer variables are encoded (92320 clauses, 1362672 bytes)
2.41/2.59	c 2	120 (30%) CSP integer variables are encoded (138569 clauses, 2133720 bytes)
2.52/2.65	c 2	160 (40%) CSP integer variables are encoded (184582 clauses, 2915941 bytes)
2.61/2.71	c 2	200 (50%) CSP integer variables are encoded (230800 clauses, 3701647 bytes)
2.61/2.77	c 3	240 (60%) CSP integer variables are encoded (276814 clauses, 4483885 bytes)
2.71/2.83	c 3	280 (70%) CSP integer variables are encoded (323007 clauses, 5269166 bytes)
2.71/2.89	c 3	320 (80%) CSP integer variables are encoded (369536 clauses, 6060159 bytes)
2.81/2.96	c 3	360 (90%) CSP integer variables are encoded (415644 clauses, 6843995 bytes)
2.91/3.02	c 3	400 (100%) CSP integer variables are encoded (462039 clauses, 7632710 bytes)
6.10/6.25	c 6	2280 (10%) CSP clauses are encoded (2148447 clauses, 46456220 bytes)
9.35/9.56	c 9	4560 (20%) CSP clauses are encoded (3839417 clauses, 86304078 bytes)
12.63/13.04	c 13	6840 (30%) CSP clauses are encoded (5514009 clauses, 125950365 bytes)
15.90/16.37	c 16	9120 (40%) CSP clauses are encoded (7206579 clauses, 168043052 bytes)
19.16/19.67	c 19	11400 (50%) CSP clauses are encoded (8879191 clauses, 209828712 bytes)
22.48/23.01	c 23	13680 (60%) CSP clauses are encoded (10561675 clauses, 251861172 bytes)
25.74/26.34	c 26	15960 (70%) CSP clauses are encoded (12245503 clauses, 293927232 bytes)
28.95/29.68	c 29	18240 (80%) CSP clauses are encoded (13924343 clauses, 335868592 bytes)
32.29/33.06	c 33	20520 (90%) CSP clauses are encoded (15622407 clauses, 378290552 bytes)
35.64/36.41	c 36	22800 (100%) CSP clauses are encoded (17314203 clauses, 420555812 bytes)
35.64/36.41	c 36	22800 CSP clauses encoded
35.64/36.41	c 36	Writing map file : HOME/temp.map
35.64/36.43	c 36	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.64/36.43	c 36	SAT : 477639 SAT variables, 17314203 SAT clauses, 420555812 bytes
35.64/36.43	c 36	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.64/36.46	c 36	SOLVING HOME/temp.cnf
35.64/36.46	c 36	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
35.64/36.47	c 36	This is MiniSat 2.0 beta
35.64/36.47	c 36	WARNING: for repeatability, setting FPU to use double precision
35.64/36.47	c 36	============================[ Problem Statistics ]=============================
35.64/36.47	c 36	|                                                                             |
35.64/36.47	c 36	|  Number of variables:  477639                                               |
35.64/36.47	c 36	|  Number of clauses:    17314203                                             |
45.44/46.34	c 46	|  Parsing time:         8.57         s                                       |
45.85/46.77	c 47	============================[ Search Statistics ]==============================
45.85/46.77	c 47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
45.85/46.77	c 47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
45.85/46.77	c 47	===============================================================================
45.85/46.77	c 47	|         0 |  477639 17314203 51442570 |  5771401        0    nan |  0.000 % |
48.03/48.94	c 49	|       100 |  477639 17314203 51442570 |  6348541      100     20 |  0.000 % |
49.32/50.28	c 50	|       250 |  477639 17314203 51442570 |  6983395      250     18 |  0.000 % |
52.01/52.98	c 53	===============================================================================
52.11/53.01	c 53	restarts              : 3
52.11/53.01	c 53	conflicts             : 463            (31 /sec)
52.11/53.01	c 53	decisions             : 4199           (1.21 % random) (278 /sec)
52.11/53.01	c 53	propagations          : 2453369        (162209 /sec)
52.11/53.01	c 53	conflict literals     : 9949           (5.19 % deleted)
52.11/53.01	c 53	Memory used           : 733.97 MB
52.11/53.01	c 53	CPU time              : 15.1247 s
52.11/53.01	c 53	
52.30/53.20	c 53	SATISFIABLE
52.41/53.32	c 53	DECODING HOME/temp.out WITH HOME/temp.map
52.41/53.32	c 53	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
52.44/53.40	c 53	Decoding HOME/temp.out
53.00/53.91	s SATISFIABLE
53.00/53.92	v 1092 981 902 873 842 377 805 21 35 749 221 598 437 701 1024 59 507 295 47 158 74 316 492 1181 771 1080 7 541 998 498 646 623 376 291 279 442 723 181 1041 906 762 7 174 397 683 250 1112 994 806 524 1167 945 1155 867 897 562 90 308 192 18 643 994 215 147 847 27 1103 309 376 2 876 1064 690 440 99 967 538 787 201 736 900 131 1050 1109 756 1063 601 934 393 844 304 321 217 284 437 664 355 5 73 523 125 1174 998 933 808 642 980 756 212 1104 322 526 0 901 1031 412 683 551 226 13 211 511 69 439 6 393 310 1075 1054 239 561 967 1192 100 954 885 648 1178 153 731 1169 1117 491 979 628 66 928 312 1133 1092 531 378 689 222 863 91 783 1065 2 141 76 701 847 986 242 1128 12 455 102 1196 285 584 1076 1146 387 791 210 929 1183 639 128 919 535 253 735 820 649 1018 691 462 550 321 89 1 937 1151 982 366 1070 326 524 331 417 240 884 1203 1051 681 550 962 178 1121 504 780 6 631 837 47 315 87 595 1201 740 373 1010 215 390 821 1052 448 511 18 649 893 915 107 301 166 1150 248 1204 107 593 199 84 145 903 1127 803 469 631 524 1072 873 290 1154 730 986 372 1039 815 303 1134 391 888 1074 1017 700 1152 963 56 4 470 33 755 320 630 218 498 1180 1143 1156 1086 597 1085 1179 692 559 989 655 708 928 514 873 22 804 373 1127 943 139 1 647 1167 283 953 908 1080 493 637 593 799 1013 226 743 320 123 456 718 871 889 1078 1180 376 153 682 52 1042 769 907 209 295 335 550 986 836 1190 19 665 580 458 137 1199 919 736 611 942 415 793 675 516 319 234 1091 406 16 1182 845 863 2 82 13 1117 890 678 232 816 580 447 726 803 661 113 1029 1020 807 472 608 881 643 154 429 469 166 377 1173 916 825 561 598 1023 27 1054 685 3 1203 279 201 1130 1150 722
53.00/53.93	c 54	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
53.00/53.96	c 54	CPU 48.32 (0.03 0.01 48.29 4.71)
53.00/53.96	c 54	END Fri Jul  4 15:55:25 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074765-1215179671/watcher-1074765-1215179671 -o /tmp/evaluation-result-1074765-1215179671/solver-1074765-1215179671 -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-1074765-1215179671.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.60 2.22 2.07 4/81 13654
/proc/meminfo: memFree=1446056/2055920 swapFree=4137176/4192956
[pid=13654] ppid=13652 vsize=12268 CPUtime=0
/proc/13654/stat : 13654 (sugar) R 13652 13654 11165 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1002421999 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269028653669 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/13654/statm: 3067 316 241 3 0 167 0

[startup+0.0497479 s]
/proc/loadavg: 2.60 2.22 2.07 4/81 13654
/proc/meminfo: memFree=1446056/2055920 swapFree=4137176/4192956
[pid=13654] ppid=13652 vsize=13600 CPUtime=0.04
/proc/13654/stat : 13654 (sugar) S 13652 13654 11165 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1002421999 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13654/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102089 s]
/proc/loadavg: 2.60 2.22 2.07 4/81 13654
/proc/meminfo: memFree=1446056/2055920 swapFree=4137176/4192956
[pid=13654] ppid=13652 vsize=13600 CPUtime=0.04
/proc/13654/stat : 13654 (sugar) S 13652 13654 11165 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1002421999 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13654/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301099 s]
/proc/loadavg: 2.60 2.22 2.07 4/81 13654
/proc/meminfo: memFree=1446056/2055920 swapFree=4137176/4192956
[pid=13654] ppid=13652 vsize=13600 CPUtime=0.04
/proc/13654/stat : 13654 (sugar) S 13652 13654 11165 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1002421999 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13654/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701136 s]
/proc/loadavg: 2.60 2.22 2.07 4/81 13654
/proc/meminfo: memFree=1446056/2055920 swapFree=4137176/4192956
[pid=13654] ppid=13652 vsize=13600 CPUtime=0.04
/proc/13654/stat : 13654 (sugar) S 13652 13654 11165 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1002421999 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13654/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5012 s]
/proc/loadavg: 2.60 2.22 2.07 4/92 13666
/proc/meminfo: memFree=1425800/2055920 swapFree=4137176/4192956
[pid=13654] ppid=13652 vsize=13600 CPUtime=1.04
/proc/13654/stat : 13654 (sugar) S 13652 13654 11165 0 -1 4194304 973 8353 0 1 3 1 96 4 16 0 1 0 1002421999 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13654/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 13600

[startup+3.10233 s]
/proc/loadavg: 2.55 2.21 2.07 3/92 13676
/proc/meminfo: memFree=1423752/2055920 swapFree=4137176/4192956
[pid=13654] ppid=13652 vsize=13600 CPUtime=1.04
/proc/13654/stat : 13654 (sugar) S 13652 13654 11165 0 -1 4194304 974 8353 0 1 3 1 96 4 15 0 1 0 1002421999 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13654/statm: 3400 797 370 3 0 500 0
[pid=13667] ppid=13654 vsize=5356 CPUtime=0
/proc/13667/stat : 13667 (sh) S 13654 13654 11165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1002422108 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13667/statm: 1339 233 193 169 0 50 0
[pid=13668] ppid=13667 vsize=868464 CPUtime=1.98
/proc/13668/stat : 13668 (java) S 13667 13654 11165 0 -1 0 9955 0 1 0 184 14 0 0 18 0 9 0 1002422109 889307136 8929 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13668/statm: 217116 8929 2565 9 0 211663 0
[pid=13668/tid=13669] ppid=13667 vsize=868464 CPUtime=1.29
/proc/13668/task/13669/stat : 13669 (java) R 13667 13654 11165 0 -1 64 2996 0 1 0 121 8 0 0 25 0 9 0 1002422110 889307136 8929 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13670] ppid=13667 vsize=868464 CPUtime=0.42
/proc/13668/task/13670/stat : 13670 (java) S 13667 13654 11165 0 -1 64 4785 0 0 0 39 3 0 0 16 0 9 0 1002422111 889307136 8929 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13671] ppid=13667 vsize=868464 CPUtime=0
/proc/13668/task/13671/stat : 13671 (java) S 13667 13654 11165 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1002422111 889307136 8929 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13672] ppid=13667 vsize=868464 CPUtime=0
/proc/13668/task/13672/stat : 13672 (java) S 13667 13654 11165 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1002422111 889307136 8929 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13673] ppid=13667 vsize=868464 CPUtime=0
/proc/13668/task/13673/stat : 13673 (java) S 13667 13654 11165 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1002422113 889307136 8929 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13674] ppid=13667 vsize=868464 CPUtime=0.23
/proc/13668/task/13674/stat : 13674 (java) S 13667 13654 11165 0 -1 64 1482 0 0 0 22 1 0 0 16 0 9 0 1002422113 889307136 8929 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13675] ppid=13667 vsize=868464 CPUtime=0
/proc/13668/task/13675/stat : 13675 (java) S 13667 13654 11165 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1002422113 889307136 8929 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13676] ppid=13667 vsize=868464 CPUtime=0
/proc/13668/task/13676/stat : 13676 (java) S 13667 13654 11165 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1002422113 889307136 8929 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) 887420

[startup+6.30158 s]
/proc/loadavg: 2.55 2.21 2.07 3/92 13676
/proc/meminfo: memFree=1381128/2055920 swapFree=4137176/4192956
[pid=13654] ppid=13652 vsize=13600 CPUtime=1.04
/proc/13654/stat : 13654 (sugar) S 13652 13654 11165 0 -1 4194304 974 8353 0 1 3 1 96 4 16 0 1 0 1002421999 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13654/statm: 3400 797 370 3 0 500 0
[pid=13667] ppid=13654 vsize=5356 CPUtime=0
/proc/13667/stat : 13667 (sh) S 13654 13654 11165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1002422108 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13667/statm: 1339 233 193 169 0 50 0
[pid=13668] ppid=13667 vsize=868464 CPUtime=5.16
/proc/13668/stat : 13668 (java) S 13667 13654 11165 0 -1 0 10610 0 1 0 475 41 0 0 18 0 9 0 1002422109 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13668/statm: 217116 8936 2565 9 0 211663 0
[pid=13668/tid=13669] ppid=13667 vsize=868464 CPUtime=4.26
/proc/13668/task/13669/stat : 13669 (java) R 13667 13654 11165 0 -1 64 3644 0 1 0 395 31 0 0 25 0 9 0 1002422110 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4126486476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13670] ppid=13667 vsize=868464 CPUtime=0.62
/proc/13668/task/13670/stat : 13670 (java) S 13667 13654 11165 0 -1 64 4785 0 0 0 55 7 0 0 16 0 9 0 1002422111 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13671] ppid=13667 vsize=868464 CPUtime=0
/proc/13668/task/13671/stat : 13671 (java) S 13667 13654 11165 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1002422111 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13672] ppid=13667 vsize=868464 CPUtime=0
/proc/13668/task/13672/stat : 13672 (java) S 13667 13654 11165 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1002422111 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13673] ppid=13667 vsize=868464 CPUtime=0
/proc/13668/task/13673/stat : 13673 (java) S 13667 13654 11165 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1002422113 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13674] ppid=13667 vsize=868464 CPUtime=0.25
/proc/13668/task/13674/stat : 13674 (java) S 13667 13654 11165 0 -1 64 1489 0 0 0 24 1 0 0 17 0 9 0 1002422113 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13675] ppid=13667 vsize=868464 CPUtime=0
/proc/13668/task/13675/stat : 13675 (java) S 13667 13654 11165 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1002422113 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13676] ppid=13667 vsize=868464 CPUtime=0
/proc/13668/task/13676/stat : 13676 (java) S 13667 13654 11165 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1002422113 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887420

[startup+12.7021 s]
/proc/loadavg: 2.46 2.20 2.07 3/92 13676
/proc/meminfo: memFree=1302864/2055920 swapFree=4137176/4192956
[pid=13654] ppid=13652 vsize=13600 CPUtime=1.04
/proc/13654/stat : 13654 (sugar) S 13652 13654 11165 0 -1 4194304 974 8353 0 1 3 1 96 4 16 0 1 0 1002421999 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13654/statm: 3400 797 370 3 0 500 0
[pid=13667] ppid=13654 vsize=5356 CPUtime=0
/proc/13667/stat : 13667 (sh) S 13654 13654 11165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1002422108 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13667/statm: 1339 233 193 169 0 50 0
[pid=13668] ppid=13667 vsize=868464 CPUtime=11.28
/proc/13668/stat : 13668 (java) S 13667 13654 11165 0 -1 0 11837 0 1 0 1032 96 0 0 18 0 9 0 1002422109 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13668/statm: 217116 8936 2565 9 0 211663 0
[pid=13668/tid=13669] ppid=13667 vsize=868464 CPUtime=10.01
/proc/13668/task/13669/stat : 13669 (java) R 13667 13654 11165 0 -1 64 4871 0 1 0 922 79 0 0 25 0 9 0 1002422110 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4126586810 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13670] ppid=13667 vsize=868464 CPUtime=1
/proc/13668/task/13670/stat : 13670 (java) S 13667 13654 11165 0 -1 64 4785 0 0 0 85 15 0 0 16 0 9 0 1002422111 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13671] ppid=13667 vsize=868464 CPUtime=0
/proc/13668/task/13671/stat : 13671 (java) S 13667 13654 11165 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1002422111 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13672] ppid=13667 vsize=868464 CPUtime=0
/proc/13668/task/13672/stat : 13672 (java) S 13667 13654 11165 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1002422111 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13673] ppid=13667 vsize=868464 CPUtime=0
/proc/13668/task/13673/stat : 13673 (java) S 13667 13654 11165 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1002422113 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13674] ppid=13667 vsize=868464 CPUtime=0.25
/proc/13668/task/13674/stat : 13674 (java) S 13667 13654 11165 0 -1 64 1489 0 0 0 24 1 0 0 17 0 9 0 1002422113 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13675] ppid=13667 vsize=868464 CPUtime=0
/proc/13668/task/13675/stat : 13675 (java) S 13667 13654 11165 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1002422113 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13676] ppid=13667 vsize=868464 CPUtime=0
/proc/13668/task/13676/stat : 13676 (java) S 13667 13654 11165 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1002422113 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 887420

[startup+25.5021 s]
/proc/loadavg: 2.39 2.20 2.07 3/92 13676
/proc/meminfo: memFree=1134992/2055920 swapFree=4137176/4192956
[pid=13654] ppid=13652 vsize=13600 CPUtime=1.04
/proc/13654/stat : 13654 (sugar) S 13652 13654 11165 0 -1 4194304 974 8353 0 1 3 1 96 4 16 0 1 0 1002421999 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13654/statm: 3400 797 370 3 0 500 0
[pid=13667] ppid=13654 vsize=5356 CPUtime=0
/proc/13667/stat : 13667 (sh) S 13654 13654 11165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1002422108 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13667/statm: 1339 233 193 169 0 50 0
[pid=13668] ppid=13667 vsize=868464 CPUtime=23.9
/proc/13668/stat : 13668 (java) S 13667 13654 11165 0 -1 0 14422 0 1 0 2175 215 0 0 18 0 9 0 1002422109 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13668/statm: 217116 8936 2565 9 0 211663 0
[pid=13668/tid=13669] ppid=13667 vsize=868464 CPUtime=21.82
/proc/13668/task/13669/stat : 13669 (java) R 13667 13654 11165 0 -1 64 7456 0 1 0 1999 183 0 0 25 0 9 0 1002422110 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4126580949 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13670] ppid=13667 vsize=868464 CPUtime=1.81
/proc/13668/task/13670/stat : 13670 (java) S 13667 13654 11165 0 -1 64 4785 0 0 0 151 30 0 0 16 0 9 0 1002422111 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13671] ppid=13667 vsize=868464 CPUtime=0
/proc/13668/task/13671/stat : 13671 (java) S 13667 13654 11165 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1002422111 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13672] ppid=13667 vsize=868464 CPUtime=0
/proc/13668/task/13672/stat : 13672 (java) S 13667 13654 11165 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1002422111 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13673] ppid=13667 vsize=868464 CPUtime=0
/proc/13668/task/13673/stat : 13673 (java) S 13667 13654 11165 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1002422113 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13674] ppid=13667 vsize=868464 CPUtime=0.25
/proc/13668/task/13674/stat : 13674 (java) S 13667 13654 11165 0 -1 64 1489 0 0 0 24 1 0 0 17 0 9 0 1002422113 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13675] ppid=13667 vsize=868464 CPUtime=0
/proc/13668/task/13675/stat : 13675 (java) S 13667 13654 11165 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1002422113 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13668/tid=13676] ppid=13667 vsize=868464 CPUtime=0
/proc/13668/task/13676/stat : 13676 (java) S 13667 13654 11165 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1002422113 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 887420

[startup+51.1012 s]
/proc/loadavg: 2.51 2.24 2.09 3/84 13678
/proc/meminfo: memFree=296144/2055920 swapFree=4137176/4192956
[pid=13654] ppid=13652 vsize=13600 CPUtime=35.7
/proc/13654/stat : 13654 (sugar) S 13652 13654 11165 0 -1 4194304 1033 25280 0 2 3 1 3244 322 16 0 1 0 1002421999 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13654/statm: 3400 799 370 3 0 500 0
[pid=13677] ppid=13654 vsize=5356 CPUtime=0
/proc/13677/stat : 13677 (sh) S 13654 13654 11165 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1002425645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13677/statm: 1339 232 193 169 0 50 0
[pid=13678] ppid=13677 vsize=740768 CPUtime=14.52
/proc/13678/stat : 13678 (minisat) R 13677 13654 11165 0 -1 4194304 182599 0 0 0 1323 129 0 0 25 0 1 0 1002425646 758546432 182585 996147200 134512640 135127466 4294956256 18446744073709551615 134531068 0 0 4096 3 0 0 0 17 1 0 0
/proc/13678/statm: 185192 182585 76 150 0 185039 0
Current children cumulated CPU time (s) 50.22
Current children cumulated vsize (KiB) 759724

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

[startup+52.7013 s]
/proc/loadavg: 2.47 2.24 2.09 3/84 13678
/proc/meminfo: memFree=281680/2055920 swapFree=4137176/4192956
[pid=13654] ppid=13652 vsize=13600 CPUtime=35.7
/proc/13654/stat : 13654 (sugar) S 13652 13654 11165 0 -1 4194304 1033 25280 0 2 3 1 3244 322 16 0 1 0 1002421999 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13654/statm: 3400 799 370 3 0 500 0
[pid=13677] ppid=13654 vsize=5356 CPUtime=0
/proc/13677/stat : 13677 (sh) S 13654 13654 11165 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1002425645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13677/statm: 1339 232 193 169 0 50 0
[pid=13678] ppid=13677 vsize=749408 CPUtime=16.12
/proc/13678/stat : 13678 (minisat) R 13677 13654 11165 0 -1 4194304 184826 0 0 0 1482 130 0 0 25 0 1 0 1002425646 767393792 184812 996147200 134512640 135127466 4294956256 18446744073709551615 134705689 0 0 4096 3 0 0 0 17 1 0 0
/proc/13678/statm: 187352 184812 76 150 0 187199 0
Current children cumulated CPU time (s) 51.82
Current children cumulated vsize (KiB) 768364

[startup+53.5014 s]
/proc/loadavg: 2.47 2.24 2.09 3/84 13678
/proc/meminfo: memFree=281680/2055920 swapFree=4137176/4192956
[pid=13654] ppid=13652 vsize=13600 CPUtime=52.44
/proc/13654/stat : 13654 (sugar) S 13652 13654 11165 0 -1 4194304 1090 210753 0 2 3 1 4774 466 16 0 1 0 1002421999 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13654/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 52.44
Current children cumulated vsize (KiB) 13600

[startup+53.9073 s]
/proc/loadavg: 2.47 2.24 2.09 3/92 13688
/proc/meminfo: memFree=1013136/2055920 swapFree=4137176/4192956
[pid=13654] ppid=13652 vsize=13600 CPUtime=52.44
/proc/13654/stat : 13654 (sugar) S 13652 13654 11165 0 -1 4194304 1090 210753 0 2 3 1 4774 466 16 0 1 0 1002421999 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13654/statm: 3400 799 370 3 0 500 0
[pid=13679] ppid=13654 vsize=5356 CPUtime=0
/proc/13679/stat : 13679 (sh) S 13654 13654 11165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1002427331 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13679/statm: 1339 233 193 169 0 50 0
[pid=13680] ppid=13679 vsize=864012 CPUtime=0.56
/proc/13680/stat : 13680 (java) S 13679 13654 11165 0 -1 0 3519 0 1 0 53 3 0 0 18 0 9 0 1002427332 884748288 2993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13680/statm: 216003 2993 1666 9 0 210585 0
[pid=13680/tid=13681] ppid=13679 vsize=864012 CPUtime=0.5
/proc/13680/task/13681/stat : 13681 (java) R 13679 13654 11165 0 -1 64 2455 0 1 0 48 2 0 0 23 0 9 0 1002427332 884748288 2993 996147200 134512640 134550740 4294956000 18446744073709551615 4126489551 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13680/tid=13682] ppid=13679 vsize=864012 CPUtime=0
/proc/13680/task/13682/stat : 13682 (java) S 13679 13654 11165 0 -1 64 70 0 0 0 0 0 0 0 16 0 9 0 1002427334 884748288 2993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13680/tid=13683] ppid=13679 vsize=864012 CPUtime=0
/proc/13680/task/13683/stat : 13683 (java) S 13679 13654 11165 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1002427334 884748288 2993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13680/tid=13684] ppid=13679 vsize=864012 CPUtime=0
/proc/13680/task/13684/stat : 13684 (java) S 13679 13654 11165 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1002427334 884748288 2993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13680/tid=13685] ppid=13679 vsize=864012 CPUtime=0
/proc/13680/task/13685/stat : 13685 (java) S 13679 13654 11165 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1002427336 884748288 2993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13680/tid=13686] ppid=13679 vsize=864012 CPUtime=0.04
/proc/13680/task/13686/stat : 13686 (java) S 13679 13654 11165 0 -1 64 302 0 0 0 4 0 0 0 16 0 9 0 1002427336 884748288 2993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13680/tid=13687] ppid=13679 vsize=864012 CPUtime=0
/proc/13680/task/13687/stat : 13687 (java) S 13679 13654 11165 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1002427336 884748288 2993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13680/tid=13688] ppid=13679 vsize=864012 CPUtime=0
/proc/13680/task/13688/stat : 13688 (java) S 13679 13654 11165 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1002427336 884748288 2993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53
Current children cumulated vsize (KiB) 882968

[startup+54.1014 s]
/proc/loadavg: 2.47 2.24 2.09 3/92 13688
/proc/meminfo: memFree=1013136/2055920 swapFree=4137176/4192956
[pid=13654] ppid=13652 vsize=13600 CPUtime=53.19
/proc/13654/stat : 13654 (sugar) R 13652 13654 11165 0 -1 4194304 1119 214623 0 3 3 16 4829 471 16 0 1 0 1002421999 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13654/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 53.19
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 54.1798
CPU time (s): 53.2879
CPU user time (s): 48.3357
CPU system time (s): 4.95225
CPU usage (%): 98.3538
Max. virtual memory (cumulated for all children) (KiB): 887528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.3357
system time used= 4.95225
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215772
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= 51407
involuntary context switches= 51959

runsolver used 0.079987 second user time and 0.186971 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-04 15:54:31
IDJOB=1074765
IDBENCH=56439
IDSOLVER=346
FILE ID=node26/1074765-1215179671
PBS_JOBID= 7881521
Free space on /tmp= 66516 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-95-7.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-1074765-1215179671/watcher-1074765-1215179671 -o /tmp/evaluation-result-1074765-1215179671/solver-1074765-1215179671 -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-1074765-1215179671.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 27f4cc462e98447410df1b328f62effd
RANDOM SEED=974243703

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:       1446536 kB
Buffers:         45564 kB
Cached:         162540 kB
SwapCached:      49684 kB
Active:         501844 kB
Inactive:        51788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1446536 kB
SwapTotal:     4192956 kB
SwapFree:      4137176 kB
Dirty:            2336 kB
Writeback:           0 kB
Mapped:         361540 kB
Slab:            40336 kB
Committed_AS:  2107044 kB
PageTables:       2456 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= 66516 MiB
End job on node26 at 2008-07-04 15:55:25