Trace number 232579

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 38.8081 39.3456

General information on the benchmark

Nametaillard/js-taillard-20/
js-taillard-20-105-3.xml
MD5SUMa9d951ae55c7cd0dfe745c99ab5a156e
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 benchmark38.8081
SatisfiableYES
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1748
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/232579-1170106553/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/232579-1170106553/unknown.xml [Mon Jan 29 22:35:53 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/232579-1170106553/unknown.xml /tmp/evaluation/232579-1170106553/sugar19344.csp [Mon Jan 29 22:35:53 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232579-1170106553/sugar-v0-40.jar -convert /tmp/evaluation/232579-1170106553/unknown.xml /tmp/evaluation/232579-1170106553/sugar19344.csp
0.17	c BEGIN convert /tmp/evaluation/232579-1170106553/unknown.xml
0.92	c END convert (0.750462 seconds)
0.96	c # CONVERT_XML  END : /tmp/evaluation/232579-1170106553/sugar19344.csp 201502 bytes (1 seconds) [Mon Jan 29 22:35:54 2007]
0.96	c # CONVERT_XML  CPU : 0.86 = 0 + 0 + 0.8 + 0.06
0.96	
0.96	c # GENERATE_SAT  BEGIN : /tmp/evaluation/232579-1170106553/sugar19344.bcnf [Mon Jan 29 22:35:54 2007]
0.96	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232579-1170106553/sugar-v0-40.jar -bcnf -map /tmp/evaluation/232579-1170106553/sugar19344.map /tmp/evaluation/232579-1170106553/sugar19344.csp /tmp/evaluation/232579-1170106553/sugar19344.bcnf
1.08	c BEGIN parse /tmp/evaluation/232579-1170106553/sugar19344.csp
1.79	c END parse (0.711331 seconds)
1.79	c BEGIN simplify
1.83	c END simplify (0.034981 seconds)
1.83	c BEGIN encode /tmp/evaluation/232579-1170106553/sugar19344.bcnf
14.83	c END encode (13.001748 seconds)
14.93	c # GENERATE_SAT  END : 686400 variables 13833182 clauses 216033976 bytes (14 seconds) [Mon Jan 29 22:36:08 2007]
14.93	c # GENERATE_SAT  CPU : 13.67 = 0.08 + 0.01 + 12.67 + 0.91
14.93	
14.93	c # SOLVE_SAT  BEGIN : /tmp/evaluation/232579-1170106553/sugar19344.bcnf [Mon Jan 29 22:36:08 2007]
14.93	c # CMD : /tmp/evaluation/232579-1170106553/minisat /tmp/evaluation/232579-1170106553/sugar19344.bcnf /tmp/evaluation/232579-1170106553/sugar19344.out
29.78	c ==================================[MINISAT]===================================
29.78	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
29.78	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
29.78	c ==============================================================================
29.78	c |         0 | 6486064 18269809 | 2162021       0        0     nan |  0.000 % |
32.84	c |       100 | 6486064 18269809 | 2378223     100     2191    21.9 | 56.606 % |
34.89	c |       250 | 6486064 18269809 | 2616045     250     4660    18.6 | 56.606 % |
37.84	c ==============================================================================
37.84	c restarts              : 3
37.84	c conflicts             : 429            (20 /sec)
37.84	c decisions             : 1921           (89 /sec)
37.84	c propagations          : 7806340        (360192 /sec)
37.84	c conflict literals     : 7539           (18.39 % deleted)
37.84	c Memory used           : 582.53 MB
37.84	c CPU time              : 21.6727 s
37.84	c 
37.84	c SATISFIABLE
38.29	c # SOLVE_SAT  END : SATISFIABLE (24 seconds) [Mon Jan 29 22:36:32 2007]
38.29	c # SOLVE_SAT  CPU : 23.23 = 0 + 0 + 22 + 1.23
38.29	
38.29	c # RESULT : SATISFIABLE
38.29	
38.29	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 22:36:32 2007]
38.42	c BEGIN read SAT output /tmp/evaluation/232579-1170106553/sugar19344.out
39.01	c END read SAT output (0.596331 seconds)
39.01	c BEGIN write solution /tmp/evaluation/232579-1170106553/sugar19344.sol
39.17	c END write solution (0.152975 seconds)
39.22	s SATISFIABLE
39.22	v 25 62 146 294 386 415 515 540 658 982 1035 1111 1188 1217 1332 1422 1460 1478 1521 1567 73 149 217 220 318 704 712 727 911 990 1010 1099 1158 1226 1289 1330 1360 1403 1626 1690 12 18 54 142 219 351 460 492 508 571 578 596 686 761 905 1152 1410 1498 1567 1665 357 474 509 588 631 771 821 885 973 1030 1055 1144 1162 1193 1262 1302 1331 1368 1410 1492 12 14 55 68 150 181 247 472 538 634 698 830 894 1006 1073 1138 1242 1358 1516 1566 7 50 81 259 599 654 785 848 867 1066 1188 1263 1308 1383 1455 1545 1551 1656 1680 1704 45 49 71 170 180 270 356 358 412 542 573 657 690 786 879 1127 1321 1396 1444 1555 66 85 87 298 358 394 405 536 593 782 954 983 1051 1104 1161 1220 1236 1296 1621 1686 93 185 201 357 456 542 633 645 664 967 1010 1036 1120 1161 1268 1328 1573 1642 1684 1728 5 139 226 304 346 349 379 386 469 531 544 628 650 728 808 866 919 925 1219 1557 60 143 152 341 633 720 807 918 1033 1056 1091 1126 1263 1312 1322 1357 1456 1544 1562 1656 1 29 172 265 276 301 368 414 442 511 587 608 739 782 835 886 1074 1233 1474 1660 5 29 94 190 263 293 435 457 536 546 589 703 725 1001 1262 1373 1405 1410 1476 1539 129 675 717 814 883 961 1002 1095 1159 1167 1223 1238 1332 1399 1479 1635 1661 1694 1711 1713 8 23 85 213 224 319 373 395 468 547 692 882 970 1212 1272 1310 1327 1330 1419 1528 423 426 454 471 543 724 741 810 879 930 977 1156 1241 1364 1428 1487 1494 1537 1620 1665 72 140 176 213 275 542 611 659 708 723 826 858 983 1122 1218 1288 1442 1520 1674 1704 431 444 543 569 597 717 815 898 906 976 1063 1100 1128 1163 1367 1394 1406 1483 1575 1673 108 394 435 470 861 896 902 940 974 1044 1106 1166 1244 1331 1340 1437 1562 1600 1739 1740 22 183 225 337 397 429 435 502 586 636 675 679 773 822 842 965 1029 1070 1099 1103
39.22	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 22:36:32 2007]
39.22	c # OUTPUT_SOL  CPU : 0.890000000000001 = 0.01 + 0 + 0.780000000000001 + 0.0999999999999996
39.22	
39.22	c # MAIN  END :  (39 seconds) [Mon Jan 29 22:36:32 2007]
39.22	c # MAIN  CPU : 38.65 = 0.09 + 0.01 + 36.25 + 2.3
39.22	

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/node38/watcher-232579-1170106553 -o ROOT/results/node38/solver-232579-1170106553 -C 1800 -M 900 /tmp/evaluation/232579-1170106553/solver /tmp/evaluation/232579-1170106553 /tmp/evaluation/232579-1170106553/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.12 2.67 2.82 5/74 19345
/proc/meminfo: memFree=1164872/2055920 swapFree=4192812/4192956
[pid=19344] ppid=19342 vsize=18540 CPUtime=0
/proc/19344/stat : 19344 (runsolver) R 19342 19344 19279 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30611151 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 266890439975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19344/statm: 4635 279 244 17 0 2626 0

