Trace number 1092582

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 38.4442 40.3807

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-105-7.xml
MD5SUM933af775481748d76719206dbc8b6623
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 benchmark18.9771
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1715
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
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 18:42:37 2008
0.00/0.04	c 0	PID 19245
0.00/0.05	c 0	HOST node76.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1092582-1215276156.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-1092582-1215276156.xml' 'HOME/temp.csp'
0.03/0.67	c 0	400 domains, 400 variables, 2 predicates, 0 relations, 4180 constraints
0.03/0.72	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.72	c 0	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.65/0.80	c 0	Parsing HOME/temp.csp
0.90/1.08	c 1	parsed 4982 expressions
0.90/1.09	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.90/1.09	c 1	Converting to clausal form CSP
1.01/1.11	c 1	converted 499 (10%) expressions
1.01/1.18	c 1	converted 997 (20%) expressions
1.10/1.28	c 1	converted 1495 (30%) expressions
1.20/1.31	c 1	converted 1993 (40%) expressions
1.20/1.33	c 1	converted 2491 (50%) expressions
1.20/1.34	c 1	converted 2990 (60%) expressions
1.20/1.35	c 1	converted 3488 (70%) expressions
1.20/1.37	c 1	converted 3986 (80%) expressions
1.20/1.38	c 1	converted 4484 (90%) expressions
1.30/1.43	c 1	converted 4982 (100%) expressions
1.30/1.43	c 1	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 1715
1.30/1.43	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.43	c 1	Propagation in CSP
1.50/1.69	c 1	383838 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.50/1.69	c 1	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 945
1.50/1.69	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.69	c 1	Simplifing CSP by introducing new Boolean variables
1.60/1.78	c 1	CSP : 400 integers, 7600 booleans, 11780 clauses, largest domain size 945
1.60/1.78	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.69/1.83	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.69/1.89	c 1	40 (10%) CSP integer variables are encoded (33260 clauses, 476784 bytes)
1.80/1.93	c 1	80 (20%) CSP integer variables are encoded (64240 clauses, 941484 bytes)
1.80/1.96	c 2	120 (30%) CSP integer variables are encoded (88880 clauses, 1311084 bytes)
1.80/1.99	c 2	160 (40%) CSP integer variables are encoded (114960 clauses, 1732481 bytes)
1.89/2.02	c 2	200 (50%) CSP integer variables are encoded (136680 clauses, 2101721 bytes)
1.89/2.06	c 2	240 (60%) CSP integer variables are encoded (170640 clauses, 2679041 bytes)
1.89/2.09	c 2	280 (70%) CSP integer variables are encoded (191700 clauses, 3037061 bytes)
1.99/2.14	c 2	320 (80%) CSP integer variables are encoded (224800 clauses, 3599761 bytes)
1.99/2.17	c 2	360 (90%) CSP integer variables are encoded (253220 clauses, 4082901 bytes)
2.09/2.21	c 2	400 (100%) CSP integer variables are encoded (281560 clauses, 4564681 bytes)
2.68/2.84	c 2	1178 (10%) CSP clauses are encoded (595438 clauses, 11614957 bytes)
3.38/3.56	c 3	2356 (20%) CSP clauses are encoded (978988 clauses, 20549955 bytes)
3.87/4.09	c 4	3534 (30%) CSP clauses are encoded (1256078 clauses, 26993249 bytes)
4.57/6.37	c 6	4712 (40%) CSP clauses are encoded (1617451 clauses, 35424680 bytes)
5.07/6.87	c 6	5890 (50%) CSP clauses are encoded (1875870 clauses, 41458498 bytes)
5.57/7.34	c 7	7068 (60%) CSP clauses are encoded (2125328 clauses, 47347109 bytes)
6.05/7.82	c 7	8246 (70%) CSP clauses are encoded (2370262 clauses, 53314869 bytes)
6.65/8.41	c 8	9424 (80%) CSP clauses are encoded (2689066 clauses, 61052620 bytes)
7.14/8.95	c 9	10602 (90%) CSP clauses are encoded (2977140 clauses, 67986489 bytes)
7.84/9.64	c 9	11780 (100%) CSP clauses are encoded (3361176 clauses, 76866510 bytes)
7.84/9.64	c 9	11780 CSP clauses encoded
7.84/9.64	c 9	Writing map file : HOME/temp.map
7.84/9.65	c 9	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.84/9.65	c 9	SAT : 289560 SAT variables, 3361176 SAT clauses, 76866510 bytes
7.84/9.65	c 9	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.84/9.68	c 9	SOLVING HOME/temp.cnf
7.84/9.68	c 9	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
37.83/39.87	c 39	DECODING HOME/temp.out WITH HOME/temp.map
37.83/39.87	c 39	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
37.93/39.95	c 40	Decoding HOME/temp.out
37.93/40.30	s SATISFIABLE
37.93/40.31	v 117 179 271 450 632 727 741 771 860 929 961 1020 1040 1066 1173 1263 1315 1363 1465 1616 0 12 288 320 755 799 882 955 968 993 1001 1038 1049 1050 1094 1202 1209 1256 1507 1673 13 80 148 192 380 521 558 610 647 929 996 1029 1066 1139 1181 1264 1352 1431 1523 1589 0 37 122 204 298 375 549 647 648 653 661 828 847 855 895 933 992 1092 1305 1440 46 171 192 279 357 395 507 579 663 714 723 768 781 814 953 1020 1025 1133 1221 1321 1 221 381 513 563 583 625 718 723 808 873 950 1006 1148 1256 1338 1347 1431 1466 1664 141 179 320 411 432 570 671 718 781 929 1080 1145 1195 1206 1274 1372 1428 1466 1523 1541 1 5 275 294 437 470 612 678 680 723 864 961 1123 1196 1329 1374 1400 1574 1602 1690 0 46 74 173 277 300 388 456 482 547 648 746 805 872 916 1025 1107 1404 1549 1666 5 70 87 93 181 271 355 413 520 535 602 698 802 869 1029 1081 1132 1230 1492 1649 253 345 354 425 526 683 774 784 993 1095 1206 1268 1322 1474 1479 1518 1581 1658 1685 1688 0 73 223 476 526 658 812 878 1001 1101 1233 1327 1393 1414 1474 1490 1545 1622 1667 1709 0 103 183 257 328 337 434 550 636 961 1054 1144 1157 1256 1305 1340 1391 1514 1647 1711 0 183 223 288 380 390 450 607 739 812 902 935 1034 1095 1180 1337 1436 1471 1538 1622 6 74 271 392 475 521 529 600 803 836 905 980 1017 1167 1264 1288 1414 1526 1549 1676 0 74 94 104 173 179 221 588 671 678 729 1045 1317 1341 1343 1441 1521 1558 1629 1670 49 155 583 610 630 729 766 854 878 940 1008 1072 1125 1166 1435 1501 1523 1584 1599 1656 0 94 182 308 383 394 435 514 538 768 836 929 1044 1180 1251 1264 1347 1503 1522 1581 88 181 215 251 333 361 413 435 470 556 593 655 714 774 775 855 1049 1124 1158 1400 182 268 336 432 464 485 526 644 845 962 974 1144 1268 1271 1362 1435 1441 1523 1587 1624
37.93/40.32	c 40	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
37.93/40.34	c 40	CPU 22.98 (0.04 0.01 22.94 15.4)
37.93/40.34	c 40	END Sat Jul  5 18:43:17 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-1092582-1215276156/watcher-1092582-1215276156 -o /tmp/evaluation-result-1092582-1215276156/solver-1092582-1215276156 -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-1092582-1215276156.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.00 2.00 2.00 4/79 19245
/proc/meminfo: memFree=1682584/2055920 swapFree=4179164/4192956
[pid=19245] ppid=19243 vsize=8540 CPUtime=0
/proc/19245/stat : 19245 (sugar) R 19243 19245 17166 0 -1 4194304 67 0 0 0 0 0 0 0 20 0 1 0 139296287 8744960 52 996147200 4194304 4206940 548682068608 18446744073709551615 265671473196 0 0 4096 0 0 0 0 17 1 0 0
/proc/19245/statm: 2135 52 39 3 0 55 0

