Trace number 235187

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 96.6283 97.5654

General information on the benchmark

Nametaillard/js-taillard-20-15/
js-taillard-20-15-105-1.xml
MD5SUM55464d46279860904d9daa1ba63cb5fa
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 benchmark96.6283
SatisfiableYES
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1450
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/235187-1170107177/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/235187-1170107177/unknown.xml [Mon Jan 29 22:46:17 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/235187-1170107177/unknown.xml /tmp/evaluation/235187-1170107177/sugar19439.csp [Mon Jan 29 22:46:17 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/235187-1170107177/sugar-v0-40.jar -convert /tmp/evaluation/235187-1170107177/unknown.xml /tmp/evaluation/235187-1170107177/sugar19439.csp
0.16	c BEGIN convert /tmp/evaluation/235187-1170107177/unknown.xml
0.77	c END convert (0.606555 seconds)
0.80	c # CONVERT_XML  END : /tmp/evaluation/235187-1170107177/sugar19439.csp 149984 bytes (1 seconds) [Mon Jan 29 22:46:18 2007]
0.80	c # CONVERT_XML  CPU : 0.71 = 0 + 0 + 0.65 + 0.06
0.80	
0.80	c # GENERATE_SAT  BEGIN : /tmp/evaluation/235187-1170107177/sugar19439.bcnf [Mon Jan 29 22:46:18 2007]
0.80	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/235187-1170107177/sugar-v0-40.jar -bcnf -map /tmp/evaluation/235187-1170107177/sugar19439.map /tmp/evaluation/235187-1170107177/sugar19439.csp /tmp/evaluation/235187-1170107177/sugar19439.bcnf
0.92	c BEGIN parse /tmp/evaluation/235187-1170107177/sugar19439.csp
1.50	c END parse (0.584588 seconds)
1.50	c BEGIN simplify
1.53	c END simplify (0.030968 seconds)
1.53	c BEGIN encode /tmp/evaluation/235187-1170107177/sugar19439.bcnf
9.27	c END encode (7.732034 seconds)
9.37	c # GENERATE_SAT  END : 425141 variables 8484885 clauses 132511684 bytes (9 seconds) [Mon Jan 29 22:46:27 2007]
9.37	c # GENERATE_SAT  CPU : 8.45 = 0.05 + 0 + 7.74 + 0.66
9.37	
9.37	c # SOLVE_SAT  BEGIN : /tmp/evaluation/235187-1170107177/sugar19439.bcnf [Mon Jan 29 22:46:27 2007]
9.37	c # CMD : /tmp/evaluation/235187-1170107177/minisat /tmp/evaluation/235187-1170107177/sugar19439.bcnf /tmp/evaluation/235187-1170107177/sugar19439.out
17.79	c ==================================[MINISAT]===================================
17.79	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
17.79	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
17.79	c ==============================================================================
17.79	c |         0 | 4637452 13185486 | 1545817       0        0     nan |  0.000 % |
20.23	c |       100 | 4637452 13185486 | 1700398     100     2714    27.1 | 51.327 % |
22.35	c |       250 | 4637452 13185486 | 1870438     250     6458    25.8 | 51.327 % |
26.45	c |       475 | 4637453 13185486 | 2057482     474    13173    27.8 | 51.327 % |
30.49	c |       812 | 4637453 13185486 | 2263230     811    18531    22.8 | 51.327 % |
35.45	c |      1318 | 4637456 13185486 | 2489553    1314    25115    19.1 | 51.327 % |
45.23	c |      2077 | 4637456 13185486 | 2738509    2073    37430    18.1 | 51.327 % |
58.06	c |      3217 | 4637456 13185486 | 3012360    3213    56913    17.7 | 51.327 % |
76.55	c |      4926 | 4637457 13185486 | 3313596    4921    96992    19.7 | 51.327 % |
96.41	c ==============================================================================
96.41	c restarts              : 9
96.41	c conflicts             : 6342           (74 /sec)
96.41	c decisions             : 10498          (123 /sec)
96.41	c propagations          : 86190662       (1006007 /sec)
96.41	c conflict literals     : 136944         (25.45 % deleted)
96.41	c Memory used           : 347.07 MB
96.41	c CPU time              : 85.676 s
96.41	c 
96.41	c SATISFIABLE
96.69	c # SOLVE_SAT  END : SATISFIABLE (87 seconds) [Mon Jan 29 22:47:54 2007]
96.69	c # SOLVE_SAT  CPU : 86.67 = 0 + 0 + 85.88 + 0.79
96.69	
96.69	c # RESULT : SATISFIABLE
96.69	
96.69	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 22:47:54 2007]
96.90	c BEGIN read SAT output /tmp/evaluation/235187-1170107177/sugar19439.out
97.29	c END read SAT output (0.392217 seconds)
97.29	c BEGIN write solution /tmp/evaluation/235187-1170107177/sugar19439.sol
97.43	c END write solution (0.142713 seconds)
97.48	s SATISFIABLE
97.48	v 88 449 542 590 769 777 798 862 871 951 956 1087 1112 1204 1218 122 349 510 550 626 746 878 958 1009 1058 1106 1179 1295 1310 1315 524 608 737 831 931 964 995 1015 1054 1112 1145 1215 1299 1322 1395 31 91 182 196 232 254 354 371 382 464 556 686 1141 1349 1361 8 267 389 459 603 699 803 934 959 1018 1134 1164 1177 1219 1343 37 102 169 258 357 454 495 502 569 646 691 770 1227 1314 1369 39 74 191 238 272 366 450 535 567 644 743 752 869 897 943 217 293 351 388 425 674 771 868 960 1044 1195 1245 1331 1364 1430 80 134 145 200 445 514 609 770 832 975 1030 1107 1272 1352 1425 97 320 404 491 598 739 803 873 930 998 1087 1174 1289 1332 1412 268 322 437 476 562 731 765 901 1001 1171 1187 1251 1272 1334 1397 25 46 194 360 515 613 685 701 817 884 930 1096 1244 1290 1424 255 632 694 763 827 885 893 981 995 1035 1055 1129 1145 1203 1327 11 152 242 259 297 342 390 421 478 505 790 1020 1155 1175 1186 143 184 208 290 340 364 439 940 1024 1095 1149 1154 1196 1284 1319 27 90 94 179 236 318 400 416 434 448 518 556 649 1092 1249 73 173 286 562 635 728 766 861 1052 1148 1175 1230 1266 1307 1372 103 271 277 534 705 721 777 858 997 1035 1066 1180 1183 1264 1376 1 40 116 163 191 275 372 407 452 526 618 716 770 861 1203 3 38 184 210 300 410 473 666 716 874 936 1094 1157 1330 1408
97.49	c # OUTPUT_SOL  END :  (1 seconds) [Mon Jan 29 22:47:55 2007]
97.49	c # OUTPUT_SOL  CPU : 0.659999999999998 = 0 + 0 + 0.579999999999998 + 0.0800000000000001
97.49	
97.49	c # MAIN  END :  (98 seconds) [Mon Jan 29 22:47:55 2007]
97.49	c # MAIN  CPU : 96.49 = 0.05 + 0 + 94.85 + 1.59
97.49	

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/node55/watcher-235187-1170107177 -o ROOT/results/node55/solver-235187-1170107177 -C 1800 -M 900 /tmp/evaluation/235187-1170107177/solver /tmp/evaluation/235187-1170107177 /tmp/evaluation/235187-1170107177/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.11 2.24 2.30 2/68 19440
/proc/meminfo: memFree=1920840/2055920 swapFree=4184204/4192956
[pid=19439] ppid=19437 vsize=12264 CPUtime=0
/proc/19439/stat : 19439 (sugar) R 19437 19439 19208 0 -1 4194304 547 0 0 0 0 0 0 0 18 0 1 0 30674192 12558336 266 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248779230879 0 0 4224 0 0 0 0 17 1 0 0
/proc/19439/statm: 3067 279 207 3 0 167 0

[startup+0.10254 s]
/proc/loadavg: 2.11 2.24 2.30 2/68 19440
/proc/meminfo: memFree=1920840/2055920 swapFree=4184204/4192956
[pid=19439] ppid=19437 vsize=13724 CPUtime=0.04
/proc/19439/stat : 19439 (sugar) S 19437 19439 19208 0 -1 4194304 1112 0 0 0 3 1 0 0 16 0 1 0 30674192 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19439/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.514578 s]
/proc/loadavg: 2.11 2.24 2.30 2/68 19440
/proc/meminfo: memFree=1920840/2055920 swapFree=4184204/4192956
[pid=19439] ppid=19437 vsize=13724 CPUtime=0.04
/proc/19439/stat : 19439 (sugar) S 19437 19439 19208 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 30674192 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19439/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34366 s]
/proc/loadavg: 2.11 2.24 2.30 5/89 19499
/proc/meminfo: memFree=1874968/2055920 swapFree=4184204/4192956
[pid=19439] ppid=19437 vsize=13724 CPUtime=0.75
/proc/19439/stat : 19439 (sugar) S 19437 19439 19208 0 -1 4194304 1190 8784 0 2 3 1 65 6 16 0 1 0 30674192 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19439/statm: 3431 809 371 3 0 531 0
[pid=19492] ppid=19439 vsize=807332 CPUtime=0.52
/proc/19492/stat : 19492 (java) R 19439 19439 19208 0 -1 0 6660 0 1 0 49 3 0 0 17 0 8 0 30674272 826707968 6410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073671879 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19492/statm: 201833 6410 1506 14 0 189111 0
[pid=19492/tid=19493] ppid=19439 vsize=807332 CPUtime=0.02
/proc/19492/task/19493/stat : 19493 (java) S 19439 19439 19208 0 -1 64 491 0 0 0 2 0 0 0 16 0 8 0 30674275 826707968 6410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19492/tid=19494] ppid=19439 vsize=807332 CPUtime=0
/proc/19492/task/19494/stat : 19494 (java) S 19439 19439 19208 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30674276 826707968 6410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19492/tid=19495] ppid=19439 vsize=807332 CPUtime=0
/proc/19492/task/19495/stat : 19495 (java) S 19439 19439 19208 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30674276 826707968 6410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19492/tid=19496] ppid=19439 vsize=807332 CPUtime=0
/proc/19492/task/19496/stat : 19496 (java) S 19439 19439 19208 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30674279 826707968 6410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19492/tid=19497] ppid=19439 vsize=807332 CPUtime=0.11
/proc/19492/task/19497/stat : 19497 (java) R 19439 19439 19208 0 -1 64 387 0 0 0 11 0 0 0 20 0 8 0 30674279 826707968 6410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19492/tid=19498] ppid=19439 vsize=807332 CPUtime=0
/proc/19492/task/19498/stat : 19498 (java) S 19439 19439 19208 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30674279 826707968 6410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19492/tid=19499] ppid=19439 vsize=807332 CPUtime=0
/proc/19492/task/19499/stat : 19499 (java) S 19439 19439 19208 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30674279 826707968 6410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 821056

