Trace number 1082367

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosatSAT 219.45 222.359

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.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 03:43:11 2008
0.00/0.05	c 0	PID 6962
0.00/0.05	c 0	HOST node66.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1082367-1215222191.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1082367-1215222191.xml' 'HOME/temp.csp'
1.07/1.13	c 1	86 domains, 450 variables, 3 predicates, 0 relations, 9675 constraints
1.07/1.16	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.07/1.16	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.09/1.25	c 2	Parsing HOME/temp.csp
1.09/1.59	c 2	parsed 10000 expressions
1.09/1.59	c 2	parsed 10214 expressions
1.09/1.60	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.09/1.60	c 2	Converting to clausal form CSP
1.09/1.81	c 2	converted 1022 (10%) expressions
1.09/1.87	c 2	converted 2043 (20%) expressions
1.09/1.97	c 2	converted 3065 (30%) expressions
1.09/2.00	c 2	converted 4086 (40%) expressions
1.09/2.05	c 2	converted 5107 (50%) expressions
1.09/2.08	c 2	converted 6129 (60%) expressions
2.00/2.13	c 2	converted 7150 (70%) expressions
2.10/2.23	c 2	converted 8172 (80%) expressions
2.10/2.27	c 3	converted 9193 (90%) expressions
2.19/2.31	c 3	converted 10214 (100%) expressions
2.19/2.31	c 3	CSP : 450 integers, 0 booleans, 9675 clauses, largest domain size 1042
2.19/2.31	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.31	c 3	Propagation in CSP
2.30/2.40	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.30/2.40	c 3	CSP : 450 integers, 0 booleans, 9675 clauses, largest domain size 1042
2.30/2.40	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.30/2.41	c 3	Simplifing CSP by introducing new Boolean variables
2.50/2.61	c 3	CSP : 450 integers, 19350 booleans, 29025 clauses, largest domain size 1042
2.50/2.61	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.60/2.71	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.69/2.80	c 3	45 (10%) CSP integer variables are encoded (44175 clauses, 640499 bytes)
2.69/2.86	c 3	90 (20%) CSP integer variables are encoded (88674 clauses, 1307984 bytes)
2.79/2.92	c 3	135 (30%) CSP integer variables are encoded (132911 clauses, 2037566 bytes)
2.79/2.98	c 3	180 (40%) CSP integer variables are encoded (177378 clauses, 2793505 bytes)
2.90/3.05	c 3	225 (50%) CSP integer variables are encoded (221675 clauses, 3546554 bytes)
3.00/3.11	c 3	270 (60%) CSP integer variables are encoded (266056 clauses, 4301031 bytes)
3.00/3.16	c 3	315 (70%) CSP integer variables are encoded (310454 clauses, 5055797 bytes)
3.10/3.23	c 3	360 (80%) CSP integer variables are encoded (355430 clauses, 5820389 bytes)
3.10/3.30	c 4	405 (90%) CSP integer variables are encoded (400117 clauses, 6580068 bytes)
3.19/3.36	c 4	450 (100%) CSP integer variables are encoded (444564 clauses, 7335667 bytes)
6.75/6.95	c 7	2903 (10%) CSP clauses are encoded (2257499 clauses, 49044699 bytes)
10.29/10.55	c 11	5805 (20%) CSP clauses are encoded (4060699 clauses, 91505312 bytes)
13.88/14.34	c 15	8708 (30%) CSP clauses are encoded (5880372 clauses, 134493613 bytes)
17.42/17.94	c 18	11610 (40%) CSP clauses are encoded (7682534 clauses, 179038468 bytes)
20.98/21.58	c 22	14513 (50%) CSP clauses are encoded (9489255 clauses, 224168750 bytes)
24.64/25.43	c 26	17415 (60%) CSP clauses are encoded (11312189 clauses, 269704378 bytes)
28.25/29.13	c 29	20318 (70%) CSP clauses are encoded (13124782 clauses, 314981460 bytes)
31.84/32.82	c 33	23220 (80%) CSP clauses are encoded (14940820 clauses, 360344688 bytes)
35.44/36.60	c 37	26123 (90%) CSP clauses are encoded (16798731 clauses, 406754720 bytes)
39.15/40.33	c 41	29025 (100%) CSP clauses are encoded (18624879 clauses, 452370698 bytes)
39.15/40.33	c 41	29025 CSP clauses encoded
39.15/40.33	c 41	Writing map file : HOME/temp.map
39.15/40.35	c 41	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.15/40.35	c 41	SAT : 464364 SAT variables, 18624879 SAT clauses, 452370698 bytes
39.15/40.35	c 41	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.15/40.37	c 41	SOLVING HOME/temp.cnf
39.15/40.37	c 41	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
218.31/221.22	c 221	DECODING HOME/temp.out WITH HOME/temp.map
218.31/221.22	c 221	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
218.35/221.31	c 222	Decoding HOME/temp.out
218.35/222.05	s SATISFIABLE
218.35/222.07	v 577 578 1038 852 26 834 48 49 947 948 327 328 169 170 458 459 690 774 624 625 103 104 0 830 562 821 856 857 269 785 324 325 398 397 985 984 891 892 645 646 192 223 816 817 454 453 69 70 725 756 545 544 2 3 611 612 141 143 287 286 581 194 458 462 35 36 116 117 162 163 372 371 728 729 255 256 232 233 52 53 812 813 947 946 768 779 632 633 869 870 946 829 622 822 725 726 674 537 978 979 189 188 87 88 410 411 8 9 869 870 268 269 558 490 695 696 302 303 335 336 611 806 365 789 266 270 94 95 743 744 412 785 496 784 205 206 945 944 868 821 672 673 111 112 210 227 578 793 1 36 826 827 884 885 581 580 757 758 165 166 333 334 38 39 256 255 25 26 416 417 437 153 934 952 0 1 449 450 10 11 496 495 795 784 768 785 332 333 200 201 378 361 457 456 662 661 870 869 130 131 44 43 967 968 0 266 570 569 276 277 975 976 876 779 601 600 690 506 926 506 470 833 0 4 906 806 327 785 558 506 412 413 740 739 188 791 266 778 94 93 56 834 627 821 543 542 865 450 10 256 298 297 90 91 725 734 967 968 343 818 177 178 395 396 669 806 202 201 1 7 914 915 713 714 333 490 168 169 268 269 142 820 128 127 850 801 637 638 552 551 866 789 965 964 19 18 400 452 51 50 410 409 507 506 963 964 324 344 452 151 78 793 867 868 376 374 220 225 622 623 701 702 17 18 26 793 116 133 274 275 674 675 445 446 53 52 180 179 914 915 0 352 408 355 269 270 333 334 958 46 749 750 141 297 978 818 581 609 540 541 647 742 899 890 274 273 353 354 493 492 203 506 757 332 113 114 558 504 420 419 78 0 2 1 663 662 255 256 779 778 869 874 0 1 700 701 608 607 584 580 355 442 627 628 203 286 410 1003 292 312 263 264 96 95 211 212 497 786 48 49 408 407 193 192 645 361 958 957 40 348 268 273 741 742 662 90 568 569 0 370 461 460 505 895 143 144 837 838 713 102
218.35/222.07	c 222	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
219.16/222.12	c 222	CPU 123.91 (0.04 0.01 123.87 95.27)
219.16/222.12	c 222	END Sat Jul  5 03:46:53 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-1082367-1215222191/watcher-1082367-1215222191 -o /tmp/evaluation-result-1082367-1215222191/solver-1082367-1215222191 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1082367-1215222191.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 6962
/proc/meminfo: memFree=1522600/2055920 swapFree=4179860/4192956
[pid=6962] ppid=6960 vsize=12268 CPUtime=0
/proc/6962/stat : 6962 (sugar) R 6960 6962 5959 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2001188817 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 227607804517 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/6962/statm: 3067 316 241 3 0 167 0

