Trace number 232611

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, and are wall clock time (not CPU 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 0.40SAT 161.655 162.804

General information on the benchmark

Nametaillard/js-taillard-20/
js-taillard-20-105-9.xml
MD5SUM5ca1001f00286587ef5b8e92274fab66
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 benchmark161.655
SatisfiableYES
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1697
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.05	c # Sugar v0-40 (/tmp/evaluation/232611-1170106562/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/232611-1170106562/unknown.xml [Mon Jan 29 22:36:02 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/232611-1170106562/unknown.xml /tmp/evaluation/232611-1170106562/sugar28819.csp [Mon Jan 29 22:36:02 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232611-1170106562/sugar-v0-40.jar -convert /tmp/evaluation/232611-1170106562/unknown.xml /tmp/evaluation/232611-1170106562/sugar28819.csp
0.17	c BEGIN convert /tmp/evaluation/232611-1170106562/unknown.xml
0.91	c END convert (0.743723 seconds)
0.97	c # CONVERT_XML  END : /tmp/evaluation/232611-1170106562/sugar28819.csp 201443 bytes (1 seconds) [Mon Jan 29 22:36:03 2007]
0.97	c # CONVERT_XML  CPU : 0.86 = 0 + 0 + 0.79 + 0.07
0.97	
0.97	c # GENERATE_SAT  BEGIN : /tmp/evaluation/232611-1170106562/sugar28819.bcnf [Mon Jan 29 22:36:03 2007]
0.97	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232611-1170106562/sugar-v0-40.jar -bcnf -map /tmp/evaluation/232611-1170106562/sugar28819.map /tmp/evaluation/232611-1170106562/sugar28819.csp /tmp/evaluation/232611-1170106562/sugar28819.bcnf
1.09	c BEGIN parse /tmp/evaluation/232611-1170106562/sugar28819.csp
1.79	c END parse (0.708074 seconds)
1.79	c BEGIN simplify
1.83	c END simplify (0.03439 seconds)
1.83	c BEGIN encode /tmp/evaluation/232611-1170106562/sugar28819.bcnf
14.21	c END encode (12.383365 seconds)
14.34	c # GENERATE_SAT  END : 666348 variables 13419931 clauses 209577444 bytes (14 seconds) [Mon Jan 29 22:36:17 2007]
14.34	c # GENERATE_SAT  CPU : 13.19 = 0.07 + 0.01 + 12.15 + 0.96
14.34	
14.34	c # SOLVE_SAT  BEGIN : /tmp/evaluation/232611-1170106562/sugar28819.bcnf [Mon Jan 29 22:36:17 2007]
14.34	c # CMD : /tmp/evaluation/232611-1170106562/minisat /tmp/evaluation/232611-1170106562/sugar28819.bcnf /tmp/evaluation/232611-1170106562/sugar28819.out
28.14	c ==================================[MINISAT]===================================
28.14	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
28.14	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
28.14	c ==============================================================================
28.14	c |         0 | 6162295 17357203 | 2054098       0        0     nan |  0.000 % |
31.34	c |       100 | 6162295 17357203 | 2259507     100     1655    16.6 | 57.333 % |
34.51	c |       250 | 6162295 17357203 | 2485458     250     5497    22.0 | 57.333 % |
37.98	c |       476 | 6162295 17357203 | 2734004     476    10660    22.4 | 57.333 % |
44.09	c |       814 | 6162295 17357203 | 3007404     814    18262    22.4 | 57.333 % |
54.31	c |      1321 | 6162297 17357203 | 3308145    1319    36168    27.4 | 57.333 % |
67.32	c |      2081 | 6162297 17357203 | 3638959    2079    60752    29.2 | 57.333 % |
85.26	c |      3220 | 6162297 17357203 | 4002855    3218   102297    31.8 | 57.333 % |
113.15	c |      4928 | 6162297 17357203 | 4403141    4926   185513    37.7 | 57.333 % |
159.00	c |      7490 | 6162299 17357203 | 4843455    7486   292104    39.0 | 57.333 % |
161.36	c ==============================================================================
161.36	c restarts              : 10
161.36	c conflicts             : 7623           (52 /sec)
161.36	c decisions             : 13590          (94 /sec)
161.36	c propagations          : 157632862      (1085537 /sec)
161.36	c conflict literals     : 294699         (24.78 % deleted)
161.36	c Memory used           : 568.15 MB
161.36	c CPU time              : 145.212 s
161.36	c 
161.36	c SATISFIABLE
161.80	c # SOLVE_SAT  END : SATISFIABLE (147 seconds) [Mon Jan 29 22:38:44 2007]
161.80	c # SOLVE_SAT  CPU : 146.57 = 0 + 0 + 145.52 + 1.05
161.80	
161.80	c # RESULT : SATISFIABLE
161.80	
161.80	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 22:38:44 2007]
161.93	c BEGIN read SAT output /tmp/evaluation/232611-1170106562/sugar28819.out
162.50	c END read SAT output (0.569355 seconds)
162.50	c BEGIN write solution /tmp/evaluation/232611-1170106562/sugar28819.sol
162.65	c END write solution (0.151791 seconds)
162.68	s SATISFIABLE
162.68	v 68 272 300 334 396 407 467 510 562 639 676 691 734 798 807 848 969 1015 1461 1611 7 313 416 476 559 644 656 664 686 704 767 798 1006 1103 1156 1157 1160 1260 1325 1486 32 118 212 700 713 747 821 823 909 994 1015 1123 1193 1248 1358 1404 1424 1467 1627 1644 64 67 115 182 195 281 369 437 492 513 621 628 719 742 856 948 1367 1499 1553 1610 52 165 239 402 420 473 548 566 581 680 698 722 726 772 789 856 891 953 1605 1676 4 15 29 119 193 260 388 458 466 492 541 554 632 727 807 838 860 1009 1171 1262 0 97 160 171 242 243 306 376 409 483 561 647 736 756 774 843 870 1089 1251 1296 367 502 589 683 845 1084 1089 1161 1191 1232 1323 1361 1456 1471 1488 1549 1620 1638 1660 1677 36 113 183 245 353 412 497 579 622 745 832 904 1075 1149 1372 1413 1422 1468 1523 1601 57 152 271 308 493 508 527 674 792 878 959 1097 1186 1268 1316 1329 1369 1429 1474 1635 153 164 250 329 559 707 775 869 930 988 1060 1131 1188 1244 1318 1397 1429 1494 1600 1653 11 31 81 153 352 388 424 595 599 625 687 792 1006 1110 1171 1191 1260 1269 1518 1558 12 80 163 255 313 407 599 696 738 774 846 937 970 1014 1073 1120 1348 1535 1620 1646 86 258 304 313 377 458 555 576 578 727 758 775 918 1043 1145 1223 1316 1436 1509 1598 179 323 385 394 427 443 712 774 870 945 1104 1190 1280 1388 1436 1466 1512 1562 1591 1600 41 46 125 179 563 589 648 981 1037 1099 1130 1133 1158 1218 1230 1335 1373 1482 1547 1633 13 16 227 315 656 738 764 765 766 825 861 926 1051 1141 1161 1259 1262 1328 1403 1534 6 58 134 213 276 328 351 386 408 535 644 670 976 1060 1076 1104 1132 1186 1341 1427 153 442 621 689 729 755 803 885 939 999 1132 1253 1350 1373 1472 1558 1604 1629 1682 1693 98 171 263 313 671 771 862 977 1066 1143 1160 1184 1251 1261 1363 1454 1552 1612 1641 1674
162.68	c # OUTPUT_SOL  END :  (1 seconds) [Mon Jan 29 22:38:45 2007]
162.68	c # OUTPUT_SOL  CPU : 0.859999999999991 = 0.01 + 0 + 0.759999999999991 + 0.0899999999999999
162.68	
162.68	c # MAIN  END :  (163 seconds) [Mon Jan 29 22:38:45 2007]
162.68	c # MAIN  CPU : 161.48 = 0.08 + 0.01 + 159.22 + 2.17
162.68	

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node4/watcher-232611-1170106562 -o ROOT/results/node4/solver-232611-1170106562 -C 1800 -M 900 /tmp/evaluation/232611-1170106562/solver /tmp/evaluation/232611-1170106562 /tmp/evaluation/232611-1170106562/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.05 2.63 2.77 5/87 28820
/proc/meminfo: memFree=1816592/2055920 swapFree=4192812/4192956
[pid=28819] ppid=28817 vsize=7504 CPUtime=0
/proc/28819/stat : 28819 (sugar) R 28817 28819 28098 0 -1 4194304 315 0 0 0 0 0 0 0 20 0 1 0 30611092 7684096 51 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259910564189 0 0 4096 0 0 0 0 17 1 0 0
/proc/28819/statm: 1876 51 38 3 0 55 0

