Trace number 1083078

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 57.2833 57.9853

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-15.xml
MD5SUMd4b8a3518de3d7b3c2da5e05ff268d86
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 benchmark57.2833
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1298
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 04:28:29 2008
0.00/0.04	c 0	PID 30788
0.03/0.05	c 0	HOST node37.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1083078-1215224909.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-1083078-1215224909.xml' 'HOME/temp.csp'
0.03/0.93	c 1	83 domains, 450 variables, 4 predicates, 0 relations, 5580 constraints
0.03/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.94	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.93/1.03	c 1	Parsing HOME/temp.csp
1.13/1.29	c 1	parsed 6117 expressions
1.13/1.29	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.13/1.29	c 1	Converting to clausal form CSP
1.23/1.35	c 1	converted 612 (10%) expressions
1.43/1.50	c 2	converted 1224 (20%) expressions
1.43/1.54	c 2	converted 1836 (30%) expressions
1.43/1.57	c 2	converted 2447 (40%) expressions
1.43/1.59	c 2	converted 3059 (50%) expressions
1.53/1.61	c 2	converted 3671 (60%) expressions
1.53/1.64	c 2	converted 4282 (70%) expressions
1.63/1.70	c 2	converted 4894 (80%) expressions
1.63/1.73	c 2	converted 5506 (90%) expressions
1.63/1.75	c 2	converted 6117 (100%) expressions
1.63/1.75	c 2	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 1298
1.63/1.75	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.63/1.75	c 2	Propagation in CSP
1.92/2.03	c 2	315056 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.92/2.03	c 2	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 751
1.92/2.03	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.92/2.03	c 2	Simplifing CSP by introducing new Boolean variables
2.02/2.14	c 2	CSP : 450 integers, 9900 booleans, 15480 clauses, largest domain size 751
2.02/2.14	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.02/2.20	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.13/2.24	c 2	45 (10%) CSP integer variables are encoded (17370 clauses, 238464 bytes)
2.13/2.27	c 2	90 (20%) CSP integer variables are encoded (40170 clauses, 580464 bytes)
2.22/2.30	c 2	135 (30%) CSP integer variables are encoded (63555 clauses, 931239 bytes)
2.22/2.33	c 2	180 (40%) CSP integer variables are encoded (88890 clauses, 1311264 bytes)
2.22/2.36	c 2	225 (50%) CSP integer variables are encoded (108765 clauses, 1627334 bytes)
2.32/2.40	c 2	270 (60%) CSP integer variables are encoded (138810 clauses, 2138099 bytes)
2.32/2.44	c 2	315 (70%) CSP integer variables are encoded (166860 clauses, 2614949 bytes)
2.32/2.47	c 2	360 (80%) CSP integer variables are encoded (194010 clauses, 3076499 bytes)
2.42/2.51	c 3	405 (90%) CSP integer variables are encoded (219540 clauses, 3510509 bytes)
2.42/2.54	c 3	450 (100%) CSP integer variables are encoded (246090 clauses, 3961859 bytes)
2.92/3.03	c 3	1548 (10%) CSP clauses are encoded (466491 clauses, 8774942 bytes)
3.41/3.50	c 4	3096 (20%) CSP clauses are encoded (695010 clauses, 14002255 bytes)
4.00/4.15	c 4	4644 (30%) CSP clauses are encoded (1022859 clauses, 21595208 bytes)
4.70/4.81	c 5	6192 (40%) CSP clauses are encoded (1357019 clauses, 29325254 bytes)
5.29/5.44	c 5	7740 (50%) CSP clauses are encoded (1681157 clauses, 36824675 bytes)
5.97/6.13	c 6	9288 (60%) CSP clauses are encoded (2032597 clauses, 44965746 bytes)
6.56/6.74	c 7	10836 (70%) CSP clauses are encoded (2344313 clauses, 52179487 bytes)
7.25/7.49	c 8	12384 (80%) CSP clauses are encoded (2728560 clauses, 61477682 bytes)
8.14/8.39	c 8	13932 (90%) CSP clauses are encoded (3198247 clauses, 72768847 bytes)
9.03/9.27	c 9	15480 (100%) CSP clauses are encoded (3679329 clauses, 83873584 bytes)
9.03/9.28	c 9	15480 CSP clauses encoded
9.03/9.28	c 9	Writing map file : HOME/temp.map
9.03/9.29	c 9	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.03/9.29	c 9	SAT : 256440 SAT variables, 3679329 SAT clauses, 83873584 bytes
9.03/9.29	c 9	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.12/9.34	c 9	SOLVING HOME/temp.cnf
9.12/9.34	c 9	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
56.71/57.46	c 57	DECODING HOME/temp.out WITH HOME/temp.map
56.71/57.46	c 57	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
56.80/57.54	c 58	Decoding HOME/temp.out
56.80/57.86	s SATISFIABLE
56.80/57.88	v 24 93 215 214 312 311 389 388 484 485 561 560 638 639 689 693 845 846 911 914 954 955 1026 1025 1087 1088 1172 1173 1272 1273 0 1 8 7 109 110 211 210 263 264 332 331 373 372 463 464 499 498 556 557 663 664 864 865 1064 1063 1132 1133 1227 1226 180 179 267 268 314 315 336 335 446 445 581 582 661 662 725 724 774 773 868 867 953 954 1055 1056 1076 1075 1078 1079 1190 1191 6 7 108 109 126 127 182 181 190 191 365 366 381 382 458 459 484 485 563 562 662 661 733 732 830 831 912 913 934 935 0 1 194 197 293 294 311 312 423 424 515 516 554 552 636 637 658 657 911 910 1008 1009 1060 1059 1110 1111 1180 1179 1232 1233 0 1 95 96 150 151 190 191 263 262 332 333 365 364 465 464 515 516 655 654 724 725 842 843 876 877 910 911 1098 1099 26 27 102 101 462 463 562 563 660 659 744 743 815 816 863 862 959 960 1016 1015 1094 1095 1148 1147 1158 1159 1263 1264 1265 1264 0 1 48 47 171 172 612 611 647 648 681 680 740 741 779 780 828 829 846 847 912 911 1002 1003 1101 1102 1190 1191 1251 1250 380 381 545 546 562 561 611 612 635 634 637 636 715 716 758 754 779 778 804 803 961 962 1006 1005 1089 1090 1098 1097 1159 1160 1 2 186 187 291 292 404 405 451 452 462 463 500 501 566 567 651 650 678 677 724 725 763 762 930 927 1092 1093 1243 1242 15 16 38 39 88 89 209 210 212 211 259 260 263 262 622 623 691 692 715 716 777 776 906 905 1012 1011 1210 1211 1250 1249 69 68 268 267 314 315 336 337 459 458 661 660 681 680 762 763 828 829 903 902 953 954 990 991 1086 1085 1163 1164 1188 1187 3 2 41 42 122 123 153 154 192 193 267 268 300 301 386 387 484 485 499 498 512 513 594 593 655 654 700 701 815 816 64 65 97 96 202 203 269 270 339 340 418 419 530 529 604 603 789 788 865 864 877 878 961 960 1003 1002 1130 1129 1220 1219 0 1 95 94 113 114 168 167 236 237 314 313 345 346 412 411 477 479 577 576 774 775 885 886 1018 1017 1019 1020 1047 1048
56.80/57.89	c 58	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
56.81/57.94	c 58	CPU 39.18 (0.04 0.01 39.14 18.03)
56.81/57.94	c 58	END Sat Jul  5 04:29:27 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-1083078-1215224909/watcher-1083078-1215224909 -o /tmp/evaluation-result-1083078-1215224909/solver-1083078-1215224909 -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-1083078-1215224909.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.06 2.03 2.00 4/73 30788
/proc/meminfo: memFree=1808680/2055920 swapFree=4179916/4192956
[pid=30788] ppid=30786 vsize=4708 CPUtime=0
/proc/30788/stat : 30788 (sugar) R 30786 30788 26762 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 2001464152 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 213113697673 0 0 4096 0 0 0 0 17 1 0 0
/proc/30788/statm: 1177 43 33 3 0 8 0