[startup+0.0735421 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 6962
/proc/meminfo: memFree=1522600/2055920 swapFree=4179860/4192956
[pid=6962] ppid=6960 vsize=13600 CPUtime=0.04
/proc/6962/stat : 6962 (sugar) S 6960 6962 5959 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001188817 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6962/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102401 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 6962
/proc/meminfo: memFree=1522600/2055920 swapFree=4179860/4192956
[pid=6962] ppid=6960 vsize=13600 CPUtime=0.04
/proc/6962/stat : 6962 (sugar) S 6960 6962 5959 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001188817 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6962/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302417 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 6962
/proc/meminfo: memFree=1522600/2055920 swapFree=4179860/4192956
[pid=6962] ppid=6960 vsize=13600 CPUtime=0.04
/proc/6962/stat : 6962 (sugar) S 6960 6962 5959 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001188817 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6962/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702474 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 6962
/proc/meminfo: memFree=1522600/2055920 swapFree=4179860/4192956
[pid=6962] ppid=6960 vsize=13600 CPUtime=0.04
/proc/6962/stat : 6962 (sugar) S 6960 6962 5959 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001188817 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6962/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50157 s]
/proc/loadavg: 1.99 2.00 2.00 4/84 6974
/proc/meminfo: memFree=1500240/2055920 swapFree=4179860/4192956
[pid=6962] ppid=6960 vsize=13600 CPUtime=1.09
/proc/6962/stat : 6962 (sugar) S 6960 6962 5959 0 -1 4194304 973 9022 0 1 3 1 100 5 16 0 1 0 2001188817 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6962/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 13600