[startup+0.110222 s]
/proc/loadavg: 2.12 2.67 2.82 5/74 19345
/proc/meminfo: memFree=1164872/2055920 swapFree=4192812/4192956
[pid=19344] ppid=19342 vsize=13724 CPUtime=0.03
/proc/19344/stat : 19344 (sugar) S 19342 19344 19279 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 30611151 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19344/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.518274 s]
/proc/loadavg: 2.12 2.67 2.82 5/74 19345
/proc/meminfo: memFree=1164872/2055920 swapFree=4192812/4192956
[pid=19344] ppid=19342 vsize=13724 CPUtime=0.03
/proc/19344/stat : 19344 (sugar) S 19342 19344 19279 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30611151 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19344/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34237 s]
/proc/loadavg: 2.12 2.67 2.82 3/82 19361
/proc/meminfo: memFree=1157384/2055920 swapFree=4192812/4192956
[pid=19344] ppid=19342 vsize=13724 CPUtime=0.89
/proc/19344/stat : 19344 (sugar) S 19342 19344 19279 0 -1 4194304 1190 9427 0 1 3 0 80 6 15 0 1 0 30611151 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19344/statm: 3431 809 371 3 0 531 0
[pid=19354] ppid=19344 vsize=807064 CPUtime=0.36
/proc/19354/stat : 19354 (java) R 19344 19344 19279 0 -1 0 6544 0 1 0 32 4 0 0 21 0 8 0 30611248 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073448488 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19354/statm: 201766 6294 1494 14 0 189044 0
[pid=19354/tid=19355] ppid=19344 vsize=807064 CPUtime=0.02
/proc/19354/task/19355/stat : 19355 (java) S 19344 19344 19279 0 -1 64 492 0 0 0 2 0 0 0 16 0 8 0 30611251 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19354/tid=19356] ppid=19344 vsize=807064 CPUtime=0
/proc/19354/task/19356/stat : 19356 (java) S 19344 19344 19279 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30611251 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19354/tid=19357] ppid=19344 vsize=807064 CPUtime=0
/proc/19354/task/19357/stat : 19357 (java) S 19344 19344 19279 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30611251 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19354/tid=19358] ppid=19344 vsize=807064 CPUtime=0
/proc/19354/task/19358/stat : 19358 (java) S 19344 19344 19279 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30611255 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19354/tid=19359] ppid=19344 vsize=807064 CPUtime=0.05
/proc/19354/task/19359/stat : 19359 (java) S 19344 19344 19279 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30611255 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19354/tid=19360] ppid=19344 vsize=807064 CPUtime=0
/proc/19354/task/19360/stat : 19360 (java) S 19344 19344 19279 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30611255 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19354/tid=19361] ppid=19344 vsize=807064 CPUtime=0
/proc/19354/task/19361/stat : 19361 (java) S 19344 19344 19279 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30611255 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.25
Current children cumulated vsize (KiB) 820788