[startup+0.105177 s]
/proc/loadavg: 2.05 2.63 2.77 5/87 28820
/proc/meminfo: memFree=1816592/2055920 swapFree=4192812/4192956
[pid=28819] ppid=28817 vsize=13724 CPUtime=0.04
/proc/28819/stat : 28819 (sugar) S 28817 28819 28098 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30611092 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28819/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.513226 s]
/proc/loadavg: 2.05 2.63 2.77 5/87 28820
/proc/meminfo: memFree=1816592/2055920 swapFree=4192812/4192956
[pid=28819] ppid=28817 vsize=13724 CPUtime=0.04
/proc/28819/stat : 28819 (sugar) S 28817 28819 28098 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30611092 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28819/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.3353 s]
/proc/loadavg: 2.05 2.63 2.77 3/95 28836
/proc/meminfo: memFree=1809296/2055920 swapFree=4192812/4192956
[pid=28819] ppid=28817 vsize=13724 CPUtime=0.9
/proc/28819/stat : 28819 (sugar) S 28817 28819 28098 0 -1 4194304 1190 9528 0 1 3 1 79 7 15 0 1 0 30611092 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28819/statm: 3431 809 371 3 0 531 0
[pid=28829] ppid=28819 vsize=807064 CPUtime=0.34
/proc/28829/stat : 28829 (java) R 28819 28819 28098 0 -1 0 6544 0 1 0 31 3 0 0 17 0 8 0 30611189 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479415 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28829/statm: 201766 6294 1494 14 0 189044 0
[pid=28829/tid=28830] ppid=28819 vsize=807064 CPUtime=0.02
/proc/28829/task/28830/stat : 28830 (java) S 28819 28819 28098 0 -1 64 492 0 0 0 2 0 0 0 16 0 8 0 30611192 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28829/tid=28831] ppid=28819 vsize=807064 CPUtime=0
/proc/28829/task/28831/stat : 28831 (java) S 28819 28819 28098 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30611192 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28829/tid=28832] ppid=28819 vsize=807064 CPUtime=0
/proc/28829/task/28832/stat : 28832 (java) S 28819 28819 28098 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30611192 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28829/tid=28833] ppid=28819 vsize=807064 CPUtime=0
/proc/28829/task/28833/stat : 28833 (java) S 28819 28819 28098 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30611196 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28829/tid=28834] ppid=28819 vsize=807064 CPUtime=0.05
/proc/28829/task/28834/stat : 28834 (java) R 28819 28819 28098 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 30611196 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28829/tid=28835] ppid=28819 vsize=807064 CPUtime=0
/proc/28829/task/28835/stat : 28835 (java) S 28819 28819 28098 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30611196 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28829/tid=28836] ppid=28819 vsize=807064 CPUtime=0
/proc/28829/task/28836/stat : 28836 (java) S 28819 28819 28098 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30611196 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 820788