[startup+3.10176 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 6984
/proc/meminfo: memFree=1502480/2055920 swapFree=4179860/4192956
[pid=6962] ppid=6960 vsize=13600 CPUtime=1.1
/proc/6962/stat : 6962 (sugar) S 6960 6962 5959 0 -1 4194304 974 9022 0 1 4 1 100 5 15 0 1 0 2001188817 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6962/statm: 3400 797 370 3 0 500 0
[pid=6975] ppid=6962 vsize=5356 CPUtime=0
/proc/6975/stat : 6975 (sh) S 6962 6962 5959 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001188934 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6975/statm: 1339 233 193 169 0 50 0
[pid=6976] ppid=6975 vsize=868476 CPUtime=1.9
/proc/6976/stat : 6976 (java) S 6975 6962 5959 0 -1 0 10280 0 1 0 181 9 0 0 18 0 9 0 2001188934 889319424 9323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6976/statm: 217119 9323 2565 9 0 211666 0
[pid=6976/tid=6977] ppid=6975 vsize=868476 CPUtime=1.14
/proc/6976/task/6977/stat : 6977 (java) R 6975 6962 5959 0 -1 64 2943 0 1 0 110 4 0 0 20 0 9 0 2001188935 889319424 9323 996147200 134512640 134550740 4294955952 18446744073709551615 4126963480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6978] ppid=6975 vsize=868476 CPUtime=0.49
/proc/6976/task/6978/stat : 6978 (java) S 6975 6962 5959 0 -1 64 5175 0 0 0 47 2 0 0 16 0 9 0 2001188936 889319424 9323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6979] ppid=6975 vsize=868476 CPUtime=0
/proc/6976/task/6979/stat : 6979 (java) S 6975 6962 5959 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001188936 889319424 9323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6980] ppid=6975 vsize=868476 CPUtime=0
/proc/6976/task/6980/stat : 6980 (java) S 6975 6962 5959 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001188936 889319424 9323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6981] ppid=6975 vsize=868476 CPUtime=0
/proc/6976/task/6981/stat : 6981 (java) S 6975 6962 5959 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001188938 889319424 9323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6982] ppid=6975 vsize=868476 CPUtime=0.23
/proc/6976/task/6982/stat : 6982 (java) S 6975 6962 5959 0 -1 64 1468 0 0 0 22 1 0 0 16 0 9 0 2001188938 889319424 9323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6983] ppid=6975 vsize=868476 CPUtime=0
/proc/6976/task/6983/stat : 6983 (java) S 6975 6962 5959 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001188938 889319424 9323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6984] ppid=6975 vsize=868476 CPUtime=0
/proc/6976/task/6984/stat : 6984 (java) S 6975 6962 5959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001188938 889319424 9323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887432

