Trace number 233096

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 43.03 43.8483

General information on the benchmark

Nametaillard/os-taillard-20/
os-taillard-20-100-7.xml
MD5SUMb7da7eeabd87a2ed31538cf45df24a02
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 benchmark0.916859
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1269
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/233096-1170106620/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/233096-1170106620/unknown.xml [Mon Jan 29 22:37:00 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/233096-1170106620/unknown.xml /tmp/evaluation/233096-1170106620/sugar26624.csp [Mon Jan 29 22:37:00 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/233096-1170106620/sugar-v0-40.jar -convert /tmp/evaluation/233096-1170106620/unknown.xml /tmp/evaluation/233096-1170106620/sugar26624.csp
0.17	c BEGIN convert /tmp/evaluation/233096-1170106620/unknown.xml
1.15	c END convert (0.970407 seconds)
1.18	c # CONVERT_XML  END : /tmp/evaluation/233096-1170106620/sugar26624.csp 378504 bytes (1 seconds) [Mon Jan 29 22:37:01 2007]
1.18	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
1.18	
1.18	c # GENERATE_SAT  BEGIN : /tmp/evaluation/233096-1170106620/sugar26624.bcnf [Mon Jan 29 22:37:01 2007]
1.18	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/233096-1170106620/sugar-v0-40.jar -bcnf -map /tmp/evaluation/233096-1170106620/sugar26624.map /tmp/evaluation/233096-1170106620/sugar26624.csp /tmp/evaluation/233096-1170106620/sugar26624.bcnf
1.30	c BEGIN parse /tmp/evaluation/233096-1170106620/sugar26624.csp
2.40	c END parse (1.093187 seconds)
2.40	c BEGIN simplify
2.48	c END simplify (0.077959 seconds)
2.48	c BEGIN encode /tmp/evaluation/233096-1170106620/sugar26624.bcnf
19.91	c END encode (17.434428 seconds)
20.12	c # GENERATE_SAT  END : 502839 variables 18297003 clauses 290651668 bytes (19 seconds) [Mon Jan 29 22:37:20 2007]
20.12	c # GENERATE_SAT  CPU : 18.54 = 0.14 + 0.01 + 17.11 + 1.28
20.12	
20.12	c # SOLVE_SAT  BEGIN : /tmp/evaluation/233096-1170106620/sugar26624.bcnf [Mon Jan 29 22:37:20 2007]
20.12	c # CMD : /tmp/evaluation/233096-1170106620/minisat /tmp/evaluation/233096-1170106620/sugar26624.bcnf /tmp/evaluation/233096-1170106620/sugar26624.out
30.93	c ==================================[MINISAT]===================================
30.93	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
30.93	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
30.93	c ==============================================================================
30.93	c |         0 | 18297003 54365770 | 6099001       0        0     nan |  0.000 % |
34.80	c |       100 | 18297003 54365770 | 6708901     100     1583    15.8 |  0.000 % |
38.88	c |       250 | 18297003 54365770 | 7379791     250     3639    14.6 |  0.000 % |
42.52	c ==============================================================================
42.52	c restarts              : 3
42.52	c conflicts             : 335            (16 /sec)
42.52	c decisions             : 5585           (267 /sec)
42.52	c propagations          : 4244267        (203106 /sec)
42.52	c conflict literals     : 5507           (6.99 % deleted)
42.52	c Memory used           : 769.46 MB
42.52	c CPU time              : 20.8968 s
42.52	c 
42.52	c SATISFIABLE
42.91	c # SOLVE_SAT  END : SATISFIABLE (23 seconds) [Mon Jan 29 22:37:43 2007]
42.91	c # SOLVE_SAT  CPU : 22.56 = 0 + 0.01 + 21.15 + 1.4
42.91	
42.91	c # RESULT : SATISFIABLE
42.91	
42.91	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 22:37:43 2007]
43.04	c BEGIN read SAT output /tmp/evaluation/233096-1170106620/sugar26624.out
43.46	c END read SAT output (0.426281 seconds)
43.46	c BEGIN write solution /tmp/evaluation/233096-1170106620/sugar26624.sol
43.66	c END write solution (0.195649 seconds)
43.67	s SATISFIABLE
43.67	v 113 71 620 518 26 279 459 70 858 225 870 372 1139 177 997 526 1065 727 58 1206 851 467 430 415 242 1086 1179 5 934 340 721 444 287 75 1074 672 809 96 199 975 1029 1212 1 140 400 1114 955 220 65 182 335 479 1254 570 19 600 830 741 513 971 253 941 759 887 188 1010 661 109 351 228 415 70 502 1082 839 627 1177 10 612 548 311 344 1173 1064 459 84 994 669 1138 882 1222 272 188 507 102 595 1186 518 812 724 1109 604 1196 18 411 316 721 1046 1266 739 357 65 1096 586 181 491 649 90 785 255 1079 370 47 836 543 1 452 194 1165 693 608 1186 529 777 764 1022 912 908 1107 78 188 788 359 1020 481 456 115 1140 563 176 599 696 1106 850 1204 804 277 542 399 940 15 411 509 251 111 1119 0 154 339 79 930 648 26 1246 1021 874 1141 591 728 790 947 535 278 147 817 293 1173 765 1218 483 185 1213 1137 553 902 1069 1031 0 650 610 63 212 895 383 1171 1057 597 89 793 446 15 715 1249 1067 567 947 1124 1006 1060 317 55 784 217 1065 606 298 331 457 798 389 126 695 879 789 970 636 1198 548 1088 1145 72 1025 611 581 223 89 238 143 654 168 1066 412 357 1239 943 897 1165 724 484 1063 114 994 184 3 919 339 436 512 86 842 1021 567 1237 896 1109 768 202 680 581 1213 853 1226 501 219 1011 1082 492 375 1122 419 277 10 646 19 563 876 1249 691 446 935 188 479 1106 374 507 893 769 1172 1096 316 1030 8 1022 938 662 82 856 1229 1251 297 613 5 420 795 924 1011 51 856 567 1076 226 1238 329 706 166 527 762 510 1157 74 479 15 901 391 1038 576 210 977 663 1172 1101 306 94 1256 816 77 925 764 1265 22 1012 923 1091 436 504 89 580 353 1187 878 593 882 707 914 698 799 386 1260 347 304 622 94 830 689 865 1169 1090 731 938 907 199 431 254 1030 1266 293 651 1043 1067 1
43.68	c # OUTPUT_SOL  END :  (1 seconds) [Mon Jan 29 22:37:44 2007]
43.68	c # OUTPUT_SOL  CPU : 0.760000000000004 = 0.00999999999999998 + 0 + 0.660000000000004 + 0.0899999999999999
43.68	
43.68	c # MAIN  END :  (44 seconds) [Mon Jan 29 22:37:44 2007]
43.68	c # MAIN  CPU : 41.86 = 0.15 + 0.02 + 38.92 + 2.77
43.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/node7/watcher-233096-1170106620 -o ROOT/results/node7/solver-233096-1170106620 -C 1800 -M 900 /tmp/evaluation/233096-1170106620/solver /tmp/evaluation/233096-1170106620 /tmp/evaluation/233096-1170106620/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.94 3.02 3.06 3/94 26625
/proc/meminfo: memFree=1248448/2055920 swapFree=4192812/4192956
[pid=26624] ppid=26622 vsize=18540 CPUtime=0
/proc/26624/stat : 26624 (runsolver) R 26622 26624 26097 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30616750 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 244671114535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26624/statm: 4635 279 244 17 0 2626 0

[startup+0.102306 s]
/proc/loadavg: 2.94 3.02 3.06 3/94 26625
/proc/meminfo: memFree=1248448/2055920 swapFree=4192812/4192956
[pid=26624] ppid=26622 vsize=13724 CPUtime=0.04
/proc/26624/stat : 26624 (sugar) S 26622 26624 26097 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30616750 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26624/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.510348 s]
/proc/loadavg: 2.94 3.02 3.06 3/94 26625
/proc/meminfo: memFree=1248448/2055920 swapFree=4192812/4192956
[pid=26624] ppid=26622 vsize=13724 CPUtime=0.04
/proc/26624/stat : 26624 (sugar) S 26622 26624 26097 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30616750 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26624/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33343 s]
/proc/loadavg: 2.94 3.02 3.06 4/102 26633
/proc/meminfo: memFree=1209152/2055920 swapFree=4192812/4192956
[pid=26624] ppid=26622 vsize=13724 CPUtime=0.04
/proc/26624/stat : 26624 (sugar) S 26622 26624 26097 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30616750 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26624/statm: 3431 808 370 3 0 531 0
[pid=26626] ppid=26624 vsize=0 CPUtime=1.07
/proc/26626/stat : 26626 (java) Z 26624 26624 26097 0 -1 1036 11191 0 1 0 100 7 0 0 17 0 1 0 30616756 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26626/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 13724