[startup+2.98082 s]
/proc/loadavg: 2.10 2.23 2.30 3/89 19507
/proc/meminfo: memFree=1848024/2055920 swapFree=4184204/4192956
[pid=19439] ppid=19437 vsize=13724 CPUtime=0.75
/proc/19439/stat : 19439 (sugar) S 19437 19439 19208 0 -1 4194304 1190 8784 0 2 3 1 65 6 16 0 1 0 30674192 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19439/statm: 3431 809 371 3 0 531 0
[pid=19492] ppid=19439 vsize=807332 CPUtime=2.15
/proc/19492/stat : 19492 (java) R 19439 19439 19208 0 -1 0 8240 0 1 0 200 15 0 0 25 0 8 0 30674272 826707968 7987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797150 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19492/statm: 201833 7987 1510 14 0 189111 0
[pid=19492/tid=19493] ppid=19439 vsize=807332 CPUtime=0.09
/proc/19492/task/19493/stat : 19493 (java) S 19439 19439 19208 0 -1 64 2011 0 0 0 8 1 0 0 16 0 8 0 30674275 826707968 7987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19492/tid=19494] ppid=19439 vsize=807332 CPUtime=0
/proc/19492/task/19494/stat : 19494 (java) S 19439 19439 19208 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30674276 826707968 7987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19492/tid=19495] ppid=19439 vsize=807332 CPUtime=0
/proc/19492/task/19495/stat : 19495 (java) S 19439 19439 19208 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30674276 826707968 7987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19492/tid=19496] ppid=19439 vsize=807332 CPUtime=0
/proc/19492/task/19496/stat : 19496 (java) S 19439 19439 19208 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30674279 826707968 7987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19492/tid=19497] ppid=19439 vsize=807332 CPUtime=0.16
/proc/19492/task/19497/stat : 19497 (java) S 19439 19439 19208 0 -1 64 419 0 0 0 16 0 0 0 16 0 8 0 30674279 826707968 7987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19492/tid=19498] ppid=19439 vsize=807332 CPUtime=0
/proc/19492/task/19498/stat : 19498 (java) S 19439 19439 19208 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30674279 826707968 7987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19492/tid=19499] ppid=19439 vsize=807332 CPUtime=0
/proc/19492/task/19499/stat : 19499 (java) S 19439 19439 19208 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30674279 826707968 7987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 821056