[startup+2.98745 s]
/proc/loadavg: 2.05 2.63 2.77 3/95 28836
/proc/meminfo: memFree=1777872/2055920 swapFree=4192812/4192956
[pid=28819] ppid=28817 vsize=13724 CPUtime=0.9
/proc/28819/stat : 28819 (sugar) S 28817 28819 28098 0 -1 4194304 1190 9528 0 1 3 1 79 7 16 0 1 0 30611092 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28819/statm: 3431 809 371 3 0 531 0
[pid=28829] ppid=28819 vsize=807344 CPUtime=1.99
/proc/28829/stat : 28829 (java) R 28819 28819 28098 0 -1 0 8784 0 1 0 186 13 0 0 25 0 8 0 30611189 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073796177 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28829/statm: 201836 8530 1510 14 0 189114 0
[pid=28829/tid=28830] ppid=28819 vsize=807344 CPUtime=0.13
/proc/28829/task/28830/stat : 28830 (java) S 28819 28819 28098 0 -1 64 2552 0 0 0 12 1 0 0 17 0 8 0 30611192 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28829/tid=28831] ppid=28819 vsize=807344 CPUtime=0
/proc/28829/task/28831/stat : 28831 (java) S 28819 28819 28098 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30611192 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28829/tid=28832] ppid=28819 vsize=807344 CPUtime=0
/proc/28829/task/28832/stat : 28832 (java) S 28819 28819 28098 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30611192 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28829/tid=28833] ppid=28819 vsize=807344 CPUtime=0
/proc/28829/task/28833/stat : 28833 (java) S 28819 28819 28098 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30611196 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28829/tid=28834] ppid=28819 vsize=807344 CPUtime=0.17
/proc/28829/task/28834/stat : 28834 (java) S 28819 28819 28098 0 -1 64 420 0 0 0 16 1 0 0 16 0 8 0 30611196 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28829/tid=28835] ppid=28819 vsize=807344 CPUtime=0
/proc/28829/task/28835/stat : 28835 (java) S 28819 28819 28098 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30611196 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28829/tid=28836] ppid=28819 vsize=807344 CPUtime=0
/proc/28829/task/28836/stat : 28836 (java) S 28819 28819 28098 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30611196 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 821068

