Trace number 233275

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 48.52 49.3661

General information on the benchmark

Nametaillard/os-taillard-20/
os-taillard-20-100-9.xml
MD5SUM7bcc6ec8aa0f71b96754283e8b08b1cc
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 benchmark1.90271
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1284
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/233275-1170106685/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/233275-1170106685/unknown.xml [Mon Jan 29 22:38:05 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/233275-1170106685/unknown.xml /tmp/evaluation/233275-1170106685/sugar18825.csp [Mon Jan 29 22:38:05 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/233275-1170106685/sugar-v0-40.jar -convert /tmp/evaluation/233275-1170106685/unknown.xml /tmp/evaluation/233275-1170106685/sugar18825.csp
0.17	c BEGIN convert /tmp/evaluation/233275-1170106685/unknown.xml
1.16	c END convert (0.983746 seconds)
1.18	c # CONVERT_XML  END : /tmp/evaluation/233275-1170106685/sugar18825.csp 378200 bytes (1 seconds) [Mon Jan 29 22:38:06 2007]
1.18	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
1.18	
1.18	c # GENERATE_SAT  BEGIN : /tmp/evaluation/233275-1170106685/sugar18825.bcnf [Mon Jan 29 22:38:06 2007]
1.18	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/233275-1170106685/sugar-v0-40.jar -bcnf -map /tmp/evaluation/233275-1170106685/sugar18825.map /tmp/evaluation/233275-1170106685/sugar18825.csp /tmp/evaluation/233275-1170106685/sugar18825.bcnf
1.30	c BEGIN parse /tmp/evaluation/233275-1170106685/sugar18825.csp
2.40	c END parse (1.097378 seconds)
2.40	c BEGIN simplify
2.48	c END simplify (0.082061 seconds)
2.48	c BEGIN encode /tmp/evaluation/233275-1170106685/sugar18825.bcnf
20.33	c END encode (17.850851 seconds)
20.55	c # GENERATE_SAT  END : 508524 variables 18506748 clauses 293984856 bytes (20 seconds) [Mon Jan 29 22:38:26 2007]
20.55	c # GENERATE_SAT  CPU : 18.96 = 0.13 + 0.01 + 17.61 + 1.21
20.55	
20.55	c # SOLVE_SAT  BEGIN : /tmp/evaluation/233275-1170106685/sugar18825.bcnf [Mon Jan 29 22:38:26 2007]
20.55	c # CMD : /tmp/evaluation/233275-1170106685/minisat /tmp/evaluation/233275-1170106685/sugar18825.bcnf /tmp/evaluation/233275-1170106685/sugar18825.out
31.83	c ==================================[MINISAT]===================================
31.83	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
31.83	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
31.83	c ==============================================================================
31.83	c |         0 | 18506748 54989320 | 6168916       0        0     nan |  0.000 % |
38.70	c |       100 | 18506748 54989320 | 6785807     100      976     9.8 |  0.000 % |
44.53	c |       250 | 18506748 54989320 | 7464388     250     2790    11.2 |  0.000 % |
47.98	c ==============================================================================
47.98	c restarts              : 3
47.98	c conflicts             : 384            (15 /sec)
47.98	c decisions             : 8723           (341 /sec)
47.98	c propagations          : 5862543        (229175 /sec)
47.98	c conflict literals     : 4141           (5.50 % deleted)
47.98	c Memory used           : 816.48 MB
47.98	c CPU time              : 25.5811 s
47.98	c 
47.98	c SATISFIABLE
48.37	c # SOLVE_SAT  END : SATISFIABLE (27 seconds) [Mon Jan 29 22:38:53 2007]
48.37	c # SOLVE_SAT  CPU : 27.53 = 0 + 0.01 + 25.82 + 1.7
48.37	
48.37	c # RESULT : SATISFIABLE
48.37	
48.37	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 22:38:53 2007]
48.50	c BEGIN read SAT output /tmp/evaluation/233275-1170106685/sugar18825.out
48.96	c END read SAT output (0.460613 seconds)
48.96	c BEGIN write solution /tmp/evaluation/233275-1170106685/sugar18825.sol
49.15	c END write solution (0.193854 seconds)
49.19	s SATISFIABLE
49.19	v 303 201 250 784 914 992 737 124 411 905 276 893 1256 646 524 1117 876 1241 1182 401 99 742 194 680 411 149 298 5 370 695 573 1093 0 1209 270 834 317 503 994 903 173 251 142 47 21 919 746 346 821 376 591 1133 950 502 561 1229 1056 745 1010 1102 102 1256 471 985 931 539 337 327 1018 810 1090 834 156 384 611 714 1166 244 22 13 1275 1176 163 1178 496 1109 1186 259 5 102 372 722 1035 943 805 882 154 350 418 685 15 1003 1180 246 986 1056 442 335 959 590 169 892 111 1207 426 1152 529 911 672 1123 891 1211 506 543 81 419 286 806 109 4 764 390 123 1179 1283 1068 1148 224 978 636 475 1229 301 1219 924 375 748 930 150 555 621 1013 0 1031 348 103 926 1242 794 1123 36 138 28 667 555 1193 1037 780 2 976 878 1120 367 581 114 192 396 63 816 1119 764 732 505 1014 161 273 334 931 332 696 213 422 1141 1259 1162 66 818 1065 559 609 1167 53 182 230 622 979 851 534 1121 422 1068 1260 771 594 339 725 881 633 477 914 1115 136 476 593 850 8 262 695 1103 525 1187 758 612 1272 1026 625 714 936 1002 743 1272 496 718 678 167 1116 623 193 1021 31 894 775 997 71 413 852 1279 11 293 1173 541 7 1186 703 334 885 1090 1202 315 452 781 234 91 808 985 1018 774 173 1274 942 1276 227 143 9 948 11 309 693 781 30 872 927 771 38 518 1037 826 389 586 237 84 302 476 595 1018 270 954 771 574 837 213 0 1093 1221 265 863 676 121 972 391 689 140 913 742 1245 225 963 1238 1149 298 867 599 16 576 414 872 880 45 497 1187 748 1124 122 23 256 1231 538 869 1053 310 1162 634 476 1028 652 1122 797 239 213 938 1173 158 18 987 1 318 229 742 474 1059 596 656 533 913 835 1191 379 456 62 1076 296 418 258 707 1016 646 277 1057 620 528 939 1170 881 462 1082 1264 336 28 475 153
49.20	c # OUTPUT_SOL  END :  (1 seconds) [Mon Jan 29 22:38:54 2007]
49.20	c # OUTPUT_SOL  CPU : 0.790000000000003 = 0.02 + 0 + 0.700000000000003 + 0.0699999999999998
49.20	
49.20	c # MAIN  END :  (49 seconds) [Mon Jan 29 22:38:54 2007]
49.20	c # MAIN  CPU : 47.28 = 0.15 + 0.02 + 44.13 + 2.98
49.20	

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/node41/watcher-233275-1170106685 -o ROOT/results/node41/solver-233275-1170106685 -C 1800 -M 900 /tmp/evaluation/233275-1170106685/solver /tmp/evaluation/233275-1170106685 /tmp/evaluation/233275-1170106685/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: 1.93 2.18 2.47 5/75 18826
/proc/meminfo: memFree=1160656/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=12128 CPUtime=0
/proc/18825/stat : 18825 (sugar) R 18823 18825 18149 0 -1 4194304 481 0 0 0 0 0 0 0 20 0 1 0 30624432 12419072 200 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238389987931 0 0 4224 0 0 0 0 17 1 0 0
/proc/18825/statm: 3032 200 148 3 0 132 0

[startup+0.107538 s]
/proc/loadavg: 1.93 2.18 2.47 5/75 18826
/proc/meminfo: memFree=1160656/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=13724 CPUtime=0.04
/proc/18825/stat : 18825 (sugar) S 18823 18825 18149 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30624432 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.515575 s]
/proc/loadavg: 1.93 2.18 2.47 5/75 18826
/proc/meminfo: memFree=1160656/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=13724 CPUtime=0.04
/proc/18825/stat : 18825 (sugar) S 18823 18825 18149 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30624432 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33765 s]
/proc/loadavg: 1.93 2.18 2.47 4/83 18834
/proc/meminfo: memFree=1121360/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=13724 CPUtime=0.04
/proc/18825/stat : 18825 (sugar) S 18823 18825 18149 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30624432 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 3431 808 370 3 0 531 0
[pid=18827] ppid=18825 vsize=0 CPUtime=1.09
/proc/18827/stat : 18827 (java) Z 18825 18825 18149 0 -1 1036 11158 0 1 0 102 7 0 0 17 0 1 0 30624437 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18827/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 13724