[startup+0.0696769 s]
/proc/loadavg: 2.00 2.00 2.00 4/79 19245
/proc/meminfo: memFree=1682584/2055920 swapFree=4179164/4192956
[pid=19245] ppid=19243 vsize=13600 CPUtime=0.03
/proc/19245/stat : 19245 (sugar) S 19243 19245 17166 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 139296287 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19245/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101682 s]
/proc/loadavg: 2.00 2.00 2.00 4/79 19245
/proc/meminfo: memFree=1682584/2055920 swapFree=4179164/4192956
[pid=19245] ppid=19243 vsize=13600 CPUtime=0.03
/proc/19245/stat : 19245 (sugar) S 19243 19245 17166 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 139296287 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19245/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301707 s]
/proc/loadavg: 2.00 2.00 2.00 4/79 19245
/proc/meminfo: memFree=1682584/2055920 swapFree=4179164/4192956
[pid=19245] ppid=19243 vsize=13600 CPUtime=0.03
/proc/19245/stat : 19245 (sugar) S 19243 19245 17166 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 139296287 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19245/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701745 s]
/proc/loadavg: 2.00 2.00 2.00 4/79 19245
/proc/meminfo: memFree=1682584/2055920 swapFree=4179164/4192956
[pid=19245] ppid=19243 vsize=13600 CPUtime=0.03
/proc/19245/stat : 19245 (sugar) S 19243 19245 17166 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 139296287 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19245/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.00 2.00 2.00 4/90 19267
/proc/meminfo: memFree=1674176/2055920 swapFree=4179164/4192956
[pid=19245] ppid=19243 vsize=13600 CPUtime=0.65
/proc/19245/stat : 19245 (sugar) S 19243 19245 17166 0 -1 4194304 974 7186 0 1 3 0 58 4 15 0 1 0 139296287 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19245/statm: 3400 797 370 3 0 500 0
[pid=19258] ppid=19245 vsize=5356 CPUtime=0
/proc/19258/stat : 19258 (sh) S 19245 19245 17166 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 139296360 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19258/statm: 1339 233 193 169 0 50 0
[pid=19259] ppid=19258 vsize=868360 CPUtime=0.75
/proc/19259/stat : 19259 (java) S 19258 19245 17166 0 -1 0 7329 0 1 0 71 4 0 0 20 0 9 0 139296360 889200640 6535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19259/statm: 217090 6535 2540 9 0 211665 0
[pid=19259/tid=19260] ppid=19258 vsize=868360 CPUtime=0.44
/proc/19259/task/19260/stat : 19260 (java) R 19258 19245 17166 0 -1 64 2673 0 1 0 43 1 0 0 25 0 9 0 139296361 889200640 6535 996147200 134512640 134550740 4294955952 18446744073709551615 4126594020 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19259/tid=19261] ppid=19258 vsize=868360 CPUtime=0.1
/proc/19259/task/19261/stat : 19261 (java) S 19258 19245 17166 0 -1 64 2488 0 0 0 9 1 0 0 16 0 9 0 139296362 889200640 6535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19259/tid=19262] ppid=19258 vsize=868360 CPUtime=0
/proc/19259/task/19262/stat : 19262 (java) S 19258 19245 17166 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 139296362 889200640 6535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19259/tid=19263] ppid=19258 vsize=868360 CPUtime=0
/proc/19259/task/19263/stat : 19263 (java) S 19258 19245 17166 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 139296362 889200640 6535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19259/tid=19264] ppid=19258 vsize=868360 CPUtime=0
/proc/19259/task/19264/stat : 19264 (java) S 19258 19245 17166 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 139296364 889200640 6535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19259/tid=19265] ppid=19258 vsize=868360 CPUtime=0.18
/proc/19259/task/19265/stat : 19265 (java) S 19258 19245 17166 0 -1 64 1475 0 0 0 18 0 0 0 16 0 9 0 139296364 889200640 6535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19259/tid=19266] ppid=19258 vsize=868360 CPUtime=0
/proc/19259/task/19266/stat : 19266 (java) S 19258 19245 17166 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 139296364 889200640 6535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19259/tid=19267] ppid=19258 vsize=868360 CPUtime=0
/proc/19259/task/19267/stat : 19267 (java) S 19258 19245 17166 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 139296364 889200640 6535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887316