[startup+6.26713 s]
/proc/loadavg: 2.10 2.23 2.30 3/89 19507
/proc/meminfo: memFree=1729752/2055920 swapFree=4184204/4192956
[pid=19439] ppid=19437 vsize=13724 CPUtime=0.75
/proc/19439/stat : 19439 (sugar) S 19437 19439 19208 0 -1 4194304 1190 8784 0 2 3 1 65 6 16 0 1 0 30674192 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19439/statm: 3431 809 371 3 0 531 0
[pid=19492] ppid=19439 vsize=807332 CPUtime=5.42
/proc/19492/stat : 19492 (java) R 19439 19439 19208 0 -1 0 8242 0 1 0 499 43 0 0 25 0 8 0 30674272 826707968 7989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073790293 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19492/statm: 201833 7989 1510 14 0 189111 0
[pid=19492/tid=19493] ppid=19439 vsize=807332 CPUtime=0.09
/proc/19492/task/19493/stat : 19493 (java) S 19439 19439 19208 0 -1 64 2011 0 0 0 8 1 0 0 16 0 8 0 30674275 826707968 7989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19492/tid=19494] ppid=19439 vsize=807332 CPUtime=0
/proc/19492/task/19494/stat : 19494 (java) S 19439 19439 19208 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30674276 826707968 7989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19492/tid=19495] ppid=19439 vsize=807332 CPUtime=0
/proc/19492/task/19495/stat : 19495 (java) S 19439 19439 19208 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30674276 826707968 7989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19492/tid=19496] ppid=19439 vsize=807332 CPUtime=0
/proc/19492/task/19496/stat : 19496 (java) S 19439 19439 19208 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30674279 826707968 7989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19492/tid=19497] ppid=19439 vsize=807332 CPUtime=0.17
/proc/19492/task/19497/stat : 19497 (java) S 19439 19439 19208 0 -1 64 421 0 0 0 17 0 0 0 16 0 8 0 30674279 826707968 7989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19492/tid=19498] ppid=19439 vsize=807332 CPUtime=0
/proc/19492/task/19498/stat : 19498 (java) S 19439 19439 19208 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30674279 826707968 7989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19492/tid=19499] ppid=19439 vsize=807332 CPUtime=0
/proc/19492/task/19499/stat : 19499 (java) S 19439 19439 19208 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30674279 826707968 7989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 821056