[startup+2.9866 s]
/proc/loadavg: 2.94 3.02 3.06 3/103 26641
/proc/meminfo: memFree=1217728/2055920 swapFree=4192812/4192956
[pid=26624] ppid=26622 vsize=13724 CPUtime=0.04
/proc/26624/stat : 26624 (sugar) S 26622 26624 26097 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30616750 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26624/statm: 3431 808 370 3 0 531 0
[pid=26626] ppid=26624 vsize=0 CPUtime=1.07
/proc/26626/stat : 26626 (java) Z 26624 26624 26097 0 -1 1036 11191 0 1 0 100 7 0 0 17 0 1 0 30616756 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26626/statm: 0 0 0 0 0 0 0
[pid=26634] ppid=26624 vsize=807332 CPUtime=1.77
/proc/26634/stat : 26634 (java) R 26624 26624 26097 0 -1 0 9814 0 1 0 168 9 0 0 25 0 8 0 30616869 826707968 9558 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152096608 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26634/statm: 201833 9558 1510 14 0 189111 0
[pid=26634/tid=26635] ppid=26624 vsize=807332 CPUtime=0.2
/proc/26634/task/26635/stat : 26635 (java) S 26624 26624 26097 0 -1 64 3582 0 0 0 19 1 0 0 16 0 8 0 30616873 826707968 9558 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26634/tid=26636] ppid=26624 vsize=807332 CPUtime=0
/proc/26634/task/26636/stat : 26636 (java) S 26624 26624 26097 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30616873 826707968 9558 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26634/tid=26637] ppid=26624 vsize=807332 CPUtime=0
/proc/26634/task/26637/stat : 26637 (java) S 26624 26624 26097 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30616873 826707968 9558 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26634/tid=26638] ppid=26624 vsize=807332 CPUtime=0
/proc/26634/task/26638/stat : 26638 (java) S 26624 26624 26097 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30616876 826707968 9558 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26634/tid=26639] ppid=26624 vsize=807332 CPUtime=0.16
/proc/26634/task/26639/stat : 26639 (java) S 26624 26624 26097 0 -1 64 418 0 0 0 16 0 0 0 16 0 8 0 30616876 826707968 9558 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26634/tid=26640] ppid=26624 vsize=807332 CPUtime=0
/proc/26634/task/26640/stat : 26640 (java) S 26624 26624 26097 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30616876 826707968 9558 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26634/tid=26641] ppid=26624 vsize=807332 CPUtime=0
/proc/26634/task/26641/stat : 26641 (java) S 26624 26624 26097 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30616876 826707968 9558 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 821056