[startup+2.98179 s]
/proc/loadavg: 1.94 2.17 2.47 3/84 18842
/proc/meminfo: memFree=1130064/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=13724 CPUtime=0.04
/proc/18825/stat : 18825 (sugar) S 18823 18825 18149 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30624432 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 3431 808 370 3 0 531 0
[pid=18827] ppid=18825 vsize=0 CPUtime=1.09
/proc/18827/stat : 18827 (java) Z 18825 18825 18149 0 -1 1036 11158 0 1 0 102 7 0 0 17 0 1 0 30624437 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18827/statm: 0 0 0 0 0 0 0
[pid=18835] ppid=18825 vsize=807332 CPUtime=1.78
/proc/18835/stat : 18835 (java) R 18825 18825 18149 0 -1 0 9817 0 1 0 168 10 0 0 25 0 8 0 30624550 826707968 9561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795551 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18835/statm: 201833 9561 1511 14 0 189111 0
[pid=18835/tid=18836] ppid=18825 vsize=807332 CPUtime=0.21
/proc/18835/task/18836/stat : 18836 (java) S 18825 18825 18149 0 -1 64 3585 0 0 0 19 2 0 0 16 0 8 0 30624553 826707968 9561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18835/tid=18837] ppid=18825 vsize=807332 CPUtime=0
/proc/18835/task/18837/stat : 18837 (java) S 18825 18825 18149 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30624554 826707968 9561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18835/tid=18838] ppid=18825 vsize=807332 CPUtime=0
/proc/18835/task/18838/stat : 18838 (java) S 18825 18825 18149 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30624554 826707968 9561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18835/tid=18839] ppid=18825 vsize=807332 CPUtime=0
/proc/18835/task/18839/stat : 18839 (java) S 18825 18825 18149 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30624557 826707968 9561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18835/tid=18840] ppid=18825 vsize=807332 CPUtime=0.17
/proc/18835/task/18840/stat : 18840 (java) S 18825 18825 18149 0 -1 64 418 0 0 0 17 0 0 0 16 0 8 0 30624557 826707968 9561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18835/tid=18841] ppid=18825 vsize=807332 CPUtime=0
/proc/18835/task/18841/stat : 18841 (java) S 18825 18825 18149 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30624557 826707968 9561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18835/tid=18842] ppid=18825 vsize=807332 CPUtime=0
/proc/18835/task/18842/stat : 18842 (java) S 18825 18825 18149 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30624557 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) 2.91
Current children cumulated vsize (KiB) 821056

