Trace number 1081146

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 6.68698 6.80357

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-105-3.xml
MD5SUMf1f972a717a5676ec1be016e9f24b7e2
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 benchmark6.68698
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1240
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 01:53:11 2008
0.00/0.04	c 0	PID 1877
0.00/0.05	c 0	HOST node9.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1081146-1215215591.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-1081146-1215215591.xml' 'HOME/temp.csp'
0.03/0.53	c 1	225 domains, 225 variables, 2 predicates, 0 relations, 1785 constraints
0.03/0.57	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.57	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.50/0.65	c 1	Parsing HOME/temp.csp
0.50/0.86	c 1	parsed 2237 expressions
0.50/0.86	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.50/0.86	c 1	Converting to clausal form CSP
0.50/0.88	c 1	converted 224 (10%) expressions
0.50/0.89	c 1	converted 448 (20%) expressions
0.50/0.96	c 1	converted 672 (30%) expressions
0.50/1.05	c 1	converted 895 (40%) expressions
0.50/1.07	c 1	converted 1119 (50%) expressions
0.50/1.09	c 1	converted 1343 (60%) expressions
0.50/1.10	c 2	converted 1566 (70%) expressions
1.01/1.10	c 2	converted 1790 (80%) expressions
1.01/1.11	c 2	converted 2014 (90%) expressions
1.01/1.12	c 2	converted 2237 (100%) expressions
1.01/1.12	c 2	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 1240
1.01/1.12	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.12	c 2	Propagation in CSP
1.11/1.23	c 2	153286 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.23	c 2	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 635
1.11/1.23	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.23	c 2	Simplifing CSP by introducing new Boolean variables
1.11/1.26	c 2	CSP : 225 integers, 3150 booleans, 4935 clauses, largest domain size 635
1.11/1.26	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.30	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.21/1.33	c 2	23 (10%) CSP integer variables are encoded (9608 clauses, 122761 bytes)
1.21/1.34	c 2	45 (20%) CSP integer variables are encoded (19515 clauses, 270631 bytes)
1.21/1.35	c 2	68 (30%) CSP integer variables are encoded (29499 clauses, 420391 bytes)
1.21/1.37	c 2	90 (40%) CSP integer variables are encoded (41130 clauses, 594856 bytes)
1.21/1.39	c 2	113 (50%) CSP integer variables are encoded (53520 clauses, 780706 bytes)
1.29/1.40	c 2	135 (60%) CSP integer variables are encoded (63975 clauses, 937531 bytes)
1.29/1.42	c 2	158 (70%) CSP integer variables are encoded (76704 clauses, 1128466 bytes)
1.29/1.43	c 2	180 (80%) CSP integer variables are encoded (87555 clauses, 1291231 bytes)
1.29/1.45	c 2	203 (90%) CSP integer variables are encoded (101275 clauses, 1499984 bytes)
1.29/1.47	c 2	225 (100%) CSP integer variables are encoded (114540 clauses, 1725489 bytes)
1.50/1.65	c 2	494 (10%) CSP clauses are encoded (194834 clauses, 3438371 bytes)
1.60/1.79	c 2	987 (20%) CSP clauses are encoded (260179 clauses, 4842340 bytes)
1.80/1.96	c 2	1481 (30%) CSP clauses are encoded (336251 clauses, 6554293 bytes)
2.00/2.12	c 3	1974 (40%) CSP clauses are encoded (413295 clauses, 8291141 bytes)
2.10/2.29	c 3	2468 (50%) CSP clauses are encoded (495606 clauses, 10144383 bytes)
2.38/2.52	c 3	2961 (60%) CSP clauses are encoded (608095 clauses, 12680350 bytes)
2.58/2.72	c 3	3455 (70%) CSP clauses are encoded (709864 clauses, 14965254 bytes)
2.78/2.92	c 3	3948 (80%) CSP clauses are encoded (810039 clauses, 17204231 bytes)
2.98/3.12	c 4	4442 (90%) CSP clauses are encoded (916805 clauses, 19573303 bytes)
3.19/3.37	c 4	4935 (100%) CSP clauses are encoded (1051906 clauses, 22472311 bytes)
3.19/3.37	c 4	4935 CSP clauses encoded
3.19/3.37	c 4	Writing map file : HOME/temp.map
3.19/3.37	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.19/3.37	c 4	SAT : 117915 SAT variables, 1051906 SAT clauses, 22472311 bytes
3.19/3.37	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.19/3.39	c 4	SOLVING HOME/temp.cnf
3.19/3.39	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.19/3.39	c 4	This is MiniSat 2.0 beta
3.19/3.39	c 4	WARNING: for repeatability, setting FPU to use double precision
3.19/3.39	c 4	============================[ Problem Statistics ]=============================
3.19/3.39	c 4	|                                                                             |
3.19/3.39	c 4	|  Number of variables:  117915                                               |
3.19/3.39	c 4	|  Number of clauses:    1051906                                              |
3.27/4.01	c 4	|  Parsing time:         0.53         s                                       |
3.27/4.05	c 4	============================[ Search Statistics ]==============================
3.27/4.05	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.27/4.05	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.27/4.05	c 4	===============================================================================
3.27/4.05	c 4	|         0 |  117419  1051410  2928211 |   350470        0    nan |  0.000 % |
4.75/4.92	c 5	|       100 |  117419  1051410  2928211 |   385517      100     15 |  0.421 % |
5.36/5.58	c 6	|       250 |  117419  1051410  2928211 |   424068      250     15 |  0.421 % |
6.25/6.45	c 7	===============================================================================
6.25/6.46	c 7	restarts              : 3
6.25/6.46	c 7	conflicts             : 346            (117 /sec)
6.25/6.46	c 7	decisions             : 797            (0.88 % random) (269 /sec)
6.25/6.46	c 7	propagations          : 3967692        (1341547 /sec)
6.25/6.46	c 7	conflict literals     : 5145           (23.83 % deleted)
6.25/6.46	c 7	Memory used           : 55.67 MB
6.25/6.46	c 7	CPU time              : 2.95755 s
6.25/6.46	c 7	
6.35/6.51	c 7	SATISFIABLE
6.35/6.52	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.35/6.52	c 7	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.35/6.60	c 7	Decoding HOME/temp.out
6.56/6.76	s SATISFIABLE
6.56/6.77	v 8 80 131 173 210 271 317 405 438 465 579 679 1020 1099 1215 93 112 191 270 319 359 431 474 539 721 782 866 922 941 1122 327 514 521 554 649 709 817 893 929 939 1024 1031 1075 1077 1149 284 342 410 502 536 555 574 668 719 826 922 947 1001 1078 1166 320 426 486 494 523 573 654 685 783 854 933 1026 1076 1106 1123 2 86 142 188 281 347 495 535 585 600 615 669 791 913 1177 38 236 409 431 478 555 623 708 749 821 868 906 913 924 968 15 106 127 187 236 258 366 426 781 841 894 1040 1096 1125 1208 27 75 103 238 264 336 340 429 550 587 678 735 906 990 1075 0 36 70 135 199 229 408 461 556 651 800 841 847 1083 1203 196 307 332 421 458 519 542 641 701 747 854 955 1132 1150 1229 117 304 365 408 434 692 754 794 879 946 1027 1069 1093 1114 1170 86 95 133 142 150 204 316 426 552 591 684 755 871 1014 1199 68 135 223 314 486 664 754 810 905 987 1034 1090 1098 1190 1229 487 531 555 584 598 632 689 730 806 812 853 937 1032 1054 1154
6.56/6.77	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.56/6.79	c 7	CPU 6.28 (0.03 0 6.25 0.36)
6.56/6.79	c 7	END Sat Jul  5 01:53:18 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081146-1215215591/watcher-1081146-1215215591 -o /tmp/evaluation-result-1081146-1215215591/solver-1081146-1215215591 -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-1081146-1215215591.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.92 2.01 2.05 4/80 1877
/proc/meminfo: memFree=1622816/2055920 swapFree=4114104/4192956
[pid=1877] ppid=1875 vsize=18572 CPUtime=0
/proc/1877/stat : 1877 (runsolver) R 1875 1877 352 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1551235381 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1877/statm: 4643 292 257 25 0 2626 0