[startup+6.30213 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 6984
/proc/meminfo: memFree=1461776/2055920 swapFree=4179860/4192956
[pid=6962] ppid=6960 vsize=13600 CPUtime=1.1
/proc/6962/stat : 6962 (sugar) S 6960 6962 5959 0 -1 4194304 974 9022 0 1 4 1 100 5 15 0 1 0 2001188817 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6962/statm: 3400 797 370 3 0 500 0
[pid=6975] ppid=6962 vsize=5356 CPUtime=0
/proc/6975/stat : 6975 (sh) S 6962 6962 5959 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001188934 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6975/statm: 1339 233 193 169 0 50 0
[pid=6976] ppid=6975 vsize=868476 CPUtime=5.06
/proc/6976/stat : 6976 (java) S 6975 6962 5959 0 -1 0 10889 0 1 0 475 31 0 0 18 0 9 0 2001188934 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6976/statm: 217119 9339 2565 9 0 211666 0
[pid=6976/tid=6977] ppid=6975 vsize=868476 CPUtime=4.08
/proc/6976/task/6977/stat : 6977 (java) R 6975 6962 5959 0 -1 64 3537 0 1 0 385 23 0 0 25 0 9 0 2001188935 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4126840279 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6978] ppid=6975 vsize=868476 CPUtime=0.69
/proc/6976/task/6978/stat : 6978 (java) S 6975 6962 5959 0 -1 64 5175 0 0 0 64 5 0 0 16 0 9 0 2001188936 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6979] ppid=6975 vsize=868476 CPUtime=0
/proc/6976/task/6979/stat : 6979 (java) S 6975 6962 5959 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001188936 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6980] ppid=6975 vsize=868476 CPUtime=0
/proc/6976/task/6980/stat : 6980 (java) S 6975 6962 5959 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001188936 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6981] ppid=6975 vsize=868476 CPUtime=0
/proc/6976/task/6981/stat : 6981 (java) S 6975 6962 5959 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001188938 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6982] ppid=6975 vsize=868476 CPUtime=0.26
/proc/6976/task/6982/stat : 6982 (java) S 6975 6962 5959 0 -1 64 1483 0 0 0 25 1 0 0 17 0 9 0 2001188938 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6983] ppid=6975 vsize=868476 CPUtime=0
/proc/6976/task/6983/stat : 6983 (java) S 6975 6962 5959 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001188938 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6984] ppid=6975 vsize=868476 CPUtime=0
/proc/6976/task/6984/stat : 6984 (java) S 6975 6962 5959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001188938 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887432

[startup+12.7029 s]
/proc/loadavg: 2.06 2.02 2.00 3/84 6984
/proc/meminfo: memFree=1382608/2055920 swapFree=4179860/4192956
[pid=6962] ppid=6960 vsize=13600 CPUtime=1.1
/proc/6962/stat : 6962 (sugar) S 6960 6962 5959 0 -1 4194304 974 9022 0 1 4 1 100 5 16 0 1 0 2001188817 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6962/statm: 3400 797 370 3 0 500 0
[pid=6975] ppid=6962 vsize=5356 CPUtime=0
/proc/6975/stat : 6975 (sh) S 6962 6962 5959 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001188934 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6975/statm: 1339 233 193 169 0 50 0
[pid=6976] ppid=6975 vsize=868476 CPUtime=11.35
/proc/6976/stat : 6976 (java) S 6975 6962 5959 0 -1 0 12079 0 1 0 1047 88 0 0 18 0 9 0 2001188934 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6976/statm: 217119 9339 2565 9 0 211666 0
[pid=6976/tid=6977] ppid=6975 vsize=868476 CPUtime=9.97
/proc/6976/task/6977/stat : 6977 (java) R 6975 6962 5959 0 -1 64 4727 0 1 0 924 73 0 0 25 0 9 0 2001188935 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4126476316 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6978] ppid=6975 vsize=868476 CPUtime=1.08
/proc/6976/task/6978/stat : 6978 (java) S 6975 6962 5959 0 -1 64 5175 0 0 0 96 12 0 0 16 0 9 0 2001188936 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6979] ppid=6975 vsize=868476 CPUtime=0
/proc/6976/task/6979/stat : 6979 (java) S 6975 6962 5959 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001188936 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6980] ppid=6975 vsize=868476 CPUtime=0
/proc/6976/task/6980/stat : 6980 (java) S 6975 6962 5959 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001188936 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6981] ppid=6975 vsize=868476 CPUtime=0
/proc/6976/task/6981/stat : 6981 (java) S 6975 6962 5959 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001188938 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6982] ppid=6975 vsize=868476 CPUtime=0.26
/proc/6976/task/6982/stat : 6982 (java) S 6975 6962 5959 0 -1 64 1483 0 0 0 25 1 0 0 17 0 9 0 2001188938 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6983] ppid=6975 vsize=868476 CPUtime=0
/proc/6976/task/6983/stat : 6983 (java) S 6975 6962 5959 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001188938 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6984] ppid=6975 vsize=868476 CPUtime=0
/proc/6976/task/6984/stat : 6984 (java) S 6975 6962 5959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001188938 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 887432