[startup+6.19007 s]
/proc/loadavg: 1.94 2.17 2.47 3/84 18842
/proc/meminfo: memFree=1070544/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=13724 CPUtime=0.04
/proc/18825/stat : 18825 (sugar) S 18823 18825 18149 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30624432 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 3431 808 370 3 0 531 0
[pid=18827] ppid=18825 vsize=0 CPUtime=1.09
/proc/18827/stat : 18827 (java) Z 18825 18825 18149 0 -1 1036 11158 0 1 0 102 7 0 0 17 0 1 0 30624437 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18827/statm: 0 0 0 0 0 0 0
[pid=18835] ppid=18825 vsize=807332 CPUtime=4.92
/proc/18835/stat : 18835 (java) R 18825 18825 18149 0 -1 0 9821 0 1 0 466 26 0 0 25 0 8 0 30624550 826707968 9564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795369 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18835/statm: 201833 9564 1511 14 0 189111 0
[pid=18835/tid=18836] ppid=18825 vsize=807332 CPUtime=0.21
/proc/18835/task/18836/stat : 18836 (java) S 18825 18825 18149 0 -1 64 3585 0 0 0 19 2 0 0 16 0 8 0 30624553 826707968 9564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18835/tid=18837] ppid=18825 vsize=807332 CPUtime=0
/proc/18835/task/18837/stat : 18837 (java) S 18825 18825 18149 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30624554 826707968 9564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18835/tid=18838] ppid=18825 vsize=807332 CPUtime=0
/proc/18835/task/18838/stat : 18838 (java) S 18825 18825 18149 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30624554 826707968 9564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18835/tid=18839] ppid=18825 vsize=807332 CPUtime=0
/proc/18835/task/18839/stat : 18839 (java) S 18825 18825 18149 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30624557 826707968 9564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18835/tid=18840] ppid=18825 vsize=807332 CPUtime=0.17
/proc/18835/task/18840/stat : 18840 (java) S 18825 18825 18149 0 -1 64 421 0 0 0 17 0 0 0 16 0 8 0 30624557 826707968 9564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18835/tid=18841] ppid=18825 vsize=807332 CPUtime=0
/proc/18835/task/18841/stat : 18841 (java) S 18825 18825 18149 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30624557 826707968 9564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18835/tid=18842] ppid=18825 vsize=807332 CPUtime=0
/proc/18835/task/18842/stat : 18842 (java) S 18825 18825 18149 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30624557 826707968 9564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 821056