[startup+0.049784 s]
/proc/loadavg: 2.06 2.03 2.00 4/73 30788
/proc/meminfo: memFree=1808680/2055920 swapFree=4179916/4192956
[pid=30788] ppid=30786 vsize=13600 CPUtime=0.03
/proc/30788/stat : 30788 (sugar) S 30786 30788 26762 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2001464152 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30788/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102695 s]
/proc/loadavg: 2.06 2.03 2.00 4/73 30788
/proc/meminfo: memFree=1808680/2055920 swapFree=4179916/4192956
[pid=30788] ppid=30786 vsize=13600 CPUtime=0.03
/proc/30788/stat : 30788 (sugar) S 30786 30788 26762 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001464152 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30788/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301712 s]
/proc/loadavg: 2.06 2.03 2.00 4/73 30788
/proc/meminfo: memFree=1808680/2055920 swapFree=4179916/4192956
[pid=30788] ppid=30786 vsize=13600 CPUtime=0.03
/proc/30788/stat : 30788 (sugar) S 30786 30788 26762 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001464152 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30788/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701762 s]
/proc/loadavg: 2.06 2.03 2.00 4/73 30788
/proc/meminfo: memFree=1808680/2055920 swapFree=4179916/4192956
[pid=30788] ppid=30786 vsize=13600 CPUtime=0.03
/proc/30788/stat : 30788 (sugar) S 30786 30788 26762 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001464152 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30788/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50285 s]
/proc/loadavg: 2.06 2.03 2.00 3/84 30810
/proc/meminfo: memFree=1802832/2055920 swapFree=4179916/4192956
[pid=30788] ppid=30786 vsize=13600 CPUtime=0.89
/proc/30788/stat : 30788 (sugar) S 30786 30788 26762 0 -1 4194304 974 7635 0 1 3 0 81 5 15 0 1 0 2001464152 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30788/statm: 3400 797 370 3 0 500 0
[pid=30801] ppid=30788 vsize=5356 CPUtime=0
/proc/30801/stat : 30801 (sh) S 30788 30788 26762 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001464246 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30801/statm: 1339 233 193 169 0 50 0
[pid=30802] ppid=30801 vsize=868400 CPUtime=0.54
/proc/30802/stat : 30802 (java) S 30801 30788 26762 0 -1 0 5396 0 1 0 50 4 0 0 18 0 9 0 2001464247 889241600 4808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30802/statm: 217100 4808 1733 9 0 211675 0
[pid=30802/tid=30803] ppid=30801 vsize=868400 CPUtime=0.31
/proc/30802/task/30803/stat : 30803 (java) R 30801 30788 26762 0 -1 64 2655 0 1 0 30 1 0 0 21 0 9 0 2001464248 889241600 4808 996147200 134512640 134550740 4294955952 18446744073709551615 4125977652 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30802/tid=30804] ppid=30801 vsize=868400 CPUtime=0.03
/proc/30802/task/30804/stat : 30804 (java) S 30801 30788 26762 0 -1 64 598 0 0 0 3 0 0 0 16 0 9 0 2001464249 889241600 4808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30802/tid=30805] ppid=30801 vsize=868400 CPUtime=0
/proc/30802/task/30805/stat : 30805 (java) S 30801 30788 26762 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2001464249 889241600 4808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30802/tid=30806] ppid=30801 vsize=868400 CPUtime=0
/proc/30802/task/30806/stat : 30806 (java) S 30801 30788 26762 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2001464249 889241600 4808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30802/tid=30807] ppid=30801 vsize=868400 CPUtime=0
/proc/30802/task/30807/stat : 30807 (java) S 30801 30788 26762 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001464251 889241600 4808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30802/tid=30808] ppid=30801 vsize=868400 CPUtime=0.16
/proc/30802/task/30808/stat : 30808 (java) S 30801 30788 26762 0 -1 64 1452 0 0 0 16 0 0 0 16 0 9 0 2001464251 889241600 4808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30802/tid=30809] ppid=30801 vsize=868400 CPUtime=0
/proc/30802/task/30809/stat : 30809 (java) S 30801 30788 26762 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001464251 889241600 4808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30802/tid=30810] ppid=30801 vsize=868400 CPUtime=0
/proc/30802/task/30810/stat : 30810 (java) S 30801 30788 26762 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001464251 889241600 4808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887356