[startup+0.105563 s]
/proc/loadavg: 1.92 2.01 2.05 4/80 1877
/proc/meminfo: memFree=1622816/2055920 swapFree=4114104/4192956
[pid=1877] ppid=1875 vsize=13600 CPUtime=0.03
/proc/1877/stat : 1877 (sugar) S 1875 1877 352 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1551235381 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1877/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201579 s]
/proc/loadavg: 1.92 2.01 2.05 4/80 1877
/proc/meminfo: memFree=1622816/2055920 swapFree=4114104/4192956
[pid=1877] ppid=1875 vsize=13600 CPUtime=0.03
/proc/1877/stat : 1877 (sugar) S 1875 1877 352 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1551235381 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1877/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301603 s]
/proc/loadavg: 1.92 2.01 2.05 4/80 1877
/proc/meminfo: memFree=1622816/2055920 swapFree=4114104/4192956
[pid=1877] ppid=1875 vsize=13600 CPUtime=0.03
/proc/1877/stat : 1877 (sugar) S 1875 1877 352 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1551235381 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1877/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701676 s]
/proc/loadavg: 1.92 2.01 2.05 4/80 1877
/proc/meminfo: memFree=1622816/2055920 swapFree=4114104/4192956
[pid=1877] ppid=1875 vsize=13600 CPUtime=0.5
/proc/1877/stat : 1877 (sugar) S 1875 1877 352 0 -1 4194304 973 5124 0 1 3 0 44 3 16 0 1 0 1551235381 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1877/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 13600