[startup+12.6841 s]
/proc/loadavg: 2.10 2.20 2.48 4/84 18842
/proc/meminfo: memFree=950096/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=13724 CPUtime=0.04
/proc/18825/stat : 18825 (sugar) S 18823 18825 18149 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30624432 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 3431 808 370 3 0 531 0
[pid=18827] ppid=18825 vsize=0 CPUtime=1.09
/proc/18827/stat : 18827 (java) Z 18825 18825 18149 0 -1 1036 11158 0 1 0 102 7 0 0 17 0 1 0 30624437 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18827/statm: 0 0 0 0 0 0 0
[pid=18835] ppid=18825 vsize=807332 CPUtime=11.32
/proc/18835/stat : 18835 (java) R 18825 18825 18149 0 -1 0 11762 0 1 0 1064 68 0 0 25 0 8 0 30624550 826707968 11504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152094853 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18835/statm: 201833 11504 1511 14 0 189111 0
[pid=18835/tid=18836] ppid=18825 vsize=807332 CPUtime=0.27
/proc/18835/task/18836/stat : 18836 (java) S 18825 18825 18149 0 -1 64 5525 0 0 0 24 3 0 0 16 0 8 0 30624553 826707968 11504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18835/tid=18837] ppid=18825 vsize=807332 CPUtime=0
/proc/18835/task/18837/stat : 18837 (java) S 18825 18825 18149 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30624554 826707968 11504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18835/tid=18838] ppid=18825 vsize=807332 CPUtime=0
/proc/18835/task/18838/stat : 18838 (java) S 18825 18825 18149 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30624554 826707968 11504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18835/tid=18839] ppid=18825 vsize=807332 CPUtime=0
/proc/18835/task/18839/stat : 18839 (java) S 18825 18825 18149 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30624557 826707968 11504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18835/tid=18840] ppid=18825 vsize=807332 CPUtime=0.17
/proc/18835/task/18840/stat : 18840 (java) S 18825 18825 18149 0 -1 64 421 0 0 0 17 0 0 0 16 0 8 0 30624557 826707968 11504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18835/tid=18841] ppid=18825 vsize=807332 CPUtime=0
/proc/18835/task/18841/stat : 18841 (java) S 18825 18825 18149 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30624557 826707968 11504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18835/tid=18842] ppid=18825 vsize=807332 CPUtime=0
/proc/18835/task/18842/stat : 18842 (java) S 18825 18825 18149 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30624557 826707968 11504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 821056

[startup+25.5668 s]
/proc/loadavg: 2.31 2.24 2.49 3/77 18843
/proc/meminfo: memFree=566792/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=22196 CPUtime=19
/proc/18825/stat : 18825 (sugar) S 18823 18825 18149 0 -1 4194304 3371 11780 0 1 16 2 1761 121 19 0 1 0 30624432 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 5549 2891 373 3 0 2649 0
[pid=18827] ppid=18825 vsize=0 CPUtime=1.09
/proc/18827/stat : 18827 (java) Z 18825 18825 18149 0 -1 1036 11158 0 1 0 102 7 0 0 17 0 1 0 30624437 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18827/statm: 0 0 0 0 0 0 0
[pid=18843] ppid=18825 vsize=334316 CPUtime=4.92
/proc/18843/stat : 18843 (minisat) R 18825 18825 18149 0 -1 0 81679 0 0 0 425 67 0 0 25 0 1 0 30626487 342339584 81474 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522327 0 0 4096 0 0 0 0 17 1 0 0
/proc/18843/statm: 83579 81474 35 112 0 83463 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 356512

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 18825 and gives childrusage.ru_utime.tv_sec=44 childrusage.ru_utime.tv_usec=318262 childrusage.ru_stime.tv_sec=3 childrusage.ru_stime.tv_usec=182516
CPU time returned by wait4() is 47.5008
while last known CPU time is 48.52

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

Real time (s): 49.3661
CPU time (s): 48.52
CPU user time (s): 45.33
CPU system time (s): 3.19
CPU usage (%): 98.2861
Max. virtual memory (cumulated for all children) (KiB): 858268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.3183
system time used= 3.18252
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226100
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1512
involuntary context switches= 2438

runsolver used 0.06499 s user time and 0.163975 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Mon Jan 29 21:38:05 UTC 2007


IDJOB= 233275
IDBENCH= 6590
IDSOLVER= 86
FILE ID= node41/233275-1170106685

PBS_JOBID= 3689825

Free space on /tmp= 66370 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  7bcc6ec8aa0f71b96754283e8b08b1cc

RANDOM SEED= 856586172

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:       1161200 kB
Buffers:         39632 kB
Cached:         240868 kB
SwapCached:          0 kB
Active:         787272 kB
Inactive:        49172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1161200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1788 kB
Writeback:           0 kB
Mapped:         566904 kB
Slab:            42360 kB
Committed_AS:   759276 kB
PageTables:       3056 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= 66370 MiB



End job on node41 on Mon Jan 29 21:38:54 UTC 2007