[startup+3.10202 s]
/proc/loadavg: 2.06 2.03 2.00 4/84 30810
/proc/meminfo: memFree=1787792/2055920 swapFree=4179916/4192956
[pid=30788] ppid=30786 vsize=13600 CPUtime=0.9
/proc/30788/stat : 30788 (sugar) S 30786 30788 26762 0 -1 4194304 974 7635 0 1 3 1 81 5 15 0 1 0 2001464152 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30788/statm: 3400 797 370 3 0 500 0
[pid=30801] ppid=30788 vsize=5356 CPUtime=0
/proc/30801/stat : 30801 (sh) S 30788 30788 26762 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001464246 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30801/statm: 1339 233 193 169 0 50 0
[pid=30802] ppid=30801 vsize=868512 CPUtime=2.12
/proc/30802/stat : 30802 (java) S 30801 30788 26762 0 -1 0 8566 0 1 0 198 14 0 0 18 0 9 0 2001464247 889356288 7445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30802/statm: 217128 7445 2564 9 0 211675 0
[pid=30802/tid=30803] ppid=30801 vsize=868512 CPUtime=1.54
/proc/30802/task/30803/stat : 30803 (java) R 30801 30788 26762 0 -1 64 3031 0 1 0 145 9 0 0 25 0 9 0 2001464248 889356288 7445 996147200 134512640 134550740 4294955952 18446744073709551615 4126956526 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30802/tid=30804] ppid=30801 vsize=868512 CPUtime=0.32
/proc/30802/task/30804/stat : 30804 (java) S 30801 30788 26762 0 -1 64 3346 0 0 0 29 3 0 0 16 0 9 0 2001464249 889356288 7445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30802/tid=30805] ppid=30801 vsize=868512 CPUtime=0
/proc/30802/task/30805/stat : 30805 (java) S 30801 30788 26762 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001464249 889356288 7445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30802/tid=30806] ppid=30801 vsize=868512 CPUtime=0
/proc/30802/task/30806/stat : 30806 (java) S 30801 30788 26762 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001464249 889356288 7445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30802/tid=30807] ppid=30801 vsize=868512 CPUtime=0
/proc/30802/task/30807/stat : 30807 (java) S 30801 30788 26762 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001464251 889356288 7445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30802/tid=30808] ppid=30801 vsize=868512 CPUtime=0.23
/proc/30802/task/30808/stat : 30808 (java) S 30801 30788 26762 0 -1 64 1496 0 0 0 23 0 0 0 16 0 9 0 2001464251 889356288 7445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30802/tid=30809] ppid=30801 vsize=868512 CPUtime=0
/proc/30802/task/30809/stat : 30809 (java) S 30801 30788 26762 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001464251 889356288 7445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30802/tid=30810] ppid=30801 vsize=868512 CPUtime=0
/proc/30802/task/30810/stat : 30810 (java) S 30801 30788 26762 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001464251 889356288 7445 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) 887468