[startup+6.19576 s]
/proc/loadavg: 2.05 2.62 2.77 3/95 28836
/proc/meminfo: memFree=1720144/2055920 swapFree=4192812/4192956
[pid=28819] ppid=28817 vsize=13724 CPUtime=0.9
/proc/28819/stat : 28819 (sugar) S 28817 28819 28098 0 -1 4194304 1190 9528 0 1 3 1 79 7 16 0 1 0 30611092 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28819/statm: 3431 809 371 3 0 531 0
[pid=28829] ppid=28819 vsize=807344 CPUtime=5.18
/proc/28829/stat : 28829 (java) R 28819 28819 28098 0 -1 0 8785 0 1 0 484 34 0 0 25 0 8 0 30611189 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073796318 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28829/statm: 201836 8531 1510 14 0 189114 0
[pid=28829/tid=28830] ppid=28819 vsize=807344 CPUtime=0.13
/proc/28829/task/28830/stat : 28830 (java) S 28819 28819 28098 0 -1 64 2552 0 0 0 12 1 0 0 16 0 8 0 30611192 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28829/tid=28831] ppid=28819 vsize=807344 CPUtime=0
/proc/28829/task/28831/stat : 28831 (java) S 28819 28819 28098 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30611192 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28829/tid=28832] ppid=28819 vsize=807344 CPUtime=0
/proc/28829/task/28832/stat : 28832 (java) S 28819 28819 28098 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30611192 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28829/tid=28833] ppid=28819 vsize=807344 CPUtime=0
/proc/28829/task/28833/stat : 28833 (java) S 28819 28819 28098 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30611196 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28829/tid=28834] ppid=28819 vsize=807344 CPUtime=0.17
/proc/28829/task/28834/stat : 28834 (java) S 28819 28819 28098 0 -1 64 421 0 0 0 16 1 0 0 16 0 8 0 30611196 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28829/tid=28835] ppid=28819 vsize=807344 CPUtime=0
/proc/28829/task/28835/stat : 28835 (java) S 28819 28819 28098 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30611196 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28829/tid=28836] ppid=28819 vsize=807344 CPUtime=0
/proc/28829/task/28836/stat : 28836 (java) S 28819 28819 28098 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30611196 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 821068