[startup+3.10302 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 19267
/proc/meminfo: memFree=1658432/2055920 swapFree=4179164/4192956
[pid=19245] ppid=19243 vsize=13600 CPUtime=0.65
/proc/19245/stat : 19245 (sugar) S 19243 19245 17166 0 -1 4194304 974 7186 0 1 3 0 58 4 15 0 1 0 139296287 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19245/statm: 3400 797 370 3 0 500 0
[pid=19258] ppid=19245 vsize=5356 CPUtime=0
/proc/19258/stat : 19258 (sh) S 19245 19245 17166 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 139296360 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19258/statm: 1339 233 193 169 0 50 0
[pid=19259] ppid=19258 vsize=868472 CPUtime=2.32
/proc/19259/stat : 19259 (java) S 19258 19245 17166 0 -1 0 8394 0 1 0 216 16 0 0 20 0 9 0 139296360 889315328 7156 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19259/statm: 217118 7156 2564 9 0 211665 0
[pid=19259/tid=19260] ppid=19258 vsize=868472 CPUtime=1.78
/proc/19259/task/19260/stat : 19260 (java) R 19258 19245 17166 0 -1 64 3160 0 1 0 166 12 0 0 25 0 9 0 139296361 889315328 7156 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19259/tid=19261] ppid=19258 vsize=868472 CPUtime=0.3
/proc/19259/task/19261/stat : 19261 (java) S 19258 19245 17166 0 -1 64 3039 0 0 0 27 3 0 0 16 0 9 0 139296362 889315328 7156 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19259/tid=19262] ppid=19258 vsize=868472 CPUtime=0
/proc/19259/task/19262/stat : 19262 (java) S 19258 19245 17166 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 139296362 889315328 7156 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19259/tid=19263] ppid=19258 vsize=868472 CPUtime=0
/proc/19259/task/19263/stat : 19263 (java) S 19258 19245 17166 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 139296362 889315328 7156 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19259/tid=19264] ppid=19258 vsize=868472 CPUtime=0
/proc/19259/task/19264/stat : 19264 (java) S 19258 19245 17166 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 139296364 889315328 7156 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19259/tid=19265] ppid=19258 vsize=868472 CPUtime=0.22
/proc/19259/task/19265/stat : 19265 (java) S 19258 19245 17166 0 -1 64 1502 0 0 0 22 0 0 0 16 0 9 0 139296364 889315328 7156 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19259/tid=19266] ppid=19258 vsize=868472 CPUtime=0
/proc/19259/task/19266/stat : 19266 (java) S 19258 19245 17166 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 139296364 889315328 7156 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19259/tid=19267] ppid=19258 vsize=868472 CPUtime=0
/proc/19259/task/19267/stat : 19267 (java) S 19258 19245 17166 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 139296364 889315328 7156 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887428