[startup+12.7548 s]
/proc/loadavg: 2.32 2.28 2.31 3/77 19511
/proc/meminfo: memFree=1185400/2055920 swapFree=4184204/4192956
[pid=19439] ppid=19437 vsize=17108 CPUtime=9.2
/proc/19439/stat : 19439 (sugar) S 19437 19439 19208 0 -1 4194304 2112 17042 0 3 8 1 839 72 18 0 1 0 30674192 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19439/statm: 4277 1633 373 3 0 1377 0
[pid=19509] ppid=19439 vsize=229772 CPUtime=3.34
/proc/19509/stat : 19509 (minisat) R 19439 19439 19208 0 -1 0 56034 0 0 0 289 45 0 0 25 0 1 0 30675129 235286528 55829 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134523466 0 0 4096 0 0 0 0 17 1 0 0
/proc/19509/statm: 57443 55830 36 112 0 57327 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 246880

[startup+25.586 s]
/proc/loadavg: 2.27 2.27 2.31 3/75 19511
/proc/meminfo: memFree=995784/2055920 swapFree=4184204/4192956
[pid=19439] ppid=19437 vsize=17108 CPUtime=9.2
/proc/19439/stat : 19439 (sugar) S 19437 19439 19208 0 -1 4194304 2121 17042 0 3 8 1 839 72 16 0 1 0 30674192 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19439/statm: 4277 1633 373 3 0 1377 0
[pid=19509] ppid=19439 vsize=353736 CPUtime=16.07
/proc/19509/stat : 19509 (minisat) R 19439 19439 19208 0 -1 0 88105 0 0 0 1537 70 0 0 25 0 1 0 30675129 362225664 86874 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/19509/statm: 88434 86874 51 112 0 88318 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 370844