[startup+6.30237 s]
/proc/loadavg: 2.06 2.03 2.00 3/84 30810
/proc/meminfo: memFree=1749904/2055920 swapFree=4179916/4192956
[pid=30788] ppid=30786 vsize=13600 CPUtime=0.9
/proc/30788/stat : 30788 (sugar) S 30786 30788 26762 0 -1 4194304 974 7635 0 1 3 1 81 5 15 0 1 0 2001464152 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30788/statm: 3400 797 370 3 0 500 0
[pid=30801] ppid=30788 vsize=5356 CPUtime=0
/proc/30801/stat : 30801 (sh) S 30788 30788 26762 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001464246 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30801/statm: 1339 233 193 169 0 50 0
[pid=30802] ppid=30801 vsize=868512 CPUtime=5.27
/proc/30802/stat : 30802 (java) S 30801 30788 26762 0 -1 0 9557 0 1 0 484 43 0 0 18 0 9 0 2001464247 889356288 7454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30802/statm: 217128 7454 2565 9 0 211675 0
[pid=30802/tid=30803] ppid=30801 vsize=868512 CPUtime=4.44
/proc/30802/task/30803/stat : 30803 (java) R 30801 30788 26762 0 -1 64 4013 0 1 0 412 32 0 0 25 0 9 0 2001464248 889356288 7454 996147200 134512640 134550740 4294955952 18446744073709551615 102064687 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30802/tid=30804] ppid=30801 vsize=868512 CPUtime=0.56
/proc/30802/task/30804/stat : 30804 (java) S 30801 30788 26762 0 -1 64 3346 0 0 0 47 9 0 0 16 0 9 0 2001464249 889356288 7454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30802/tid=30805] ppid=30801 vsize=868512 CPUtime=0
/proc/30802/task/30805/stat : 30805 (java) S 30801 30788 26762 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001464249 889356288 7454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30802/tid=30806] ppid=30801 vsize=868512 CPUtime=0
/proc/30802/task/30806/stat : 30806 (java) S 30801 30788 26762 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001464249 889356288 7454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30802/tid=30807] ppid=30801 vsize=868512 CPUtime=0
/proc/30802/task/30807/stat : 30807 (java) S 30801 30788 26762 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001464251 889356288 7454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30802/tid=30808] ppid=30801 vsize=868512 CPUtime=0.24
/proc/30802/task/30808/stat : 30808 (java) S 30801 30788 26762 0 -1 64 1505 0 0 0 24 0 0 0 15 0 9 0 2001464251 889356288 7454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30802/tid=30809] ppid=30801 vsize=868512 CPUtime=0
/proc/30802/task/30809/stat : 30809 (java) S 30801 30788 26762 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001464251 889356288 7454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30802/tid=30810] ppid=30801 vsize=868512 CPUtime=0
/proc/30802/task/30810/stat : 30810 (java) S 30801 30788 26762 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001464251 889356288 7454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887468