[startup+6.27294 s]
/proc/loadavg: 2.86 3.00 3.06 3/103 26641
/proc/meminfo: memFree=1159104/2055920 swapFree=4192812/4192956
[pid=26624] ppid=26622 vsize=13724 CPUtime=0.04
/proc/26624/stat : 26624 (sugar) S 26622 26624 26097 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30616750 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26624/statm: 3431 808 370 3 0 531 0
[pid=26626] ppid=26624 vsize=0 CPUtime=1.07
/proc/26626/stat : 26626 (java) Z 26624 26624 26097 0 -1 1036 11191 0 1 0 100 7 0 0 17 0 1 0 30616756 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26626/statm: 0 0 0 0 0 0 0
[pid=26634] ppid=26624 vsize=807332 CPUtime=5.03
/proc/26634/stat : 26634 (java) R 26624 26624 26097 0 -1 0 9818 0 1 0 471 32 0 0 25 0 8 0 30616869 826707968 9561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803843 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26634/statm: 201833 9561 1510 14 0 189111 0
[pid=26634/tid=26635] ppid=26624 vsize=807332 CPUtime=0.2
/proc/26634/task/26635/stat : 26635 (java) S 26624 26624 26097 0 -1 64 3582 0 0 0 19 1 0 0 16 0 8 0 30616873 826707968 9561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26634/tid=26636] ppid=26624 vsize=807332 CPUtime=0
/proc/26634/task/26636/stat : 26636 (java) S 26624 26624 26097 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30616873 826707968 9561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26634/tid=26637] ppid=26624 vsize=807332 CPUtime=0
/proc/26634/task/26637/stat : 26637 (java) S 26624 26624 26097 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30616873 826707968 9561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26634/tid=26638] ppid=26624 vsize=807332 CPUtime=0
/proc/26634/task/26638/stat : 26638 (java) S 26624 26624 26097 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30616876 826707968 9561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26634/tid=26639] ppid=26624 vsize=807332 CPUtime=0.17
/proc/26634/task/26639/stat : 26639 (java) S 26624 26624 26097 0 -1 64 421 0 0 0 17 0 0 0 16 0 8 0 30616876 826707968 9561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26634/tid=26640] ppid=26624 vsize=807332 CPUtime=0
/proc/26634/task/26640/stat : 26640 (java) S 26624 26624 26097 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30616876 826707968 9561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26634/tid=26641] ppid=26624 vsize=807332 CPUtime=0
/proc/26634/task/26641/stat : 26641 (java) S 26624 26624 26097 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30616876 826707968 9561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 821056