[startup+1.50284 s]
/proc/loadavg: 1.92 2.01 2.05 3/91 1899
/proc/meminfo: memFree=1608752/2055920 swapFree=4114104/4192956
[pid=1877] ppid=1875 vsize=13600 CPUtime=0.5
/proc/1877/stat : 1877 (sugar) S 1875 1877 352 0 -1 4194304 974 5124 0 1 3 0 44 3 15 0 1 0 1551235381 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1877/statm: 3400 797 370 3 0 500 0
[pid=1890] ppid=1877 vsize=5356 CPUtime=0
/proc/1890/stat : 1890 (sh) S 1877 1877 352 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1551235438 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1890/statm: 1339 233 193 169 0 50 0
[pid=1891] ppid=1890 vsize=868384 CPUtime=0.9
/proc/1891/stat : 1891 (java) S 1890 1877 352 0 -1 0 6835 0 1 0 86 4 0 0 18 0 9 0 1551235439 889225216 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1891/statm: 217096 6013 2563 9 0 211643 0
[pid=1891/tid=1892] ppid=1890 vsize=868384 CPUtime=0.58
/proc/1891/task/1892/stat : 1892 (java) R 1890 1877 352 0 -1 64 2768 0 1 0 56 2 0 0 24 0 9 0 1551235439 889225216 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4126934568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1891/tid=1893] ppid=1890 vsize=868384 CPUtime=0.08
/proc/1891/task/1893/stat : 1893 (java) S 1890 1877 352 0 -1 64 1902 0 0 0 8 0 0 0 16 0 9 0 1551235441 889225216 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1891/tid=1894] ppid=1890 vsize=868384 CPUtime=0
/proc/1891/task/1894/stat : 1894 (java) S 1890 1877 352 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1551235441 889225216 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1891/tid=1895] ppid=1890 vsize=868384 CPUtime=0
/proc/1891/task/1895/stat : 1895 (java) S 1890 1877 352 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1551235441 889225216 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1891/tid=1896] ppid=1890 vsize=868384 CPUtime=0
/proc/1891/task/1896/stat : 1896 (java) S 1890 1877 352 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1551235443 889225216 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1891/tid=1897] ppid=1890 vsize=868384 CPUtime=0.21
/proc/1891/task/1897/stat : 1897 (java) S 1890 1877 352 0 -1 64 1472 0 0 0 21 0 0 0 16 0 9 0 1551235443 889225216 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1891/tid=1898] ppid=1890 vsize=868384 CPUtime=0
/proc/1891/task/1898/stat : 1898 (java) S 1890 1877 352 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1551235443 889225216 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1891/tid=1899] ppid=1890 vsize=868384 CPUtime=0
/proc/1891/task/1899/stat : 1899 (java) S 1890 1877 352 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551235443 889225216 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887340