[startup+12.7011 s]
/proc/loadavg: 2.05 2.02 2.00 3/76 30812
/proc/meminfo: memFree=1696336/2055920 swapFree=4179916/4192956
[pid=30788] ppid=30786 vsize=13600 CPUtime=9.14
/proc/30788/stat : 30788 (sugar) S 30786 30788 26762 0 -1 4194304 1022 18439 0 2 3 1 830 80 16 0 1 0 2001464152 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30788/statm: 3400 799 370 3 0 500 0
[pid=30811] ppid=30788 vsize=5356 CPUtime=0
/proc/30811/stat : 30811 (sh) S 30788 30788 26762 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001465086 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1339 232 193 169 0 50 0
[pid=30812] ppid=30811 vsize=30572 CPUtime=3.29
/proc/30812/stat : 30812 (picosat) R 30811 30788 26762 0 -1 4194304 7256 0 0 0 152 177 0 0 25 0 1 0 2001465086 31305728 7242 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/30812/statm: 7643 7242 40 102 0 7538 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 49528

[startup+25.5015 s]
/proc/loadavg: 2.04 2.02 2.00 3/76 30812
/proc/meminfo: memFree=1647888/2055920 swapFree=4179916/4192956
[pid=30788] ppid=30786 vsize=13600 CPUtime=9.14
/proc/30788/stat : 30788 (sugar) S 30786 30788 26762 0 -1 4194304 1022 18439 0 2 3 1 830 80 16 0 1 0 2001464152 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30788/statm: 3400 799 370 3 0 500 0
[pid=30811] ppid=30788 vsize=5356 CPUtime=0
/proc/30811/stat : 30811 (sh) S 30788 30788 26762 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001465086 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1339 232 193 169 0 50 0
[pid=30812] ppid=30811 vsize=80244 CPUtime=15.97
/proc/30812/stat : 30812 (picosat) R 30811 30788 26762 0 -1 4194304 19271 0 0 0 741 856 0 0 25 0 1 0 2001465086 82169856 19257 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/30812/statm: 20061 19257 40 102 0 19956 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 99200