[startup+2.99555 s]
/proc/loadavg: 2.12 2.67 2.82 3/82 19361
/proc/meminfo: memFree=1126024/2055920 swapFree=4192812/4192956
[pid=19344] ppid=19342 vsize=13724 CPUtime=0.89
/proc/19344/stat : 19344 (sugar) S 19342 19344 19279 0 -1 4194304 1190 9427 0 1 3 0 80 6 16 0 1 0 30611151 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19344/statm: 3431 809 371 3 0 531 0
[pid=19354] ppid=19344 vsize=807344 CPUtime=2
/proc/19354/stat : 19354 (java) R 19344 19344 19279 0 -1 0 8784 0 1 0 187 13 0 0 25 0 8 0 30611248 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797152 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19354/statm: 201836 8530 1510 14 0 189114 0
[pid=19354/tid=19355] ppid=19344 vsize=807344 CPUtime=0.14
/proc/19354/task/19355/stat : 19355 (java) S 19344 19344 19279 0 -1 64 2552 0 0 0 13 1 0 0 17 0 8 0 30611251 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19354/tid=19356] ppid=19344 vsize=807344 CPUtime=0
/proc/19354/task/19356/stat : 19356 (java) S 19344 19344 19279 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30611251 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19354/tid=19357] ppid=19344 vsize=807344 CPUtime=0
/proc/19354/task/19357/stat : 19357 (java) S 19344 19344 19279 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30611251 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19354/tid=19358] ppid=19344 vsize=807344 CPUtime=0
/proc/19354/task/19358/stat : 19358 (java) S 19344 19344 19279 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30611255 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19354/tid=19359] ppid=19344 vsize=807344 CPUtime=0.18
/proc/19354/task/19359/stat : 19359 (java) S 19344 19344 19279 0 -1 64 420 0 0 0 17 1 0 0 16 0 8 0 30611255 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19354/tid=19360] ppid=19344 vsize=807344 CPUtime=0
/proc/19354/task/19360/stat : 19360 (java) S 19344 19344 19279 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30611255 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19354/tid=19361] ppid=19344 vsize=807344 CPUtime=0
/proc/19354/task/19361/stat : 19361 (java) S 19344 19344 19279 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30611255 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.27893 s]
/proc/loadavg: 2.19 2.68 2.82 3/82 19361
/proc/meminfo: memFree=1070280/2055920 swapFree=4192812/4192956
[pid=19344] ppid=19342 vsize=13724 CPUtime=0.89
/proc/19344/stat : 19344 (sugar) S 19342 19344 19279 0 -1 4194304 1190 9427 0 1 3 0 80 6 16 0 1 0 30611151 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19344/statm: 3431 809 371 3 0 531 0
[pid=19354] ppid=19344 vsize=807344 CPUtime=5.21
/proc/19354/stat : 19354 (java) R 19344 19344 19279 0 -1 0 8785 0 1 0 481 40 0 0 25 0 8 0 30611248 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795870 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19354/statm: 201836 8531 1510 14 0 189114 0
[pid=19354/tid=19355] ppid=19344 vsize=807344 CPUtime=0.14
/proc/19354/task/19355/stat : 19355 (java) S 19344 19344 19279 0 -1 64 2552 0 0 0 13 1 0 0 16 0 8 0 30611251 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19354/tid=19356] ppid=19344 vsize=807344 CPUtime=0
/proc/19354/task/19356/stat : 19356 (java) S 19344 19344 19279 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30611251 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19354/tid=19357] ppid=19344 vsize=807344 CPUtime=0
/proc/19354/task/19357/stat : 19357 (java) S 19344 19344 19279 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30611251 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19354/tid=19358] ppid=19344 vsize=807344 CPUtime=0
/proc/19354/task/19358/stat : 19358 (java) S 19344 19344 19279 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30611255 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19354/tid=19359] ppid=19344 vsize=807344 CPUtime=0.18
/proc/19354/task/19359/stat : 19359 (java) S 19344 19344 19279 0 -1 64 421 0 0 0 17 1 0 0 16 0 8 0 30611255 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19354/tid=19360] ppid=19344 vsize=807344 CPUtime=0
/proc/19354/task/19360/stat : 19360 (java) S 19344 19344 19279 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30611255 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19354/tid=19361] ppid=19344 vsize=807344 CPUtime=0
/proc/19354/task/19361/stat : 19361 (java) S 19344 19344 19279 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30611255 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.1
Current children cumulated vsize (KiB) 821068