[startup+12.6844 s]
/proc/loadavg: 2.12 2.63 2.77 3/95 28836
/proc/meminfo: memFree=1604624/2055920 swapFree=4192812/4192956
[pid=28819] ppid=28817 vsize=13724 CPUtime=0.9
/proc/28819/stat : 28819 (sugar) S 28817 28819 28098 0 -1 4194304 1190 9528 0 1 3 1 79 7 16 0 1 0 30611092 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28819/statm: 3431 809 371 3 0 531 0
[pid=28829] ppid=28819 vsize=807344 CPUtime=11.56
/proc/28829/stat : 28829 (java) R 28819 28819 28098 0 -1 0 8785 0 1 0 1073 83 0 0 25 0 8 0 30611189 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795870 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28829/statm: 201836 8531 1510 14 0 189114 0
[pid=28829/tid=28830] ppid=28819 vsize=807344 CPUtime=0.13
/proc/28829/task/28830/stat : 28830 (java) S 28819 28819 28098 0 -1 64 2552 0 0 0 12 1 0 0 16 0 8 0 30611192 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28829/tid=28831] ppid=28819 vsize=807344 CPUtime=0
/proc/28829/task/28831/stat : 28831 (java) S 28819 28819 28098 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30611192 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28829/tid=28832] ppid=28819 vsize=807344 CPUtime=0
/proc/28829/task/28832/stat : 28832 (java) S 28819 28819 28098 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30611192 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28829/tid=28833] ppid=28819 vsize=807344 CPUtime=0
/proc/28829/task/28833/stat : 28833 (java) S 28819 28819 28098 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30611196 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28829/tid=28834] ppid=28819 vsize=807344 CPUtime=0.17
/proc/28829/task/28834/stat : 28834 (java) S 28819 28819 28098 0 -1 64 421 0 0 0 16 1 0 0 16 0 8 0 30611196 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28829/tid=28835] ppid=28819 vsize=807344 CPUtime=0
/proc/28829/task/28835/stat : 28835 (java) S 28819 28819 28098 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30611196 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28829/tid=28836] ppid=28819 vsize=807344 CPUtime=0
/proc/28829/task/28836/stat : 28836 (java) S 28819 28819 28098 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30611196 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 821068

[startup+25.5376 s]
/proc/loadavg: 2.24 2.63 2.77 3/88 28837
/proc/meminfo: memFree=1054344/2055920 swapFree=4192812/4192956
[pid=28819] ppid=28817 vsize=18372 CPUtime=14.09
/proc/28819/stat : 28819 (sugar) S 28817 28819 28098 0 -1 4194304 2413 18329 0 2 10 2 1294 103 18 0 1 0 30611092 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28819/statm: 4593 1934 373 3 0 1693 0
[pid=28837] ppid=28819 vsize=578256 CPUtime=11.11
/proc/28837/stat : 28837 (minisat) R 28819 28819 28098 0 -1 0 138758 0 0 0 1020 91 0 0 25 0 1 0 30612526 592134144 137527 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134529401 0 0 4096 0 0 0 0 17 1 0 0
/proc/28837/statm: 144564 137527 36 112 0 144448 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 596628