[startup+12.6866 s]
/proc/loadavg: 2.87 3.00 3.06 3/103 26641
/proc/meminfo: memFree=1037824/2055920 swapFree=4192812/4192956
[pid=26624] ppid=26622 vsize=13724 CPUtime=0.04
/proc/26624/stat : 26624 (sugar) S 26622 26624 26097 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30616750 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26624/statm: 3431 808 370 3 0 531 0
[pid=26626] ppid=26624 vsize=0 CPUtime=1.07
/proc/26626/stat : 26626 (java) Z 26624 26624 26097 0 -1 1036 11191 0 1 0 100 7 0 0 17 0 1 0 30616756 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26626/statm: 0 0 0 0 0 0 0
[pid=26634] ppid=26624 vsize=807332 CPUtime=11.3
/proc/26634/stat : 26634 (java) R 26624 26624 26097 0 -1 0 11761 0 1 0 1055 75 0 0 25 0 8 0 30616869 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802398 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26634/statm: 201833 11503 1510 14 0 189111 0
[pid=26634/tid=26635] ppid=26624 vsize=807332 CPUtime=0.25
/proc/26634/task/26635/stat : 26635 (java) S 26624 26624 26097 0 -1 64 5524 0 0 0 23 2 0 0 16 0 8 0 30616873 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26634/tid=26636] ppid=26624 vsize=807332 CPUtime=0
/proc/26634/task/26636/stat : 26636 (java) S 26624 26624 26097 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30616873 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26634/tid=26637] ppid=26624 vsize=807332 CPUtime=0
/proc/26634/task/26637/stat : 26637 (java) S 26624 26624 26097 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30616873 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26634/tid=26638] ppid=26624 vsize=807332 CPUtime=0
/proc/26634/task/26638/stat : 26638 (java) S 26624 26624 26097 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30616876 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26634/tid=26639] ppid=26624 vsize=807332 CPUtime=0.17
/proc/26634/task/26639/stat : 26639 (java) S 26624 26624 26097 0 -1 64 421 0 0 0 17 0 0 0 16 0 8 0 30616876 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26634/tid=26640] ppid=26624 vsize=807332 CPUtime=0
/proc/26634/task/26640/stat : 26640 (java) S 26624 26624 26097 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30616876 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26634/tid=26641] ppid=26624 vsize=807332 CPUtime=0
/proc/26634/task/26641/stat : 26641 (java) S 26624 26624 26097 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30616876 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 821056