[startup+12.6827 s]
/proc/loadavg: 2.17 2.67 2.81 3/82 19361
/proc/meminfo: memFree=955664/2055920 swapFree=4192812/4192956
[pid=19344] ppid=19342 vsize=13724 CPUtime=0.89
/proc/19344/stat : 19344 (sugar) S 19342 19344 19279 0 -1 4194304 1190 9427 0 1 3 0 80 6 16 0 1 0 30611151 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19344/statm: 3431 809 371 3 0 531 0
[pid=19354] ppid=19344 vsize=807344 CPUtime=11.48
/proc/19354/stat : 19354 (java) R 19344 19344 19279 0 -1 0 8785 0 1 0 1073 75 0 0 25 0 8 0 30611248 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152096930 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19354/statm: 201836 8531 1510 14 0 189114 0
[pid=19354/tid=19355] ppid=19344 vsize=807344 CPUtime=0.14
/proc/19354/task/19355/stat : 19355 (java) S 19344 19344 19279 0 -1 64 2552 0 0 0 13 1 0 0 16 0 8 0 30611251 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19354/tid=19356] ppid=19344 vsize=807344 CPUtime=0
/proc/19354/task/19356/stat : 19356 (java) S 19344 19344 19279 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30611251 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19354/tid=19357] ppid=19344 vsize=807344 CPUtime=0
/proc/19354/task/19357/stat : 19357 (java) S 19344 19344 19279 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30611251 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19354/tid=19358] ppid=19344 vsize=807344 CPUtime=0
/proc/19354/task/19358/stat : 19358 (java) S 19344 19344 19279 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30611255 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19354/tid=19359] ppid=19344 vsize=807344 CPUtime=0.18
/proc/19354/task/19359/stat : 19359 (java) S 19344 19344 19279 0 -1 64 421 0 0 0 17 1 0 0 16 0 8 0 30611255 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19354/tid=19360] ppid=19344 vsize=807344 CPUtime=0
/proc/19354/task/19360/stat : 19360 (java) S 19344 19344 19279 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30611255 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19354/tid=19361] ppid=19344 vsize=807344 CPUtime=0
/proc/19354/task/19361/stat : 19361 (java) S 19344 19344 19279 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30611255 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.37
Current children cumulated vsize (KiB) 821068