[startup+25.5024 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 6984
/proc/meminfo: memFree=1224144/2055920 swapFree=4179860/4192956
[pid=6962] ppid=6960 vsize=13600 CPUtime=1.1
/proc/6962/stat : 6962 (sugar) S 6960 6962 5959 0 -1 4194304 974 9022 0 1 4 1 100 5 16 0 1 0 2001188817 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6962/statm: 3400 797 370 3 0 500 0
[pid=6975] ppid=6962 vsize=5356 CPUtime=0
/proc/6975/stat : 6975 (sh) S 6962 6962 5959 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001188934 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6975/statm: 1339 233 193 169 0 50 0
[pid=6976] ppid=6975 vsize=868476 CPUtime=23.64
/proc/6976/stat : 6976 (java) S 6975 6962 5959 0 -1 0 14438 0 1 0 2165 199 0 0 18 0 9 0 2001188934 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6976/statm: 217119 9339 2565 9 0 211666 0
[pid=6976/tid=6977] ppid=6975 vsize=868476 CPUtime=21.48
/proc/6976/task/6977/stat : 6977 (java) R 6975 6962 5959 0 -1 64 7086 0 1 0 1979 169 0 0 25 0 9 0 2001188935 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4126587427 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6978] ppid=6975 vsize=868476 CPUtime=1.87
/proc/6976/task/6978/stat : 6978 (java) S 6975 6962 5959 0 -1 64 5175 0 0 0 160 27 0 0 16 0 9 0 2001188936 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6979] ppid=6975 vsize=868476 CPUtime=0
/proc/6976/task/6979/stat : 6979 (java) S 6975 6962 5959 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001188936 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6980] ppid=6975 vsize=868476 CPUtime=0
/proc/6976/task/6980/stat : 6980 (java) S 6975 6962 5959 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001188936 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6981] ppid=6975 vsize=868476 CPUtime=0
/proc/6976/task/6981/stat : 6981 (java) S 6975 6962 5959 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001188938 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6982] ppid=6975 vsize=868476 CPUtime=0.26
/proc/6976/task/6982/stat : 6982 (java) S 6975 6962 5959 0 -1 64 1483 0 0 0 25 1 0 0 17 0 9 0 2001188938 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6983] ppid=6975 vsize=868476 CPUtime=0
/proc/6976/task/6983/stat : 6983 (java) S 6975 6962 5959 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001188938 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6976/tid=6984] ppid=6975 vsize=868476 CPUtime=0
/proc/6976/task/6984/stat : 6984 (java) S 6975 6962 5959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001188938 889319424 9339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.74
Current children cumulated vsize (KiB) 887432

[startup+51.1024 s]
/proc/loadavg: 2.09 2.03 2.00 3/76 6986
/proc/meminfo: memFree=999120/2055920 swapFree=4179860/4192956
[pid=6962] ppid=6960 vsize=13600 CPUtime=39.22
/proc/6962/stat : 6962 (sugar) S 6960 6962 5959 0 -1 4194304 1022 26550 0 2 4 1 3572 345 16 0 1 0 2001188817 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6962/statm: 3400 799 370 3 0 500 0
[pid=6985] ppid=6962 vsize=5356 CPUtime=0
/proc/6985/stat : 6985 (sh) S 6962 6962 5959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001192854 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6985/statm: 1339 232 193 169 0 50 0
[pid=6986] ppid=6985 vsize=76048 CPUtime=10.6
/proc/6986/stat : 6986 (picosat) R 6985 6962 5959 0 -1 4194304 17518 0 0 0 485 575 0 0 25 0 1 0 2001192854 77873152 17504 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/6986/statm: 19012 17504 40 102 0 18907 0
Current children cumulated CPU time (s) 49.82
Current children cumulated vsize (KiB) 95004