[startup+6.30139 s]
/proc/loadavg: 2.16 2.03 2.01 2/90 19267
/proc/meminfo: memFree=1627584/2055920 swapFree=4179164/4192956
[pid=19245] ppid=19243 vsize=13600 CPUtime=0.65
/proc/19245/stat : 19245 (sugar) S 19243 19245 17166 0 -1 4194304 974 7186 0 1 3 0 58 4 15 0 1 0 139296287 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19245/statm: 3400 797 370 3 0 500 0
[pid=19258] ppid=19245 vsize=5356 CPUtime=0
/proc/19258/stat : 19258 (sh) S 19245 19245 17166 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 139296360 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19258/statm: 1339 233 193 169 0 50 0
[pid=19259] ppid=19258 vsize=868472 CPUtime=3.92
/proc/19259/stat : 19259 (java) S 19258 19245 17166 0 -1 0 8914 0 1 0 361 31 0 0 20 0 9 0 139296360 889315328 7158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19259/statm: 217118 7158 2564 9 0 211665 0
[pid=19259/tid=19260] ppid=19258 vsize=868472 CPUtime=3.24
/proc/19259/task/19260/stat : 19260 (java) R 19258 19245 17166 0 -1 64 3678 0 1 0 300 24 0 0 25 0 9 0 139296361 889315328 7158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19259/tid=19261] ppid=19258 vsize=868472 CPUtime=0.43
/proc/19259/task/19261/stat : 19261 (java) S 19258 19245 17166 0 -1 64 3039 0 0 0 37 6 0 0 16 0 9 0 139296362 889315328 7158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19259/tid=19262] ppid=19258 vsize=868472 CPUtime=0
/proc/19259/task/19262/stat : 19262 (java) S 19258 19245 17166 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 139296362 889315328 7158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19259/tid=19263] ppid=19258 vsize=868472 CPUtime=0
/proc/19259/task/19263/stat : 19263 (java) S 19258 19245 17166 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 139296362 889315328 7158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19259/tid=19264] ppid=19258 vsize=868472 CPUtime=0
/proc/19259/task/19264/stat : 19264 (java) S 19258 19245 17166 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 139296364 889315328 7158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19259/tid=19265] ppid=19258 vsize=868472 CPUtime=0.22
/proc/19259/task/19265/stat : 19265 (java) S 19258 19245 17166 0 -1 64 1504 0 0 0 22 0 0 0 16 0 9 0 139296364 889315328 7158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19259/tid=19266] ppid=19258 vsize=868472 CPUtime=0
/proc/19259/task/19266/stat : 19266 (java) S 19258 19245 17166 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 139296364 889315328 7158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19259/tid=19267] ppid=19258 vsize=868472 CPUtime=0
/proc/19259/task/19267/stat : 19267 (java) S 19258 19245 17166 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 139296364 889315328 7158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 887428