[startup+25.5142 s]
/proc/loadavg: 2.21 2.65 2.81 3/75 19363
/proc/meminfo: memFree=387656/2055920 swapFree=4192812/4192956
[pid=19344] ppid=19342 vsize=18372 CPUtime=14.56
/proc/19344/stat : 19344 (sugar) S 19342 19344 19279 0 -1 4194304 2413 18229 0 2 11 1 1347 97 19 0 1 0 30611151 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19344/statm: 4593 1934 373 3 0 1693 0
[pid=19362] ppid=19344 vsize=584120 CPUtime=10.5
/proc/19362/stat : 19362 (minisat) R 19344 19344 19279 0 -1 0 140862 0 0 0 941 109 0 0 25 0 1 0 30612644 598138880 139631 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 0 0 0 0 17 1 0 0
/proc/19362/statm: 146030 139631 36 112 0 145914 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 602492

Child status: 0
Real time (s): 39.3456
CPU time (s): 38.8081
CPU user time (s): 36.3725
CPU system time (s): 2.43563
CPU usage (%): 98.6339
Max. virtual memory (cumulated for all children) (KiB): 825508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.3725
system time used= 2.43563
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178615
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2152
involuntary context switches= 2529

runsolver used 0.047992 s user time and 0.135979 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Mon Jan 29 21:35:53 UTC 2007


IDJOB= 232579
IDBENCH= 6534
IDSOLVER= 86
FILE ID= node38/232579-1170106553

PBS_JOBID= 3689883

Free space on /tmp= 66366 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  a9d951ae55c7cd0dfe745c99ab5a156e

RANDOM SEED= 314177519

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.233
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.233
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:       1165288 kB
Buffers:         24316 kB
Cached:         245440 kB
SwapCached:          0 kB
Active:         802024 kB
Inactive:        34556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1165288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          198396 kB
Writeback:           0 kB
Mapped:         577824 kB
Slab:            38236 kB
Committed_AS:   746908 kB
PageTables:       3060 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= 66366 MiB



End job on node38 on Mon Jan 29 21:36:33 UTC 2007