[startup+51.1013 s]
/proc/loadavg: 2.03 2.02 2.00 3/76 30812
/proc/meminfo: memFree=1587920/2055920 swapFree=4179916/4192956
[pid=30788] ppid=30786 vsize=13600 CPUtime=9.14
/proc/30788/stat : 30788 (sugar) S 30786 30788 26762 0 -1 4194304 1022 18439 0 2 3 1 830 80 16 0 1 0 2001464152 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30788/statm: 3400 799 370 3 0 500 0
[pid=30811] ppid=30788 vsize=5356 CPUtime=0
/proc/30811/stat : 30811 (sh) S 30788 30788 26762 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001465086 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1339 232 193 169 0 50 0
[pid=30812] ppid=30811 vsize=143700 CPUtime=41.33
/proc/30812/stat : 30812 (picosat) R 30811 30788 26762 0 -1 4194304 33999 0 0 0 2417 1716 0 0 25 0 1 0 2001465086 147148800 33985 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/30812/statm: 35925 33985 42 102 0 35820 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 162656

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

[startup+54.3016 s]
/proc/loadavg: 2.02 2.02 2.00 3/76 30812
/proc/meminfo: memFree=1587920/2055920 swapFree=4179916/4192956
[pid=30788] ppid=30786 vsize=13600 CPUtime=9.14
/proc/30788/stat : 30788 (sugar) S 30786 30788 26762 0 -1 4194304 1022 18439 0 2 3 1 830 80 16 0 1 0 2001464152 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30788/statm: 3400 799 370 3 0 500 0
[pid=30811] ppid=30788 vsize=5356 CPUtime=0
/proc/30811/stat : 30811 (sh) S 30788 30788 26762 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001465086 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1339 232 193 169 0 50 0
[pid=30812] ppid=30811 vsize=143700 CPUtime=44.5
/proc/30812/stat : 30812 (picosat) R 30811 30788 26762 0 -1 4194304 33999 0 0 0 2734 1716 0 0 25 0 1 0 2001465086 147148800 33985 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/30812/statm: 35925 33985 42 102 0 35820 0
Current children cumulated CPU time (s) 53.64
Current children cumulated vsize (KiB) 162656

[startup+55.9018 s]
/proc/loadavg: 2.02 2.02 2.00 3/76 30812
/proc/meminfo: memFree=1587920/2055920 swapFree=4179916/4192956
[pid=30788] ppid=30786 vsize=13600 CPUtime=9.14
/proc/30788/stat : 30788 (sugar) S 30786 30788 26762 0 -1 4194304 1022 18439 0 2 3 1 830 80 16 0 1 0 2001464152 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30788/statm: 3400 799 370 3 0 500 0
[pid=30811] ppid=30788 vsize=5356 CPUtime=0
/proc/30811/stat : 30811 (sh) S 30788 30788 26762 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001465086 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1339 232 193 169 0 50 0
[pid=30812] ppid=30811 vsize=143700 CPUtime=46.09
/proc/30812/stat : 30812 (picosat) R 30811 30788 26762 0 -1 4194304 34000 0 0 0 2893 1716 0 0 25 0 1 0 2001465086 147148800 33986 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/30812/statm: 35925 33986 42 102 0 35820 0
Current children cumulated CPU time (s) 55.23
Current children cumulated vsize (KiB) 162656