[startup+3.10214 s]
/proc/loadavg: 1.92 2.01 2.05 4/91 1899
/proc/meminfo: memFree=1597296/2055920 swapFree=4114104/4192956
[pid=1877] ppid=1875 vsize=13600 CPUtime=0.5
/proc/1877/stat : 1877 (sugar) S 1875 1877 352 0 -1 4194304 974 5124 0 1 3 0 44 3 15 0 1 0 1551235381 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1877/statm: 3400 797 370 3 0 500 0
[pid=1890] ppid=1877 vsize=5356 CPUtime=0
/proc/1890/stat : 1890 (sh) S 1877 1877 352 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1551235438 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1890/statm: 1339 233 193 169 0 50 0
[pid=1891] ppid=1890 vsize=868384 CPUtime=2.48
/proc/1891/stat : 1891 (java) S 1890 1877 352 0 -1 0 7315 0 1 0 230 18 0 0 18 0 9 0 1551235439 889225216 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1891/statm: 217096 6028 2563 9 0 211643 0
[pid=1891/tid=1892] ppid=1890 vsize=868384 CPUtime=2.03
/proc/1891/task/1892/stat : 1892 (java) R 1890 1877 352 0 -1 64 3234 0 1 0 189 14 0 0 25 0 9 0 1551235439 889225216 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4126581580 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1891/tid=1893] ppid=1890 vsize=868384 CPUtime=0.19
/proc/1891/task/1893/stat : 1893 (java) S 1890 1877 352 0 -1 64 1902 0 0 0 17 2 0 0 16 0 9 0 1551235441 889225216 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1891/tid=1894] ppid=1890 vsize=868384 CPUtime=0
/proc/1891/task/1894/stat : 1894 (java) S 1890 1877 352 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1551235441 889225216 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1891/tid=1895] ppid=1890 vsize=868384 CPUtime=0
/proc/1891/task/1895/stat : 1895 (java) S 1890 1877 352 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1551235441 889225216 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1891/tid=1896] ppid=1890 vsize=868384 CPUtime=0
/proc/1891/task/1896/stat : 1896 (java) S 1890 1877 352 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1551235443 889225216 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1891/tid=1897] ppid=1890 vsize=868384 CPUtime=0.23
/proc/1891/task/1897/stat : 1897 (java) S 1890 1877 352 0 -1 64 1486 0 0 0 23 0 0 0 16 0 9 0 1551235443 889225216 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1891/tid=1898] ppid=1890 vsize=868384 CPUtime=0
/proc/1891/task/1898/stat : 1898 (java) S 1890 1877 352 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1551235443 889225216 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1891/tid=1899] ppid=1890 vsize=868384 CPUtime=0
/proc/1891/task/1899/stat : 1899 (java) S 1890 1877 352 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551235443 889225216 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887340