[startup+25.549 s]
/proc/loadavg: 2.90 3.00 3.06 4/96 26642
/proc/meminfo: memFree=626936/2055920 swapFree=4192812/4192956
[pid=26624] ppid=26622 vsize=22196 CPUtime=18.59
/proc/26624/stat : 26624 (sugar) S 26622 26624 26097 0 -1 4194304 3371 11780 0 1 17 3 1711 128 18 0 1 0 30616750 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26624/statm: 5549 2891 373 3 0 2649 0
[pid=26626] ppid=26624 vsize=0 CPUtime=1.07
/proc/26626/stat : 26626 (java) Z 26624 26624 26097 0 -1 1036 11191 0 1 0 100 7 0 0 17 0 1 0 30616756 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26626/statm: 0 0 0 0 0 0 0
[pid=26642] ppid=26624 vsize=381392 CPUtime=5.35
/proc/26642/stat : 26642 (minisat) R 26624 26624 26097 0 -1 0 90387 0 0 0 476 59 0 0 25 0 1 0 30618763 390545408 90182 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134638492 0 0 4096 0 0 0 0 17 1 0 0
/proc/26642/statm: 95348 90182 35 112 0 95232 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 403588

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 26624 and gives childrusage.ru_utime.tv_sec=39 childrusage.ru_utime.tv_usec=110054 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=969548
CPU time returned by wait4() is 42.0796
while last known CPU time is 43.03

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 43.8483
CPU time (s): 43.03
CPU user time (s): 40.1
CPU system time (s): 2.93
CPU usage (%): 98.1338
Max. virtual memory (cumulated for all children) (KiB): 829332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.1101
system time used= 2.96955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222526
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= 1444
involuntary context switches= 3018

runsolver used 0.05999 s user time and 0.143978 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Mon Jan 29 21:37:00 UTC 2007


IDJOB= 233096
IDBENCH= 6581
IDSOLVER= 86
FILE ID= node7/233096-1170106620

PBS_JOBID= 3689778

Free space on /tmp= 66557 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-20/os-taillard-20-100-7.xml
COMMAND LINE= /tmp/evaluation/233096-1170106620/solver /tmp/evaluation/233096-1170106620 /tmp/evaluation/233096-1170106620/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-233096-1170106620 -o ROOT/results/node7/solver-233096-1170106620 -C 1800 -M 900  /tmp/evaluation/233096-1170106620/solver /tmp/evaluation/233096-1170106620 /tmp/evaluation/233096-1170106620/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  b7da7eeabd87a2ed31538cf45df24a02

RANDOM SEED= 34720442

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.232
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.232
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:       1248928 kB
Buffers:         38140 kB
Cached:          55700 kB
SwapCached:          0 kB
Active:         711468 kB
Inactive:        50224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1248928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1804 kB
Writeback:           0 kB
Mapped:         693124 kB
Slab:            28944 kB
Committed_AS:  1031972 kB
PageTables:       3408 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= 66557 MiB



End job on node7 on Mon Jan 29 21:37:44 UTC 2007