[startup+56.7019 s]
/proc/loadavg: 2.02 2.02 2.00 3/76 30812
/proc/meminfo: memFree=1587920/2055920 swapFree=4179916/4192956
[pid=30788] ppid=30786 vsize=13600 CPUtime=9.14
/proc/30788/stat : 30788 (sugar) S 30786 30788 26762 0 -1 4194304 1022 18439 0 2 3 1 830 80 16 0 1 0 2001464152 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30788/statm: 3400 799 370 3 0 500 0
[pid=30811] ppid=30788 vsize=5356 CPUtime=0
/proc/30811/stat : 30811 (sh) S 30788 30788 26762 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001465086 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30811/statm: 1339 232 193 169 0 50 0
[pid=30812] ppid=30811 vsize=143700 CPUtime=46.88
/proc/30812/stat : 30812 (picosat) R 30811 30788 26762 0 -1 4194304 34000 0 0 0 2972 1716 0 0 25 0 1 0 2001465086 147148800 33986 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/30812/statm: 35925 33986 42 102 0 35820 0
Current children cumulated CPU time (s) 56.02
Current children cumulated vsize (KiB) 162656

[startup+57.502 s]
/proc/loadavg: 2.02 2.02 2.00 3/76 30812
/proc/meminfo: memFree=1587920/2055920 swapFree=4179916/4192956
[pid=30788] ppid=30786 vsize=13600 CPUtime=56.8
/proc/30788/stat : 30788 (sugar) S 30786 30788 26762 0 -1 4194304 1073 52747 0 2 3 1 3876 1800 17 0 1 0 2001464152 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30788/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 56.8
Current children cumulated vsize (KiB) 13600

[startup+57.902 s]
/proc/loadavg: 2.02 2.02 2.00 3/76 30812
/proc/meminfo: memFree=1587920/2055920 swapFree=4179916/4192956
[pid=30788] ppid=30786 vsize=13600 CPUtime=56.81
/proc/30788/stat : 30788 (sugar) S 30786 30788 26762 0 -1 4194304 1092 52747 0 2 4 1 3876 1800 15 0 1 0 2001464152 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30788/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 56.81
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 57.9853
CPU time (s): 57.2833
CPU user time (s): 39.187
CPU system time (s): 18.0962
CPU usage (%): 98.7893
Max. virtual memory (cumulated for all children) (KiB): 887544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.187
system time used= 18.0962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57799
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= 18567
involuntary context switches= 19622

runsolver used 0.075988 second user time and 0.197969 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-05 04:28:29
IDJOB=1083078
IDBENCH=57406
IDSOLVER=345
FILE ID=node37/1083078-1215224909
PBS_JOBID= 7881711
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-15/normalized-super-js-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-1083078-1215224909/watcher-1083078-1215224909 -o /tmp/evaluation-result-1083078-1215224909/solver-1083078-1215224909 -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-1083078-1215224909.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d4b8a3518de3d7b3c2da5e05ff268d86
RANDOM SEED=1257340011

node37.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.236
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.236
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:       1809160 kB
Buffers:         22252 kB
Cached:         154384 kB
SwapCached:       6964 kB
Active:         131672 kB
Inactive:        58844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1809160 kB
SwapTotal:     4192956 kB
SwapFree:      4179916 kB
Dirty:            1988 kB
Writeback:           0 kB
Mapped:          20484 kB
Slab:            41676 kB
Committed_AS:  3601160 kB
PageTables:       1752 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node37 at 2008-07-05 04:29:27