[startup+102.308 s]
/proc/loadavg: 2.03 2.02 2.00 3/76 6988
/proc/meminfo: memFree=797392/2055920 swapFree=4179860/4192956
[pid=6962] ppid=6960 vsize=13600 CPUtime=39.22
/proc/6962/stat : 6962 (sugar) S 6960 6962 5959 0 -1 4194304 1022 26550 0 2 4 1 3572 345 16 0 1 0 2001188817 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6962/statm: 3400 799 370 3 0 500 0
[pid=6985] ppid=6962 vsize=5356 CPUtime=0
/proc/6985/stat : 6985 (sh) S 6962 6962 5959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001192854 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6985/statm: 1339 232 193 169 0 50 0
[pid=6986] ppid=6985 vsize=278036 CPUtime=61.31
/proc/6986/stat : 6986 (picosat) R 6985 6962 5959 0 -1 4194304 66381 0 0 0 2804 3327 0 0 25 0 1 0 2001192854 284708864 66367 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/6986/statm: 69509 66367 40 102 0 69404 0
Current children cumulated CPU time (s) 100.53
Current children cumulated vsize (KiB) 296992

[startup+162.303 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 6988
/proc/meminfo: memFree=575568/2055920 swapFree=4179860/4192956
[pid=6962] ppid=6960 vsize=13600 CPUtime=39.22
/proc/6962/stat : 6962 (sugar) S 6960 6962 5959 0 -1 4194304 1022 26550 0 2 4 1 3572 345 16 0 1 0 2001188817 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6962/statm: 3400 799 370 3 0 500 0
[pid=6985] ppid=6962 vsize=5356 CPUtime=0
/proc/6985/stat : 6985 (sh) S 6962 6962 5959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001192854 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6985/statm: 1339 232 193 169 0 50 0
[pid=6986] ppid=6985 vsize=513028 CPUtime=120.76
/proc/6986/stat : 6986 (picosat) R 6985 6962 5959 0 -1 4194304 123326 0 0 0 5551 6525 0 0 25 0 1 0 2001192854 525340672 123312 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/6986/statm: 128257 123312 40 102 0 128152 0
Current children cumulated CPU time (s) 159.98
Current children cumulated vsize (KiB) 531984

[startup+222.303 s]
/proc/loadavg: 2.08 2.03 2.01 2/84 6998
/proc/meminfo: memFree=1057680/2055920 swapFree=4179860/4192956
[pid=6962] ppid=6960 vsize=13600 CPUtime=219.38
/proc/6962/stat : 6962 (sugar) R 6960 6962 5959 0 -1 4194304 1120 201423 0 3 4 20 12387 9527 16 0 1 0 2001188817 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 227607811113 0 0 4224 16386 0 0 0 17 1 0 0
/proc/6962/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 219.38
Current children cumulated vsize (KiB) 13600

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

Child status: 0
Real time (s): 222.359
CPU time (s): 219.45
CPU user time (s): 123.921
CPU system time (s): 95.5285
CPU usage (%): 98.6916
Max. virtual memory (cumulated for all children) (KiB): 887540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 123.921
system time used= 95.5285
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202573
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= 52803
involuntary context switches= 57301

runsolver used 0.254961 second user time and 0.790879 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-05 03:43:11
IDJOB=1082367
IDBENCH=57224
IDSOLVER=345
FILE ID=node66/1082367-1215222191
PBS_JOBID= 7881774
Free space on /tmp= 66384 MiB

SOLVER NAME= Sugar v1.13+picosat
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/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1082367-1215222191/watcher-1082367-1215222191 -o /tmp/evaluation-result-1082367-1215222191/solver-1082367-1215222191 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1082367-1215222191.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 874fd86118a4813c9be08ba39f4519b6
RANDOM SEED=542439396

node66.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.213
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.213
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:       1523080 kB
Buffers:         67016 kB
Cached:         363640 kB
SwapCached:       6992 kB
Active:         283772 kB
Inactive:       190160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1523080 kB
SwapTotal:     4192956 kB
SwapFree:      4179860 kB
Dirty:            2484 kB
Writeback:           0 kB
Mapped:          50892 kB
Slab:            43896 kB
Committed_AS:  4109512 kB
PageTables:       1928 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= 66380 MiB
End job on node66 at 2008-07-05 03:46:54