[startup+6.30176 s]
/proc/loadavg: 2.01 2.03 2.05 3/83 1901
/proc/meminfo: memFree=1545648/2055920 swapFree=4114104/4192956
[pid=1877] ppid=1875 vsize=13600 CPUtime=3.27
/proc/1877/stat : 1877 (sugar) S 1875 1877 352 0 -1 4194304 1033 12827 0 2 3 0 300 24 15 0 1 0 1551235381 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1877/statm: 3400 799 370 3 0 500 0
[pid=1900] ppid=1877 vsize=5356 CPUtime=0
/proc/1900/stat : 1900 (sh) S 1877 1877 352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551235720 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1900/statm: 1339 232 193 169 0 50 0
[pid=1901] ppid=1900 vsize=56740 CPUtime=2.88
/proc/1901/stat : 1901 (minisat) R 1900 1877 352 0 -1 4194304 13210 0 0 0 279 9 0 0 25 0 1 0 1551235720 58101760 13196 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/1901/statm: 14185 13196 75 150 0 14032 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 75696

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

[startup+6.40278 s]
/proc/loadavg: 2.01 2.03 2.05 3/83 1901
/proc/meminfo: memFree=1545648/2055920 swapFree=4114104/4192956
[pid=1877] ppid=1875 vsize=13600 CPUtime=3.27
/proc/1877/stat : 1877 (sugar) S 1875 1877 352 0 -1 4194304 1033 12827 0 2 3 0 300 24 15 0 1 0 1551235381 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1877/statm: 3400 799 370 3 0 500 0
[pid=1900] ppid=1877 vsize=5356 CPUtime=0
/proc/1900/stat : 1900 (sh) S 1877 1877 352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551235720 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1900/statm: 1339 232 193 169 0 50 0
[pid=1901] ppid=1900 vsize=56872 CPUtime=2.98
/proc/1901/stat : 1901 (minisat) R 1900 1877 352 0 -1 4194304 13213 0 0 0 289 9 0 0 25 0 1 0 1551235720 58236928 13199 996147200 134512640 135127466 4294956256 18446744073709551615 134527246 0 0 4096 3 0 0 0 17 1 0 0
/proc/1901/statm: 14218 13199 75 150 0 14065 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 75828

[startup+6.80286 s]
/proc/loadavg: 2.01 2.03 2.05 3/91 1911
/proc/meminfo: memFree=1592880/2055920 swapFree=4114104/4192956
[pid=1877] ppid=1875 vsize=0 CPUtime=6.66
/proc/1877/stat : 1877 (sugar) R 1875 1877 352 0 -1 4194308 1149 30162 0 3 3 2 625 36 16 0 1 0 1551235381 0 0 996147200 0 0 0 0 0 0 0 4224 16386 0 0 0 17 1 0 0
/proc/1877/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 6.80357
CPU time (s): 6.68698
CPU user time (s): 6.29304
CPU system time (s): 0.39394
CPU usage (%): 98.2863
Max. virtual memory (cumulated for all children) (KiB): 887340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.29304
system time used= 0.39394
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31311
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= 6824
involuntary context switches= 6838

runsolver used 0.008998 second user time and 0.032994 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-05 01:53:11
IDJOB=1081146
IDBENCH=57080
IDSOLVER=346
FILE ID=node9/1081146-1215215591
PBS_JOBID= 7881742
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/js-taillard-15/normalized-js-taillard-15-105-3.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-1081146-1215215591/watcher-1081146-1215215591 -o /tmp/evaluation-result-1081146-1215215591/solver-1081146-1215215591 -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-1081146-1215215591.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f1f972a717a5676ec1be016e9f24b7e2
RANDOM SEED=1757652396

node9.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.265
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	: 5931.00
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.265
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:       1623296 kB
Buffers:         26580 kB
Cached:         145888 kB
SwapCached:      73012 kB
Active:         307188 kB
Inactive:        71376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1623296 kB
SwapTotal:     4192956 kB
SwapFree:      4114104 kB
Dirty:            1540 kB
Writeback:           0 kB
Mapped:         222076 kB
Slab:            38884 kB
Committed_AS:  3823828 kB
PageTables:       2232 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= 66544 MiB
End job on node9 at 2008-07-05 01:53:18