[startup+51.2141 s]
/proc/loadavg: 2.15 2.58 2.75 3/88 28837
/proc/meminfo: memFree=1051016/2055920 swapFree=4192812/4192956
[pid=28819] ppid=28817 vsize=18372 CPUtime=14.09
/proc/28819/stat : 28819 (sugar) S 28817 28819 28098 0 -1 4194304 2423 18329 0 2 10 2 1294 103 16 0 1 0 30611092 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28819/statm: 4593 1934 373 3 0 1693 0
[pid=28837] ppid=28819 vsize=579176 CPUtime=36.65
/proc/28837/stat : 28837 (minisat) R 28819 28819 28098 0 -1 0 139011 0 0 0 3573 92 0 0 25 0 1 0 30612526 593076224 137780 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/28837/statm: 144794 137780 51 112 0 144678 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 597548

[startup+102.463 s]
/proc/loadavg: 2.07 2.48 2.70 3/88 28837
/proc/meminfo: memFree=1050440/2055920 swapFree=4192812/4192956
[pid=28819] ppid=28817 vsize=18372 CPUtime=14.09
/proc/28819/stat : 28819 (sugar) S 28817 28819 28098 0 -1 4194304 2423 18329 0 2 10 2 1294 103 16 0 1 0 30611092 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28819/statm: 4593 1934 373 3 0 1693 0
[pid=28837] ppid=28819 vsize=579176 CPUtime=87.51
/proc/28837/stat : 28837 (minisat) R 28819 28819 28098 0 -1 0 139026 0 0 0 8659 92 0 0 25 0 1 0 30612526 593076224 137795 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28837/statm: 144794 137795 51 112 0 144678 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 597548

[startup+162.547 s]
/proc/loadavg: 2.02 2.39 2.66 3/88 28837
/proc/meminfo: memFree=1042760/2055920 swapFree=4192812/4192956
[pid=28819] ppid=28817 vsize=18372 CPUtime=160.66
/proc/28819/stat : 28819 (sugar) S 28817 28819 28098 0 -1 4194304 2488 158038 0 2 10 2 15846 208 15 0 1 0 30611092 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28819/statm: 4593 1934 373 3 0 1693 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 18372

Child status: 0
Real time (s): 162.804
CPU time (s): 161.655
CPU user time (s): 159.336
CPU system time (s): 2.31965
CPU usage (%): 99.2947
Max. virtual memory (cumulated for all children) (KiB): 821068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 159.336
system time used= 2.31965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174331
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= 2055
involuntary context switches= 6746

runsolver used 0.176973 s user time and 0.555915 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Mon Jan 29 21:36:02 UTC 2007


IDJOB= 232611
IDBENCH= 6537
IDSOLVER= 86
FILE ID= node4/232611-1170106562

PBS_JOBID= 3689776

Free space on /tmp= 66558 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20/js-taillard-20-105-9.xml
COMMAND LINE= /tmp/evaluation/232611-1170106562/solver /tmp/evaluation/232611-1170106562 /tmp/evaluation/232611-1170106562/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-232611-1170106562 -o ROOT/results/node4/solver-232611-1170106562 -C 1800 -M 900  /tmp/evaluation/232611-1170106562/solver /tmp/evaluation/232611-1170106562 /tmp/evaluation/232611-1170106562/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  5ca1001f00286587ef5b8e92274fab66

RANDOM SEED= 188104307

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.231
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.231
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:       1817072 kB
Buffers:         35096 kB
Cached:          67380 kB
SwapCached:          0 kB
Active:         125620 kB
Inactive:        53156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1817072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1460 kB
Writeback:           0 kB
Mapped:          96048 kB
Slab:            44980 kB
Committed_AS:   588828 kB
PageTables:       2200 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= 66558 MiB



End job on node4 on Mon Jan 29 21:38:45 UTC 2007