[startup+51.2574 s]
/proc/loadavg: 2.18 2.24 2.30 3/75 19511
/proc/meminfo: memFree=995720/2055920 swapFree=4184204/4192956
[pid=19439] ppid=19437 vsize=17108 CPUtime=9.2
/proc/19439/stat : 19439 (sugar) S 19437 19439 19208 0 -1 4194304 2121 17042 0 3 8 1 839 72 16 0 1 0 30674192 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19439/statm: 4277 1633 373 3 0 1377 0
[pid=19509] ppid=19439 vsize=353736 CPUtime=41.45
/proc/19509/stat : 19509 (minisat) R 19439 19439 19208 0 -1 0 88105 0 0 0 4074 71 0 0 25 0 1 0 30675129 362225664 86874 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/19509/statm: 88434 86874 51 112 0 88318 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 370844

Child status: 0
Real time (s): 97.5654
CPU time (s): 96.6283
CPU user time (s): 94.9436
CPU system time (s): 1.68474
CPU usage (%): 99.0396
Max. virtual memory (cumulated for all children) (KiB): 824244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 94.9436
system time used= 1.68474
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118636
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1815
involuntary context switches= 2376

runsolver used 0.093985 s user time and 0.276957 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Mon Jan 29 21:46:17 UTC 2007


IDJOB= 235187
IDBENCH= 6744
IDSOLVER= 86
FILE ID= node55/235187-1170107177

PBS_JOBID= 3689830

Free space on /tmp= 66564 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  55464d46279860904d9daa1ba63cb5fa

RANDOM SEED= 19556230

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.247
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.247
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:       1921320 kB
Buffers:         33724 kB
Cached:          40640 kB
SwapCached:       3156 kB
Active:          42740 kB
Inactive:        47444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1921320 kB
SwapTotal:     4192956 kB
SwapFree:      4184204 kB
Dirty:            1176 kB
Writeback:           0 kB
Mapped:          21320 kB
Slab:            30292 kB
Committed_AS:   383644 kB
PageTables:       1572 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= 66448 MiB



End job on node55 on Mon Jan 29 21:47:55 UTC 2007