[startup+12.7011 s]
/proc/loadavg: 2.23 2.05 2.02 3/82 19269
/proc/meminfo: memFree=1574272/2055920 swapFree=4179164/4192956
[pid=19245] ppid=19243 vsize=13600 CPUtime=7.89
/proc/19245/stat : 19245 (sugar) S 19243 19245 17166 0 -1 4194304 1022 17498 0 2 3 0 718 68 16 0 1 0 139296287 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19245/statm: 3400 799 370 3 0 500 0
[pid=19268] ppid=19245 vsize=5356 CPUtime=0
/proc/19268/stat : 19268 (sh) S 19245 19245 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139297256 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19268/statm: 1339 232 193 169 0 50 0
[pid=19269] ppid=19268 vsize=46348 CPUtime=2.99
/proc/19269/stat : 19269 (picosat) R 19268 19245 17166 0 -1 4194304 7715 0 0 0 138 161 0 0 25 0 1 0 139297256 47460352 7701 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19269/statm: 11587 7701 40 102 0 11482 0
Current children cumulated CPU time (s) 10.88
Current children cumulated vsize (KiB) 65304

[startup+25.5015 s]
/proc/loadavg: 2.40 2.09 2.03 3/82 19269
/proc/meminfo: memFree=1522816/2055920 swapFree=4179164/4192956
[pid=19245] ppid=19243 vsize=13600 CPUtime=7.89
/proc/19245/stat : 19245 (sugar) S 19243 19245 17166 0 -1 4194304 1022 17498 0 2 3 0 718 68 16 0 1 0 139296287 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19245/statm: 3400 799 370 3 0 500 0
[pid=19268] ppid=19245 vsize=5356 CPUtime=0
/proc/19268/stat : 19268 (sh) S 19245 19245 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139297256 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19268/statm: 1339 232 193 169 0 50 0
[pid=19269] ppid=19268 vsize=98792 CPUtime=15.71
/proc/19269/stat : 19269 (picosat) R 19268 19245 17166 0 -1 4194304 20505 0 0 0 721 850 0 0 25 0 1 0 139297256 101163008 20491 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19269/statm: 24698 20491 40 102 0 24593 0
Current children cumulated CPU time (s) 23.6
Current children cumulated vsize (KiB) 117748

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

[startup+31.9063 s]
/proc/loadavg: 2.37 2.09 2.03 3/82 19269
/proc/meminfo: memFree=1497856/2055920 swapFree=4179164/4192956
[pid=19245] ppid=19243 vsize=13600 CPUtime=7.89
/proc/19245/stat : 19245 (sugar) S 19243 19245 17166 0 -1 4194304 1022 17498 0 2 3 0 718 68 16 0 1 0 139296287 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19245/statm: 3400 799 370 3 0 500 0
[pid=19268] ppid=19245 vsize=5356 CPUtime=0
/proc/19268/stat : 19268 (sh) S 19245 19245 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139297256 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19268/statm: 1339 232 193 169 0 50 0
[pid=19269] ppid=19268 vsize=129028 CPUtime=22.08
/proc/19269/stat : 19269 (picosat) R 19268 19245 17166 0 -1 4194304 26740 0 0 0 1014 1194 0 0 25 0 1 0 139297256 132124672 26726 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19269/statm: 32257 26726 40 102 0 32152 0
Current children cumulated CPU time (s) 29.97
Current children cumulated vsize (KiB) 147984

[startup+35.1016 s]
/proc/loadavg: 2.34 2.09 2.03 3/82 19269
/proc/meminfo: memFree=1485440/2055920 swapFree=4179164/4192956
[pid=19245] ppid=19243 vsize=13600 CPUtime=7.89
/proc/19245/stat : 19245 (sugar) S 19243 19245 17166 0 -1 4194304 1022 17498 0 2 3 0 718 68 16 0 1 0 139296287 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19245/statm: 3400 799 370 3 0 500 0
[pid=19268] ppid=19245 vsize=5356 CPUtime=0
/proc/19268/stat : 19268 (sh) S 19245 19245 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139297256 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19268/statm: 1339 232 193 169 0 50 0
[pid=19269] ppid=19268 vsize=139588 CPUtime=25.27
/proc/19269/stat : 19269 (picosat) R 19268 19245 17166 0 -1 4194304 29745 0 0 0 1168 1359 0 0 25 0 1 0 139297256 142938112 29731 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19269/statm: 34897 29731 40 102 0 34792 0
Current children cumulated CPU time (s) 33.16
Current children cumulated vsize (KiB) 158544

[startup+38.302 s]
/proc/loadavg: 2.34 2.09 2.03 3/82 19269
/proc/meminfo: memFree=1478144/2055920 swapFree=4179164/4192956
[pid=19245] ppid=19243 vsize=13600 CPUtime=7.89
/proc/19245/stat : 19245 (sugar) S 19243 19245 17166 0 -1 4194304 1022 17498 0 2 3 0 718 68 16 0 1 0 139296287 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19245/statm: 3400 799 370 3 0 500 0
[pid=19268] ppid=19245 vsize=5356 CPUtime=0
/proc/19268/stat : 19268 (sh) S 19245 19245 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139297256 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19268/statm: 1339 232 193 169 0 50 0
[pid=19269] ppid=19268 vsize=149376 CPUtime=28.44
/proc/19269/stat : 19269 (picosat) R 19268 19245 17166 0 -1 4194304 31615 0 0 0 1380 1464 0 0 25 0 1 0 139297256 152961024 31601 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/19269/statm: 37344 31601 42 102 0 37239 0
Current children cumulated CPU time (s) 36.33
Current children cumulated vsize (KiB) 168332

[startup+39.1011 s]
/proc/loadavg: 2.34 2.09 2.03 3/82 19269
/proc/meminfo: memFree=1477952/2055920 swapFree=4179164/4192956
[pid=19245] ppid=19243 vsize=13600 CPUtime=7.89
/proc/19245/stat : 19245 (sugar) S 19243 19245 17166 0 -1 4194304 1022 17498 0 2 3 0 718 68 16 0 1 0 139296287 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19245/statm: 3400 799 370 3 0 500 0
[pid=19268] ppid=19245 vsize=5356 CPUtime=0
/proc/19268/stat : 19268 (sh) S 19245 19245 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139297256 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19268/statm: 1339 232 193 169 0 50 0
[pid=19269] ppid=19268 vsize=149376 CPUtime=29.24
/proc/19269/stat : 19269 (picosat) R 19268 19245 17166 0 -1 4194304 31633 0 0 0 1460 1464 0 0 25 0 1 0 139297256 152961024 31619 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19269/statm: 37344 31619 42 102 0 37239 0
Current children cumulated CPU time (s) 37.13
Current children cumulated vsize (KiB) 168332

[startup+39.9012 s]
/proc/loadavg: 2.34 2.09 2.03 3/82 19269
/proc/meminfo: memFree=1477760/2055920 swapFree=4179164/4192956
[pid=19245] ppid=19243 vsize=13600 CPUtime=37.93
/proc/19245/stat : 19245 (sugar) S 19243 19245 17166 0 -1 4194304 1073 49473 0 2 4 0 2253 1536 16 0 1 0 139296287 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19245/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 37.93
Current children cumulated vsize (KiB) 13600

[startup+40.3012 s]
/proc/loadavg: 2.34 2.09 2.03 3/82 19269
/proc/meminfo: memFree=1477760/2055920 swapFree=4179164/4192956
[pid=19245] ppid=19243 vsize=13600 CPUtime=37.93
/proc/19245/stat : 19245 (sugar) S 19243 19245 17166 0 -1 4194304 1091 49473 0 2 4 0 2253 1536 16 0 1 0 139296287 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19245/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 37.93
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 40.3807
CPU time (s): 38.4442
CPU user time (s): 22.9885
CPU system time (s): 15.4557
CPU usage (%): 95.2042
Max. virtual memory (cumulated for all children) (KiB): 887428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.9885
system time used= 15.4557
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54526
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= 17233
involuntary context switches= 17329

runsolver used 0.042993 second user time and 0.154976 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-05 18:42:37
IDJOB=1092582
IDBENCH=58637
IDSOLVER=345
FILE ID=node76/1092582-1215276156
PBS_JOBID= 7882134
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/js-taillard-20/normalized-js-taillard-20-105-7.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-1092582-1215276156/watcher-1092582-1215276156 -o /tmp/evaluation-result-1092582-1215276156/solver-1092582-1215276156 -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-1092582-1215276156.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 933af775481748d76719206dbc8b6623
RANDOM SEED=1842996541

node76.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1683064 kB
Buffers:         57588 kB
Cached:         229312 kB
SwapCached:       7608 kB
Active:         175360 kB
Inactive:       132900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1683064 kB
SwapTotal:     4192956 kB
SwapFree:      4179164 kB
Dirty:            1852 kB
Writeback:           0 kB
Mapped:          31796 kB
Slab:            49644 kB
Committed_AS:   531784 kB
PageTables:       2024 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= 66484 MiB
End job on node76 at 2008-07-05 18:43:17